In May 2023, Microsoft and a consortium of US government agencies published a joint advisory about a Chinese state-sponsored threat actor they called "Volt Typhoon." Unlike most nation-state threat actor disclosures, which describe intelligence collection or financial theft, the Volt Typhoon advisory described something more alarming: systematic, long-term intrusions into US critical infrastructure - water utilities, power grids, transportation systems, communications networks - for the apparent purpose of pre-positioning for potential disruptive or destructive attacks in the event of a conflict between the United States and China.
Volt Typhoon was not stealing data. The group's presence in compromised networks showed minimal data exfiltration. Instead, investigators found that Volt Typhoon had maintained persistent access to operational technology (OT) environments and had mapped network topology, identified critical systems, and established footholds from which they could cause disruption on command. The assessment from CISA, NSA, and FBI was unambiguous: "Volt Typhoon is pre-positioning itself on IT networks to enable lateral movement to OT assets to disrupt functions." The timing of any activation would likely coincide with a US-China military conflict, particularly one involving Taiwan.
Living Off the Land
Volt Typhoon's most distinctive technical characteristic was its use of "living off the land" (LOTL) techniques almost exclusively. Rather than deploying custom malware - which can be detected by endpoint security tools, signatures, or behavioral analysis - the group used built-in Windows and network tools already present on compromised systems. Commands executed through standard Windows utilities, native PowerShell, and legitimate network administration tools blended into the background noise of normal IT operations.
Specific tools observed included wmic (Windows Management Instrumentation command-line), ntdsutil (used to access Active Directory database), netsh (network configuration), and PsExec (a Sysinternals tool commonly used by administrators). The group also used built-in web shell functionality in exposed network devices rather than deploying standalone malware. Lateral movement was accomplished through legitimate credentials harvested from compromised systems.
The infrastructure used for C2 and data staging was compromised legitimate infrastructure rather than attacker-controlled servers. Volt Typhoon compromised small-office/home-office (SOHO) routers and other network devices to use as proxies - routing their traffic through legitimate-appearing IP addresses in the target country. This made network-based detection substantially harder: traffic from a Volt Typhoon operator in China appeared to originate from a domestic IP address.
The OT Targeting and Taiwan Context
The targeting of critical infrastructure OT environments - rather than IT networks for intelligence collection - was what distinguished the Volt Typhoon disclosure from other Chinese APT reporting. The specific sectors targeted included communications, energy, transportation, water and wastewater, and the defense industrial base. CISA assessed that Volt Typhoon had been maintaining access to some of these environments for five or more years.
The implied operational concept was a "pre-attack" capability: if China were to initiate military action against Taiwan, Volt Typhoon's embedded access could be activated to cause disruption to US critical infrastructure - complicating US military mobilization, sowing civilian panic, and potentially deterring intervention or slowing response. Power grid disruptions, water treatment interference, and transportation system outages all carry real-world consequences that go beyond data theft.
CISA Director Jen Easterly testified before Congress in January 2024 that Volt Typhoon represented "the defining threat of our generation." The scale of pre-positioning was described as broader and deeper than anything previously attributed to China. Western intelligence assessments suggested the group had been active since at least 2021, with some intrusions potentially predating that.
Detection and Response
The joint advisory from NSA, CISA, FBI, and Five Eyes partners (UK NCSC, Australian ASD, Canadian CCCS, New Zealand NCSC) provided specific detection guidance for Volt Typhoon activity. The guidance focused on detecting LOLBin abuse through behavioral analytics rather than signatures, since the tools themselves are legitimate. Key detection opportunities included: unusual use of certutil for file downloads, ntdsutil running outside of expected backup processes, large outbound transfers from OT network segments, authentication from SOHO router IPs, and web shell indicators on edge devices.
Several US utilities and critical infrastructure operators were notified directly by FBI and CISA that they had active Volt Typhoon intrusions in their networks. Remediation in OT environments required careful coordination to avoid disrupting operational systems during the eviction process. In some cases, organizations chose monitoring-first approaches - documenting the intrusion rather than immediately evicting the attackers - to fully map the scope of compromise before taking action that might trigger a response.