Question

Difficulty: HardCommon Network Attack Types and Vectors

A tier-2 Security Operations Center (SOC) analyst is analyzing threat intelligence logs and network packet captures from a recent enterprise security incident. Match each observed technical attack metric or anomalous protocol behavior to its corresponding network attack classification.

  • Rapid injection of frames containing randomized source physical addresses to saturate switch memory tables and force traffic onto all active ports.MAC Address Flooding
  • Transmission of continuous TCP connection requests with spoofed return addresses to saturate embryonic socket queues without sending final ACK packets.TCP SYN Flood
  • Emission of high-power electromagnetic noise across specific wireless spectrum channels to lower the signal-to-noise ratio and drop client connections.RF Jamming
  • Operation of an unauthorized wireless base station configured with a duplicated Service Set Identifier (SSID) to intercept client traffic.Evil Twin Access Point

Answer

The correct pairings match MAC Address Flooding with saturating switch memory via randomized source addresses; TCP SYN Flood with filling embryonic connection queues using unacknowledged SYN packets; RF Jamming with emitting high-power noise to lower wireless SNR; and Evil Twin Access Point with deploying an unauthorized base station using a duplicated SSID.
Each attack vector targets specific network layers and operational characteristics: MAC address flooding targets Layer 2 switch CAM tables by exhausting memory entries; TCP SYN flooding targets Layer 4 TCP connection state queues by leaving handshakes incomplete; RF jamming targets Layer 1 physical wireless channels by suppressing signal-to-noise ratios; and Evil Twin attacks target Layer 2 802.11 association procedures by impersonating valid network SSIDs.

Step-by-Step Solution

1
Analyze the Layer 2 switch memory table anomaly.
Identify that flooding randomized source MAC addresses exhausts the Content Addressable Memory (CAM) table, defining MAC Address Flooding.
Switches store learned MAC addresses in CAM tables; when full, the switch falls back to fail-open mode, broadcasting unicast frames to all ports.
2
Analyze the Layer 4 transport layer connection queue saturation.
Identify that continuous unacknowledged SYN packets fill embryonic connection queues, defining a TCP SYN Flood.
The TCP three-way handshake requires a final ACK to complete connection state; withholding ACKs leaves sockets stuck in the SYN_RECEIVED state until resources are exhausted.
3
Analyze the physical wireless spectrum interference anomaly.
Identify that emitting high-power radio noise to lower signal-to-noise ratio corresponds to Radio Frequency (RF) Jamming.
Wireless communication relies on an acceptable signal-to-noise ratio (SNR); high-power interference overwhelms legitimate radio signals, causing denial of service.
4
Analyze the rogue wireless access point impersonation vector.
Identify that deploying a rogue base station with a duplicate corporate SSID corresponds to an Evil Twin attack.
Wireless client devices automatically probe and connect to known SSIDs offering strong signal levels, enabling man-in-the-middle interception.

Key Concept

Identifying Network Attack Types and Operational Vectors across OSI Layers
Rate this question