Skip to main content
AI MalwareThreat Analysis· 4 min read· in Artificial Intelligence

Cisco Talos Discloses First Fully Autonomous AI Command-and-Control Implant

A newly discovered Windows malware named CLOSEDQUORUM delegates its tactical decisions to a voting panel of four commercial AI models, eliminating the need for a human operator.

By Karim Mansour

Threat Intelligence Researchers 40%Enterprise Security Teams 40%AI Governance Advocates 20%
Threat Intelligence Researchers
Focus on identifying the cognitive artifacts left by AI-integrated malware to build proactive defenses.
Enterprise Security Teams
Focus on the operational challenge of monitoring API traffic and behavioral anomalies rather than static indicators.
AI Governance Advocates
Focus on the need for commercial LLM providers to improve safety guardrails against malicious prompts.

Perspectives this story doesn't cover

  • Commercial AI Providers
  • Law Enforcement Agencies

Traditional malware relies on a tether to a command-and-control server, waiting for a human operator to dictate its next move across a compromised network. A newly discovered Windows implant named CLOSEDQUORUM severs that connection entirely, delegating its tactical decisions to a voting panel of four commercial artificial intelligence models. Discovered by Cisco Talos researchers and detailed on September 22, the architecture represents the first publicly documented instance of fully autonomous AI command and control. Rather than accelerating an attacker's workflow, the mechanism displaces the human entirely, allowing the software to operate indefinitely without active oversight.[2][3][5]

Once deployed on a target machine, the binary does not phone home for instructions. Instead, it queries a quorum of four large language models—DeepSeek, Alibaba's Qwen, Mistral, and Google Gemini—via their application programming interfaces. The implant provides the models with basic host context, such as the operating system version and administrator privileges, and instructs them to act as an "advanced malware strategist." To prevent the models from generating unusable text, the prompt forces them to "provide ONLY executable decisions," constraining their responses to strictly formatted JSON objects.[5]

The models are presented with a constrained decision space, typically voting on actions categorized as "steal," "inject," or "persist." The malware tallies the responses and executes the action that receives the majority vote. The available modules focus heavily on credential and cryptocurrency theft, mapping to specific internal functions like lsassDump(), dumpBrowserCredentials(), and extractCryptoWallets(). By collapsing the attack phase into a multiple-choice vote, the developer ensures the models provide actionable reasoning rather than open-ended text.[2][5]

The malware queries four commercial models and executes the action that receives the majority vote.

In the event of a tied vote, the system does not halt or ask a human for clarification. It defaults to a predefined hierarchy built into the code: it favors DeepSeek's decision first, followed by Qwen, Mistral, and Gemini. This fallback mechanism also triggers if a preceding model refuses the prompt due to safety guardrails, becomes unavailable, or returns an invalid JSON object. The redundancy ensures the implant can continue operating even if one commercial provider patches its safety filters to block the prompts.[5]

In the event of a tied vote, the system does not halt or ask a human for clarification.

After a decision is executed, the implant establishes a one-way reporting channel. The models' reasoning, alongside attack telemetry, is transmitted to an attacker-controlled Discord server via a webhook. Any stolen files are encrypted using the AES-256-GCM standard with a key derived from the current date. The encrypted data is then encoded in Base64, divided into 1,900-byte segments, and posted to the Discord channel at one-second intervals, creating a decentralized and highly resilient exfiltration route.[2][5]

Cisco Talos researchers identified the implant using CAIRN, a newly released open-source toolkit designed to hunt for artifacts left by AI-integrated software. While the analyzed binary contained placeholder API keys and a dummy webhook—indicating it is likely a development kit rather than an active threat in the wild—artifacts within the code connect the developer to criminal forum posts dating back to 2025. The researchers believe the architecture is intended to be sold as a service, with individual operators inserting their own API keys at compile time.[2][5]

The implant forces the models to output their decisions as strictly formatted JSON objects.

The discovery highlights a structural shift in how offensive cyber operations scale. "Effort displacement compounds the effects of speed and scale because the human-in-the-loop is no longer the bottleneck," Cisco Talos security researcher Ryan Fetterman wrote in the disclosure. Because human operators are bound by working hours, attention spans, and cognitive load, an AI system capable of executing a phase of the attack chain can continue operating while the attacker sleeps. The session remains active, but no humans are required to maintain it.[2][5]

Defending against autonomous implants requires shifting focus from known command server addresses to behavioral patterns. Because CLOSEDQUORUM replaces a dedicated endpoint with a chain of correlated behaviors, defenders must look for distinct combinations: AI-provider API traffic originating from an unexpected Windows executable, multiple requests sent to different model providers within a short interval, and the suppression of system telemetry. As commercial models become more capable, identifying these cognitive artifacts will increasingly define the next generation of network defense.[1][2][4]

The stakes

By replacing a human operator with a panel of AI models, this architecture allows cyberattacks to run continuously and autonomously, fundamentally changing how enterprise networks must monitor for and defend against intrusions.

The essentials

  • Cisco Talos researchers discovered CLOSEDQUORUM, the first publicly documented Windows implant to use fully autonomous AI command and control.
  • The malware queries a panel of four commercial AI models—DeepSeek, Qwen, Mistral, and Gemini—to vote on its next tactical action.
  • The system executes the action with the most votes, defaulting to a predefined hierarchy to break ties or handle refused prompts.
  • By delegating decisions to AI, the architecture displaces the human operator, allowing the attack chain to proceed indefinitely without active oversight.

Perspectives explored

Threat Intelligence Researchers

Focus on identifying the cognitive artifacts left by AI-integrated malware.

For threat researchers, the emergence of CLOSEDQUORUM validates the need for new hunting methodologies. Because autonomous implants do not rely on static command-and-control servers, traditional indicators of compromise—like known malicious IP addresses—become less relevant. Researchers are instead focusing on 'cognitive artifacts,' such as predictable API query patterns, structured JSON prompt templates, and the specific telemetry these models generate when forced to make tactical decisions.

Enterprise Security Teams

Focus on adapting network monitoring to detect anomalous API traffic.

Defenders operating enterprise networks view autonomous implants as a significant monitoring challenge. The malware's reliance on commercial AI providers means its outbound traffic blends in with legitimate enterprise API usage. Security teams are increasingly prioritizing behavioral analytics, looking for unexpected executables initiating rapid, sequential connections to multiple LLM providers, coupled with the sudden suppression of local system telemetry.

Sources

Source coverage

5 outlets

3 viewpoints surfaced

Threat Intelligence Researchers 40%Enterprise Security Teams 40%AI Governance Advocates 20%
  1. [1]Cyber InsiderThreat Intelligence Researchers

    Talos finds autonomous AI command implant

    Read on Cyber Insider →
  2. [2]Cisco Talos BlogThreat Intelligence Researchers

    The Closed Quorum: Inside the first reported autonomous AI C2 implant

    Read on Cisco Talos Blog →
  3. [3]iTnewsEnterprise Security Teams

    New malware lets commercial AI models call the shots: Talos

    Read on iTnews →
  4. [4]it-learn.ioAI Governance Advocates

    First Autonomous AI C2 Implant - CLOSEDQUORUM

    Read on it-learn.io →
  5. [5]SC MediaEnterprise Security Teams

    First 'autonomous AI C2 implant' uses panel of models to vote on next task

    Read on SC Media →

Comments

Stay informed

Every angle. Every day.

Get Artificial Intelligence stories with full source coverage and perspective breakdowns delivered to your inbox.