Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free GIAC GSNA Practice Exam with Questions & Answers

Questions 1

You work as the Network Administrator for XYZ CORP. The company has a Unix-based network. You want to track the system for user logins. To accomplish the task, you need to analyze the log configuration files. Which of the following Unix log configuration files can you use to accomplish the task?

Options:
A.

/var/log/messages

B.

/var/log/secure

C.

/var/spool/mail

D.

/var/log/maillog

GIAC GSNA Premium Access
Questions 2

Which of the following statements about packet filtering is true?

Options:
A.

It allows or restricts the flow of specific types of packets to provide security.

B.

It is used to send confidential data on the public network.

C.

It allows or restricts the flow of encrypted packets to provide security.

D.

It is used to store information about confidential data.

Questions 3

You work as the Network Administrator for XYZ CORP. The company has a Unix-based network. You want to see the local device files or 'links to device files' for a non-standard device driver. Which of the following Unix configuration files should you use to accomplish the task?

Options:
A.

profile

B.

/etc/bootptab

C.

/dev/MAKEDEV

D.

/etc/aliases

Questions 4

You work as a Software Developer for Mansoft Inc. You create an application and use it to create users as members of the local Users group. Which of the following code snippets imperatively demands that the current user is a member of the local Users group?

Options:
A.

System.AppDomain.CurrentDomain.SetPrincipalPolicy(PrincipalPolicy.WindowsPrincipal); PrincipalPermission MyPermission = new PrincipalPermission(null, @"BUILTIN\Users", true); MyPermission.Demand();

B.

PrincipalPermission MyPermission = new PrincipalPermission(null, @"BUILTIN\Users", true); MyPermission.Demand();

C.

System.AppDomain.CurrentDomain.SetPrincipalPolicy(PrincipalPolicy.WindowsPrincipal); PrincipalPermission MyPermission = new PrincipalPermission(null, @"Users", true); MyPermission.Demand();

D.

PrincipalPermission MyPermission = new PrincipalPermission(null, @"Users", true); MyPermission.Demand();

Questions 5

Which of the following key combinations in the vi editor is used to copy the current line?

Options:
A.

dk

B.

yy

C.

d$

D.

dl

Questions 6

Which of the following text editing tools can be used to edit text files without having to open them?

Options:
A.

less

B.

sed

C.

vi

D.

more

Questions 7

Which of the following methods is used to get a cookie from a client? Note: Here, request is a reference of type HttpServletRequest, and response is a reference of type HttpServletResponse.

Options:
A.

Cookie [] cookies = request.getCookies();

B.

Cookie [] cookies = request.getCookie(String str)

C.

Cookie [] cookies = response.getCookie(String str)

D.

Cookie [] cookies = response.getCookies()

Questions 8

Which of the following commands can be used to intercept and log the Linux kernel messages?

Options:
A.

syslogd

B.

klogd

C.

sysklogd

D.

syslog-ng

Questions 9

Which of the following can be the countermeasures to prevent NetBIOS NULL session enumeration in Windows 2000 operating systems?

Options:
A.

Denying all unauthorized inbound connections to TCP port 53

B.

Disabling SMB services entirely on individual hosts by unbinding WINS Client TCP/IP from the interface

C.

Editing the registry key HKLM\SYSTEM\CurrentControlSet\LSA and adding the value RestrictAnonymous

D.

Disabling TCP port 139/445

Questions 10

Which of the following aaa accounting commands should be used to enable logging of both the start and stop records for user terminal sessions on the router?

Options:
A.

aaa accounting auth proxy start-stop tacacs+

B.

aaa accounting system none tacacs+

C.

aaa accounting connection start-stop tacacs+

D.

aaa accounting exec start-stop tacacs+