GSNA Exam Questions & Answers
GIAC Systems and Network Auditor • GIAC
100% money-back guarantee
Sample GSNA Questions
Practice with real exam-style questions, each with the verified correct answer and explanation.
TCP/IP stack fingerprinting is the passive collection of configuration attributes from a remote device during standard layer 4 network
communications. The combination of parameters may then be used to infer the remote operating system (OS fingerprinting), or incorporated
into a device fingerprint. Which of the following Nmap switches can be used to perform TCP/IP stack fingerprinting?
The nmap -O -p switch can be used to perform TCP/IP stack fingerprinting. Nmap is a free open-source utility for network exploration and
security auditing. It is used to discover computers and services on a computer network, thus creating a 'map' of the network. Just like many
simple port scanners, Nmap is capable of discovering passive services. In addition, Nmap may be able to determine various details about the
remote computers. These include operating system, device type, uptime, software product used to run a service, exact version number of that
product, presence of some firewall techniques and, on a local area network, even vendor of the remote network card. Nmap runs on Linux,
Microsoft Windows etc.
Answer B is incorrect. The nmap -sU -p switch can be used to perform UDP port scanning.
Answer A is incorrect. The nmap -sS switch is used to perform a TCP half scan. TCP SYN scanning is also known as half-open scanning
because in this a full TCP connection is never opened.
Answer D is incorrect. The nmap -sT switch is used to perform a TCP full scan.
Sam works as a Web Developer for McRobert Inc. He creates a Web site. He wants to include the following table in the Web site:
He writes the following HTML code to create the table:
1.
8. | 10. | 12. |
16. | 18. | 20. |
Which of the following tags will Sam place at lines 3 and 4 to create the table?
The tag is used to specify each cell of the table. It can be used only within a row in a table. The ROWSPAN attribute of the tag specifies the
number of rows that a cell spans over in a table. Since, the first cell of the table spans over three rows, Sam will use . specifies the number of
columns that the head row contains.
Answer C is incorrect. Placing the tags given in this option at lines 3 and 4 will create the following table:
Answer B and A are incorrect. There are no attributes such as SPAN and SPANWIDTH for the tag.
John works as a professional Ethical Hacker. He has been assigned the project of testing the security of www.we-are-secure.com. He is using a tool to crack the wireless encryption keys. The description of the tool is as follows:

Which of the following tools is John using to crack the wireless encryption keys?
AirSnort is a Linux-based WLAN WEP cracking tool that recovers encryption keys. AirSnort operates by passively monitoring transmissions. It
uses Ciphertext Only Attack and captures approximately 5 to 10 million packets to decrypt the WEP keys.
Answer C is incorrect. Kismet is an IEEE 802.11 wireless network sniffer and intrusion detection system.
Web mining allows a user to look for patterns in data through content mining, structure mining, and usage mining. What is the function of structure mining?
Structure mining is used to examine data related to the structure of a particular Web site.
Answer B and A are incorrect. Content mining is used to examine the data collected by search engines and Web spiders.
Answer D is incorrect. Usage mining is used to examine data related to a particular user's browser as well as data gathered by forms
the user may have submitted during Web transactions.
Which of the following protocols are used to provide secure communication between a client and a server over the Internet?
Each correct answer represents a part of the solution. Choose two.
SSL and TLS protocols are used to provide secure communication between a client and a server over the Internet.
Get access to all 416 verified questions with detailed answers.
Unlock All GSNA Questions