312-50V13 · Question #62
Which of the following tools can be used for passive OS fingerprinting?
The correct answer is B. tcpdump. Passive OS fingerprinting involves analyzing network traffic without actively sending probes to the target, allowing an attacker to deduce the operating system based on observed characteristics like TCP/IP stack behavior. Tcpdump is a tool that captures network traffic, which…
Question
Options
- Anmap
- Btcpdump
- Ctracert
- Dping
How the community answered
(36 responses)- A3% (1)
- B92% (33)
- C6% (2)
Why each option
Passive OS fingerprinting involves analyzing network traffic without actively sending probes to the target, allowing an attacker to deduce the operating system based on observed characteristics like TCP/IP stack behavior. Tcpdump is a tool that captures network traffic, which can then be analyzed passively for OS fingerprinting.
Nmap is primarily an active scanner that sends specially crafted packets to a target and analyzes the responses to perform OS fingerprinting, which is not passive.
Tcpdump is a command-line packet sniffer that captures network traffic passively. By analyzing the captured packets, such as TCP window sizes, TTL values, and other subtle differences in TCP/IP stack implementations, an attacker can infer the operating system of the communicating hosts without sending active probes.
Traceroute (tracert) is an active network diagnostic tool that sends ICMP echo requests or UDP packets with increasing TTL values to map the path to a destination, not for passive OS fingerprinting.
Ping is an active network diagnostic tool that sends ICMP echo request packets to a host to test reachability and measure round-trip time, not for passive OS fingerprinting.
Concept tested: Passive OS fingerprinting tools
Source: https://www.wireshark.org/docs/wsug_html_chunked/ChCapIntroduction.html
Topics
Community Discussion
No community discussion yet for this question.