nerdexam
GIAC

GPEN · Question #67

Which of the following attacks allows an attacker to sniff data frames on a local area network (LAN) or stop the traffic altogether?

The correct answer is B. ARP spoofing. ARP spoofing allows an attacker to poison LAN hosts' ARP caches by associating the attacker's MAC address with a legitimate IP, enabling frame interception or complete traffic blocking.

Exploitation & Post-Exploitation Techniques

Question

Which of the following attacks allows an attacker to sniff data frames on a local area network (LAN) or stop the traffic altogether?

Options

  • AMan-in-the-middle
  • BARP spoofing
  • CPort scanning
  • DSession hijacking

How the community answered

(37 responses)
  • A
    3% (1)
  • B
    81% (30)
  • C
    11% (4)
  • D
    5% (2)

Why each option

ARP spoofing allows an attacker to poison LAN hosts' ARP caches by associating the attacker's MAC address with a legitimate IP, enabling frame interception or complete traffic blocking.

AMan-in-the-middle

Man-in-the-middle is a broad attack category describing an attacker's position between two parties; ARP spoofing is the specific LAN-level technique used to achieve that position.

BARP spoofingCorrect

ARP spoofing sends forged ARP reply packets that map the attacker's MAC address to a victim's IP address, causing other hosts on the LAN to forward frames to the attacker instead of the legitimate destination. This gives the attacker the ability to passively sniff data frames or actively drop them, halting communication between the targeted hosts on the local network.

CPort scanning

Port scanning is a reconnaissance technique used to enumerate open services on a host and does not involve intercepting or blocking LAN data frames.

DSession hijacking

Session hijacking targets an already-established application or transport-layer session and does not operate at the data-link layer to sniff or halt raw LAN frames.

Concept tested: ARP spoofing LAN traffic interception and blocking

Source: https://attack.mitre.org/techniques/T1557/002/

Topics

#ARP spoofing#LAN attacks#sniffing#MITM

Community Discussion

No community discussion yet for this question.

Full GPEN Practice