Decoding the world of cybersecurity

Talos finds autonomous AI command implant

Cisco Talos has analysed a Windows implant that delegates command decisions to commercial AI models, although researchers have not confirmed that the malware has been deployed in live attacks.

Talos finds autonomous AI command implant
Summary
  • CLOSEDQUORUM can query several commercial AI models and act on their collective decision without continuous operator instructions.
  • Talos has not confirmed in-the-wild deployment, and the publicly analysed sample contains dummy credentials rather than a complete operational configuration.
  • The design demonstrates how decision-making during part of an attack could be displaced from a human operator to external AI services.

Cisco Talos has analysed a Windows malware implant that delegates command-and-control decisions to commercial AI models, providing a concrete example of how autonomous reasoning could be inserted into offensive tooling without establishing that the malware has already been used against live targets.

The implant, named CLOSEDQUORUM by Talos, was discovered through the company’s CAIRN research project. Researchers explicitly said they do not have confirmation of in-the-wild deployment, a limitation that separates the finding from evidence of an active campaign.

The publicly examined binary also contains placeholder credentials rather than the API keys and exfiltration details needed for a functioning deployment. Development artefacts nevertheless allowed Talos to examine the architecture and conclude that customised builds could be configured with genuine provider credentials.

The unusual element is the decision loop. CLOSEDQUORUM can be configured to query multiple AI providers, including DeepSeek, Qwen, Mistral, and Google Gemini, before combining responses and selecting an action through a voting process.

Talos said the intended capabilities include credential and cryptocurrency-wallet theft. The implant demonstrates how an attacker could constrain a particular phase of malicious activity into a set of choices and allow AI models to provide reasoning about what happens next.

Traditional command-and-control infrastructure gives defenders infrastructure to identify: attacker-controlled domains, servers, IP addresses, certificates, and traffic patterns. CLOSEDQUORUM instead shows how parts of that decision process could be moved onto legitimate AI-provider infrastructure also used by ordinary applications.

That does not make the malware invisible. A Windows executable contacting multiple model providers while performing behaviour associated with credential theft, injection, persistence, or data exfiltration would still create potentially unusual combinations of host and network activity.

The more consequential change is where operator effort is spent. Much of the discussion around malicious AI use has focused on speed and scale — producing phishing material more quickly, helping to generate code, or assisting vulnerability research. CLOSEDQUORUM attempts to displace part of the tactical decision-making process itself.

Human attention is an operational bottleneck for attackers as well as defenders. A criminal can use an AI assistant to work faster while still deciding what to do at each stage. A sufficiently reliable autonomous component could continue making bounded decisions after deployment without requiring the same level of operator supervision.

Talos described CLOSEDQUORUM as the first publicly reported implant it is aware of applying this form of autonomous AI to command and control. Development artefacts were also used to associate the developer with criminal-forum activity related to carding dating back to 2025, although that association does not establish deployment of this particular malware.

The evidence therefore remains on the research side of the boundary. No confirmed victims have been identified, and the sample analysed publicly is not presented as a complete operational implant used in a documented intrusion.

That distinction follows a pattern seen elsewhere in AI-enabled malware research. Unit 42 previously found much of the AI-associated malware it analysed remained experimental. CLOSEDQUORUM presents a more developed architectural example, but the available evidence still stops short of demonstrating operational use.

If similar designs move into active campaigns, defensive analysis will have to consider the combination of endpoint behaviour, identity use, external model-provider traffic, and exfiltration rather than relying on unfamiliar command infrastructure alone. CLOSEDQUORUM does not prove that transition has happened at scale, but it shows a technically plausible route towards it.

×