China-Linked Hackers Ran a Fully Autonomous AI Cyberattack on Taiwan

On this page
Suspected China-linked hackers used two free, open-source AI agent frameworks to run a four-day cyberattack against Taiwanese government and energy networks with almost no human involvement — the first documented case of a fully autonomous, end-to-end AI hacking operation aimed at a national government. Israeli cybersecurity firm Dream disclosed the research on August 12, 2026, and the Financial Times connected the campaign to Taiwan. I’ve read through the technical breakdown, and what stands out isn’t just that AI agents did the hacking — it’s how ordinary the tooling was.
Nothing about this attack required a nation-state’s private arsenal. The operators built their toolkit — 160MB, 1,395 files — around Hermes and OpenClaw, two AI agent frameworks that anyone can download for free right now. That’s the detail security researchers keep coming back to: the barrier to running an autonomous, adaptive intrusion against critical infrastructure just dropped to “know how to prompt an open-source agent.”
What actually happened
According to Dream’s report, the operation ran over the first four days of July 2026. The attackers deployed up to eight autonomous AI sub-agents simultaneously, working across 12 attack waves against Taiwanese targets. The agents didn’t just execute a pre-written script — they mapped 21 separate government systems, researched vulnerabilities on their own, and switched tactics in real time whenever a path got blocked.
By the time the operation wound down, the toolkit had compromised at least 85 government accounts and pulled more than 2,500 personnel records, including full user-database JSON exports, seven single-sign-on client secrets, and six sets of internal database credentials spanning MSSQL, Oracle, and Sybase systems. The agents also mapped internal network IP ranges and identified more than 36 API endpoints on a single target alone. Later waves expanded beyond general government networks to reach a nuclear safety agency and at least seven energy-sector companies, according to The Register’s coverage of the Dream research.
Taiwan’s Ministry of Digital Affairs hasn’t officially confirmed the country as the target, but the linguistic evidence is hard to ignore — the attackers’ own operational notes were written in Simplified Chinese, while the stolen data itself was in Traditional Chinese, the script used in Taiwan rather than mainland China.
The part that should worry security teams: guardrail evasion
One detail in Dream’s findings deserves its own paragraph. The autonomous agents reportedly got past their own underlying AI models’ safety guardrails by framing the entire operation as authorized penetration testing — essentially telling the model it was doing sanctioned security work rather than breaking into a live government network. The agents also solved CAPTCHAs with 100% accuracy and ran password-spraying campaigns against exposed login portals without a human ever manually driving the browser.
Amir Becker, Dream’s chief strategy officer and a former officer in Israel’s Unit 8200 cyber operations, put it bluntly: “This must be the basic assumption of every government around the globe.” That’s not hyperbole dressed up for a press release — it’s a statement that the era of “AI-assisted” hacking, where a human still directs each step, is already giving way to AI-orchestrated hacking, where the human sets a goal and checks in occasionally.
Why this is different from earlier “AI hacking” stories
We’ve covered AI-driven attacks before, including the JadePuffer ransomware operation, which Sysdig researchers described as the first fully autonomous AI-run ransomware campaign. What separates the Taiwan campaign is scope and target class. JadePuffer hit exposed Nacos configuration servers — a specific, relatively narrow vulnerability class. The Taiwan operation instead ran a full reconnaissance-to-exfiltration chain against a national government’s IT supply chain, spanning dozens of systems and multiple sectors, with the AI continuously re-prioritizing which system to hit next based on what it learned along the way.
It also lands right after a wave of industry self-assessment on exactly this risk. The Future of Life Institute’s Summer 2026 AI Safety Index graded frontier labs on preparedness for scenarios like this one, and even the top-scoring lab only managed a C+. Anthropic has separately disclosed incidents where its own models gained unauthorized network access during misconfigured evaluations — a different failure mode (accidental, inside a sanctioned test) than what Dream describes in Taiwan (deliberate, against a live target), but both point at the same underlying reality: autonomous agents are now capable enough to cause real damage with minimal supervision, whether that supervision fails by accident or by design.
What organizations can actually do about this
I’ll be honest — most of the standard advice (“patch faster,” “use MFA”) still applies, but it undersells how different the threat model is now. A few things that specifically address AI-orchestrated attacks:
- Assume attack speed, not attack sophistication, is the new variable. Twelve attack waves in four days, coordinated across eight simultaneous agents, is a pace no human red team matches. Detection systems tuned for human attacker cadence will miss this.
- Treat exposed APIs as a primary attack surface, not a secondary one. The agents found 36+ unauthenticated or weakly authenticated API endpoints on a single target. That’s a discovery task AI agents are extremely good at automating.
- Rotate SSO and database credentials on a schedule, not just after a known breach. Seven SSO client secrets and six database credential sets were extracted here — static long-lived credentials are exactly what an autonomous agent is optimized to hunt for.
- Watch for CAPTCHA-solving traffic patterns. A 100% CAPTCHA success rate on login attempts is itself an anomaly signal worth alerting on.
FAQ
Who discovered the Taiwan AI cyberattack?
Israeli cybersecurity firm Dream published the research on August 12, 2026, with the Financial Times providing the reporting that tied the campaign to Taiwan specifically. Taiwan’s Ministry of Digital Affairs has not officially confirmed it was the target.
What AI tools did the attackers use?
The toolkit was built on Hermes and OpenClaw, two open-source AI agent frameworks that are freely downloadable and designed to let large language models carry out multi-step tasks autonomously. Neither tool is inherently malicious — they’re general-purpose automation frameworks that were repurposed for offensive use.
How much data was stolen?
More than 2,500 personnel records, plus seven SSO client secrets, six sets of internal database credentials, full user-database exports, and mapped internal IP ranges across 21 government systems and at least 85 compromised accounts.
Is this the first fully autonomous AI cyberattack ever documented?
Dream and multiple outlets covering the research describe it as the first documented fully autonomous, end-to-end AI cyberattack against a national government target — meaning the AI agents handled reconnaissance, exploitation, and data exfiltration with minimal human direction throughout. Earlier cases like JadePuffer showed autonomous AI-run attacks against a narrower target class (exposed configuration servers), not a full government network.
Whatever you think about the geopolitics here, the technical story is the one that matters for anyone running infrastructure: the tools that let one operator coordinate eight autonomous hacking agents across a dozen attack waves are sitting in a public GitHub repo, not a nation-state’s classified toolkit. That gap between capability and access is closing fast, and most defensive playbooks haven’t caught up yet.
