nerdexam
GIAC

GCIH · Question #145

Which of the following techniques does an attacker use to sniff data frames on a local area network and modify the traffic?

The correct answer is D. ARP spoofing. ARP spoofing allows an attacker to link their MAC address to a legitimate IP on the LAN, enabling them to intercept and modify traffic in transit.

Reconnaissance, Scanning, and Enumeration

Question

Which of the following techniques does an attacker use to sniff data frames on a local area network and modify the traffic?

Options

  • AMAC spoofing
  • BIP address spoofing
  • CEmail spoofing
  • DARP spoofing

How the community answered

(44 responses)
  • A
    5% (2)
  • B
    2% (1)
  • C
    2% (1)
  • D
    91% (40)

Why each option

ARP spoofing allows an attacker to link their MAC address to a legitimate IP on the LAN, enabling them to intercept and modify traffic in transit.

AMAC spoofing

MAC spoofing changes the attacker's own MAC address to impersonate another device but does not inherently allow sniffing or modification of other devices' traffic in transit.

BIP address spoofing

IP address spoofing forges the source IP in packets for anonymity or session hijacking but does not enable passive sniffing or modification of LAN data frames.

CEmail spoofing

Email spoofing forges the sender address in email headers and operates at the application layer, having no mechanism to sniff or alter LAN-level data frames.

DARP spoofingCorrect

ARP spoofing works by sending gratuitous or forged ARP replies that poison the ARP cache of devices on the local network, redirecting traffic through the attacker's machine. This enables both sniffing of data frames and active modification of traffic before forwarding it, making it a man-in-the-middle technique at Layer 2. It operates locally on the LAN segment, which is why it is effective against local network traffic specifically.

Concept tested: ARP spoofing and Layer 2 man-in-the-middle attacks

Source: https://learn.microsoft.com/en-us/windows-server/networking/technologies/dhcp/dhcp-deploy-wps

Topics

#ARP spoofing#LAN sniffing#man-in-the-middle#frame modification

Community Discussion

No community discussion yet for this question.

Full GCIH Practice