During a network security audit, a security analyst identifies an ongoing Man-in-the-Middle (MitM) attack occurring within a local Ethernet switch segment. Packet captures reveal that workstation ARP tables are incorrectly binding the default gateway's IP address to an unauthorized endpoint's MAC address. Which of the following technical mechanisms or indicators are directly associated with this attack vector? (Select TWO.)
- Transmission of forged gratuitous ARP frames to corrupt IP-to-MAC binding tables on local endpointsAnswer
- Interception and potential modification of unencrypted Layer 2 frames routed through the attacker's hardware addressAnswer
- CExploitation of open recursive resolvers to direct high-volume reflected UDP response traffic against a target host
- DAlteration of authoritative AAAA resource records on an external name server to compromise hostname resolution
Answer
The technical mechanisms associated with this ARP poisoning attack are the transmission of forged gratuitous ARP frames to alter local IP-to-MAC cache tables and the interception or modification of unencrypted Layer 2 frames passing through the spoofed hardware address.
The scenario describes ARP cache poisoning, a local Layer 2 attack where an adversary broadcasts forged gratuitous ARP replies. This overwrites host ARP tables to associate the gateway IP with the attacker's MAC address, allowing the attacker to intercept and modify unencrypted traffic.
Step-by-Step Solution
Key Concept
ARP Poisoning and Man-in-the-Middle (MitM) Attacks