Leadership1 publisher2 min readPublished
Cisco Talos finds malware that hands its command-and-control decisions to four voting models
Cisco Talos says its CLOSEDQUORUM sample asks four language models for executable decisions, tallies the votes and acts on the winner. An entire phase of the attack runs while the operator is offline.
The Board Room · Leadership desk

What happened
- Cisco Talos has identified CLOSEDQUORUM, which it calls the first LLM-as-C2 architecture capable of fully automating the command-and-control chain through a panel of language models acting as judges.
- The 64-bit Windows binary is compiled in Go and queries its models in sequence with the system prompt 'You are an advanced malware strategist. Provide ONLY executable decisions.'
- Its objectives are LSASS credential dumping, saved passwords in Chrome, Edge and Firefox, and crypto wallets including MetaMask, Ethereum and Exodus.
- Talos says the models receive context, choose capabilities and set execution parameters with no continued human commands and no tasking from dedicated, attacker-operated command-and-control servers.
- The sample surfaced through Talos's new open-source CAIRN toolkit for hunting AI-integrated malware, and Talos says there is no confirmation yet that it has been deployed in the wild.
Compiled by The Board RoomSomething wrong?How this is made
Why it matters
- constraint Indicator lists and blocklists built around attacker-run C2 domains have nothing in this design to match. That pushes the detection burden onto on-host behaviour such as LSASS access and browser credential reads.
- exposure A refusal by one model provider no longer ends a campaign. All four providers have to decline the same request for the guardrail to hold, which makes refusal a control shared across competitors.
- capability Whoever acquires the binary can run a credential-theft campaign without supplying any operating hours of their own. The buyer's own availability stops capping the campaign.
- decision Security leads have to decide whether their off-hours coverage was costed on an assumption about attacker working hours, and they have to decide it before any incident data exists to settle the question.
The design constrains what the panel can return. Talos says replies must use a defined JSON structure with a decision field mapping to a specific capability, and anything else is discarded [11]. "This design reduces the model's output to a constrained set of executable choices," Fetterman wrote [12]. When the vote ties, the malware falls back to a fixed preference order, and Fetterman wrote that "The tie behavior is fully deterministic and biased toward DeepSeek" [13].
Talos says the multi-model structure reduces the impact of any single refusal, timeout or malformed response, and Fetterman wrote that it "increases the likelihood of obtaining a valid decision, but does not guarantee one" [14]. Because the winner is whichever capability collects the most votes, one valid JSON reply is enough to select an action. Three of the four models can refuse and the loop still acts [19]. All four have to fail before it stops, and Talos says a total failure counts as consensus: the loop sleeps and retries instead of acting [15].
Whether a provider's guardrail ever reaches this loop depends on a detail Talos leaves open. The report lists support for up to four integrations, DeepSeek, Qwen, Mistral and Google Gemini [9], and does not say whether the binary calls vendor endpoints or copies the operator runs himself [20]. Only a hosted call gives the provider a place to refuse or log.
The staffing argument is where this finding will be read hardest, and it rests on a property of the design. Fetterman wrote that the architecture is "not merely augmenting what an operator can accomplish in a session, but transferring an entire phase of the attack from the operator to the system" [2], and that the human ceilings on working hours, attention span and cognitive load stop applying because the system continues when its operators are no longer watching [4]. "It does not go offline when the attacker sleeps," he said [3].
On the present record nobody has met the artifact in a victim network, and night-shift budgets should not move on that [5]. Campaign availability does get cheaper for whoever acquires the binary. Fetterman called CLOSEDQUORUM a credentials-as-a-service model and said "They deploy the binary, and the LLM panel runs the attack" [17]. He also said "This type of scaffolding approach could easily be translated and applied to other adversary objectives" [18].
What to watch
- Confirmation of CLOSEDQUORUM or a variant in a victim network, with victim counts or dwell-time figures attached.
- Whether DeepSeek, Qwen, Mistral or Google publish refusal or abuse-detection changes aimed at malware-strategist style system prompts.
- Further AI-integrated samples surfaced by other researchers using the CAIRN toolkit now that it is open source.