A New Tool for Tracking AI Malware Uncovers Malware That Operates Without Human Control
Cisco Talos releases CAIRN to track AI malware and documents CLOSEDQUORUM, an unconfirmed Windows implant steered by LLMs.
Cisco Talos released CAIRN, an open-source toolkit that hunts AI-integrated malware by scoring prompt templates, provider endpoints, API-key prefixes, libraries, and sandbox metadata without downloading or executing binaries. Its launch describes CLOSEDQUORUM, called the first publicly documented Windows implant to delegate tactical decisions to a panel of commercial models: DeepSeek, Qwen, Mistral, and Google Gemini. Static analysis shows prompts that can select LSASS dumping, browser-password and cryptocurrency-wallet theft, process hollowing, APC injection, persistence, and encrypted exfiltration through Discord. Talos has not confirmed real-world use, and the public build is nonfunctional.
- CAIRN classifies AI-malware artifacts from strings and metadata without executing samples.
- CLOSEDQUORUM asks up to four commercial LLMs and uses plurality voting.
- Described actions include credential theft, injection, persistence, and Discord exfiltration.
- Talos has not confirmed deployment, and the public build is nonfunctional.
- Clusters are investigative leads, not attribution.
Full article626 words · extracted from cybersecuritynews.com · click to collapse
Cisco Talos has released CAIRN, an open-source toolkit designed to hunt, classify, and track AI-integrated malware by examining the digital markers developers leave behind.
The Cognitive Artifact Intelligence Research Network searches for prompt templates, provider endpoints, API-key prefixes, jailbreak terms, and orchestration logic without downloading or executing binaries.
The launch also revealed CLOSEDQUORUM, which Talos describes as the first publicly documented Windows implant to delegate tactical command-and-control decisions to artificial intelligence.
Instead of awaiting instructions from a human operator or dedicated C2 server, the malware consults up to four commercial large language models—DeepSeek, Qwen, Mistral, and Google Gemini and uses plurality voting to choose its next action. Talos has not confirmed real-world deployment, and the public build is nonfunctional.
Static analysis nevertheless exposed a complete autonomous decision loop. CLOSEDQUORUM gathers system details, inserts that context into structured prompts, and asks each model to select constrained actions such as stealing data, establishing persistence, or injecting code.
The winning response can trigger LSASS memory dumping, browser-password collection, cryptocurrency-wallet theft, process hollowing, APC injection, or Windows persistence mechanisms. It can send encrypted stolen data through Discord and continue without live tasking.
CAIRN Tool for Tracking AI Malware
According to technical analysis published by Cisco Talos, CAIRN was built to find this emerging threat class at scale. It applies up to 24 acquisition filters to metadata from extracted strings, antivirus labels, and sandbox behavior.
Filters seek domains such as api.openai.com and api.anthropic.com, Python libraries including LangChain and LiteLLM, local inference components such as Ollama and llama.cpp, and agent-style tool-call syntax alongside offensive terminology. Candidates enter a SQLite corpus for automatic YARA scanning.

The toolkit organizes detections into three levels. Tier 1 identifies primitive AI artifacts, including endpoints or function-calling syntax. Tier 2 adds behavioral context by linking artifacts with activity such as AI-analysis evasion or known C2 methods.
Tier 3 attributes samples to confirmed malware families using fingerprints validated through reverse engineering. Updated rules can rescan the local corpus and retroactively identify older samples.
CAIRN also combines relationship graphs with semantic discovery. Its explorer connects samples through shared domains, certificates, import hashes, submitters, and AI providers, revealing variants and campaign infrastructure.
For less obvious links, CAIRN builds metadata documents from antivirus names, URLs, PE resources, and sandbox observations, then uses embeddings, HDBSCAN, and UMAP to expose similar samples and outliers. Talos stresses that clusters generate leads, not attribution.

That warning matters because AI-related strings increasingly appear in legitimate software. PyInstaller packages may expose an entire development environment, while Tauri and Go binaries can create structural matches that generate noisy Tier 1 or Tier 2 results. CAIRN therefore narrows large collections before reverse engineering rather than replacing it.
The findings signal a shift toward autonomous attack orchestration. LAMEHUG used Alibaba’s Qwen model through Hugging Face to generate commands during attacks reported in 2025, but CLOSEDQUORUM goes further by assigning a bounded C2 phase to a model panel. Blocking AI domains alone is impractical because legitimate applications use the same services.
Defenders should instead correlate unexpected multi-provider traffic with LSASS access, process injection, persistence changes, and Discord communications.
Although CLOSEDQUORUM is not a proven campaign, CAIRN offers defenders a practical framework for tracking machine-directed malware. That visibility could become increasingly important as attackers automate more of the intrusion lifecycle.
Cut every SOC alert investigation by 21 min. Power your SOC with instant IOC context for immediate response: Integrate TI Lookup in your SOC
Guru Baranhttps://cybersecuritynews.com
Gurubaran KS is a cybersecurity analyst, and Journalist with a strong focus on emerging threats and digital defense strategies. He is the Co-Founder and Editor-in-Chief of Cyber Security News, where he leads editorial coverage on global cybersecurity developments.