During a security incident response on subnet , a network engineer observes that multiple workstations have lost connectivity to internal corporate servers and are transmitting sensitive traffic to an unapproved external address. Packet captures reveal a rapid influx of DHCP DISCOVER and REQUEST messages originating from thousands of randomly generated MAC addresses, which completely exhausts the legitimate DHCP server's IP address pool. Immediately after the pool is depleted, clients receive IP leases containing an unauthorized default gateway IP address broadcast by an unidentified device on the local Layer 2 broadcast domain. Which of the following attack types represents the primary vector used to hijack client traffic?
- A DHCP starvation attack combined with a rogue DHCP server injectionAnswer
- BAn ARP cache poisoning attack targeting the default gateway interface
- CA DNS spoofing attack modifying authoritative address records
- DA SYN flood attack targeting port 67 on the core network switch
Answer
The attack executed is a DHCP starvation attack combined with a rogue DHCP server injection.
The scenario describes a classic two-stage network attack. First, the adversary floods the network with DHCP requests containing randomized MAC addresses, completely exhausting the legitimate DHCP server's available IP scope (DHCP starvation). Second, an unauthorized device answers subsequent client lease requests by assigning IP configurations that include a malicious default gateway (rogue DHCP server injection), effectively establishing a Man-in-the-Middle (MitM) position.
Step-by-Step Solution
Key Concept
DHCP Starvation and Rogue DHCP Server Injection