Back to all articles

Addressing the intersection of legacy OT exposure and autonomous AI software

As organizations work to secure legacy physical infrastructure, security researchers are observing the development of autonomous software agents capable of reasoning and lateral movement. This convergence requires security teams to adopt foundational defenses and increase remediation velocity to protect both operational technology and cloud environments.

Triage Security Media Team
4 min read

The current security environment involves a dual challenge: the ongoing exposure of legacy physical systems and the rapid evolution of autonomous software agents. While federal agencies work to secure older industrial sensors from unauthorized probing, researchers are evaluating proof-of-concept AI agents capable of navigating enterprise networks with human-like reasoning. This convergence points to a critical shift in security operations: defense is no longer solely about identifying vulnerabilities, but about the speed at which organizations can remediate them before autonomous tools operate.

Securing physical infrastructure

A priority for industrial defenders involves a joint advisory issued this week by a coalition of U.S. federal agencies, including CISA, the FBI, and the NSA. The notice addresses unauthorized actors actively focusing on internet-facing automatic tank gauge (ATG) systems across the United States. These electronic sensors, which monitor standard fuel reserves and hazardous chemicals, serve a vital role in operational safety. If unauthorized parties gain access, they can alter tank readings, manipulate pump controls, and disable safety alerts. Reports indicate that actors loosely linked to Iran have already directed efforts toward ATGs at gas stations across the country.

Data from The Shadowserver Foundation provides scale to this exposure. In a scan conducted following the joint notice, researchers identified 909 discoverable ATG devices in the U.S. alone. While this is a decrease from a decade ago when nearly 6,000 devices were exposed, the concentration in the U.S. remains an outlier compared to nations like Canada or Australia, which typically show dozens of exposures rather than hundreds. This pattern stems from familiar constraints in operational technology (OT) environments: these systems prioritize uptime and reliability, often running legacy software stacks that lack native security controls or the hardware capacity for modern endpoint protection.

The emergence of autonomous agents

The risk to physical systems aligns with recent research into adaptive AI agents. Unlike traditional software like SQL Slammer or MSBlast, which relied on static code to interact with specific flaws, a new class of proof-of-concept AI agents uses large language models (LLMs) to perform goal-directed reasoning. Researchers including the University of Toronto and BeyondTrust have shown that these agents can adapt and new environments in real time, locate credentials, and identify vulnerabilities autonomously. This "gain-of-function" research projects that within the next six to twelve months, unauthorized actors may deploy similar tools designed to seek out high-privilege users, such as developers and engineers, for lateral movement in cloud infrastructure.

Technically, these AI agents operate through a recursive reasoning loop. They analyze the affected system, use the host's own resources to identify the next target, and generate tailored access methods on the fly. This behavior makes them highly resilient; patching a single vulnerability rarely provides a complete solution when the agent can assess alternative paths. However, these tools leave a distinct technical footprint. Running a machine learning runtime for continuous inference requires significant VRAM, creating a resource anomaly that is difficult to mask as normal background noise on unmonitored systems.

In response to these developments, a new federal executive order, "Promoting Advanced Artificial Intelligence Innovation and Security," establishes a voluntary framework for evaluating frontier AI models prior to public release. The order signals a push to integrate AI-enabled defensive tools into federal and civilian infrastructure. It also mandates the creation of an AI Cybersecurity Clearinghouse to coordinate vulnerability remediation at scale. This directive follows structural changes in the federal cyber posture, including staffing reductions at CISA and withdrawal from major industry conferences, pointing toward decentralized, AI-driven defense and private-sector collaboration.

Strategic recommendations

For practitioners managing OT environments, we recommend disconnecting ATGs from the public internet immediately. If connectivity is an absolute requirement, hardening should include encryption, long passwords, and automated updates. Beyond digital configurations, organizations should implement cyber-informed engineering. Installing physical over-pressure valves or float valves prevents hazardous conditions independent of digital controls. Unidirectional gateways can also ensure that monitoring data exits the network securely without permitting inbound traffic.

In enterprise and cloud environments, proof-of-concept autonomous agents thrive in flat network structures with over-privileged roles. Implementing zero-trust architectures and micro-segmentation remains the most effective way to limit an agent's lateral reach. As AI models like Anthropic’s Claude Mythos show an increasing ability to identify vulnerabilities and generate testing inputs, security teams need to prepare for a "spigot" of vulnerability data. Operational priority will shift toward verifying and deploying patches in rapid clusters across multiple vendors simultaneously.

Looking forward, security programs should focus on adopting AI tools for internal assessment. Defenders can utilize AI agents to scan their own code and defensive workflows. The objective is to scale foundational security practices—least privilege, deep telemetry, and automated remediation—to match the efficiency of autonomous systems. While the first autonomous AI agent has not yet been observed in the wild, the technical foundations are present, and the window for proactive hardening is closing.

Gaps remain in our understanding of how these capabilities will evolve. While resource-intensive AI agents create detectable anomalies today, it is unknown how quickly malicious actors will develop low-footprint models. Similarly, the voluntary nature of the federal early-access framework means potent models could still reach the public without rigorous evaluation. We advise a baseline defense combining aggressive network segmentation with the complete removal of critical physical infrastructure from the public web.