A security analyst reviews packet capture metrics following reports of intermittent traffic manipulation on a corporate wireless network. The packet capture reveals unexpected network protocol behavior during client IP address assignment. Which TWO of the following indicators specifically point to a rogue DHCP server attack on the network? (Select TWO.)
- Multiple DHCP OFFER packets originating from an unauthorized MAC address containing an unapproved default gateway IPAnswer
- Duplicate DHCP ACK responses observed on the subnet assigning client IP configurations outside the authorized scope poolAnswer
- CA rapid flood of management disassociation frames directing wireless clients to disconnect and re-authenticate
- DRepeated transmission of 802.11 Initialization Vector (IV) values within captured encrypted wireless frames
Answer
The presence of a rogue DHCP server is confirmed by unauthorized DHCP OFFER packets containing an unapproved default gateway address and duplicate DHCP ACK responses assigning IP configurations outside the legitimate network scope.
A rogue DHCP server operates by broadcasting unauthorized DHCP OFFER and DHCP ACK packets in response to client DHCP DISCOVER requests. These unauthorized packets contain modified IP settings, such as an unapproved default gateway address or DNS server IP, enabling the attacker to perform on-path network interception.
Step-by-Step Solution
Key Concept
Rogue DHCP Server Attack Indicators