Skip to content
ChinaState-SponsoredActiveMITRE G1017

Volt Typhoon

Pre-positioning inside U.S. critical infrastructure with no collection payoff — access held for five years for use in a future conflict.

Open MITRE Navigator layer ↗Download profile JSON
Active
2021–present
Motivation
Pre-Positioning, Sabotage / Destruction
Aliases
9
Exploited CVEs
5
ATT&CK techniques
13
Cited sources
12

Overview

Volt Typhoon is the clearest public example of cyber pre-positioning, and it broke the analytical model most defenders were using.

Espionage groups steal things. Volt Typhoon largely doesn't. CISA's February 2024 advisory documented the actor maintaining access inside U.S. communications, energy, transportation, and water systems for at least five years — with no meaningful data theft. The U.S. government's assessment is unambiguous: the access exists to enable disruptive or destructive effects against critical infrastructure in the event of a major crisis or conflict with the United States.

Its tradecraft is defined by what it does not use. Operations run almost entirely on living-off-the-land techniques — wmic, ntdsutil, netsh, PowerShell, and certutil — with essentially no custom malware on victim endpoints. Command and control traverses compromised small-office routers and network devices, chiefly end-of-life Cisco and NETGEAR equipment inside the victim's own geography, so the traffic never crosses a border and never resembles a foreign connection. Credentials come from offline extraction of the NTDS.dit domain database rather than in-memory dumping.

The result is a threat that produces almost no atomic indicators. There is nothing to blocklist; detection depends on behavioural analysis of legitimate administrative activity.

Targeting choices reinforce the assessment. Guam — the principal U.S. power projection hub in the Western Pacific — has featured prominently. So have water utilities and port operators: organisations with negligible intelligence value and enormous disruption value.

In January 2024 the FBI executed a court-authorised operation to remotely delete the KV Botnet malware from hundreds of U.S.-based end-of-life SOHO routers that formed the group's covert relay layer.

Attribution

Down to the named unit where public evidence supports it.

ChinaPeople's Republic of China state-sponsored (specific service not publicly designated)High confidence

Attributed to a People's Republic of China state-sponsored actor in a May 2023 joint advisory from NSA, CISA, FBI, and the cyber security authorities of Australia, Canada, New Zealand, and the United Kingdom, published alongside independent Microsoft reporting. A February 2024 follow-on advisory raised the assessment substantially, stating that the actor is pre-positioning for disruptive effects rather than conducting espionage. No specific PLA or MSS unit has been publicly named, and no individuals have been indicted.

Attributing sources

Cross-vendor naming crosswalk

9 designators across 9 organisations.

MITRE ATT&CK

index ↗
  • Volt Typhoon

Assigns a stable Gxxxx group ID and adopts the most widely used public name. Deliberately conservative — MITRE merges clusters only when public reporting supports it.

Microsoft Threat Intelligence

index ↗
  • Volt Typhoon

Weather-event family encodes the attributed origin; the adjective is arbitrary. Renamed from the older element taxonomy (STRONTIUM, NOBELIUM, HAFNIUM) in April 2023. 'Storm-####' is a temporary designator for a cluster still in development.

CrowdStrike

index ↗
  • VANGUARD PANDA

Animal denotes attributed nation-state or motive; the adjective distinguishes clusters. The original public adversary taxonomy, in use since 2012.

Mandiant / Google Threat Intelligence

index ↗
  • UNC3236

APTxx for state-nexus espionage, FINxx for financially motivated, UNCxxxx ('uncategorized') for clusters not yet graduated to a named group. Many UNC numbers are later merged into an APT/FIN designator.

Secureworks CTU

index ↗
  • BRONZE SILHOUETTE

Metal prefix encodes attributed origin, paired with an arbitrary uppercase codeword.

Palo Alto Networks Unit 42

index ↗
  • Insidious Taurus

Constellation denotes attributed origin or motive, adopted in 2023 to replace ad-hoc naming.

Red Canary

index ↗
  • Volt TyphoonAdopts the Microsoft designator

Names activity clusters descriptively rather than by a fixed nation-state taxonomy, and generally adopts the prevailing community name for established state actors. Coverage skews toward commodity and eCrime threats seen in managed-detection telemetry.

Dragos

index ↗
  • VOLTZITEDragos assesses demonstrated interest in OT data, including GIS and network diagrams of electric systems

Mineral names for groups with demonstrated or assessed intent against industrial control systems. A Dragos designator is a meaningful signal: it means OT/ICS capability, not just IT intrusion.

CISA / NSA / FBI

index ↗
  • Volt Typhoon

U.S. government advisories generally reference groups by the most common industry name plus the attributed unit. Joint advisories are the authoritative source for unit-level attribution.

Targeting

Target geography

United StatesGuamUnited KingdomAustraliaCanadaNew Zealand

Tools & malware

Custom tooling is a strong clustering signal; shared and commodity tooling is not.

Custom / bespoke

KV Botnetmalware

Covert relay network built from end-of-life Cisco, NETGEAR, and DrayTek SOHO routers inside victim geographies. Disrupted by FBI action in January 2024.

Shared, commodity & living-off-the-land

wmiclotl

Built-in Windows management interface used for discovery and remote execution — no binary to detect.

ntdsutillotl

Native utility used to create shadow copies of NTDS.dit for offline credential extraction, avoiding LSASS access.

netshlotl

Native networking utility used to configure port proxies for internal pivoting.

Fast Reverse Proxy (frp)utility

Open-source reverse proxy deployed on compromised hosts for persistent tunnelled access.

Impacketlotl

Python toolkit used for WMI and SMB remote execution across the victim estate.

Earthworm / Awenutility

Public tunnelling and web shell tooling adopted in place of bespoke implants.

Exploited vulnerabilities

Filtered on the date this actor was first reported exploiting the flaw — not the CVE's publication date.

CVEUsage by Volt Typhoon
CVE-2024-397170-day1 Apr 2024Versa Director zero-day used to implant a credential-harvesting web shell (VersaMem) at internet service providers and managed service providers — an upstream position giving visibility into many downstream networks at once.SRCBlack Lotus Labs (Lumen)
CVE-2023-46805KEVransomware8.21 Jan 2024Ivanti Connect Secure authentication bypass chained for unauthenticated access to VPN appliances.SRCCISA / NSA / FBI
CVE-2023-27997KEVransomware9.81 Jul 2023FortiOS SSL-VPN pre-authentication heap overflow used to reach critical infrastructure perimeters.SRCCISA / NSA / FBI
CVE-2022-42475KEVransomware9.81 Jan 2023FortiOS SSL-VPN heap overflow exploited for perimeter access to critical infrastructure networks.SRCCISA / NSA / FBI
CVE-2021-405391 Sep 2021Zoho ManageEngine ADSelfService Plus authentication bypass used for initial access to targeted networks.SRCMicrosoft Threat Intelligence

Actors sharing exploited CVEs

Kill chain

How this actor moves through an intrusion, stage by stage, titled by ATT&CK tactic. Read left to right.

9 stages · 13 techniques
  1. 01

    Resource Development

    1 technique

    Builds the covert layer before touching the target. End-of-life Cisco, NETGEAR and DrayTek routers inside the victim's own geography are compromised into the KV Botnet, so every subsequent connection originates domestically and never looks foreign.

  2. 03

    Execution

    1 technique

    Native tooling only — wmic, netsh, PowerShell, certutil, ntdsutil. Every command is one a system administrator plausibly runs, which is precisely why the tradecraft produces almost no atomic indicators.

  3. 04

    Persistence

    1 technique

    Legitimate administrator credentials, and nothing else. There is no implant to find, no scheduled task to audit, no binary to blocklist. CISA documented access maintained this way for at least five years.

  4. 06

    Credential Access

    1 technique

    Extracts the NTDS.dit domain database offline via volume shadow copy rather than touching LSASS, sidestepping the memory-access behaviour that EDR is built to catch.

  5. 09

    Command and Control

    2 techniques

    Out through the compromised SOHO router layer to infrastructure that never crosses a border. Selective log clearing after each session removes the session, not the whole log, which would itself be an indicator.

Scroll horizontally · characteristic chain across documented operations, not a single incident

MITRE ATT&CK techniques

Grouped in kill-chain order.

Open in Navigator ↗
13 techniques across 9 tactics · 8 with actor-specific notes

Resource Development

1

Initial Access

2

Persistence

1

Defense Evasion

1

Credential Access

1

Collection

2

Command and Control

2

Campaign timeline

  1. landmark

    U.S. Critical Infrastructure Pre-Positioning

    Persistent access maintained inside U.S. communications, energy, transportation, and water systems for at least five years with no meaningful data theft. CISA assesses the access exists to enable disruptive effects in the event of conflict. Guam, the principal U.S. power projection hub in the Pacific, featured prominently.

    CVE-2021-40539CVE-2022-42475CVE-2023-27997Critical InfrastructureEnergyWater & WastewaterTelecommunications

Known to work with

Relationship type and confidence stated explicitly — 'related' without qualification is not an assessment.

Primary-source reporting

Curated links to the reports that established what is known about this group.