Question

Difficulty: HardCommon Network Attack Types and Vectors

A network security analyst is investigating logs from multiple enterprise security incidents across the network infrastructure. Match each observed attack symptom and mechanism to its corresponding network attack vector.

  • An unauthorized frame with nested 802.1Q headers is sent over an access port configured on the switch's native VLAN, causing the outer tag to be stripped at the first switch and the frame forwarded to a restricted VLAN.VLAN Hopping (Double Tagging)
  • Small UDP request packets with spoofed target source IP addresses are transmitted to open network time infrastructure using commands like monlist, resulting in massive response payloads targeting the victim.NTP Amplification Attack
  • An adversary on the local network path intercepts initial unencrypted HTTP requests, dynamically replacing secure HTTPS links with plain HTTP equivalents to intercept credentials in cleartext.SSL/TLS Stripping (Downgrade Attack)
  • Spoofed 802.11 management frames containing disassociation control codes are broadcast to force connected wireless clients off an authorized access point.Wireless Deauthentication Attack

Answer

The correct pairings are: 1) Nested 802.1Q headers on a native VLAN corresponds to VLAN Hopping (Double Tagging); 2) Spoofed UDP requests using monlist commands correspond to an NTP Amplification Attack; 3) Intercepting HTTP/HTTPS redirects to downgrade connection security corresponds to SSL/TLS Stripping; 4) Spoofed 802.11 disassociation management frames correspond to a Wireless Deauthentication Attack.
Each attack vector maps directly to its underlying technical exploit method: nested 802.1Q headers exploit switch native VLAN parsing (VLAN Hopping), monlist query responses reflect high-volume traffic (NTP Amplification), modifying HTTP location headers prevents encryption (SSL Stripping), and spoofing 802.11 management frames forces wireless disassociation (Deauthentication).

Step-by-Step Solution

1
Analyze Incident 1 (Nested 802.1Q headers on native VLAN)
Identify that two 802.1Q tags allow traffic to jump from the native VLAN across trunk lines without passing through a router.
This structural behavior specifically defines double-tagging VLAN hopping.
2
Analyze Incident 2 (Spoofed UDP requests with monlist to time servers)
Recognize that monlist returns a large list of historical IP addresses over UDP (port 123) with a spoofed victim IP address.
This is a classic reflection/amplification attack targeting Network Time Protocol (NTP) services.
3
Analyze Incident 3 (Interception and modification of HTTPS links to plain HTTP)
Determine that modifying web headers to prevent TLS handshake upgrades strips transport layer security.
This technique is known as SSL/TLS stripping or protocol downgrade attack.
4
Analyze Incident 4 (Spoofed 802.11 management disassociation frames)
Determine that unauthenticated wireless management frames cause clients to disconnect.
This describes a wireless deauthentication attack aimed at denial of service or forcing clients onto a rogue access point.

Key Concept

Common Network Attack Vectors and Mechanisms
Rate this question