The Iran-affiliated threat actor Cavern Manticore is responsible for a recently discovered cyber espionage campaign that uses the advanced modular command-and-control (C2) framework Cavern (Cav3rn) to target Israeli government agencies and IT service providers. By using compromised SysAid software updates to distribute malware through DLL sideloading, the attackers exploit trusted software supply chain relationships. This enables persistent access, lateral movement, reconnaissance, and data exfiltration. To avoid detection and make reverse engineering more difficult, the framework employs sophisticated anti-analysis techniques. This campaign emphasizes the importance of strengthening supply chain security, monitoring remote management tools, and promptly remediating identified vulnerabilities. It also highlights the growing threat of state-sponsored actors exploiting trusted third-party services.
The Cavern (Cav3rn) framework is modular .NET-based command-and-control (C2) platform designed to support flexible post-exploitation operations through independently loaded DLL modules. The framework separates core communication functions from operational capabilities, enabling operators to dynamically deploy only the components required for a specific objective. Identified modules provide functionality for file system operations, SQL database enumeration and manipulation, Active Directory and LDAP reconnaissance, network and SMB enumeration, port scanning, and SOCKS5/WebSocket tunneling. This modular architecture reduces the malware's footprint while improving operational flexibility and persistence.
A notable characteristic of the framework is its use of multiple .NET compilation targets within the same malware family, including standard .NET Framework assemblies, Mixed-Mode C++/CLI binaries, and .NET Native Ahead-of-Time (AOT) compiled modules. These compilation methods significantly complicate reverse engineering by requiring different analysis techniques and limiting the availability of managed metadata. Additionally, the framework incorporates a unified module dispatcher that distinguishes between native and managed components, loading native DLLs through Windows APIs while executing managed modules within isolated AppDomains. This design enhances modularity, reduces forensic artifacts, and strengthens the framework's resistance to static and dynamic analysis. The technical details of the attack campaign are discussed further below.
Delivery and Infection Chain:
The Cavern framework is delivered through the abuse of trusted relationships in the software supply chain, primarily by compromising SysAid's software update mechanism. Threat actors deploy a trojanized uxtheme.dll via DLL sideloading, allowing the malicious payload to execute in the context of a legitimate application. Once loaded, the malware retrieves additional modules from a remote command-and-control (C2) server over encrypted HTTPS or WebSocket channels, enabling the staged deployment of capabilities while minimizing the initial payload size.
The infection chain was identified as follows:
Technical Capabilities:
The Cavern framework is built around a modular .NET architecture that separates communication functionality from post-exploitation modules. Identified components support file system operations, SQL database enumeration and manipulation, Active Directory reconnaissance, LDAP and SMB enumeration, network scanning, SOCKS5 proxying, and WebSocket tunneling. A distinguishing feature is its use of multiple .NET compilation formats, including .NET Framework, Mixed-Mode C++/CLI, and .NET Native Ahead-of-Time (AOT), which complicate reverse engineering and malware analysis. Additionally, the framework employs AppDomain isolation for managed modules and native Windows API loading for native components, enhancing operational flexibility and reducing forensic visibility.
Attribution and Evolution:
Check Point Research has attributed the campaign to Cavern Manticore, an Iran-linked threat cluster assessed to operate on behalf of Iran's Ministry of Intelligence and Security (MOIS). Researchers identified tactical overlaps with the Iranian groups MuddyWater and Lyceum, suggesting shared development practices or operational coordination. The emergence of the Cavern framework demonstrates an evolution toward more sophisticated, modular malware designed to support long-term espionage operations through adaptable post-exploitation capabilities and advanced anti-analysis techniques.
Active Campaign and Geographic Spread:
Observed activity has primarily targeted Israeli government organizations and IT service providers, with attackers leveraging trusted service-provider relationships to reach downstream victims. The broader campaign has been observed across the Middle East, with reconnaissance, credential harvesting, and data exfiltration activities targeting aviation, energy, and public sector organizations in Israel, Egypt, and the United Arab Emirates. The operators have also exploited multiple internet-facing vulnerabilities and abused Remote Monitoring and Management (RMM) solutions to facilitate lateral movement between compromised environments.
Conclusion:
The Cavern framework represents a significant advancement in Iran-linked cyber espionage capabilities, combining a highly modular design with advanced anti-analysis mechanisms and supply chain compromise tactics. Its ability to dynamically load mission-specific modules, evade traditional analysis, and exploit trusted administrative infrastructure enables threat actors to conduct covert, long-term operations against high-value targets. Organizations should prioritize patch management, strengthen supply chain security, monitor privileged remote access solutions, and develop robust detection capabilities to identify modular malware activity.
Successful compromise enables attackers to establish persistent access, conduct extensive reconnaissance, enumerate Active Directory environments, interact with SQL databases, move laterally across networks, and exfiltrate sensitive information. The abuse of trusted software updates and managed service provider infrastructure increases the likelihood of widespread downstream compromise while reducing the effectiveness of traditional security controls. For targeted organizations, the campaign poses significant risks to the confidentiality of sensitive data, operational continuity, and overall supply chain security, particularly within government and critical infrastructure sectors.
https://research.checkpoint.com/2026/cavern-manticore-exposing-iran-linked-modular-c2-framework/