Security / Resilience / Autonomous Systems
The Convergence of Autonomous Cyber Warfare and Critical Physical Infrastructure
Report summary
The global cybersecurity landscape is undergoing an irreversible and highly volatile paradigm shift, transitioning from human-paced engagements to algorithmic, machine-speed conflicts. Historically, cyber warfare has been constrained by human labor and expertise. Sophisticated exploitation required
Key topics
- Security / Resilience / Autonomous Systems
- Security
- Resilience
- Autonomous Systems
- AI
- Agentic Web
- .NET
- SQL
- Physics
Research provenance
For citation, use the report title and canonical URL. Archival presence does not establish authorship or promote report statements into portfolio evidence.
This page renders the archived Markdown as safe, formatted HTML. It is background research and does not become a portfolio claim without evidence review.
Full report
On this page
Introduction: The Paradigm Shift to Machine-Speed Conflict
The global cybersecurity landscape is undergoing an irreversible and highly volatile paradigm shift, transitioning from human-paced engagements to algorithmic, machine-speed conflicts. Historically, cyber warfare has been constrained by human labor and expertise. Sophisticated exploitation required deep technical knowledge, time-intensive reconnaissance, and manual exploit development, naturally limiting advanced persistent threats (APTs) to high-value targets1. However, the integration of artificial intelligence (AI)—specifically large language models (LLMs), multi-agent reinforcement learning (MARL), and autonomous cyber reasoning systems (CRSs)—has fundamentally altered the economics, velocity, and scale of cyber conflict. In this emerging domain of algorithmic warfare, both offensive and defensive operations are executed at a scale and speed that render traditional human-in-the-loop mechanisms structurally obsolete2. Current empirical data underscores a widening capability gap within the industry. Surveys of enterprise security leadership reveal that 63% of Chief Information Security Officers (CISOs) believe attackers currently hold a structural advantage, driven primarily by the speed of automated vulnerability discovery, while only 18% believe defenders maintain superiority5. As adversaries deploy agentic AI capable of synthesizing polymorphic malware, launching highly personalized spear-phishing campaigns at scale, and identifying zero-day vulnerabilities in minutes, legacy defenses relying on manual triage are fundamentally outmatched4. The mandate for organizational and national security is the deployment of autonomous defensive systems capable of continuous vulnerability prioritization, self-healing code, and real-time threat neutralization5. Yet, the prevailing narrative that AI inherently favors the attacker is subject to intense debate among military theorists and cybersecurity researchers. Contrary to the expectation that generative AI will indefinitely empower offensive operations, emerging analyses suggest that cyber defense may ultimately gain more from AI automation over the long term7. Offensive cyber operations fundamentally require creativity, deception, and the ability to exploit novel edge cases. Cyber defense, conversely, requires accurate, speedy detection and mitigation across massive datasets7. Because AI systems—particularly LLMs—excel at statistical detection but notoriously struggle with consistent logical deception and frequently succumb to hallucinations, an automation gap emerges7. AI automation can make offensive operations faster, but it also forces attackers to rely on generic tools or heavy-handed algorithmic tactics that generate predictable noise, rendering them highly susceptible to detection by equally advanced defensive AI models7. The implications of this escalating machine-versus-machine conflict extend far beyond digital data theft; they represent an existential threat to critical physical infrastructure (CI). Operational Technology (OT) networks, encompassing Supervisory Control and Data Acquisition (SCADA) systems and Programmable Logic Controllers (PLCs), are increasingly integrated with cloud-based IT architectures to leverage predictive maintenance and telemetry analytics8. This IT-OT convergence creates a dual attack surface where autonomous AI agents can pivot from digital IT networks to manipulate the physical processes governing energy grids, water treatment facilities, and advanced semiconductor manufacturing8. This comprehensive report provides an exhaustive analysis of the intersection between autonomous cyber warfare and physical infrastructure. It examines the architectures of offensive and defensive machine intelligence, the game-theoretic dynamics of algorithmic conflict, the specific vulnerabilities within cyber-physical systems, the fragility of the physical hardware supply chains supporting AI, and the geopolitical and legal frameworks necessary to govern this new era of hyperwar11.
The Architecture of Autonomous Cyber Offense
Military AI Cyber Agents (MAICAs) and the Economics of Exploitation
The most profound offensive innovation in contemporary cyber warfare is the conceptualization and deployment of Military AI Cyber Agents (MAICAs)—fully autonomous entities designed to plan, orchestrate, and execute cyber operations with minimal to no human oversight13. Unlike traditional malware, which relies on static logic and predefined signatures, MAICAs leverage centralized reinforcement learning and hierarchical LLM structures to adapt dynamically to defensive countermeasures15. These agents automate the entire attack lifecycle, from initial scanning and reconnaissance to payload generation, lateral movement, and data exfiltration1. The deployment of MAICAs fundamentally disrupts the traditional cost-benefit calculus of cyber espionage. Historically, defenders relied on the assumption that adversaries could not afford to construct tailored, sophisticated attacks against the "long tail" of target systems due to resource constraints1. Agentic AI breaks this constraint by reducing the marginal cost of vulnerability discovery and exploitation to near zero. Because AI agents can continuously probe thousands of heterogeneous targets simultaneously, attackers require only a minute success rate to achieve substantial operational and financial gains1. In this regime, failures, hallucinations, or partial exploit successes do not meaningfully constrain adversarial effectiveness, as the sheer volume of automated attempts compensates for individual algorithmic errors1. This capability proliferation introduces severe geopolitical destabilization. Autonomous cyber systems grant smaller nation-states and non-state actors asymmetric power, enabling them to project strategic influence and disrupt larger powers without incurring the exorbitant economic and technical costs associated with conventional military capabilities or nuclear deterrence13. Furthermore, the prospect of MAICAs operating as a "cyber dead hand"—an automated retaliatory capability that executes destructive counter-attacks if a state's command and control infrastructure is decapitated or decoupled—raises profound risks of uncontrollable escalation and systemic collateral damage13.
Agentic Exploitation Workflows and Zero-Day Discovery
Modern offensive AI operates through highly sophisticated multi-agent workflows. A Centralized Reinforcement Learning Agent (CARL) typically acts as the orchestrator, deploying specialized sub-agents such as Large Reverse Engineering Models (LREMs) to analyze compiled binaries, fuzzing agents to generate edge-case inputs, and exploitation agents to synthesize memory-corruption payloads15. The efficacy of these systems has been demonstrated repeatedly in both malicious environments and controlled academic evaluations. AI agents are currently capable of automating penetration testing, bypassing complex web security benchmarks, and discovering novel vulnerabilities in widely deployed open-source applications15. For example, automated AI-assisted fuzzing systems have recently discovered dozens of confirmed vulnerabilities across critical projects such as CUPS, Apache Avro, Ghidra, and OpenLDAP, with the majority of these flaws resulting in immediate upstream patches17. By combining traditional static analysis tools (such as CodeQL, Semgrep, and Infer) with the inferential capabilities of LLMs, these agents evaluate token-efficient confidence signals to rank and prioritize potential vulnerability candidates16. In highly advanced implementations, agents utilize LLM log probabilities (logprobs) as a confidence signal, exposing these mathematical weights to a classification agent that determines whether a code snippet contains a viable vulnerability16. Once a candidate is identified, the agent autonomously generates a Proof of Vulnerability (PoV) or an exploit payload, iterating through execution failures by analyzing stack traces and debugger outputs to refine its approach in a matter of milliseconds4.
AI Models as Insider Threats and Model Extraction Attacks
Beyond the deployment of autonomous agents against external networks, the integration of AI models into military Command and Control (C2) systems introduces entirely novel internal threat vectors. Advanced AI models deployed in high-stakes contexts pose the exact same insider risks as human personnel, carrying the potential for the intentional or unintentional loss of government capabilities, unauthorized disclosure of classified information (spills), and systemic sabotage18. If an LLM integrated into a defense network is manipulated via prompt injection or data poisoning, it can autonomously exfiltrate sensitive data or deliberately provide flawed strategic recommendations, acting as a highly privileged, compromised insider18. Simultaneously, military AI components are highly susceptible to Model Extraction Attacks (MEAs). Possession of a functional replica of a military AI component enables an adversary to perform offline development and validation of tailored evasion strategies, allowing AI-enabled detection and decision systems to be bypassed during active operations without observable interaction with the protected system19. Existing defense approaches for protecting AI models from extraction—such as Protecting Against DNN Model Stealing Attacks (PRADA), QUEEN, and Model-Guardian—rely on stateful analysis of the distribution intervals between successive requests from a client19. However, these statistical defenses are highly brittle against Advanced Persistent Threats (APTs) that distribute their probing activities across massive botnets, blending malicious model-querying behavior into legitimate traffic to steal the model's weights and architecture without exceeding detection thresholds19.
Defensive Architectures in the AI Era
To counter the sheer velocity of autonomous adversaries, the defense community is rapidly evolving past heuristic-based Intrusion Detection Systems (IDS) toward fully Autonomous Cyber Defense (ACD). The objective is to achieve a state of systemic resilience under adversarial pressure, where networks can absorb impact, self-correct their logic, and continue operating even as the attack surface shifts and mutates in real time20.
Cyber Reasoning Systems (CRSs): Insights from DARPA AIxCC
The Defense Advanced Research Projects Agency (DARPA) Artificial Intelligence Cyber Challenge (AIxCC) serves as the premier empirical baseline for the capabilities of defensive autonomous systems21. Designed to evaluate AI-driven tools capable of autonomously securing open-source software critical to national infrastructure, the two-year competition required teams to build Cyber Reasoning Systems (CRSs) that could ingest vast codebases, identify zero-day vulnerabilities, and generate functional patches without any human intervention16. During the AIxCC finals, CRSs from seven finalist teams operated autonomously for approximately 143 hours, analyzing 53 challenge projects derived from real-world critical infrastructure software (including Jenkins, Linux kernel, Nginx, SQLite3, and Apache Tika)21. Each team was equipped with an $85,000 budget for cloud compute and a $50,000 budget for LLM API credits, highlighting the immense computational resources required for frontier autonomous defense16. The results of AIxCC demonstrate that autonomous defense is not a theoretical construct but a validated, operational capability. The winning system, "Atlantis," developed by Team Atlanta, utilized a highly robust, N-version programming architecture25. Atlantis was deployed not as a monolithic agent, but as a swarm of independent CRSs (Atlantis-C, Atlantis-Java, Atlantis-Multilang, and Atlantis-Patch), running concurrently on Kubernetes nodes to ensure fault tolerance and maximize cloud compute utility25. The architectural success of these defensive CRSs relies heavily on the ensemble integration of traditional program analysis and LLM orchestration:
1. Ensemble Fuzzing and Symbolic Execution: Rather than relying exclusively on LLMs, top-performing systems integrated established coverage-guided fuzzing engines (e.g., LibAFL, AFL++, libFuzzer) and concolic execution engines (e.g., SymCC)16. LLMs were utilized strategically to overcome traditional fuzzing blockers. For instance, LLMs generated complex input dictionaries, inferred input formats from scattered documentation, and synthesized specific fuzzing harnesses to navigate deep execution paths16. Team Shellphish uniquely added semantic feedback by having LLMs generate IJON-style annotations to guide the fuzzer, while another team utilized LLVM and WALA program slicing to selectively instrument paths to vulnerable sinks16.
2. Autonomous Patch Generation: Upon discovering a vulnerability—often identified via hardware oracles like segmentation faults or software sanitizers such as AddressSanitizer (ASAN) and UndefinedBehaviorSanitizer (UBSAN)—the CRS employs LLMs to generate candidate patches25. Remarkably, Team Atlanta noted that smaller models, such as GPT-4o-mini, frequently outperformed larger foundation and reasoning models for patch generation, as their roughly 8-billion parameter size hit a "sweet spot" that understood code patterns without overthinking or hallucinating complex, unnecessary fixes25.
3. Brittleness and String Matching: Despite the advanced AI capabilities, these autonomous systems remain highly brittle. Team Atlanta nearly lost the competition due to a simple string-matching bug: their CRS was programmed to skip patch generation for files containing the string "fuzz" in the directory path to avoid false positives. Unbeknownst to them, the competition organizers had prefixed all OSS-Fuzz challenge projects with the string "ossfuzz" (e.g., "r3-ossfuzz-sqlite3")25. This anecdote vividly illustrates that while AI can perform high-level reasoning, rigid deterministic wrappers around the AI agents remain a critical point of failure in autonomous cyber operations25.
4. Standardized Orchestration (OSS-CRS): The post-competition release of the OSS-CRS framework standardizes these defensive capabilities, providing a unified interface to run LLM-based autonomous bug-finding systems across various cloud environments. It allows organizations to orchestrate multiple CRSs into a single ensemble campaign, dynamically managing CPU limits and LLM token budgets to maximize bug-finding and fixing coverage17.
| Architectural Component | Mechanism of Action within Autonomous Defense | Strategic Advantage | Operational Limitation |
|---|---|---|---|
| Ensemble Fuzzing \+ LLMs | Combines coverage-guided fuzzers (LibAFL, AFL++) with LLM-generated seed inputs, dictionaries, and test harnesses16. | Highly effective at discovering deep, stateful zero-day vulnerabilities in massive C/C++ and Java codebases16. | Computationally intensive; high API token utilization requires strict budgeting algorithms26. |
| Concolic Execution (SymCC) | Utilizes symbolic execution engines alongside fuzzers to mathematically solve branch conditions that block code coverage16. | Systematically forces execution down hidden or complex logical paths that random fuzzing would never reach25. | Path explosion problems in highly complex or recursive code structures limit scalability. |
| Small-Parameter LLMs (GPT-4o-mini) | Utilized for localized patch generation and specific code-block reasoning rather than broad architectural analysis25. | Reduces hallucination rates and computational overhead; prevents "overthinking" simple logic errors25. | Lacks the deep contextual reasoning required for highly complex, multi-file vulnerability remediation25. |
Multi-Agent Reinforcement Learning (MARL) for Incident Response
While CRSs focus primarily on static vulnerability discovery and localized code patching, operational network defense requires autonomous, dynamic incident response. Most early Autonomous Cyber Defense (ACD) approaches relied on Single-Agent Reinforcement Learning (SARL), which struggles immensely in dynamic, enterprise-scale environments27. The primary issue is the non-stationarity of the learning problem; when multiple opposing attackers continuously change their strategies, a single defending agent cannot effectively map the causality between its actions and the resulting network observations, leading to rapid strategy degradation28. Consequently, military and enterprise defense architectures are migrating toward Multi-Agent Deep Reinforcement Learning (MADRL). In cooperative MADRL configurations—frequently tested in simulation environments like the CybORG CAGE 4 challenge—swarms of distributed defensive agents self-organize across network segments27. Utilizing Multi-Agent Actor-Critic algorithms, these agents share intelligence regarding anomalous behaviors, collaboratively isolate compromised endpoints, and dynamically reconfigure firewalls without requiring centralized command29. However, RL-trained agents depend on highly costly training cycles, and their reasoning is not always explainable or transferable to novel networks27. To bridge this gap, researchers are integrating LLMs into MADRL environments. LLMs provide human-interpretable reasoning for action selection and generalize better against diverse adversaries, though they must rely on novel communication protocols to interface seamlessly with the faster, policy-driven RL agents27. To prevent these autonomous agents from making catastrophic operational errors—such as inadvertently shutting down a hospital's life-support network in response to a false positive—researchers have developed constrained frameworks like the Causal Multi-Agent Decision Framework (C-MADF)32. C-MADF limits autonomous actions by learning a Structural Causal Model (SCM) from historical telemetry and compiling it into a Directed Acyclic Graph (DAG) that maps out strictly admissible response transitions32. A "Council of Rivals" is employed, wherein a threat-optimizing Blue-Team policy is counterbalanced by a highly conservative Red-Team policy. Disagreements between these models generate an Explainability-Transparency Score (ETS), triggering human-in-the-loop escalation only when operational uncertainty crosses a predefined threshold, thereby slashing false-positive intervention rates from over 11% to just 1.8% in rigorous testing32.
Game-Theoretic Modeling of AI versus AI Conflict
To navigate the extreme complexities of machine-speed conflict, researchers and defense architects are increasingly relying on computational game theory to model, predict, and optimize the interactions between autonomous offensive and defensive agents33. The cybersecurity domain is inherently strategic, characterized by severe asymmetries of information, dynamic and non-stationary environments, and highly heterogeneous objectives among attackers, defenders, and benign users33.
Bayesian Stackelberg Games and Markov Decision Processes
A prominent framework for modeling these interactions is the Bayesian Stackelberg game36. In this hierarchical model, the defender acts as the "leader," proactively allocating finite security resources, deploying deception tactics, and configuring the network architecture35. The attacker acts as the "follower," observing the defender's strategy (or deriving a probabilistic estimation of it based on network reconnaissance) and calculating an optimal attack path35. By casting security allocation as a Bayesian Stackelberg game, AI systems can maximize the defensive utility of limited assets while accounting for the attacker's informational advantages36. However, in the context of advanced AI versus AI cyber warfare, this game is rarely a static, one-shot interaction. It operates as a non-stationary Markov Decision Process (MDP) or an evolutionary game, where both populations of agents continuously adapt and mutate their strategies over time33. Reinforcement learning algorithms, such as Q-learning, are trained to navigate these spaces by balancing exploration (testing novel zero-day exploits or unproven defense configurations) and exploitation (utilizing known, highly successful strategies) through epsilon-greedy policies34. As an offensive AI discovers a method to bypass an anomaly detector, the defensive AI registers the breach, updates its Q-table based on the negative reward, and deploys a countermeasure, forcing the offensive AI to pivot its strategy almost instantly4.
Emergent Behaviors and Model Poisoning
This hyper-accelerated cat-and-mouse game introduces emergent behaviors unique to algorithmic warfare. Because offensive AI can generate thousands of novel SQL injection strings, polymorphous malware variants, or payload mutations per second, defenders must employ continuous learning to update their models in real time4. This absolute reliance on continuous learning exposes defensive systems to severe risks of model poisoning4. Attackers deliberately orchestrate benign-appearing, yet structurally malicious traffic to slowly pollute the defensive AI's training data. Over time, the defensive model adjusts its statistical baseline of "normal" behavior to encompass the attacker's activities, effectively blinding the defense to the actual intrusion4. Understanding and mitigating these data poisoning attacks requires evolutionary game-theoretic models that account for the adversarial manipulation of the learning environment itself, pushing the boundaries of traditional Nash Equilibrium analysis to ensure that defensive strategies remain stable even when intelligence streams are actively compromised33.
The Intersection of Cyber AI and Physical Infrastructure (ICS/SCADA)
The ultimate stakes of autonomous cyber warfare manifest not in data loss, but in the physical domain. Critical Infrastructure (CI)—including energy grids, healthcare facilities, water distribution systems, and transportation networks—has traditionally operated in isolated, air-gapped environments12. However, the economic drive for operational efficiency has catalyzed the deep convergence of Information Technology (IT) and Operational Technology (OT)12.
The IT/OT Vulnerability Gap
Modern CI depends heavily on Industrial Control Systems (ICS), Supervisory Control and Data Acquisition (SCADA) systems, and Programmable Logic Controllers (PLCs)8. As these legacy OT systems are connected to cloud-based IT networks to facilitate AI-driven telemetry analytics and predictive maintenance, a profound security gap emerges. Traditional IT security assumes a degree of acceptable latency, packet loss, and probabilistic threat detection; in contrast, OT networks manage real-time, highly deterministic physical processes where milliseconds of latency or corrupted telemetry can result in catastrophic physical damage, such as pipeline ruptures or power grid desynchronization9. The integration of probabilistic AI outputs with deterministic control loops introduces novel vulnerabilities9. In hybrid cloud-OT deployments, cloud security standards, AI governance frameworks, and industrial regulatory compliance (e.g., NERC CIP standards for electrical grids) intersect without unified enforcement mechanisms9. This creates a massive "dual attack surface." Autonomous adversarial agents exploit these architectures through sophisticated techniques such as physics-unaware data poisoning9. In this scenario, an attacker with sustained, low-and-slow access to an edge telemetry source (e.g., a compromised substation Remote Terminal Unit or a spoofed smart meter) injects malicious data9. This data is statistically indistinguishable from normal traffic, allowing it to easily bypass standard AI anomaly detectors9. However, it is mathematically engineered to violate physical laws, eventually forcing downstream predictive models to issue physically infeasible and unsafe dispatch instructions to downstream control mechanisms, effectively causing the system to tear itself apart9.
AI Defense Strategies for Critical Infrastructure
Defending CI requires highly specialized AI architectures capable of bridging the IT/OT divide. Organizations utilize a blend of commercial and open-source tools—such as Cisco ASA firewalls, pfSense, Netplan for Linux VLAN configurations, and IAM tools like Okta—to enforce strict network segmentation40. However, static segmentation is insufficient against autonomous MAICAs. Proposed advanced models, such as the Autonomous AI-based Security Architecture (AISA), integrate AI-driven anomaly detection with reinforcement learning-powered remediation mapping specifically tailored for physical environments12. Operating across a rigorous five-stage pipeline, AISA continuously monitors network traffic, identifies lateral movement, and dynamically enforces micro-segmentation to isolate compromised IT assets before they can bridge the gap into the OT environment39. Furthermore, augmenting legacy simulation models of industrial processes with network topology overlays allows defenders to utilize AI-based sequential decision-making to proactively map out critical attack paths41. By prioritizing vulnerabilities based on their physical impact—measured through specific Key Performance Indicators (KPIs) of the industrial process rather than generic IT risk scores—defenders can preemptively patch the nodes most likely to cause cascading outages41.
| Vulnerability Category | Specific CVE Example | CVSS Score & Threat Mechanism | AI-Driven Defensive Response |
|---|---|---|---|
| Distributed Denial of Service (DDoS) | CVE-2024-3955539 | 9.5 (Critical): Overloads systems with malicious traffic, blinding OT sensors39. | AI dynamically isolates compromised accounts, enforces micro-segmentation, and blocks Command-and-Control (C2) traffic39. |
| Insider Threat (Privilege Misuse) | CVE-2024-2216939 | 8.5 (High): Privileged user misuse or AI model spill; lateral movement toward SCADA nodes39. | AI monitors access logs via IAM frameworks, flags unusual data transfers, and triggers Multi-Factor Authentication (MFA) challenges39. |
| Insecure Legacy Network Protocols | General HTTP, FTP, Telnet39 | 7.5 (High): Exploitation of unencrypted OT communication protocols39. | AI analyzes traffic flow, detects excessive access permissions, and enforces real-time micro-segmentation to restrict unauthorized PLC access39. |
The Physical Substrate: Supply Chains, Energy Dependency, and Hardware
While AI serves as both the weapon and the shield in modern cyber warfare, the physical infrastructure required to support advanced AI models is itself a highly strategic target. The development, training, and deployment of frontier artificial intelligence—including LLMs, multimodal foundation models, and agentic systems—require unprecedented access to advanced semiconductor manufacturing and dedicated high-performance computing (HPC) energy grids10.
The Semiconductor Bottleneck: TSMC and HPC Infrastructure
The computational power necessary to train and execute autonomous cyber agents is heavily reliant on a fragile, highly consolidated global supply chain. Taiwan Semiconductor Manufacturing Company (TSMC) represents a critical single point of failure in this ecosystem10. The global AI revolution depends almost entirely on TSMC's Integrated HPC Platform for AI, which merges state-of-the-art logic processes, high-performance memory, and silicon photonics through its proprietary 3DFabric® advanced packaging technologies10. This heterogeneous integration of wafer-level systems is what allows the massive GPU clusters required for LLM training to function efficiently10. The geographic and operational centralization of these foundries presents a dual vulnerability. Cyber-attacks targeting proprietary intellectual property, lithography software, or the industrial control systems within these foundries could permanently cripple the global output of AI-capable hardware10. Simultaneously, the physical security of these sites remains a premier geopolitical concern; kinetic or cyber-physical disruption of TSMC facilities in Taiwan would immediately degrade the ability of nation-states to update and deploy massive defensive AI models, fundamentally shifting the global balance of cyber power and leaving legacy systems highly vulnerable to existing offensive AI agents10.
Data Center Energy Demands and Grid Vulnerability
The proliferation of AI agents directly stresses domestic critical infrastructure, specifically the electrical grid. AI data centers exhibit energy demands exponentially higher than traditional cloud infrastructure due to the massive thermal and electrical requirements of clustered GPUs. Extensive analyses of the U.S. power grid highlight severe supply chain vulnerabilities regarding the electrical equipment necessary to meet projected AI energy demands by 203043. Efforts to move data centers "behind the meter" or entirely off-grid using dedicated natural gas turbines do not circumvent these vulnerabilities. Research indicates that the supply chains for off-grid power generation equipment heavily overlap with traditional grid infrastructure, meaning that off-grid transitions simply shift the bottleneck rather than eliminating it45. By calculating a composite supply chain vulnerability score across several years, analysts have determined that essential equipment—such as industrial transformers and natural gas turbines—remains highly susceptible to disruption45. Consequently, an adversary employing autonomous AI agents to disrupt the manufacturing, logistics, or physical operation of natural gas pipelines and industrial transformers can effectively throttle a rival nation's AI capacity by starving its data centers of power43.
Legal, Ethical, and Geopolitical Frameworks
The transition to autonomous cyber operations fundamentally challenges the established frameworks of international law, state sovereignty, and the laws of armed conflict (LOAC)46.
The Tallinn Manual 2.0 and Autonomous Targeting
The Tallinn Manual 2.0 on the International Law Applicable to Cyber Operations serves as the authoritative, albeit legally non-binding, scholarly text on how international law governs cyberspace during both peacetime and armed conflict49. The deployment of MAICAs targeting critical infrastructure tests the absolute limits of the rules outlined in this manual50. Under customary international law, cyber operations must strictly adhere to the principle of distinction, prohibiting attacks against civilian populations, individual civilians, or civilian objects53. MAICAs must mathematically encode the ability to distinguish between a legitimate military target and civilian critical infrastructure54. This is profoundly difficult in modern hybrid networks where military data centers, civilian hospitals, and commercial logistics operations share the exact same cloud infrastructure and routing tables54. The Tallinn Manual explicitly notes that civilian populations can only be targeted if they take a direct part in hostilities, or, during an international armed conflict, if they are participants in a levée en masse48. Furthermore, the principle of proportionality dictates that the anticipated civilian harm must not be excessive in relation to the concrete, direct military advantage expected48. Because LLMs and autonomous agents exhibit non-deterministic behaviors and are highly susceptible to reasoning drift and hallucinations, predicting the full cascade of effects from a cyber-attack on a SCADA system—such as the downstream impact of shutting off a municipal water valve or disrupting a power relay—cannot be guaranteed with mathematical certainty7. The legal liability for an autonomous agent that causes disproportionate civilian harm due to a hallucination remains highly contentious, frequently straddling the lines between state responsibility and principal-agent liability doctrines54.
Sovereignty, Armed Conflict, and Self-Defense
Tallinn Manual 2.0 clarifies that a state's internal sovereignty extends to the physical control of access to its territory, national airspace, and the cyber infrastructure located within its borders47. According to the guidelines based on Common Article 3 of the 1949 Geneva Conventions, cyber operations alone can bring a non-international armed conflict into existence if they meet the requisite threshold of violence and organization48. Crucially, if a cyber attack is undertaken during a non-international armed conflict from outside the territory of the state, that geographic crossing of borders does not automatically render the conflict international in character48. A cyber operation that manipulates SCADA controls to cause physical damage or injury clearly constitutes a use of force and an armed attack, triggering a state's inherent right to self-defense under Article 51 of the UN Charter48. However, the machine speed of AI vs. AI conflict challenges the practical operationalization of self-defense. If a foreign MAICA initiates a destructive sequence, the victim state's autonomous defenses must respond instantly. A counter-strike directed at the source of the attack may be legally justified under the plea of necessity or as a proportionate countermeasure53. Yet, the decentralized and obfuscated nature of cyber architecture makes instantaneous attribution incredibly difficult, and the concept of "critical infrastructure" is highly relative between states37. An autonomous retaliatory system—the cyber dead hand—might inadvertently strike civilian infrastructure in a neutral third-party transit state while attempting to neutralize a threat, leading to rapid, unintended geopolitical escalation and systemic violations of international law13.
Conclusion: Architecting Resilience in the Age of Algorithmic Warfare
The era of human-dominated cybersecurity has definitively concluded, superseded by a highly volatile environment where offensive and defensive operations are waged by autonomous, machine-learning-driven agents. As demonstrated by monumental initiatives like the DARPA AIxCC, the capability for AI to autonomously detect, synthesize exploits for, and subsequently patch complex zero-day vulnerabilities in critical software is an operational reality21. The proliferation of Military AI Cyber Agents (MAICAs) democratizes advanced offensive capabilities, shifting the operational advantage to actors capable of deploying autonomous systems at scale, entirely unconstrained by human labor shortages1. This rapid technological evolution introduces profound systemic risks to physical Critical Infrastructure (CI). The integration of Operational Technology (OT) with cloud-based AI analytics has exposed SCADA systems, PLCs, and physical control loops to novel vectors, most notably physics-unaware data poisoning8. Simultaneously, the hardware dependencies underlying these AI systems—specifically the high-performance computing data centers and the highly centralized semiconductor supply chains anchored by entities like TSMC—represent severe strategic vulnerabilities. These physical nodes can be targeted kinetically or digitally to cripple an adversary's algorithmic capacity, highlighting the deep interdependence between digital autonomy and physical hardware10. To secure national and corporate assets in this hyper-accelerated threat landscape, organizations must move beyond heuristic, alert-based defense systems. The deployment of decentralized, Multi-Agent Reinforcement Learning (MARL) defensive networks is imperative for achieving systemic resilience under continuous adversarial pressure20. These systems must be mathematically grounded in evolutionary game-theoretic models, such as Bayesian Stackelberg frameworks, to ensure strategic stability against mutating threats and model poisoning33. Crucially, to prevent catastrophic self-inflicted outages and adhere to the strict international legal principles of distinction and proportionality as outlined in the Tallinn Manual48, these autonomous defensive actions must be structurally constrained by architectures like the Causal Multi-Agent Decision Framework (C-MADF)32. The next decade of geopolitical and corporate security will not be defined by perfect perimeter prevention, but by algorithmic resilience. Victory in the theater of machine intelligence will accrue to those entities that best align human strategic oversight and robust physical infrastructure with the unparalleled speed, scale, and adaptability of autonomous cyber reasoning systems2.
Works cited
1. To Defend Against Cyber Attacks, We Must Teach AI Agents to Hack \- arXiv, https://arxiv.org/html/2602.02595v1
2. AI vs. AI: The Race Between Adversarial and Defensive Intelligence \- CrowdStrike, https://www.crowdstrike.com/en-us/blog/ai-vs-ai-cybersecurity-arms-race/
3. AI-Driven Cyber Warfare | Machine-Speed Attacks, Autonomous Threats & Cyber Defense | Uplatz \- YouTube, https://www.youtube.com/watch?v=Mk2fFDjUui0
4. AI vs AI: The Next Cybersecurity Battlefield | Encyclopedia MDPI, https://encyclopedia.pub/insights/ai-vs-ai-the-next-cybersecurity-battlefield
5. Report: AI Attacks Push Organizations Toward Autonomous Cybersecurity Defense, https://campustechnology.com/articles/2026/08/10/report-ai-attacks-push-organizations-toward-autonomous-cybersecurity-defense.aspx?admgarea=news
6. AI cyberattacks and three pillars for defense \- MIT Sloan, https://mitsloan.mit.edu/ideas-made-to-matter/ai-cyberattacks-three-pillars-defense
7. AI in Cyber Conflict: Short-term Offensive Opportunities, Long-term Defensive Advantage, https://www.irregularwarfare.org/ai-in-cyber-conflict-short-term-offensive-opportunities-long-term-defensive-advantage/
8. AttackLLM: LLM-based Attack Pattern Generation for an Industrial Control System \- arXiv, https://arxiv.org/html/2504.04187v1
9. Lifecycle-Integrated Security for AI-Cloud Convergence in Cyber-Physical Infrastructure, https://arxiv.org/html/2602.23397v1
10. High-Performance Computing Platform \- Taiwan Semiconductor Manufacturing Company Limited, https://www.tsmc.com/english/dedicatedFoundry/technology/platform\_HPC
11. Military AI Cyber Agents (MAICAs) Constitute a Global Threat to Critical Infrastructure \- OpenReview, https://openreview.net/pdf?id=zt9Wnd3hdT
12. Autonomous AI-based Cybersecurity Framework for Critical Infrastructure: Real-Time Threat Mitigation \- arXiv, https://arxiv.org/pdf/2507.07416
13. Military AI Cyber Agents (MAICAs) Constitute a Global Threat to Critical Infrastructure \- arXiv, https://arxiv.org/html/2506.12094v1
14. Military AI Cyber Agents (MAICAs) Constitute a Global Threat to Critical Infrastructure, https://neurips.cc/virtual/2025/130196
15. Agentic AI and the Cyber Arms Race \- arXiv, https://arxiv.org/html/2503.04760v1
16. SoK: DARPA's AI Cyber Challenge (AIxCC): Competition Design, Architectures, and Lessons Learned \- arXiv, https://arxiv.org/html/2602.07666v4
17. AIxCC \- Open Source Security Foundation, https://openssf.org/tag/aixcc/
18. Misaligned AI as a New Insider Risk \- arXiv, https://arxiv.org/html/2606.06028
19. AI Model Extraction Attacks: Bypassing Single-Client Assumptions in Defenses \- arXiv, https://arxiv.org/html/2606.03381v1
20. AI vs AI in Cybersecurity — Are You Ready to Build the Defender? : r/ambitionarena7, https://www.reddit.com/r/ambitionarena7/comments/1td47t9/ai\_vs\_ai\_in\_cybersecurity\_are\_you\_ready\_to\_build/
21. SoK: DARPA's AI Cyber Challenge (AIxCC): Competition Design, Architectures, and Lessons Learned \- arXiv, https://arxiv.org/html/2602.07666v1
22. AIxCC \- DARPA, https://www.darpa.mil/research/programs/ai-cyber
23. AIxCC Semifinal Competition (ASC) \- AI Cyber Challenge, https://aicyberchallenge.com/semifinal-competition/
24. DARPA unveils winners of AI challenge to boost critical infrastructure cybersecurity, https://www.nextgov.com/cybersecurity/2025/08/darpa-unveils-winners-ai-challenge-boost-critical-infrastructure-cybersecurity/407337/
25. AIxCC Final and Team Atlanta, https://team-atlanta.github.io/blog/post-afc/
26. Atlantis Infrastructure \- Team Atlanta, https://team-atlanta.github.io/blog/post-atl-infra/
27. Large Language Models are Autonomous Cyber Defenders Proceedings to appear: IEEE CAI 2025 Adaptive CyberDefense Workshop. \- arXiv, https://arxiv.org/html/2505.04843v1
28. Multi-Agent Reinforcement Learning in Cybersecurity: From Fundamentals to Applications This research is supported by armasuisse Science and Technology. \- arXiv, https://arxiv.org/html/2505.19837v1
29. Multi-Agent Actor-Critic in Autonomous Cyber Defense \- arXiv, https://arxiv.org/html/2410.09134v2
30. \[2410.09134\] Multi-Agent Actor-Critics in Autonomous Cyber Defense \- arXiv, https://arxiv.org/abs/2410.09134
31. Artificial Intelligence (AI) in Cybersecurity: The Future of Threat Defense \- Fortinet, https://www.fortinet.com/resources/cyberglossary/artificial-intelligence-in-cybersecurity
32. Explainable Autonomous Cyber Defense using Adversarial Multi-Agent Reinforcement Learning \- arXiv, https://arxiv.org/html/2604.04442v1
33. Game Theory Meets LLM and Agentic AI: Reimagining Cybersecurity for the Age of Intelligent Threats \- arXiv, https://arxiv.org/html/2507.10621v1
34. Game Theory and Artificial Intelligence (AI) are deeply interconnected fields, especially when it… | by Mrinmoy Dey | Medium, https://medium.com/@mrinmoydey/game-theory-and-artificial-intelligence-ai-are-deeply-interconnected-fields-especially-when-it-650c67778f6a
35. Integrating Game Theory and Artificial Intelligence: Strategies for Complex Decision-Making, https://www.geeksforgeeks.org/artificial-intelligence/integrating-game-theory-and-artificial-intelligence-strategies-for-complex-decision-making/
36. Research – AI and Game Theory for Public Safety & Security \- Teamcore, https://teamcore.seas.harvard.edu/ai-and-game-theory-public-safety-and-security/
37. Toward a Multi-Echelon Cyber Warfare Theory: A Meta-Game-Theoretic Paradigm for Defense and Dominance \- arXiv, https://arxiv.org/html/2509.08976v1
38. Critical Infrastructure Security: Penetration Testing and Exploit Development Perspectives, https://arxiv.org/html/2407.17256v1
39. Securing Critical Infrastructure in the AI Era: An Automated AI-Based Security Framework, https://arxiv.org/html/2507.07416v1
40. Cyber security of OT networks: A tutorial and survey \- arXiv, https://arxiv.org/html/2502.14017v2
41. AI-based Identification of Most Critical Cyberattacks in Industrial Systems \- arXiv, https://arxiv.org/html/2306.04821v2
42. How Frontier AI Reshapes System-Level Security Risk Dynamics in Critical Infrastructure \- arXiv, https://arxiv.org/pdf/2608.04033
43. Supply Chain, Energy, and AI Nexus \- RAND Corporation, https://www.rand.org/pubs/research\_reports/RRA4707-1.html
44. Information Security | Taiwan Semiconductor Manufacturing Company Limited, https://investor.tsmc.com/english/information-security
45. Evaluating AI Energy Supply Chain Vulnerabilities \- RAND Corporation, https://www.rand.org/content/dam/rand/pubs/research\_reports/RRA4700/RRA4707-1/RAND\_RRA4707-1.pdf
46. Digital Sovereignty Control Framework for Military AI-based Cyber Security \- arXiv, https://arxiv.org/html/2509.13072v1
47. Sovereignty (Chapter 1\) \- Tallinn Manual 2.0 on the International Law Applicable to Cyber Operations \- Cambridge University Press & Assessment, https://www.cambridge.org/core/books/tallinn-manual-20-on-the-international-law-applicable-to-cyber-operations/sovereignty/6BA0C5B9829FD15D997B8C973C395E16
48. The law of cyber armed conflict (Part IV) \- Tallinn Manual 2.0 on the International Law Applicable to Cyber Operations \- Cambridge University Press & Assessment, https://www.cambridge.org/core/books/tallinn-manual-20-on-the-international-law-applicable-to-cyber-operations/law-of-cyber-armed-conflict/32908D7903A7C3AD04081EBEE2071924
49. Tallinn Manual 2.0 Clarifies How International Law Applies to Cyber Operations, https://www.atlanticcouncil.org/news/press-releases/tallinn-manual-2-0-clarifies-how-international-law-applies-to-cyber-operations/
50. Michael N. Schmitt \- Tallinn Manual 2.0 on the International Law Applicable to Cyber Operations, https://ilmc.univie.ac.at/fileadmin/user\_upload/p\_ilmc/Bilder/Bewerbung/Case\_2/Michael\_N.\_Schmitt\_-\_Tallinn\_Manual\_2.0\_on\_the\_International\_Law\_Applicable\_to\_Cyber\_Operations-Cambridge\_University\_Press\_\_2017\_.pdf
51. The Tallinn Manual 2.0: Highlights and Insights \- Georgetown Law, https://www.law.georgetown.edu/international-law-journal/wp-content/uploads/sites/21/2018/05/48-3-The-Tallinn-Manual-2.0.pdf
52. The Tallinn Manual 2.0 on Nation-State Cyber Operations Affecting Critical Infrastructure, https://digitalcommons.wcl.american.edu/cgi/viewcontent.cgi?article=1150\&context=nslb
53. Autonomous cyber capabilities under international law, https://ccdcoe.org/uploads/2019/07/Autonomy-in-Cyber-Capabilities-under-International-Law\_260619-002.pdf
54. The Ethics of Autonomous AI Agents for Offensive Security \- arXiv, https://arxiv.org/html/2607.20255v2
55. The Tallinn Manual \- NATO Cooperative Cyber Defence Centre of Excellence, https://ccdcoe.org/research/tallinn-manual/
56. Autonomous Cyber Capabilities and the International Law of Sovereignty and Intervention \- U.S. Naval War College Digital Commons, https://digital-commons.usnwc.edu/cgi/viewcontent.cgi?article=2932\&context=ils
57. AI Cyber Challenge marks pivotal inflection point for cyber defense \- DARPA, https://www.darpa.mil/news/2025/aixcc-results