During a security assessment of an enterprise LAN segment, a network technician observes that host traffic intended for the default gateway at IP address is being redirected through an unauthorized laptop at . Packet inspection reveals that host machines are continuously receiving unsolicited frame updates mapping to MAC address `00:11:22:AA:BB:CC`, which belongs to the laptop. Which network attack type is taking place, and what is its primary vector?
- ARP poisoning, which exploits the lack of authentication in ARP responses to update host ARP caches with forged IP-to-MAC address mappings.Answer
- BDNS spoofing, which corrupts local domain resolution caches to map the gateway domain name to an incorrect IP address.
- CMAC flooding, which targets switch CAM tables over TCP port 80 to force switch interfaces into a fail-open broadcast hub state.
- DDNS amplification, which leverages misconfigured recursive CNAME records to reflect magnified response traffic back to the gateway IP address.
Answer
ARP poisoning, which exploits the lack of authentication in ARP responses to update host ARP caches with forged IP-to-MAC address mappings.
The correct answer identifies ARP poisoning. ARP is a stateless Layer 2 protocol that maps IPv4 addresses to MAC addresses. Because ARP lacks authentication, hosts accept unsolicited ARP responses, allowing an attacker to broadcast forged ARP replies that associate their own MAC address with the IP address of the legitimate default gateway.
Step-by-Step Solution
Key Concept
ARP Poisoning and Spoofing Vectors