An operational archive recovered by Dream Research Labs documents what the firm describes as a fully autonomous, AI-orchestrated intrusion campaign against government entities in Asia, conducted over roughly four days in early July 2026. According to Dream's findings as reported by GBHackers, a multi-agent framework built on Hermes and OpenClaw agents coordinated up to eight autonomous sub-agents across 12 attack waves, stole thousands of personnel records, cracked employee credentials, and established persistent access to state infrastructure. The 160 MB archive contains 1,395 files generated between July 1 and July 4, 2026. One important caveat up front: this account rests on a single OTHER-tier report of one vendor's research. No victim statement, regulator filing, or national CERT advisory has corroborated it, and Dream withheld both the names of the targeted governments and the identity of the framework's operators, saying it notified affected organizations before publishing.
What Happened
Dream researchers reconstructed the operation from the recovered archive rather than from victim-side telemetry, which shapes what can and cannot be confirmed. The framework, per that reconstruction, ran as an orchestrator assigning each sub-agent a specific target, technique, or reconnaissance task, then reallocating effort dynamically. It applied Bayesian scoring to rank 14 candidate attack chains, pushing resources toward whichever path looked most likely to succeed. When an exploitation attempt failed, the system entered what Dream calls "Learning Cycles," querying vulnerability databases, GitHub repositories, and security publications for alternative techniques before retrying.
The entry point was mundane. The agents downloaded and decompiled JavaScript bundles from an Angular-based government portal, extracting URLs, API endpoints, OAuth client IDs, and Keycloak configuration data from client-side code. From that base the framework enumerated 21 connected government systems, six SSO sub-realms, OpenID Connect endpoints, RSA keys, and authentication flows. In one target environment it mapped more than 36 API endpoints, several of which required no authentication at all. One unauthenticated endpoint exposed a complete employee-user database including names, departments, and SSO account identifiers. Dream reports the system ran multiple intrusion paths concurrently and identified three exposed developer-style authentication endpoints on a government host.
The report does not establish attribution, does not name the governments involved, and does not describe how the archive came into Dream's possession. Those are material gaps. Treat the operational detail as one research team's account until a primary source confirms it.
What Was Taken
The reported haul is thousands of government personnel records, cracked employee credentials, and persistent access to state systems. GBHackers gives no precise record count, and no independent figure exists to compare it against, so the honest characterization is "thousands" and nothing more granular. The exposed employee-user database covered names, departments, and SSO account identifiers, which is credential-adjacent data with direct follow-on value for lateral movement.
For scale calibration, the other government breaches disclosed across the same window carry firm, sourced numbers. France's DGFiP confirmed data theft affecting 678,000 individuals and businesses, a figure BleepingComputer, IMI Daily, and The Next Web all report consistently from the ministry's own statement. Accounts differ on the composition of that file: FrenchBreaches counted 392,867 individuals and 285,570 businesses, while the DGFiP told IMI Daily that slightly more businesses than individuals appear in the affected population, reversing the ratio. The threat actor ZeroBytes separately claimed access to the SPDC land registry platform covering roughly 20 million French citizens but said they extracted only 252,149 records; the DGFiP counts 200,000 accounts in that second theft. Latvia's CSDD breach reportedly touched 1.2 million individuals and 200,000 companies from payment receipts spanning 18 years. Liechtenstein lost beneficial ownership records on approximately 31,000 legal entities. Unlimited Technology Systems reported 3,803,750 people affected in a US healthcare breach.
Against those, "thousands of personnel records" is a small number. The significance here is not volume. It is what the intrusion demonstrates about automation.
Why It Matters
If Dream's reconstruction holds, this is a working example of an end-to-end intrusion in which target selection, exploitation, pivot decisions, and research into new techniques were all machine-driven at a tempo no human team matches. Twelve attack waves and 14 scored attack chains in four days compresses a reconnaissance-and-exploitation cycle that would normally run for weeks. The Learning Cycle behavior matters more than the raw speed: a framework that autonomously reads vulnerability databases and GitHub when it hits a wall does not stall on a failed exploit, which is precisely where most opportunistic intrusions die.
The defensive implication is that dwell-time assumptions built for human operators no longer hold. ACRO, the UK criminal records office, had attackers resident in its website and CMS for more than seven months and, per the ICO reprimand covered by The Register, still cannot say whether data was exfiltrated. The DGFiP found out it had been robbed when the criminal advertised the database on a forum six weeks later. CSDD did not notify Cert.lv for days and never met Latvia's 72-hour statutory reporting window. Detection programs tuned to catch an intruder over months will not catch one that finishes in four days.
The second implication is that the AI framework did not need a zero-day. It needed exposed client-side configuration, unauthenticated APIs, and forgotten developer endpoints. That is the same category of failure running through every other incident in this set. Automation does not create new weaknesses; it finds existing ones faster and at wider scale.
The Attack Technique
The reported chain is entirely conventional, executed at machine speed:
- Client-side reconnaissance. Download and decompile the Angular portal's JavaScript bundles. Harvest URLs, API endpoints, OAuth client IDs, and Keycloak configuration shipped to the browser.
- Identity infrastructure mapping. Use the recovered Keycloak data to enumerate six SSO sub-realms, OIDC endpoints, RSA keys, and authentication flows across 21 connected systems.
- API surface enumeration. Map 36-plus endpoints on a single target, identifying those with no authentication requirement.
- Data access. Pull the employee-user database from an unauthenticated endpoint, yielding names, departments, and SSO identifiers.
- Credential attack and persistence. Crack employee credentials, exploit three exposed developer-style authentication endpoints, and establish persistent access.
The credential theme repeats across the corroborating incidents. Bercy told reporters the DGFiP intrusion used the stolen identifiers of an employee and of an authorised third party, not a software flaw, and The Next Web notes the attacker claimed to have bypassed multi-factor authentication. Cert.lv attributes the CSDD breach to an internet-exposed vulnerability in a CSDD system, with separate reporting pointing to an application tied to a medical platform. ACRO's downfall was an unpatched Kentico CMS and unread alerts, plus an SQL injection that compromised 15 credential sets. The login is the perimeter, and an autonomous agent is very good at working a perimeter made of logins.
What Organizations Should Do
- Audit what your frontend ships. Decompile your own production JavaScript bundles and check what an attacker recovers: API base URLs, OAuth client IDs, Keycloak or other IdP realm configuration, internal hostnames. Anything sensitive in a client bundle is public. This was step one of the reported attack chain and it is the cheapest thing on this list to fix.
- Enumerate every API endpoint and prove each one authenticates. Automated, continuous testing, not a point-in-time pen test. An unauthenticated endpoint exposing a full employee directory is the single finding that turned reconnaissance into a breach here.
- Hunt for developer and staging authentication endpoints in production. Three exposed developer-style auth endpoints were part of the reported chain. Inventory them, then delete or firewall them.
- Harden SSO realm boundaries. Six sub-realms mapped from one portal means the identity layer was the pivot. Segment realms, rotate signing keys, restrict which realms are reachable from internet-facing services, and monitor for cross-realm token use.
- Re-baseline detection for compressed timelines. Build alerting that fires on high-velocity endpoint enumeration and anomalous API access within hours, not weeks. A four-day operation clears most quarterly review cycles entirely.
- Treat third-party and delegated access as first-party risk. The DGFiP breach came through an authorised external party's credentials. Notaries, contractors, and local authorities each widen the credential surface. Enforce phishing-resistant MFA on every delegated account and cap what those accounts can query in bulk.
- Fix your notification clock now, not during the incident. Latvia's CSDD missed the 72-hour window and triggered a criminal investigation, an administrative review, and resignations. Know who declares, who notifies the regulator, and what the deadline is before you need it.
Sources: Multi-Agent AI Framework Compromises Government Systems and Steals... | French tax authority data breach affects 678,000 individuals | Exposed: Woeful security at UK criminal records office that led to... | Unlimited Technology Systems breach impacts 3.8 million people | French Tax Authority Confirms Two Data Thefts, 678,000 Income Recor... | Liechtenstein Cyberattack Response Expands as Four Government Finan... | France’s tax agency lost data on 678,000 people to a stolen login | Latvia CSDD Cyberattack Exposes Data of 1.2 Million People