312-50V9 · Question #352
TCP/IP stack fingerprinting is the passive collection of configuration attributes from a remote device during standard layer 4 network communications. Which of the following tools can be used for…
The correct answer is D. tcpdump. The correct answer is D. tcpdump. Passive OS fingerprinting means listening to existing network traffic without sending any probes or packets yourself. tcpdump is a passive packet capture tool - it silently captures and analyzes traffic already on the network, allowing analysts…
Question
TCP/IP stack fingerprinting is the passive collection of configuration attributes from a remote device during standard layer 4 network communications. Which of the following tools can be used for passive OS fingerprinting?
Options
- Anmap
- Bping
- Ctracert
- Dtcpdump
How the community answered
(25 responses)- A16% (4)
- B4% (1)
- C8% (2)
- D72% (18)
Explanation
The correct answer is D. tcpdump. Passive OS fingerprinting means listening to existing network traffic without sending any probes or packets yourself. tcpdump is a passive packet capture tool - it silently captures and analyzes traffic already on the network, allowing analysts to infer the OS based on TCP/IP stack behavior (TTL values, window sizes, TCP flags, etc.). nmap (A) typically performs active fingerprinting by sending crafted packets to the target. ping (B) and tracert (C) both actively send ICMP packets, making them active tools - not passive. p0f is a well-known passive fingerprinting tool, and tcpdump can serve a similar raw-capture role.
Topics
Community Discussion
No community discussion yet for this question.