Skip to content
← RegistryDossier · 5 steps · 4 edges

VLAN hopping → cross into production

Discover that the access port negotiates trunking (DTP). Send double-tagged frames or set up a fake trunk to send packets into restricted VLANs.

Filed by AD Knowledge Base
§ Kill-chainDrag · zoom · scroll

§ Context

Assumed environment: attacker has a foothold on a non-prod VLAN. The switchports default DTP=auto / dynamic-desirable. Production hosts are reachable from the trunk.

§ Steps

  1. 01
    Foothold on a guest / dev VLANInitial Access
    T1078Valid Accounts
  2. 02
    Send 802.1Q double-tagged framesLateral Movement
    N-VLAN-HOPVLAN Hopping
  3. 03
    Yersinia DTP attack — negotiate trunkLateral Movement
    N-VLAN-HOPVLAN Hopping
  4. 04
    Internal nmap sweep on prod VLANDiscovery
    N-NMAP-INTERNALInternal Nmap Sweep
  5. 05
    Pivot (SSH / chisel / impacket relay)Lateral Movement
    N-SSH-PROXYSSH Dynamic / Reverse Tunnel

§ References

§ Frequently asked

What is the "VLAN hopping → cross into production" attack path?
Discover that the access port negotiates trunking (DTP). Send double-tagged frames or set up a fake trunk to send packets into restricted VLANs. It chains 5 steps drawn from real-world offensive-security techniques.
What starting position does this attack require?
The first step is Foothold on a guest / dev VLAN (T1078) — a initial access primitive. Assumed environment: attacker has a foothold on a non-prod VLAN.
What is the final impact of this kill-chain?
The final step lands on Pivot (SSH / chisel / impacket relay) (N-SSH-PROXY), which falls under Lateral Movement. From here, an operator typically pivots into post-exploitation or maintains persistence.
How can defenders detect or prevent this attack?
Detection and prevention vary per step. Refer to each linked MITRE ATT&CK entry under "References" — every technique on that page lists defensive controls, detection telemetry, and known threat-actor usage.

§ Related dossiers