A network security analyst investigating connectivity issues on a corporate subnet captures traffic from an interface receiving anomalous activity. Packet inspection reveals thousands of broadcast DHCPDISCOVER requests sent within a 10-second window, each specifying a unique, randomized client hardware MAC address. As a result, legitimate clients on the network are receiving IP address APIPA configurations due to scope exhaustion. Which of the following attack indicators is described in this scenario?
- DHCP starvationAnswer
- BRogue DHCP server
- CARP cache poisoning
- DMAC flooding
Answer
The attack indicator described in the scenario is DHCP starvation.
The correct answer identifies DHCP starvation. In a DHCP starvation attack, an attacker broadcasts a large volume of DHCPDISCOVER frames using randomized MAC addresses. The DHCP server responds by leasing out available IP addresses until the entire address pool scope is depleted. Consequently, legitimate workstations requesting an IP address fail to receive one and fall back to Automatic Private IP Addressing (APIPA).
Step-by-Step Solution
Key Concept
DHCP Starvation Attack Indicators
Estimated Time:1m 15s