Baltimore Business Daily News

collapse
Home / Daily News Analysis / AI is getting closer to being able to exploit OT, and that's very bad news for critical infrastructure

AI is getting closer to being able to exploit OT, and that's very bad news for critical infrastructure

Sep 03, 2026  Twila Rosenbaum 18 views
AI is getting closer to being able to exploit OT, and that's very bad news for critical infrastructure

Operational technology (OT) controls the electric grid, water treatment, oil and gas pipelines, chemical plants, and factories. For decades, attacking those systems required deep knowledge of hardware, industrial protocols, and physical processes. New research from industrial cybersecurity teams suggests that artificial intelligence is closing that gap, allowing less-skilled adversaries to discover vulnerabilities and develop exploits in operational environments.

The idea that AI is approaching this capability is not hypothetical. AI models can now reverse-engineer binaries, read technical manuals, generate code, and reason about network traffic. In an OT context, that means an attacker can ask an AI system to explain a proprietary protocol, identify a weakness in a controller configuration, or draft an attack script. The technology is not yet fully autonomous in the physical world, but it is already enough to change the threat landscape for critical infrastructure.

Key takeaways

  • AI tools are lowering the barrier to entry for OT exploitation by automating research and code generation.
  • OT networks were designed for availability and safety, not cyberattacks, making them difficult to defend with conventional methods.
  • Critical infrastructure sectors continue to expand their IT and OT connectivity, giving attackers more routes into industrial systems.
  • A successful OT attack can cause physical damage, environmental harm, or public health emergencies, not just data loss.

Why OT security is different

Most corporate IT systems assume that devices can be patched, rebooted, and replaced. OT environments do not work that way. Industrial control systems often run for decades, and routers, firewalls, and endpoints are not the only concern. Programmable logic controllers, RTUs, HMIs, and safety instrumented systems collect data from sensors and send commands to pumps, motors, and valves. They rely on older operating systems and proprietary protocols that were never built with authentication or encryption in mind.

Availability is the first priority in a factory or power station. Restarting a controller can stop a production line, interrupt power distribution, or create unsafe process conditions. Even simple maintenance windows must be scheduled carefully and tested with simulated loads. This reality means many known vulnerabilities remain unpatched for months or years. Network owners cannot simply follow an IT-style vulnerability management program without risking operational reliability.

The arrival of AI makes those limitations more dangerous. An adversary who can automate vulnerability analysis can scan large sections of a network, catalog devices, and look for weaknesses much faster than a human researcher. Once a weakness is found, AI-generated code can deliver a ready-made exploit for legacy software that is widespread in industrial facilities.

How AI lowers the expertise barrier

Industrial cyberattacks have historically required rare dual expertise. Teams had to understand cyber tradecraft and process engineering, protocol details, and control safety. That separation is eroding. Generative AI can read an engineering manual and summarize how a specific turbine controller processes setpoints. It can translate between Modbus, DNP3, OPC UA, and modern protocols while pointing out likely places to inject commands. An attacker no longer needs to memorize every PLC family or vendor command set to pose a threat.

During the reconnaissance stage, AI can help attackers make sense of OT data. Many attacks begin by collecting a relatively small amount of network traffic or a configuration file. A human analyst might need weeks to identify an unsafe program logic function hidden inside a binary block. AI models can recognize patterns in that code and suggest modifications that could bypass interlocks, suppress alarms, or cause a physical process to enter a dangerous state.

At the exploitation stage, code-generation models are useful for building custom tooling. Public proof-of-concept code for industrial CVEs is often sparse and inconsistent, but when injected into an AI model, it can be rewritten for a different protocol stack, updated for another vendor, or adapted to survive a newer compiler. An attacker can feed malware samples into a model and ask for a modified version with new encryption or network behavior. AI does not need to be perfect to improve a threat actor’s workflow; it needs to be just useful enough to accelerate progress from days to hours.

AI can also help attackers capture and replay OT commands. If an AI system is trained on protocol frames, it can learn the timing and transaction rules of a remote terminal unit. The system can then craft a response that looks legitimate to a control center, tricking operators into believing the process is normal while an attack occurs in the background. This type of deception has been used manually for years, but AI makes it easier to adapt quickly when operators change alarms or settings.

Critical infrastructure attack surface is expanding

The IT-OT convergence already transformed the attack surface. Companies adopted cloud-based data historians, remote access for automation vendors, and IIoT devices to collect more production data. Each new connection creates a pathway from the corporate network to the plant floor. Threat groups and ransomware operators have used those pathways in recent years, and researchers expect AI to make the progression from IT to OT faster.

Nation-state actors are not the only concern. Criminal organizations see revenue opportunities in industrial facilities because losing a production line can force a company to pay ransom quickly. Colonial Pipeline is often cited as an example of an attack that began in IT but had operational consequences; the company shut down the pipeline because of the risk to its control systems. In other cases, ransomware infections have forced companies to switch industrial processes off because they lost visibility into pressure, temperature, and flow.

Water utilities also provide a stark warning. In one noted attack, attackers changed the chemical settings at a water treatment plant through a remote-access platform. The change was reversed before it affected public health, but the episode showed that straightforward OT exploitation can be done without sophisticated machine learning. With AI assistance, even more volatile control functions, such as high-speed rotating equipment, boiler burners, and electrical breakers, could be targeted.

The significance of AI-enabled OT attacks

It is useful to ask what exploiting OT actually means in practice. It does not necessarily require AI to physically control a valve. It can mean using AI to analyze firmware to find an exploitable memory corruption flaw. It can mean automatically mapping all devices on a Modbus network and identifying registers that have no safety limits. It can mean manipulating a predictive maintenance database so that a bearing failure is not detected until the machine is already damaged. All of those actions are within the reach of AI models trained on publicly available industrial data.

Security teams at critical infrastructure organizations are beginning to deploy similar models for defense. They use AI to parse firewall logs, identify unusual command sequences, and classify alerts from control system security platforms. The problem is that defenders must cover every possible attack path, while attackers only need one successful path. As AI becomes embedded in both offense and defense, the pace of attack development is likely to outpace defensive maturity in organizations with older industrial assets.

Regulators have recognized the risk. Cybersecurity requirements for pipeline owners, power generators, and water utilities are tightening in several jurisdictions. But regulations often struggle to keep up with the speed of machine learning. Security leaders cannot wait for the next compliance framework. They need to integrate AI-aware threat intelligence into their OT security operations and test their defenses against realistic adversarial behavior.

What remains hardest to automate

One reason to keep some perspective is that physical processes vary widely across installations. A pump station in one water district may use a certain PLC; another district may use a completely different setup. Network topologies, safety schemes, and sensor wiring differ from site to site. AI can help an attacker analyze one target, but a single exploit is rarely portable to every other plant. That means manual human work will still be needed for large-scale campaigns, although AI can multiply the productivity of a team.

The other limiting factor is access. Even the most intelligent AI cannot attack a device it cannot reach. Air gaps, though no longer common, still exist in some mature nuclear facilities and defense plants. Most critical infrastructure, however, has some form of link to business networks or vendor remote access. Once an AI-enabled adversary obtains valid credentials or finds an exposed port, it can use analytical tools to guide an attack toward high-impact components.

Human operators also provide a defense that AI cannot easily replace. They notice unusual noise from a motor, odd controller responses, and subtle shifts in process values. However, AI can distract operators by creating convincing data patterns or status messages that make an attack seem routine. Defenders need tools that validate physical state claims against independent sensors, not just trust what a compromised controller reports.

Protecting critical infrastructure in an AI age

There are practical steps that can help. The first is asset visibility. An organization cannot protect what it does not know exists. That includes every network port, serial connection, embedded device, and cloud tenant connected to control systems. OT inventory data should be continuously refreshed and enriched with information about process function and safety impact.

Second is segmentation. Even if IT is compromised, the blast radius can be limited by strong access control between business networks and OT networks. Whitelisting of allowed peer-to-peer communication is more useful than relying on a general firewall rule. OT vendors should be given access through a jump host with session recording and multifactor authentication, and those sessions should be terminated as soon as the work is done.

Third is anomaly detection. AI can help defenders sort through millions of control


Source:TechRadar News


Share:

Your experience on this site will be improved by allowing cookies Cookie Policy