metir
metir
Docs
Download on App StoreGet it on Google PlayLoginSign Up
Back to Blog
Cybersecurity
AI Agents
Taiwan
Open Source AI
AI Safety
National Security

Inside the First Autonomous AI Cyberattack on a Government

Israeli firm Dream documented a four-day campaign against Taiwan that ran on open-source AI agents with minimal human steering. What was found, what near-autonomous actually means, and why it matters.

Metir AI TeamAugust 22, 20269 min read
Inside the First Autonomous AI Cyberattack on a Government

In early July 2026, a cyberattack against Taiwanese government systems ran for four days with as many as eight AI agents operating in parallel, largely without a human directing each move. Israeli cybersecurity firm Dream, which recovered evidence of the campaign, has described it as the first observed end-to-end autonomous AI cyberattack against a government, first reported by the Financial Times on August 12, 2026. The episode is a genuine milestone in how offensive cyber operations get built, and it deserves a careful read rather than a sensational one.

What Dream found

Dream said it uncovered the evidence inside a roughly 160-megabyte online archive that surfaced during its routine tracking of cyberthreat activity. Inside was tooling built from two popular open-source AI frameworks, Hermes and OpenClaw, configured to run reconnaissance, chain vulnerabilities, and change tactics automatically when blocked. The campaign ran across 12 attack waves between July 1 and July 4, mapped roughly 21 government systems, and ultimately compromised at least 85 accounts and extracted more than 2,500 personnel records. The operation later expanded to Taiwan's nuclear safety regulator and at least seven energy companies.

8Agents deployed in parallel
4 daysLength of the campaign
12Attack waves
~21Government systems mapped
85+Accounts compromised
2,500+Personnel records stolen

Taiwan's Ministry of Digital Affairs declined to comment on the specific incident, citing confidentiality, but said incidents involving government agencies or critical infrastructure are handled through established response procedures.

How the system operated

What made the campaign notable was less any single exploit than the loop it ran in. According to Dream's account, the system built dedicated research phases it called "Learning Cycles," in which agents searched vulnerability databases, GitHub repositories, and security research for techniques applicable to whatever they had just found on the target network. It then acted on that research, and when a path failed, it adapted and tried again, largely without a human approving each step.

The loop that ran with minimal human steering

Dream's description of the campaign's operating cycle, reconstructed from the archive it recovered. The loop repeated across 12 attack waves over four days.

1
Map the target
Up to eight sub-agents run in parallel across government networks, cataloguing systems and accounts to go after.
→
2
Learning Cycles
A dedicated research phase where the system searches vulnerability databases, GitHub and security write-ups for techniques that fit what it just found.
→
3
Exploit and chain
Agents act on what the research phase surfaced, compromising accounts and moving between systems.
→
4
Adapt when blocked
When a path fails, the system changes tactics and continues, looping back to research rather than stopping.

Dream, the firm that recovered the archive, cautions that reaching this level still required careful upfront engineering: agent coordination and decision logic were tuned by the operators, not spontaneous. See the autonomy-ladder chart below.

Dream also said the operators appear to have bypassed the AI frameworks' safety guardrails by framing the work internally as authorized penetration testing, a reminder that guardrails built around a model's stated purpose can be steered by how a task is described to it.

The Presidential Office Building in Taipei, Taiwan, seat of Taiwan's government
The Presidential Office Building in Taipei. Shown as general context for a story about Taiwan's government; the photo does not depict the attack, the affected systems, or the nuclear safety regulator named in the reporting.

Near-autonomous, not fully autonomous

Here the reporting genuinely diverges, and the distinction matters. Dream's own term, echoed by CyberScoop, is "near-autonomous." Other outlets, including a Taipei Times editorial, described it as "fully AI autonomous." Dream itself has been explicit that reaching even this level required real human engineering up front: careful adjustment to the specific target, optimization of how the agents coordinated with each other, and tuning of the decision logic that let the system adapt mid-operation. Humans configured the framework, selected the targets, and launched the operation. What ran with reduced supervision was the execution loop between launch and objective, not the whole campaign from conception to completion.

Where this campaign actually sits

Reporting split between two labels. Dream and CyberScoop describe the operation as near-autonomous; some headlines called it fully autonomous. The distinction is about how much human setup still sat behind the agents.

Manual
A human operator runs every step by hand.
AI-assisted
A human uses AI as a tool for individual tasks, such as writing an exploit or a phishing email.
Near-autonomous
Dream and CyberScoop's own framing: agents run recon, research and exploitation in a loop with minimal human steering, but humans still configured, tuned and launched the system.
Fully autonomous
A system sets its own objectives and acts with no human involvement at any stage. Not what was documented here, despite some headlines.

This ladder is illustrative, not a formal industry standard. Dream itself notes that reaching even the near-autonomous stage required deliberate tuning of agent coordination and decision logic by the operators.

That is a meaningful capability on its own. It means an operator no longer has to personally drive reconnaissance and exploitation hour by hour across dozens of systems. It does not mean a system independently decided to attack Taiwan and carried that out unassisted. Both the near-autonomous framing and the public alarm are responding to the same underlying fact: the amount of human labor required per unit of intrusion just dropped, even if a human is still in the loop at the boundaries.

Attribution, held carefully

Dream's researchers pointed to internal communications in simplified Chinese associated with the campaign as a signal that the operators were likely linked to China, and multiple outlets describe the actors as suspected China-linked hackers. That is a probabilistic assessment based on circumstantial evidence, not a confirmed, attributed claim, and it should be read that way. Language artifacts are a common but imperfect signal in this kind of forensic work, and Taiwan's government has not independently confirmed the attribution publicly.

Why the tooling matters more than the target

The detail likely to matter most going forward is that none of the components were purpose-built weapons. Hermes and OpenClaw are open-source AI agent frameworks that any developer can download and run; the offensive capability came from how they were assembled and tuned, not from a bespoke cyberweapon. That lowers the floor for who can mount a campaign like this. Building a capable multi-agent offensive tool no longer requires the resources of a well-funded state program alone; it requires enough engineering skill to configure freely available components, which is a much larger population of potential operators.

“

The toolkit comprised easily available systems, neither purpose-built for offense, assembled into something that operated for four days with minimal human steering.

Reading Dream's findings

What it changes for defenders

For defenders, the practical shift is speed and scale rather than novel technique. A loop that researches, exploits, and adapts continuously across many systems in parallel compresses a multi-week human-driven intrusion into days, which compresses the window defenders have to notice and respond. That argues for detection built around behavioral patterns, such as unusually persistent, adaptive probing across many accounts in a short window, rather than only signature-based defenses tuned to known exploits. It also argues for treating AI-provider guardrails as one layer among several rather than the sole barrier, since this campaign shows those guardrails can be talked around by mischaracterizing the task.

There is a broader lesson here for any organization deploying AI defensively as well as offensively: monitoring and containment need to work regardless of which model or provider sits underneath a given system, since the attacker side of this story has already shown it will use whatever open components get the job done. A defense posture that is not locked to a single vendor's tooling is better placed to keep pace with that shifting toolkit, which is one reason model-agnostic infrastructure has value beyond convenience.

The takeaway

Dream's Taiwan disclosure is a legitimate first: the first well-documented case of an AI agent system running an offensive cyber campaign against a government with reduced human steering across the execution loop. It is not evidence of a system that autonomously decided to attack a country on its own, and the attribution to China-linked actors remains probabilistic rather than confirmed. What is solid is the more modest and still consequential finding: the labor cost of running a sustained, multi-target intrusion campaign has measurably dropped, built almost entirely out of components that were never designed as weapons in the first place.

Sources:

  • Hackers used autonomous AI agents to attack Taiwan. Is this the future of cyberwarfare?, CNN Business
  • Researchers observe first 'near-autonomous' AI attack on government target in Taiwan, CyberScoop
  • Suspected China-linked hackers used AI to run the first-ever end-to-end autonomous cyberattack on Taiwan's government, Israeli firm says, Tom's Hardware
  • World-first autonomous 'end-to-end' AI attack against Taiwan tied to Chinese hackers, TechRadar
  • China-Linked Hackers Used AI To Run First-Ever 'Autonomous' Cyberattack On Taiwan, Slashdot
  • 'Near-autonomous' AI agents attack Taiwan's nuclear safety agency, The Register
  • Taiwan targeted in AI-driven hacking campaign, Taipei Times
  • EDITORIAL: AI cyberattack highlights risk, Taipei Times
  • China-Linked Hackers Use AI Agents in Autonomous Attack on Taiwan, Security Affairs

Image credits

Hero image: the Presidential Office Building in Taipei, Taiwan, seat of Taiwan's presidency, shown here as general illustrative context for a story about Taiwan's government rather than a depiction of the attack or any specific affected system. Via Wikimedia Commons, public domain. In-body photograph: the same building from a frontal angle on Ketagalan Boulevard, photographed by Cccefalon, via Wikimedia Commons, licensed under CC BY-SA 3.0.

Ready to experience AI that adapts to you?

metir brings together the world's best AI models in one seamless experience. Start for free today.

Get Started Free
metir

Agentic Operating System for Professionals buried in meetings, emails and docs.

© 2026 metir. All rights reserved.

Product

  • Features
  • Pricing
  • Research
  • Docs
  • Blog
  • Enterprise

Company

  • Docs
  • Support
  • Careers

Legal

  • Terms of Service
  • Privacy Policy

Personalisation is powerful. Privacy is non-negotiable.

Status: All systems operational