On September 8, 2026, the Google Threat Intelligence Group (GTIG) released a quarterly report documenting an attack that occurred in the second quarter: after a financially motivated attacker breached an enterprise's cloud infrastructure, the attacker used an AI coding assistant and a multi-agent framework to complete the entire process—from planning and building to deploying a large-scale credential-stealing pipeline—in less than six hours, with almost no human intervention. This was the first time GTIG documented, in actual Mandiant incident response data, a case in which an attacker used autonomous AI execution capabilities for a complete attack chain.
To understand the impact of this timing, one must first break down the attack process itself. Traditional large-scale credential theft relies on a relatively fixed manual operating rhythm: attackers must scout step by step, debug scripts, manually handle errors, and switch between different tools. Even with mature automation scripts, going from penetration to forming an effective harvesting capability usually takes several days. In this incident, according to the GTIG report, the attacker used only an AI coding chatbot, a prompt, and a set of preconfigured Markdown-format operating instructions to build a multi-agent system capable of autonomous reasoning and action. The Markdown file served here as a "playbook," explicitly telling each AI agent how to divide the work of completing different stages of the attack chain.
The autonomy of this system far exceeded that of traditional scripts. According to BleepingComputer, the multi-agent framework autonomously managed the vulnerability scanning pipeline, troubleshot operational failures in real time, rotated IP addresses, and routed all attack traffic through the victim's compromised cloud environment—because requests came from the victim's own legitimate IP addresses, conventional IP reputation detection effectively failed. In other words, the attacker simultaneously solved the two traditionally conflicting problems of "speed" and "stealth": fast, because AI agents advanced multiple tasks in parallel; stealthy, because the attack traces were mixed into normal cloud service traffic.
GTIG also discovered a second independent case during the same period, which shows the maturity of such tools. Researchers located a command-and-control (C2) server exposed to the public internet, running an automated reconnaissance and credential management framework called "Recon." The server directories contained instruction files for AI agents to read, knowledge base files, and OpenClaw components associated with the framework. At the time, the Recon system was managing in real time more than 23,800 stolen keys and API credentials, covering cloud platforms and AI service accounts. Unlike traditional infostealers, Recon did not passively wait for infected endpoints to emit passwords stored in browsers—it could actively identify vulnerabilities, scan target infrastructure, execute targeted exploitation, and continuously feed harvested credentials into a central management system.
The GTIG report also disclosed another attack vector with a more direct impact on developers: credential-stealing malware named DUSTMAKER, which specifically drops malicious files into the .claude and .cursor directories—the local configuration directories for Anthropic Claude and the Cursor AI coding tool, respectively. This means attackers have shifted their focus from general credential stores to the configuration files of AI development tools, because these files often store API keys that provide access to multiple high-privilege services.
There is a clear economic logic behind AI credentials becoming a dedicated target. Access to frontier AI models and the computing resources behind them has direct financial value: attackers can use stolen accounts to run high-cost inference tasks, shift the costs onto victims, and conceal their true identities. The GTIG report calls this phenomenon "LLMJacking"—hijacking enterprise cloud infrastructure and using the victim's compute quota to run unauthorized AI workloads. According to the GTIG report, prices for AI-related credentials on the black market rose significantly in 2026, further stimulating targeted theft of accounts for AI services such as Claude and Gemini.
The GTIG report also documented the activities of other threat actors. A China-linked cyber espionage group attempted to use Gemini to build automated penetration testing and post-exploitation pipelines; the Russia-linked UNC5792 group integrated AI models to automate monitoring of Telegram channels to capture intelligence of government interest; and criminal groups represented by UNC6780 deceived AI coding assistants and large model security scanners to conduct supply chain poisoning in open-source ecosystems such as PyPI, npm, and Docker Hub. Together, these cases point to the same structural change: AI agents are no longer merely auxiliary tools for writing malicious code, but are becoming operating entities that execute complete attack chains.
From a historical perspective, this leap is different in nature from the shift a decade ago when automation scripts replaced manual hackers. Script automation is essentially replaying fixed processes; when unexpected errors or environmental changes occur, human intervention is required. Multi-agent frameworks, by contrast, have the ability to reason, decide, and correct errors at runtime. GTIG explicitly described this difference in its report: "Threat actors are evolving from basic prompt interaction to integrating AI capabilities into multiple stages of the attack lifecycle, building highly autonomous systems that can reason about complex tasks and make dynamic decisions without human supervision." This means the defenders' response window is structurally compressed: in the past, there were often several days of response margin from intrusion to substantial damage; now that window is shrinking to the hour level.
For enterprise security teams, the direct impact of this report is reflected at three levels. First, the effectiveness of IP reputation defenses declines—when attack traffic originates from the victim's own legitimate cloud instances, protection mechanisms based on source IP cannot identify anomalies. Second, the configuration directories of AI development tools have been included in the attack surface, and API keys stored in development environments need controls at the same level as production credentials. Third, the time pressure from discovering an anomaly to determining the nature of the intrusion has increased substantially, because the amount of work an AI agent completes in a few hours equals several days of manual operation, and the time window left for SIEM systems to identify attack patterns narrows accordingly.
For AI platform providers (Google, Anthropic, and others), this report also creates direct reputational pressure. When their own models are documented as being used to build attack pipelines, platforms must continuously adjust the boundary between model capability and abuse prevention. The GTIG report noted that Gemini responded according to safety protocols in some of the above abuse cases—this indicates that model-layer guardrails do take effect in certain scenarios, but it also means attackers are accumulating practical experience in how to bypass those guardrails. GTIG explicitly stated that it has not yet observed attackers deploying fully autonomous pipelines for autonomously discovering zero-day vulnerabilities and network exploitation against real targets—this shows that the current weaponization of AI still has boundaries, but that boundary is under stress testing.
Here it is necessary to clearly distinguish facts from analytical judgments. The following is forward-looking inference based on the GTIG report, not established fact: the key signal at present is whether multi-agent attack frameworks begin to appear in large-scale software supply chain attacks. The UNC6780 case has already shown that attackers are capable of deceiving LLM security scanning tools—if this capability is combined with bulk credential theft pipelines, the scale effect of supply chain infections will be further amplified. Another key signal is the speed at which "Recon"-type frameworks become commercialized: once such tools appear on the black market or underground forums, the threshold for use will drop from "attackers who need the ability to build multi-agent systems" to "ordinary criminal groups that can buy ready-made toolkits." What the defense side most urgently needs to establish is not the ability to identify known attack patterns faster, but the ability to identify behavioral characteristics of AI agents before the attack chain is complete—for example, unusually dense API call rhythms, large numbers of newly created cloud resource requests in a short time, and concurrent multi-task scanning behavior from the same source IP. These signals also exist in traditional attacks, but the rhythm characteristics of AI agent execution are distinguishable from manual operation, which may be one entry point the current defense system can focus on.
© 2026 Winzheng.com 赢政天下 | 转载请注明来源并附原文链接