Quick Breakdown of CyOTE: What 27 OT Incidents Tell Us
Executive Summary
Idaho National Laboratory's CyOTE Insights database catalogues 27 real-world operational technology (OT) cyber incidents from 2000 through 2022. Each incident is mapped to the MITRE ATT&CK for ICS framework with technique-level detail.
We pulled the full technique frequency data. The result is simple: the same five attack vectors dominate every breach.
The Top 5 OT Attack Vectors
Source: CyOTE Insights v1.0.0, Idaho National Laboratory, 27 case studies
Initial Access: How They Get In
Of the 12 distinct initial access techniques in the MITRE ATT&CK ICS matrix, three dominate:
Initial Access techniques across 27 OT incidents
Valid Accounts appears in 21 of 27 incidents (78%). It's used both for initial access and lateral movement — the same credential set that gets the attacker in lets them move through the network.
Remote Services is second at 14 incidents (52%). VPNs, RDP, GoToMyPC — any remote access tool is a potential entry point. The Kansas water utility attack (2019) used a former employee's unrevoked GoToMyPC credentials. Colonial Pipeline (2021) used an expired VPN account linked to leaked dark web passwords.
Spearphishing accounts for 11 incidents (41%). Norsk Hydro (2019), Conti on the Irish HSE (2021), and Industroyer in Ukraine (2016) all started with a malicious email attachment.
Impact: What They Do When They're In
The impact taxonomy tells a different story. Most OT attacks aren't about data theft — they're about operational disruption:
Impact techniques across 27 OT incidents
Loss of Productivity and Revenue is the most common impact (19/27, 70%). This isn't surprising — every ransomware attack falls here. But Loss of Availability at 16/27 (59%) is more significant: systems are rendered inoperable, not just encrypted.
Manipulation of Control appears in only 8 incidents, but it's the one that matters most for OT. This is the category where attackers actually changed industrial processes — Ukraine's grid breakers (2015, 2016), Oldsmar water treatment (2021), BTC pipeline (2008). Low frequency, maximum severity.
The Five-Vector Attack Chain
Looking at technique co-occurrence across all 27 incidents, a consistent attack chain emerges:
This chain appears — with variations — in 17 of the 27 incidents. The most complete implementations: Industroyer (2016, 29 techniques), INCONTROLLER (2022, 36 techniques), JBS Foods (2021, 22 techniques), and Conti on the Irish HSE (2021, 21 techniques).
Complexity Is Trending Up
Attack technique count has increased steadily over the 22-year span:
Technique count per incident, 2000–2022
Maroochy Shire (2000) used 16 techniques. INCONTROLLER (2022) used 36 — more than double. The trend is clear: attacks are getting more sophisticated, not less.
What Defenders Should Do
Priority 1: Credential Hygiene (addresses 78% of initial access)
- Revoke credentials immediately on employee departure
- Enforce MFA on all remote access tools (VPN, RDP, GoToMyPC)
- Rotate service account passwords on a schedule
- Monitor for credential use from unexpected locations or times
Priority 2: Email Filtering + User Training (addresses 41% of initial access)
- Block attachments with macro-enabled documents from external sources
- Train staff to recognize spearphishing attempts (especially targeting OT personnel)
- Implement sandboxing for suspicious email attachments
Priority 3: Service Continuity Controls (addresses 63% of defense inhibition)
- Identify critical services that must not be stopped during normal operations
- Implement service stop detection and alerting
- Test recovery procedures for service restart scenarios
Priority 4: Masquerading Detection (addresses 56% of evasion)
- Monitor for process name mismatches (legitimate-looking names running from unusual paths)
- Implement application allowlisting on OT systems
- Track binary hash changes on critical control systems
Data Source
All analysis based on Idaho National Laboratory's CyOTE Insights v1.0.0 — a curated database of 27 OT cyber incidents with MITRE ATT&CK ICS technique mappings. The tool is available at github.com/idaholab/Insights.