nerdexam
GIAC

GSEC · Question #145

It is possible to sniff traffic from other hosts on a switched Ethernet network by impersonating which type of network device?

The correct answer is D. Router. On a switched network, an attacker can sniff traffic by impersonating the router (default gateway) via ARP spoofing, causing other hosts to forward their traffic through the attacker's machine.

Network Security

Question

It is possible to sniff traffic from other hosts on a switched Ethernet network by impersonating which type of network device?

Options

  • ASwitch
  • BBridge
  • CHub
  • DRouter

How the community answered

(23 responses)
  • A
    17% (4)
  • B
    9% (2)
  • C
    4% (1)
  • D
    70% (16)

Why each option

On a switched network, an attacker can sniff traffic by impersonating the router (default gateway) via ARP spoofing, causing other hosts to forward their traffic through the attacker's machine.

ASwitch

Impersonating a switch does not redirect host traffic to an attacker because end hosts use ARP to resolve gateway addresses - they have no mechanism that would cause them to send traffic to an impersonated switch.

BBridge

A bridge operates at Layer 2 similarly to a switch, and impersonating one does not cause end hosts to redirect their routed traffic toward the attacker.

CHub

Hubs already broadcast all frames to every connected port by design, so no impersonation is needed to capture traffic on a hub-based segment - they are not the target device to impersonate on a switched network.

DRouterCorrect

By sending forged ARP replies that map the router's IP address to the attacker's MAC address, the attacker poisons the ARP caches of other hosts on the switched network. Those hosts then forward traffic destined for the gateway to the attacker instead, enabling a man-in-the-middle position where all outbound traffic can be captured and inspected.

Concept tested: ARP spoofing to intercept switched network traffic

Topics

#ARP spoofing#switched network sniffing#router impersonation#traffic interception

Community Discussion

No community discussion yet for this question.

Full GSEC Practice