
Autonomous AI cyberattack on Taiwan shows how open-source agents can chain identity failures into a full intrusion
Published by AINave Editorial • Reviewed by Ramit
A four-day autonomous AI cyberattack on Taiwan compromised 85 government accounts, stole over 2,500 personnel records, and hit the country's nuclear safety agency and at least seven energy companies. The attack used eight open-source AI agents, including Hermes and OpenClaw, to conduct end-to-end reconnaissance, vulnerability chaining, and intrusion without relying on any zero-day exploits. For AI builders, the incident is a practical demonstration of how multi-agent systems can automate complex attack chains using publicly available tools and common identity weaknesses.
Eight open-source AI agents orchestrated a four-day intrusion
Dream Research Labs discovered the attack during routine monitoring, finding a 160MB online archive of 1,395 files that contained the toolchain. The agents worked in parallel across twelve waves, ranking attack paths and redirecting when a technique failed. They exploited familiar identity and API failures: an API accepting authentication tokens with the signature check disabled, unauthenticated data APIs, and passwords built from employee ID numbers. No zero-days were used. The operator language mix suggested a Chinese Mainland-language actor against a Taiwanese target, but Dream did not name a specific group or confirm state direction.
Why this changes the threat model for AI builders
Conventional detection assumes one attacker on one path. This attack ran eight agents in parallel, spreading requests across addresses and sessions that no single volume threshold catches. The tell is not a single request but the sequence across systems: password spraying, then fresh SSO sessions, then access to routes an account had never touched. Builders must monitor route diversity per source, session, account, and device rather than request rate alone. Because the attack used open-source models, the barrier to entry for such multi-agent intrusions is now low.
Hardening identity and access controls is the practical takeaway
Dream's analysis points to specific, actionable defenses. Security leaders must reject unsigned authentication tokens and prohibit the alg:none setting outright. They must require reauthentication or multi-factor at any single sign-on boundary into a sensitive system. Provider guardrails cannot compensate for a password-only SSO bridge. These are not speculative recommendations; they directly address the two independent identity failures that opened the confirmed paths into Taiwan's systems.
Caveats and open questions
Attribution remains uncertain. The evidence supports a Chinese Mainland-language operator but does not establish state direction. Dream's report does not publish indicators, hashes, or victim confirmation, and its executive summary claims installed backdoors while the attack chain says authentication blocked the web shell. The exact models used beyond Hermes and OpenClaw are not identified. Builders should treat this as a proof of capability rather than a fully documented blueprint, but the core lesson about identity and access controls is clear.
FAQs
Sources
- World-first autonomous ‘end-to-end’ AI attack against Taiwan tied to Chinese hackers — and the scariest part is that it was fully open source
- Suspected China-linked hackers used AI to run the first-ever...
- AI Cyberattack: China-Linked Hackers Hit Taiwan Government
- Researchers observe first ‘near-autonomous’ AI attack... | CyberScoop
- China-Linked Hackers Used AI To Run First-Ever 'Autonomous...






















