infrastructure · digital · family: built to be open. now under attack
smart defenses for dumb controllers
AI-Based intrusion detection cannot deploy on legacy SCADA/PLC systems
Problem statement
Modern AI-based intrusion detection systems (IDS) for industrial control systems demonstrate high accuracy in laboratory benchmarks, but they cannot be deployed on the legacy programmable logic controllers (PLCs) and SCADA systems that actually operate critical infrastructure. Most PLCs run deterministic logic on hardware with minimal computational capacity — there is no room for real-time machine learning inference. Meanwhile, the attack surface is expanding as ICS devices are increasingly networked and internet-exposed and industrial software supply chains grow more complex. The result is a widening gap between the sophistication of available AI defenses and the ability of operational infrastructure to use them.
Why this matters
SCADA systems control water treatment, power grids, oil and gas pipelines, and manufacturing processes. A successful cyberattack on these systems can cause physical damage, environmental disasters, and loss of life — as demonstrated by the December 23, 2015 Ukraine power grid attack, in which intrusions at three distribution companies cut power to approximately 225,000 customers (E-ISAC/SANS, 2016), followed by a second grid attack on a Kyiv transmission substation in December 2016. (The widely cited 2021 Oldsmar, Florida water-treatment "hack" is no longer a clean example: the FBI could not confirm any outside intrusion, and the city's former manager attributes the incident to employee error.) A global cybersecurity workforce gap that ISC2 estimated at roughly 4.8 million people in 2024 compounds the problem: even when AI tools exist, there are too few trained operators to deploy and manage them. Critical infrastructure in water, energy, and transportation sectors relies on equipment with 20–40 year lifecycles, meaning the legacy hardware problem will persist for decades without a deployment strategy that works within existing constraints.
What’s been tried and why it hasn’t worked
Traditional signature-based IDS (like Snort or Suricata rules) can run on lightweight hardware but only detect known attack patterns and miss novel threats. Statistical anomaly detection approaches have lower computational requirements but produce high false positive rates that overwhelm operators. Deep learning approaches — CNNs, LSTMs, Transformers, autoencoders — achieve 90%+ accuracy on benchmark datasets (HAI, SWaT, BATADAL) but require GPU-class hardware for real-time inference, which is unavailable in most ICS environments. Network-based approaches that monitor traffic at a separate appliance avoid the PLC hardware constraint but cannot detect attacks that manipulate the physical process through legitimate-looking commands. The addition of encryption to SCADA protocols (DNP3 Secure Authentication, IEC 62351) can introduce real-time response delays that are difficult to accommodate in process control. A 2025 systematic review of 250 articles on AI for ICS security emphasizes anomaly detection and predictive analytics as the leading responses — yet the approaches it catalogues largely presuppose computational resources that legacy automation hardware lacks.
What would unlock progress
A hybrid architecture that places lightweight anomaly detection on or near the PLC (using federated inference or edge computing) while offloading computationally intensive deep analysis to a centralized system could bridge the gap. Model compression techniques (quantization, pruning, knowledge distillation) that reduce AI model size by 10–100x while maintaining detection accuracy would enable deployment on constrained hardware. Physics-informed AI models that encode knowledge of the industrial process could detect anomalies with fewer parameters than general-purpose neural networks. Standardized, anonymized industrial cybersecurity datasets — which currently do not exist due to data sensitivity — would enable the research community to develop and benchmark models appropriate for real-world ICS environments.
Entry points for student teams
A student team could prototype a lightweight anomaly detection model (e.g., autoencoder or isolation forest) that runs on resource-constrained hardware (Raspberry Pi or Arduino-class) monitoring simulated SCADA network traffic, benchmarking detection accuracy against inference latency and memory constraints. This is a well-scoped embedded systems and security project. Alternatively, a team could design a hybrid edge-cloud IDS architecture for a specific ICS protocol (Modbus, DNP3, or IEC 61850), demonstrating how computationally expensive deep learning analysis can be performed asynchronously without disrupting real-time control operations.
Genome — every gene is a door
Tags marked “under review” were questioned by a later calibration pass; they stay visible here but are left out of filters until re-adjudicated.
Structural cousins — same reason stuck, other fields
Sources
Muhammad Muzamil Aslam, Ali Tufail, Haji Gul, Muhammad Nauman Irshad, Abdallah Namoun, "Artificial intelligence for secure and sustainable industrial control systems - A Survey of challenges and solutions," Artificial Intelligence Review 58(11), Springer (2025). DOI: 10.1007/s10462-025-11320-9, E-ISAC/SANS, "Analysis of the Cyber Attack on the Ukrainian Power Grid: Defense Use Case" (Robert M. Lee, Michael J. Assante, Tim Conway), March 18, 2016, Christian Vasquez, "Did someone really hack into the Oldsmar, Florida, water treatment plant? New details suggest maybe not.," CyberScoop, April 10, 2023, ISC2, 2024 Cybersecurity Workforce Study, Access date: 2026-08-21. go to source 1 ↗ go to source 2 ↗ go to source 3 ↗ go to source 4 ↗
verification notes (working record)
The collection team’s own sourcing notes for this brief, kept verbatim:
This brief connects to the existing infrastructure-water-ot-security-gap brief, which documents adoption barriers for OT security tools in small water utilities. Both share the structural pattern of security solutions that don't fit the operational constraints of legacy infrastructure. The data scarcity problem parallels the failure:unrepresentative-data pattern seen across ocean monitoring and energy modeling briefs — industrial datasets are proprietary, small, and unrepresentative of real attack conditions. The workforce shortage dimension (2.8–4.8M cybersecurity professional shortfall) connects to the cross-batch workforce retirement pattern flagged in the analyst report observations. Related areas: embedded AI for industrial edge computing, model compression for IoT, physics-informed neural networks for process monitoring.
Reconciliation 2026-08-21: The anchor survey checks out — Aslam, Tufail, Gul, Irshad & Namoun, "Artificial intelligence for secure and sustainable industrial control systems - A Survey of challenges and solutions," Artificial Intelligence Review 58(11), 2025, DOI 10.1007/s10462-025-11320-9 (title, authors, venue, and DOI confirmed against Crossref and Semantic Scholar; the abstract's "including 250 articles" confirms the review-size claim) — and the Source line now carries the full author string and URL. Three quantitative claims attributed to it could not be found in the article on two full-text passes and could not be verified elsewhere, so they were removed or re-anchored: "internet-exposed ICS devices increased 40% between 2024 and 2025" and "supply chain compromises targeting ICS vendors rose 430% from 2020 to 2024" (the 430%/wrong-scope pattern resembles a cross-wired software-supply-chain statistic; both removed, sentence softened to qualitative); the "2.8–4.8 million cybersecurity professionals" shortage was replaced with ISC2's 2024 Cybersecurity Workforce Study figure of a 4,763,963-person gap (~4.8M), fetched from isc2.org. On the named incidents: the 2015/2016 Ukraine grid attacks are confirmed — the E-ISAC/SANS Defense Use Case (Lee, Assante & Conway, March 18, 2016) documents the December 23, 2015 intrusions at three oblenergos and the ~225,000 customers who lost power, and is now cited directly. The 2021 Oldsmar incident, however, no longer supports the "demonstrated physical harm" framing: CyberScoop (Vasquez, April 10, 2023, https://cyberscoop.com/water-oldsmar-incident-cyberattack/) reports the FBI "was not able to confirm that this incident was initiated by a targeted cyber intrusion" and former city manager Al Braithwaite calls it a non-event likely caused by employee error — the body now presents Oldsmar as a disputed case rather than an attack. The "few studies merge fault detection, predictive maintenance, and cybersecurity" finding and the claim that encryption delays are "unacceptable" for process control could not be located in the cited survey; both sentences were softened to what the abstract supports plus clearly-marked synthesis. The Source Notes paragraph above retains the original 2.8–4.8M phrasing verbatim per the append-only convention; the ISC2 2024 figure supersedes it.