A new strain of Windows malware dubbed ClosedQuorum marks what researchers say is the first publicly documented case of an implant that delegates tactical command-and-control (C2) decisions to a panel of artificial intelligence models. Discovered by Cisco Talos through its open-source CAIRN toolkit, the malware integrates Google Gemini, DeepSeek, Qwen, and Mistral to determine the next step after compromising a host.
“The models are restricted to a predefined set of decisions,” Cisco Talos explained in a blog post. Those decisions include “steal” (simultaneously running LSASS credential dumping, browser credential theft from Chrome, Edge, and Firefox, and cryptocurrency wallet extraction from MetaMask, Exodus, and Ethereum), “inject” (generating shellcode and using process hollowing or Early Bird APC injection), “persist” (executing the persistence module), and “move” (lateral movement, though the analysed build lacks a handler for this action).
When votes among the four AI models are tied, DeepSeek has priority in making the final call, followed by Qwen, Mistral, and then Gemini. The stolen information is then passed to the operators via a Discord webhook, meaning that beyond the initial malware delivery, the attack can be fully automated without human interaction.
Cisco Talos notes that while this automation adds speed and scaling potential to malicious operations, it also introduces challenges: the system may face rate limits on commercial AI APIs, malformed output, or temporary unavailability of the AI services it relies on. The researchers added that the binary they analysed contained placeholder API credentials and a dummy Discord webhook, though the creators could supply real credentials in custom builds.
It remains unclear whether ClosedQuorum is being actively deployed in the wild or is an experimental test. However, Cisco Talos warned that it represents an “architectural shift towards attack-chain automation.” Artifacts from the binary linked the developer to postings on criminal forums related to carding dating back to 2025. Cisco Talos discovered the malware through CAIRN, an open-source toolkit it released to help researchers track and analyse AI-integrated malware.