LIVE · cybersecurity feed
Live wire
Malware Hijacks Android Car Head UnitsCritical Flaw in NASA/JPL Open-Source Spacecraft Command Software Allowed Unauthenticated Command ExecutionCVE-2026-73570 · U.S. CISA adds Zimbra Collaboration Suite (ZCS) flaw to its Known Exploited Vulnerabilities catalogCVE-2024-3094 · Connecting the Dots: Securing the Overlooked Corners of the Software Development Lifecycle (SDLC) Supply Chain14 Trojanized npm Packages Drop RedC2 4.0 Linux Backdoor With AI-Assisted C2Hundreds of leaked AWS keys give full control over corporate accountsAndroid Car Malware Spreads Through Built-In Updaters for Ad Fraud, Proxy BotnetMalware injected into popular Rust packages to steal developer credentialsSix Maximum-Severity Flaws Found in Cisco ProductsCritical Isolated-vm Vulnerability Leads to RCE on Host
apthigh

Cavern Manticore: Exposing Iran-Linked Modular C2 Framework

A new modular command-and-control framework, dubbed 'Cavern Manticore,' has been observed in the wild, attributed to an Iran-nexus threat actor targeting Israeli government and IT sectors. The framework utilizes a .NET foundation but employs diverse compilation formats to evade analysis. Attackers gain initial access by exploiting legitimate software deployment features, such as RMM tools, to infiltrate victim environments.

zeroday.news ·

Check Point Research (CPR) has identified a sophisticated modular command-and-control (C2) framework named 'Cavern Manticore,' linked to an Iran-nexus threat actor. This group primarily targets Israeli organizations, with a particular focus on government entities and the IT sector. Cavern Manticore exhibits technical similarities to other Iran-linked groups, including MuddyWater and Lyceum, suggesting a connection to Iran's Ministry of Intelligence and Security (MOIS).

The framework is built upon a .NET foundation but distinguishes itself by compiling its various components into different output formats. These include standard .NET Framework, Mixed-Mode C++/CLI, and .NET Native AOT. This deliberate variation in compilation methods serves as an anti-analysis layer, forcing reverse engineers to employ multiple toolsets and complex metadata reconstruction workflows.

CPR observed both 'Cavern agents' and 'Cavern modules' in use, indicating a modular architecture. This design allows for flexibility, separating core communication capabilities from specialized post-exploitation functions. Attackers can tailor deployments to specific victim environments, limiting the information available to defenders and enabling extended access through specialized modules.

Initial access into victim networks was frequently achieved by exploiting legitimate Remote Monitoring and Management (RMM) software already deployed within the targeted organizations. In one observed instance, the attackers leveraged a software update feature within SysAid to deploy malware, though SysAid itself was not compromised, nor was a vulnerability in its software exploited.

The Cavern Agent, compiled as a Mixed-Mode C++/CLI DLL named 'uxtheme.dll,' exports numerous functions that mimic a legitimate Windows theming library. However, only one function, 'EnableThemeDialogTexture,' serves as the operational entry point, while others are inert stubs designed to mislead automated analysis tools.

Post-exploitation modules offer a wide range of capabilities, including file system and database browsing, LDAP querying, network reconnaissance, and tunneling. Specific modules identified include File Manager, SQL Browser, LDAP Module, Network Module, and Tunnel Module, each compiled in formats optimized for their function and evasion.

The framework's anti-analysis measures are robust. Beyond the varied compilation formats, it employs per-module AppDomain isolation as an anti-forensics technique. Many observed samples exhibit very low detection rates on VirusTotal, underscoring the effectiveness of its evasion strategies.

Analysis of the NativeAOT compiled modules, which presented the most significant challenge, required the development of specialized tools. These tools aid in reconstructing .NET type systems and recovering metadata from stripped binaries, enabling deeper investigation into the framework's operations.

aptc2 frameworkiranespionagemalware analysis
ShareXLinkedInWhatsAppFacebook

More News

view all →
security

Postal Service moves to finalize mail ballot regs before SCOTUS ruling

The rules have already been rejected by multiple state courts, but the Trump administration said it’s preparing in case of a favorable Supreme Court decision. The post Postal Service moves to finalize mail ballot regs before SCOTUS ruling appeared first on CyberScoop.

vulnerability

ToxicPanda 2.0 Gets a Major Upgrade, Expanding Attacks Across 16 Countries

ToxicPanda 2.0 targets 349 financial apps and abuses Android Wireless Debugging to gain deeper device access and steal banking credentials. ToxicPanda used to be a Europe-focused nuisance targeting a manageable list of banks. That version is gone. Zimperium’s zLabs team just documented ToxicPanda 2.0, and the numbers alone tell the story: 349 targeted financial institutions […]

ai

If you're not using AI to attack your own systems, your adversaries will

Agents are also the new attack surface - cue defenders' existential angst

privacy

TikTok Agrees to $400 Million Settlement in U.S. Child Privacy Lawsuit

TikTok has agreed to a $400 million settlement with the U.S. Department of Justice to resolve a lawsuit alleging violations of child privacy laws. The lawsuit, filed in 2024, accused the company of improperly collecting data from users under 13 and failing to comply with parental requests to delete accounts. The settlement includes an immediate payment of $300 million and an additional $100 million contingent on the dissolution of a prior consent decree related to Musical.ly.

malware

Hackers infect Android car head units with proxy botnet malware

A supply-chain attack targeting Android-based car head units is using a legitimate device-update app to spread malware that enlists compromised devices in a proxy botnet or uses them for ad fraud. [...]

security

Named Pipes Under Attack: Securing Windows Interprocess Communication

Windows named pipes provide fast interprocess communication, but weak access controls can expose privileged services to untrusted processes. ThreatLocker explains how endpoint verification, command authorization, strict input validation, and narrowly scoped privileges can help secure named-pipe communication. [...]