A student's walk-through of the knowledge base that catalogs how real adversaries have actually attacked control systems โ its tactics, its case studies, and how it's used defensively without ever touching attack tooling.
ATT&CK for ICS is a knowledge base โ not a standard, not a piece of software, and not something an organization certifies against. It catalogs the tactics (the "why") and techniques (the "how") that adversaries have actually used against industrial control systems, with every entry traced back to a documented incident, vendor advisory, or research report. It is the ICS-specific sibling of MITRE's flagship Enterprise ATT&CK matrix.
Enterprise ATT&CK, released in 2015, modeled adversary behavior on IT networks โ but it had no vocabulary for a technique like reprogramming a safety controller's logic or spoofing a sensor reading back to an HMI. MITRE released ATT&CK for ICS as its own matrix in 2020 specifically to capture behaviors unique to control systems: manipulating physical processes, disabling safety functions, and interacting with industrial protocols that IT-focused security tooling doesn't parse.
Threat intelligence analysts writing and reading incident reports, SOC and detection engineers scoping alert coverage, red/blue/purple teams designing exercises, and asset owners doing gap analysis. Unlike IEC 62443 or NIST SP 800-82, nobody "implements" ATT&CK for ICS directly โ it's a reference lens applied to something else you're already doing.
This is the single most important distinction to establish before teaching any other content on this page. IEC 62443 and NIST SP 800-82 tell you what to build. NERC CIP-008 tells you what you're legally required to do. ATT&CK for ICS does neither โ it only documents what has actually happened. It answers "what has been done to systems like this, and how would you detect it," not "what should you do."
02
How to Use This Guide
1
Skim the Quick Facts panel first. The single most important fact there is the first one โ this is a knowledge base, not a standard. Everything else follows from that.
2
Read Section 03 before the matrix itself. Knowing how ATT&CK for ICS differs from IEC 62443, SP 800-82, and CIP-008 makes the tactic list in Section 04 much easier to place.
3
Work through Section 04's three phase cards in order โ Access & Foothold โ Situational Awareness โ Physical Impact. They group the 12 tactics into the same "IT compromise leads to OT impact" story your students already know from Lessons 6โ7.
4
Section 05 is where the matrix becomes concrete. Five real incidents, each mapped to the tactics they demonstrate โ this is the material built for case-study teaching under the course's defensive-scope safeguard.
5
If you're prepping to teach, start at Section 08. The four exercises there are built to reuse the case studies in Section 05 without requiring any attack tooling.
03
Positioning: ATT&CK for ICS vs. the Other Core Frameworks
IEC 62443 and NIST SP 800-82 tell you how to design and manage a secure system. NERC CIP-008 tells you what you must legally report once something goes wrong. ATT&CK for ICS answers a third, different question: what has actually been done to systems like this, and how would you know?
Attribute
MITRE ATT&CK for ICS
IEC 62443 / SP 800-82 / CIP-008
Type
Threat-intelligence knowledge base, descriptive
Design standard, risk-management guide, or compliance mandate โ all prescriptive
Origin / Authority
MITRE Corporation, a federally funded R&D center
ISA/IEC standards body, NIST (U.S. federal), NERC (the ERO, under FERC)
Primary Question
"What has been done to systems like this, and how would you detect it?"
"How should this be designed/managed?" or "What must you legally report?"
Enforcement
None โ there is nothing to certify or audit against
Certification (62443), federal adoption (800-82), or legal penalty (CIP-008)
Typical Pairing
Supplies the "how would an attacker do this" lens applied on top of the other three
Supply the design, the risk process, or the reporting obligation that ATT&CK for ICS findings feed into
04
The Matrix โ Tactics & Techniques
Twelve tactics span the ICS attack lifecycle. Grouping them into three phases tells the same story Lessons 6โ7 already teach: an intrusion typically starts on the IT side, moves through the network to build situational awareness, and only becomes an OT incident once it reaches physical impact. MITRE periodically revises the technique list โ treat the examples below as representative, and check the live matrix (linked in Section 09) for the current, complete set before quoting exact counts to students.
Phase 1Get In
Access & Foothold
The adversary gets into the environment and establishes a durable presence.
Gathering the process information needed to act on the target effectively.
Point & Tag Identification โ learning which tag or point in the control logic corresponds to which physical device
Monitor Process State and Detect Operating Mode โ watching how the process actually behaves before touching it
Screen Capture and I/O Image โ capturing HMI displays or the controller's current input/output state
Maintaining a remote channel to direct the intrusion.
Commonly Used Port and Standard Application Layer Protocol โ blending C2 traffic in with normal-looking network activity
Connection Proxy โ routing commands through an intermediate hop to obscure the true source
Phase 3 โ Physical Impact
Blocking the operator or the safety system from responding while the real attack happens.
Alarm Suppression and Modify Alarm Settings โ silencing the warnings that would trigger a response
Block Command Message / Block Reporting Message โ preventing control commands or status reports from arriving
Denial of Service and Device Restart/Shutdown โ disabling protection relays or field devices outright
Directly manipulating the process itself.
Modify Parameter โ changing a setpoint, threshold, or control variable
Unauthorized Command Message โ sending a command the legitimate operator never issued
Brute Force I/O and Spoof Reporting Message โ forcing outputs directly or masking the resulting readings
The consequence the entire chain was built toward.
Loss of Control / Loss of View / Denial of View โ the operator can no longer act on, or even see, the true process state
Manipulation of Control / Manipulation of View โ the operator acts on falsified information
Loss of Safety โ a safety system is disabled or defeated (the technique TRITON/TRISIS essentially defines โ see Section 05)
Damage to Property and Loss of Productivity and Revenue โ the physical and financial consequences
05
Case Studies โ Groups & Software
ATT&CK for ICS names the threat "Groups" and "Software" behind documented campaigns and links each to the tactics/techniques they used. These five are the incidents most commonly taught and referenced across the field โ every one is analyzed here strictly as a case study, consistent with this course's defensive-scope safeguard.
Target: Iranian uranium enrichment centrifugesPredates ATT&CK Group naming
Malware spread via removable media and network shares, then specifically reprogrammed Siemens S7-300 PLC logic controlling centrifuge speeds โ while feeding falsified "normal" readings back to operators. It is the canonical teaching example of Project File Infection, Modify Program, Spoof Reporting Message, and ultimately Impair Process Control leading to physical Damage to Property.
Target: three Ukrainian regional power distributors~230,000 customers affected
Spearphishing gave IT access; the adversary then rode existing remote-access paths into the OT network and used the SCADA HMI to open breakers directly, cutting power. A KillDisk wiper and a firmware attack on serial-to-Ethernet converters slowed the utilities' ability to restore service โ a direct demonstration of Inhibit Response Function layered on top of Impair Process Control.
Target: a Kyiv transmission substationAttributed to Sandworm / ELECTRUM
The first malware built with modular payloads that speak substation automation protocols (IEC 101, IEC 104, IEC 61850, OPC) directly โ letting it open breakers programmatically rather than through a hijacked HMI. It also included a denial-of-service module targeting a known flaw in Siemens SIPROTEC protection relays. A strong example of Standard Application Layer Protocol C2 combined with protocol-native Unauthorized Command Message techniques.
Target: a Saudi petrochemical plantAttributed to TEMP.Veles / XENOTIME
The adversary reached the engineering workstation for a Schneider Electric Triconex Safety Instrumented System (SIS) and reprogrammed its logic โ the first publicly documented malware built to specifically target a safety system rather than just the process it protects. A bug in the malware likely caused some controllers to fail safely, which is probably what prevented a larger physical incident. This is the case study that most concretely defines Loss of Safety as a technique.
Attributed to CHERNOVITEDiscovered before deployment
A modular ICS attack toolkit found and analyzed before it was used against a live target โ built to scan for and manipulate specific PLCs and industrial software from multiple vendors (including Schneider Electric and Omron) across several protocols. It's the broadest, most automated ICS attack tool publicly documented to date, and a good teaching example of how attack tooling is trending toward reusable, protocol-aware modules rather than one-off custom malware like Stuxnet.
06
Related Resources
ATT&CK for ICS is one piece of a small ecosystem of MITRE knowledge bases and tools that are usually referenced alongside it.
Resource
Focus
How It Complements ATT&CK for ICS
Enterprise ATT&CK
IT-side adversary tactics/techniques
Models the initial compromise before an intrusion ever reaches the OT network โ analysts chain Enterprise โ ICS across one incident
ATT&CK Navigator
Visualization tool
Overlays detection coverage, or a specific incident's techniques, onto the matrix as a heat map
MITRE D3FEND
Defensive technique knowledge base
Maps countermeasures to ATT&CK techniques โ the "what do I do about this" companion to ATT&CK's "what did they do"
MITRE Engage
Adversary engagement & deception
Frames deception and denial operations against the same technique vocabulary
CISA ICS Advisories
Vulnerability & incident advisories
Primary source material that feeds new ATT&CK for ICS groups, software, and techniques over time
07
Defensive Applications
There is nothing to audit or certify against here โ the value of ATT&CK for ICS is entirely in how defenders use it as a shared reference lens.
Threat Intelligence Structuring
Gives incident reports and vendor advisories a shared vocabulary, so "what happened" in one report means the same thing in the next.
Detection Engineering & Coverage Mapping
Mapping existing SOC/SIEM alert rules to specific techniques reveals exactly which tactics have zero detection coverage.
Red/Blue/Purple Team Exercises
Scopes adversary emulation and tabletop exercises around documented technique sets โ without requiring anyone to write or run exploit code.
Gap Analysis & Leadership Reporting
Translates "which techniques could hurt us, and are we covered" into a business-risk conversation leadership can act on.
๐ Teaching Note
Anchor lesson: Lesson 6 (Threat Landscape) and Lesson 7 (Vulnerabilities & Countermeasures). Have students map a Lesson 7 countermeasure to each tactic in Section 04 that it would have interrupted, using one of the Section 05 case studies as the scenario.
โ Case study analysis and detection mapping only โ no attack tooling or live targeting
08
Classroom Uses
Incident Mapping Exercise
Pick one case study from Section 05 and map its known stages onto the 12 tactics in Section 04, phase by phase.
Detection Gap Analysis
Give students a fictional list of eight SOC alert rules. They map each to a technique, then identify which of the 12 tactics have zero coverage.
Purple Team Tabletop
Instructor narrates a documented technique sequence from Section 05 as "red." Students playing "blue" decide what alert or control would have caught each step โ narration only, no tooling executed.
Cross-Framework Reporting Bridge
Take the same mapped incident to the NERC CIP-008 page: at which technique does it become a "Reportable Cyber Security Incident," and what would the Attachment 1 notification say?
โ Case study analysis only โ no attack tooling, exploit code, or live targeting
This page is a teaching summary of a publicly maintained knowledge base, not a reproduction of MITRE's technique text or an exhaustive listing. MITRE periodically adds, retires, and renumbers techniques โ verify current tactic and technique details against the live matrix before presenting exact counts or IDs to students, per this course's own Safeguards policy on faculty review of generated content.