GIAC GSNA Exam Practice Questions (P. 1)
- Full Access (416 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
How will she accomplish this?
- AUse the Database Design wizard.
- BMake two templates, one for the index page and the other for all other pages.
- CUse Cascading Style Sheet (CSS).
- DMake a template and use it to create each Web page.
C
Sarah should use the Cascading Style Sheet (CSS) while creating Web pages. This will give her greater control over the appearance and presentation of the Web pages and will also enable her to precisely specify the display attributes and the appearance of elements on the Web pages.

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #2
Active Directory-based single forest single domain network. You have installed a Windows Server 2008 computer. You have configured auditing on this server.
The client computers of the company use the Windows XP Professional operating system. You want to audit each event that is related to a user managing an account in the user database on the computer where the auditing is configured. To accomplish the task, you have enabled the Audit account management option on the server.
Which of the following events can be audited by enabling this audit option?
- AAccess to an Active Directory object
- BChange of password for a user account
- CAddition of a user account to a group
- DCreation of a user account
BCD
Audit account management is one of the nine audit settings that can be configured on a Windows computer. This option is enabled to audit each event that is related to a user managing an account in the user database on the computer where the auditing is configured. These events include the following:
✑ Creating a user account
✑ Adding a user account to a group
✑ Renaming a user account
✑ Changing password for a user account
This option is also used to audit the changes to the domain account of the domain controllers.

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #3
Which of the following commands will he use to accomplish the task? (Choose two.)
- Anc 208.100.2.25 23
- Bnmap -v -O www.we-are-secure.com
- Cnc -v -n 208.100.2.25 80
- Dnmap -v -O 208.100.2.25
Answer: C is incorrect. "nc -v -n 208.100.2.25 80" is a Netcat command, which is used to banner grab for getting information about the system and running
According to the scenario, John will use "nmap -v -O 208.100.2.25" to detect the operating system of the we-are-secure server. Here, -v is used for verbose and -
O is used for TCP/IP fingerprinting to guess the remote operating system. John may also use the DNS name of we-are-secure instead of using the IP address of the we-are-secure server. So, he can also use the nmap command "nmap -v -O www.we-are-secure.com ". services.

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #4
What is this most likely to be an indicator of?
- AMisconfigured router
- BDoS attack
- CSyn flood
- DVirus
Answer: D is incorrect. Viruses can cause an increase in network traffic, and it is possible for that to be broadcast traffic. However, a DoS attack is more likely than
There are several denial of service (DoS) attacks that specifically use broadcast traffic to flood a targeted computer. Seeing an unexplained spike in broadcast traffic could be an indicator of an attempted denial of service attack. a virus to cause this particular problem.
However, this are cent problem, the router is unlikely to be the issue.

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #5
Which of the following commands will you use to accomplish the task?
- Awc -c file1.txt >>error.txt
- Bwc -c file1.txt 1>error.txt
- Cwc -c file1.txt 2>error.txt
- Dwc -c file1.txt >error.txt
Answer: B, D are incorrect.
According to the scenario, you will use the wc -c file1.txt 2>error.txt command to accomplish the task. The 2> operator is an error redirector, which, while running a command, redirects the error (if it exists) on the specified file.
The > or 1> redirector can be used to redirect the output of the wc -c file1.txt file to the error.txt file; however, you want to write the errors in the error.txt file, not the whole output.
The >> operator will redirect the output of the command in the same manner as the > or 1> operator. Although the >>operator will not overwrite the error.txt file, it will append the error.txt file.

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #6
Which of the following changes will he perform in the syslog.conf file to accomplish the task?
- Akern.* @192.168.0.1
- B!*.* @192.168.0.1
- C!kern.* @192.168.0.1
- D*.* @192.168.0.1
Answer: Dis incorrect.
According to the scenario, John will make the following entry in the syslog.conf file to forward all the kernel messages to the remote host having IP address
192.168.0.1: kern.* @192.168.0.1
This entry will forward all the messages to the remote host having IP address 192.168.0.1.
This entry will not forward any message to the remote host having IP address 192.168.0.1.
This entry will not forward any kernel message to the remote host having IP address 192.168.0.1.

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #7
Which of the following commands will he use?
- Anetstat -e
- Bnetstat –r
- Cnetstat -s
- Dnetstat –an
Answer: A is incorrect. The netstat -e command displays the Ethernet information.
According to the scenario, John will use the netstat -an command to accomplish the task. The netstat -an command is used to get the information of all network connections and listening ports in the numerical form. The netstat command displays protocol-related statistics and the state of current TCP/IP connections. It is used to get information about the open connections on a computer, incoming and outgoing data, as well as the ports of remote computers to which the computer is connected. The netstat command gets all this networking information by reading the kernel routing tables in the memory.
By default, statistics are shown for TCP, UDP and IP.

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #8
Which of the following IEEE-based traffic can be sniffed with Kismet?
- A802.11g
- B802.11n
- C802.11b
- D802.11a
ABCD
Kismet can sniff IEEE 802.11a, 802.11b, 802.11g, and 802.11n-based wireless network traffic.

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #9
- AIt uses ICMP echo packets to display the Fully Qualified Domain Name (FQDN) and the IP address of each gateway along the route to the remote host.
- BIt records the time taken for a round trip for each packet at each router.
- CIt is an online tool that performs polymorphic shell code attacks.
- DIt generates a buffer overflow exploit by transforming an attack shell code so that the new attack shell code cannot be recognized by any Intrusion Detection
Answer: C, D are incorrect. Traceroute does not perform polymorphic shell code attacks. Attacking tools such as AD Mutate are used to perform polymorphic shell
Traceroute is a route-tracing utility that displays the path an IP packet takes to reach its destination. It uses ICMP echo packets to display the Fully Qualified
Domain Name (FQDN) and the IP address of each gateway along the route to the remote host. This tool also records the time taken for a round trip for each packet at each router that can be used to find any faulty router along the path. code attacks.

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #10
Which of the following Windows Defender tools will he use to accomplish the task?
- AAllowed items
- BQuarantined items
- COptions
- DSoftware Explorer
Software Explorer is used to remove, enable, or disable a program running on a computer. Answer: A is incorrect. Allowed items contains a list of all the programs
that a user has chosen not to monitor with Windows Defender.

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
All Pages