The hacktivist group Head Mare is conducting an active supply chain attack campaign targeting unpatched TrueConf video conferencing servers, which are widely used by enterprise and government entities in Russia. According to research from Kaspersky, the attackers exploit a chain of two vulnerabilities to gain initial access, escape the application's sandbox, and elevate privileges to NT AUTHORITY\SYSTEM. Once they have control, they deploy a web shell and replace the legitimate TrueConf Client installer on the server with a malicious version. This trojanized installer contains the PhantomCore backdoor. When unsuspecting users connect to the compromised server and download the client, they inadvertently infect their own machines. The attackers also deploy a second backdoor, PhantomGraph, which uses a Microsoft OneDrive account for command and control (C2). TrueConf released patches in June, and organizations are urged to update immediately.
This is a sophisticated supply chain attack that turns a trusted internal server into a malware distribution point. The attack targets Russian organizations in critical sectors like electronics, transportation, and energy.
4307, which is open by default without authentication.KLCERT-26-057 and KLCERT-26-058.KLCERT-26-057) allows for malicious script execution within the TrueConf isolated environment.KLCERT-26-058) allows the attackers to escape the sandbox and execute commands on the underlying Windows OS.NT AUTHORITY\SYSTEM and deploy a web shell for persistent remote access.TrueConfClient.exe installer with a trojanized version.LSASS, and can create reverse SSH tunnels.The attack leverages unpatched on-premise infrastructure to launch a supply chain attack against the users of that infrastructure. The use of two distinct backdoors suggests a multi-faceted approach to maintaining access and exfiltrating data.
LSASS credentials and create SSH tunnels indicates a focus on lateral movement and long-term access.T1190 - Exploit Public-Facing Application: The initial attack vector is exploiting vulnerabilities in the internet-facing TrueConf server.T1610 - Deploy Container: The attackers abuse the isolated environment (conceptually similar to a container) before escaping it.T1068 - Exploitation for Privilege Escalation: Used to gain SYSTEM level privileges after the sandbox escape.T1505.003 - Web Shell: A web shell is installed for persistent access to the compromised server.T1195.002 - Compromise Software Supply Chain: The core of the attack is compromising the software (the client installer) distributed by the server.T1003.001 - LSASS Memory: The PhantomGraph backdoor is capable of dumping credentials from the LSASS process.T1102.002 - Bidirectional Communication: Using Microsoft OneDrive for C2 is a form of legitimate web service abuse.T1090.002 - External Proxy: The reverse SSH tunnel functionality creates a proxy into the compromised network.The impact of this campaign is severe for affected organizations:
LSASS dumping and reverse SSH tunnels, attackers can steal credentials, move laterally, and exfiltrate large amounts of sensitive data.No specific file hashes or IP addresses were provided in the source articles.
Security teams can hunt for signs of this activity:
TrueConfClient.exeTrueConfClient.exe file on the server. Any change to its hash is a major red flag.onedrive.live.com from serversw3wp.exew3wp.exe process (or equivalent web server process for TrueConf) for suspicious child processes, which could indicate web shell execution.ssh -Rssh -R) indicates an attempt to create a persistent backdoor into the network.System File Analysis (D3-SFA).LSASS memory dumping.Software Update (D3-SU).Outbound Traffic Filtering (D3-OTF).LSASS process from credential dumping attempts.The most critical mitigation is to immediately apply the patches released by TrueConf to all vulnerable servers.
Implement strict egress filtering to prevent the server from connecting to unauthorized C2 channels like Microsoft OneDrive.
Use File Integrity Monitoring to audit the client installer files on the server and alert on any unauthorized changes.
Enable features like Windows Credential Guard on endpoints to protect the LSASS process and prevent credential dumping.
The primary and most urgent countermeasure against the Head Mare campaign is Software Update (D3-SU). Organizations using TrueConf must immediately identify all instances of the server software in their environment and verify their version numbers. Any server running a version prior to 5.3.9, 5.4.9, or 5.5.5 is vulnerable and must be patched immediately. Given that the vulnerabilities are the entry point for the entire attack chain, patching effectively closes the door. A robust patch management program that can quickly identify and remediate vulnerabilities in public-facing applications is non-negotiable. This incident underscores the danger of 'patch debt' on internet-exposed infrastructure.
To detect the core of this supply chain attack, organizations should implement System File Analysis (D3-SFA) via File Integrity Monitoring (FIM) on their TrueConf servers. A FIM agent should be configured to monitor the specific directory containing the TrueConfClient.exe installer. The agent should calculate and store a known-good hash of this file after the server is confirmed to be clean and patched. The FIM policy must be configured to generate a critical, high-priority alert if the hash of TrueConfClient.exe ever changes. This provides a direct and high-fidelity detection of the attacker's primary objective: replacing the legitimate client with a trojanized one. This turns the attacker's own actions into a detection tripwire.
To disrupt the PhantomGraph backdoor's C2 communication, strict Outbound Traffic Filtering (D3-OTF) should be applied to the TrueConf server. A server dedicated to video conferencing has no legitimate reason to communicate with consumer cloud storage services. A firewall or proxy rule should be created to block all outbound connections from the TrueConf server's IP address to known domains for services like Microsoft OneDrive (onedrive.live.com), Dropbox, Google Drive, etc. This control would prevent the PhantomGraph backdoor from establishing its C2 channel, effectively neutralizing it. Furthermore, logging blocked attempts would provide a clear signal to the security team that the server is compromised and requires investigation. This containment strategy is effective against a wide range of malware that abuses legitimate web services for C2.
TrueConf releases patches for the exploited vulnerabilities in versions 5.3.9, 5.4.9, and 5.5.5.
Kaspersky first discovers the attacks targeting Russian organizations.

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.
CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.
Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.
Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.