nerdexam
EC-Council

312-50V12 · Question #251

Martin, a Certified Ethical Hacker (CEH), is conducting a penetration test on a large enterprise network. He suspects that sensitive information might be leaking out of the network. Martin decides…

The correct answer is A. Raw Sniffing. Raw sniffing captures all packets traversing a network interface without filtering, making it ideal for comprehensive traffic analysis during penetration testing. The other options are attack techniques that manipulate network behavior rather than passively capture data.

Submitted by carlos_mx· Mar 4, 2026Network and Perimeter Hacking

Question

Martin, a Certified Ethical Hacker (CEH), is conducting a penetration test on a large enterprise network. He suspects that sensitive information might be leaking out of the network. Martin decides to use network sniffing as part of his testing methodology. Which of the following sniffing techniques should Martin employ to get a comprehensive understanding of the data flowing across the network?

Options

  • ARaw Sniffing
  • BMAC Flooding
  • CARP Poisoning
  • DDNS Poisoning

How the community answered

(28 responses)
  • A
    86% (24)
  • B
    7% (2)
  • C
    4% (1)
  • D
    4% (1)

Why each option

Raw sniffing captures all packets traversing a network interface without filtering, making it ideal for comprehensive traffic analysis during penetration testing. The other options are attack techniques that manipulate network behavior rather than passively capture data.

ARaw SniffingCorrect

Raw sniffing places a network interface into promiscuous mode, allowing it to capture all packets on the network segment regardless of destination MAC address. This passive technique gives Martin a comprehensive view of all data flowing across the network, including unencrypted credentials, session tokens, and other sensitive information, without actively disrupting network operations. It is the foundational sniffing technique used in ethical hacking to detect data leakage.

BMAC Flooding

MAC Flooding is an active attack that overwhelms a switch's CAM table to force it into hub-like behavior, which is a network disruption technique rather than a direct sniffing methodology for capturing comprehensive network data.

CARP Poisoning

ARP Poisoning is a man-in-the-middle attack technique that manipulates ARP caches to redirect traffic, making it an active attack vector rather than a passive sniffing technique for observing existing data flows.

DDNS Poisoning

DNS Poisoning corrupts DNS cache entries to redirect users to malicious sites, which is a spoofing/redirection attack and not a method for capturing or analyzing data already flowing across the network.

Concept tested: Passive network sniffing techniques for traffic analysis

Source: https://www.eccouncil.org/train-certify/certified-ethical-hacker-ceh/

Topics

#Network sniffing#Data exfiltration#Packet capture#Penetration testing

Community Discussion

No community discussion yet for this question.

Full 312-50V12 Practice