Match each observed log signature or network artifact on the left with its corresponding attack classification on the right.
- Packet captures reveal a rapid flood of DHCPDISCOVER requests originating from unique, randomly generated MAC addresses, resulting in scope depletion.DHCP Starvation Attack
- Wireless capture logs show an rogue access point broadcasting 802.11 PROBE_RESP frames matching any SSID requested in nearby client probe requests.KARMA Wireless Attack
- Proxy logs indicate incoming HTTP 302 Redirect responses to secure endpoints are stripped to plain HTTP before delivery to the client browser.SSL Stripping Attack
- An Ethernet frame capture contains nested 802.1Q tags ( outer, inner) transmitted over an access port attached to an autonegotiating switch interface.Double-Tagging VLAN Hopping
Answer
DHCP flood with random MAC addresses matches DHCP Starvation Attack; fake probe responses matching requested SSIDs match KARMA Wireless Attack; converting HTTPS redirects to cleartext HTTP matches SSL Stripping Attack; nested 802.1Q tags match Double-Tagging VLAN Hopping.
Each attack type directly corresponds to distinct frame and header characteristics: DHCP Starvation floods randomized MAC requests, KARMA answers client PNL probes dynamically, SSL Stripping downgrades HTTPS redirects to cleartext HTTP, and Double-Tagging uses nested 802.1Q headers to cross VLAN boundaries.
Step-by-Step Solution
Key Concept
Network and Wireless Attack Indicators