Cisco's CAIRN Toolkit Sniffs Out AI-Integrated Malware Using Metadata
Cisco's security experts have released an open-source toolkit called CAIRN that detects AI-integrated malware using metadata rather than reverse engineering. The framework searches for 'cognitive artifacts' left behind by attackers, including prompt templates, AI provider endpoints, API keys, and jailbreak terms.
CAIRN uses up to 24 acquisition filters to detect suspicious samples, including ones that target Python scripts importing certain libraries or searching for local inference via specific files. The toolkit also includes an 'ai-analysis-evasion' filter that looks for text deliberately targeting AI analysis systems.
The findings are stored in an SQLite corpus with YARA rules organized into three layers: primitive AI artifacts, behavioral context, and confirmed malware families. CAIRN uses semantic clustering to find samples that don't share a single string.