Air-Gapped Network
What is Air-Gapped Network?
Air-Gapped NetworkA network that is physically and logically isolated from other networks, especially the internet, to protect highly sensitive systems such as ICS, classified networks, or vaults.
An air-gapped network has no direct connection to less trusted networks; data crosses the boundary only through controlled means like removable media, data diodes, or kiosk transfer stations. Air gaps protect nuclear-plant safety systems, classified military networks, cryptocurrency cold storage, voting infrastructure, and parts of ICS, on the assumption that physical isolation forces an attacker to bridge the gap.
History shows the gap is bridgeable. Stuxnet (uncovered 2010) reached Iran's Natanz enrichment plant on USB media and spread through the isolated network via zero-days such as the LNK-file flaw CVE-2010-2568. The agent.btz worm crossed onto US Central Command's classified networks in 2008 via a USB drive, prompting Operation Buckshot Yankee and a lasting DoD ban on removable media. Beyond USB, researchers led by Mordechai Guri at Ben-Gurion University have demonstrated a catalogue of covert exfiltration channels that leak data from a truly disconnected host: AirHopper (FM radio from the GPU bus), Fansmitter (acoustic via fan RPM), BitWhisper (thermal), and LANtenna (RF from Ethernet cabling). These are low-bandwidth but real, showing an air gap slows but never eliminates a determined, already-resident adversary.
flowchart LR
subgraph Untrusted["Corporate / Internet"]
A[Attacker]
end
subgraph Gap["Controlled boundary"]
B[USB / removable media]
C[Data diode - one way]
D[Kiosk / scan station]
end
subgraph AirGap["Air-gapped network"]
E[Engineering workstation]
F[ICS / SIS controllers]
end
A -.->|Infected USB / supply chain| B
B --> E
C --> E
D --> E
E --> F
F -.->|Covert channel:<br/>RF, acoustic, thermal| AEffective programs pair the gap with strict media-control policy, signed and verified firmware, host-based intrusion detection, data diodes for one-way telemetry, and monitoring for anomalous device, USB, or RF activity — treating the air gap as one layer of defence in depth, not a guarantee.
● Examples
- 01
An offline engineering workstation network used to develop SIS logic and transfer it via signed USB media.
- 02
A cold-storage vault for cryptographic keys kept in a Faraday-shielded room with no network connectivity.
● Frequently asked questions
What is Air-Gapped Network?
A network that is physically and logically isolated from other networks, especially the internet, to protect highly sensitive systems such as ICS, classified networks, or vaults. It belongs to the OT / ICS / IoT category of cybersecurity.
What does Air-Gapped Network mean?
A network that is physically and logically isolated from other networks, especially the internet, to protect highly sensitive systems such as ICS, classified networks, or vaults.
How do you defend against Air-Gapped Network?
Defences for Air-Gapped Network typically combine technical controls and operational practices, as detailed in the full definition above.
What are other names for Air-Gapped Network?
Common alternative names include: Air gap, Isolated network, Stand-alone network.