nerdexam
EC-Council

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…

Submitted by ahmad_uae· Mar 6, 2026Footprinting and Reconnaissance

Question

Which of the following tools can be used for passive OS fingerprinting?

Options

  • Anmap
  • Btcpdump
  • Ctracert
  • Dping

How the community answered

(36 responses)
  • A
    3% (1)
  • B
    92% (33)
  • C
    6% (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.

Anmap

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.

BtcpdumpCorrect

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.

Ctracert

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.

Dping

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

#OS fingerprinting#passive reconnaissance#tcpdump#network analysis tools

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice