Security

Cisco Talos discovers self-driving AI malware CLOSEDQUORUM

3 min read

TL;DR Too Long; Didn’t read

The IT security company Cisco Talos has analyzed a Windows Trojan named CLOSEDQUORUM that lets four commercial AI models vote on which action it will take next. According to Talos, the approximately 16 megabyte code has been in circulation since at least June 17, 2026. There is currently no evidence of deployment in the wild, and the widespread version is non-functional due to placeholder credentials.

Four robot heads each reach out a mechanical hand to vote on a ballot marked with a skull icon, with a laptop showing Windows windows and a Cisco Talos logo sticker in the background. Image generated with GPT Image 2

Key takeaways

  • CLOSEDQUORUM allows four commercial AI models to decide by voting which attack step it will take next.
  • According to the compilation date, the code has been in circulation since at least June 17, 2026, publicly known since September 22.
  • The widespread version is non-functional due to placeholder credentials, and actual deployment is currently considered unverified.
  • Targets include Windows credentials, browser passwords, and crypto wallets like MetaMask, Exodus, and Ethereum clients.
  • Talos releases an open-source tool called CAIRN for hunting AI-driven malware.
  • Code traces link the development to underground forum posts about stolen credit card data since 2025.

Cisco Talos has analyzed a Windows Trojan called CLOSEDQUORUM that allows four commercial AI models to vote on its next attack step by majority decision. The malware, which is about 16 megabytes in size, queries DeepSeek, Qwen, Mistral, and Google Gemini in parallel and autonomously executes the chosen action. Talos has not yet demonstrated its use in the wild.

Malware lets four AI providers vote on attack steps

The 64-bit Windows Trojan, written in Go, first collects the computer name, operating system version, and administrator rights of the infected system. CLOSEDQUORUM fills this information into a fixed system prompt that instructs the models to provide only executable decisions and sends the request to DeepSeek, Qwen, Mistral, and Google Gemini. Each model responds in a fixed JSON format with one of the predefined options. The most common response wins by majority decision; in the event of a tie, DeepSeek decides first, followed by Qwen, Mistral, and finally Gemini. The compilation timestamp found in the program code is dated June 17, 2026 – suggesting the malware has likely been circulating for at least three months before Talos made it public on September 22, 2026.

Among the predefined actions the AI models can choose from is the simultaneous theft of Windows credentials from the memory of the LSASS system process, stored passwords from the browsers Chrome, Edge, and Firefox, as well as crypto wallets like MetaMask, Exodus, and Ethereum clients. For deeper system intrusions, the malware generates shellcode and injects it into running processes via process hollowing or Early Bird APC injection. To maintain a persistent presence, it uses registry autostart entries, scheduled tasks, and WMI event subscriptions. CLOSEDQUORUM encrypts stolen data with AES-256-GCM and exfiltrates it from the network via a Discord webhook.

Talos releases hunting tool CAIRN against AI malware

Along with the analysis, Talos released the open-source tool CAIRN (Cognitive Artifact Intelligence Research Network), which specifically searches for AI-driven malware based on metadata patterns. The publicly circulating version of the program is not operational: it contains only placeholder API keys and a non-functional Discord webhook address. Whether CLOSEDQUORUM has ever been used against real victims is independently unverified – solid evidence for that is currently entirely lacking. Code traces link the developer to underground forum posts about the trade of stolen credit card data dating back to 2025.

For detection, The Hacker News, citing Talos, advises against blocking access to AI services outright, since legitimate software also uses them, and recommends watching for behavioral patterns instead: parallel requests to multiple AI providers from unusual Windows programs, LSASS accesses, new persistence mechanisms, and Discord traffic at random five-to-15-minute intervals. Talos provides the Snort rule 1:66984 as well as YARA signatures for this purpose. Full effectiveness, according to the researchers, often additionally requires TLS inspection of network connections, since the queries can otherwise hardly be distinguished from the traffic of legitimate AI applications.

The fact that CLOSEDQUORUM uses off-the-shelf AI services instead of its own attacker infrastructure fits a pattern security researchers have been warning about for some time: just in August, OpenAI, Anthropic, and more than a hundred other companies signed an open letter calling for more investment in defenses against AI-assisted attacks, and Chinese hacker groups, according to the security firm TeamT5, are already relying heavily on DeepSeek for exploit code. It remains to be seen whether CLOSEDQUORUM stays an isolated experiment or becomes a template for a new generation of AI-driven malware – and whether the four providers it uses will start catching abuse patterns like parallel queries to multiple competitors before malware deploys them in the wild.

Frequently asked questions

Is CLOSEDQUORUM already in use against real victims?

According to Cisco Talos, this is not confirmed. The publicly known version of the program does not work due to hard-coded placeholder credentials.

How old is the malware?

The compilation timestamp found in the code points to June 17, 2026 – the version has likely been circulating for about three months before Talos disclosed it on September 22, 2026.

How can companies protect themselves from CLOSEDQUORUM?

Talos recommends not blocking AI services outright, but monitoring behavioral patterns such as parallel requests to multiple AI providers, LSASS accesses, or unusual Discord traffic. A Snort rule and YARA signatures are available for this purpose.

Why does the malware use DeepSeek, Qwen, Mistral, and Gemini?

All four are accessible via regular commercial APIs, require no special access, and are difficult to distinguish from legitimate AI usage in network traffic.

Who is behind the development of CLOSEDQUORUM?

Talos does not name anyone but points to code traces that link the developer to underground forum posts about the trade of stolen credit card data since 2025.

Sources (3)
  1. Cisco Talos: The Closed Quorum – Inside the first reported autonomous AI C2 implant
  2. Cisco-Talos/CAIRN (GitHub)
  3. The Hacker News: This Windows Malware Is Built to Let Up to Four AI Models Vote on Its Next Move

Your AI update for the work week

Once a week, the most important AI news – plus one practical tip to try right away. No spam, unsubscribe anytime.

← Back to the blog