Question

Difficulty: Very hardNetwork and Wireless Attack Indicators

A security analyst is investigating anomalous network activity within a corporate VLAN. Systems on the subnet experience intermittent latency, and central syslog feeds capture repeated notifications from the primary switch indicating rapid MAC address movement (flapping) for the default gateway across several access ports. Concurrently, network packet captures reveal that the switch has entered a fail-open state, broadcasting unicast frames meant for specific internal servers out of all physical ports on the VLAN. Which of the following attacks is MOST likely occurring?

  1. MAC Flooding attackAnswer
  2. B
    ARP Poisoning attack
  3. C
    Rogue DHCP Server attack
  4. D
    DNS Cache Poisoning attack

Answer

The MAC Flooding attack is the correct answer because filling the switch CAM table forces the device into fail-open mode, resulting in unicast traffic flooding and MAC flapping indicators.
The correct answer is MAC Flooding because floods of fake MAC addresses exhaust the switch memory buffer (CAM table). Once full, the switch transitions to a hub-like operational mode (fail-open), forwarding all incoming unicast packets out to every port, which generates MAC flapping alerts for legitimate MAC addresses as bogus frames overwrite table slots.

Step-by-Step Solution

1
Analyze the switch syslog indicators.
Identified rapid MAC address flapping for the default gateway MAC address across multiple physical access ports.
MAC flapping indicates that the switch MAC table is receiving conflicting port binding entries in rapid succession.
2
Evaluate the packet capture behavior.
Observed unicast network traffic being broadcast out of all switch ports on the VLAN.
Switches only broadcast unicast frames to all ports when their Content Addressable Memory (CAM) table memory is exhausted (fail-open state).
3
Correlate symptoms with known network attack signatures.
Confirmed MAC Flooding (CAM Table Overflow) as the unique attack mechanism causing both fail-open unicast flooding and MAC address flapping.
CAM table depletion is the primary diagnostic signature of a MAC flooding attack.

Key Concept

MAC Flooding / CAM Table Overflow Attack Indicators
Rate this question