During a threat hunting exercise, a security analyst inspects packet captures from an internal network switch interface. The analyst notes Ethernet frames containing nested 802.1Q encapsulation headers, where the outer VLAN tag matches the native VLAN ID of the trunk interface (VLAN 20) and the inner VLAN tag targets an isolated database subnet (VLAN 100). Which of the following network attacks do these frame characteristics indicate?
- VLAN hopping via double taggingAnswer
- BARP cache poisoning
- CMAC address spoofing
- DDNS cache poisoning
Answer
VLAN hopping via double tagging
The correct answer is VLAN hopping via double tagging. Double tagging takes advantage of switches stripping the outer 802.1Q tag when traffic belongs to the native VLAN of a trunk link. When stripped, the remaining inner tag is processed by downstream switches as legitimate traffic destined for the specified secondary VLAN, bypassing standard VLAN isolation controls.
Step-by-Step Solution
Key Concept
VLAN Hopping (802.1Q Double Tagging)