A network security administrator is investigating reports of intermittent network interception on a local subnet. Upon inspecting the ARP table of a target workstation, the administrator records the following entry state:
| IP Address | MAC Address | Binding Type |
|---|---|---|
| 192.168.1.1 | 00-11-22-AA-BB-CC | Dynamic |
| 192.168.1.105 | 00-11-22-AA-BB-CC | Dynamic |
Where 192.168.1.1 is the default gateway and 192.168.1.105 belongs to an unauthorized host on the network. Which of the following attack types is indicated by these findings?
- ARP PoisoningAnswer
- BDNS Cache Poisoning
- CVLAN Hopping
- DMAC Flooding
Answer
ARP Poisoning
ARP poisoning is characterized by spoofed ARP responses that bind an attacker's MAC address to the IP address of a legitimate host or gateway on the local network. The ARP cache output clearly demonstrates two distinct IP addresses bound to the exact same physical MAC address (00-11-22-AA-BB-CC), indicating traffic redirection to the attacker's system.
Step-by-Step Solution
Key Concept
ARP Poisoning Indicators