Head Mare Group Breaches TrueConf Servers, Deploys Backdoors

TrueConf Installers Trojanized with Backdoors in Supply Chain Attack

HIGH
August 9, 2026
August 10, 2026
4m read
Supply Chain AttackMalwareThreat Actor

Related Entities(initial)

Threat Actors

Organizations

Kaspersky

Other

PhantomCorePhantomGraph

Full Report(when first published)

Executive Summary

In a sophisticated supply chain attack, the hacktivist group Head Mare has been observed breaching unpatched TrueConf video conferencing servers to distribute trojanized software. According to research from Kaspersky, the attackers exploit a chain of two vulnerabilities to gain full system control, then replace legitimate, signed client installers with malicious, unsigned versions. These trojanized installers deploy backdoors known as PhantomCore and PhantomGraph. The attack targets users of the compromised servers, who download the malicious software believing it to be a legitimate update. The campaign primarily affects organizations in Russia, where TrueConf is a popular alternative to Western conferencing platforms, and highlights the significant risk of unpatched on-premise software.

Threat Overview

  • Threat Actor: Head Mare
  • Target: On-premise TrueConf video conferencing servers
  • Attack Vector: Exploitation of unpatched vulnerabilities in the TrueConf server application.
  • Objective: Distribute malware to the users of the compromised organization and its partners, enabling data theft and persistent access.

This is a classic server-side supply chain attack. Instead of compromising the vendor's central build environment, the attackers compromise individual, internet-facing instances of the software. When users of that specific company connect to their own server to download the client, they receive the malicious version. This makes the attack highly targeted and difficult to detect for those outside the compromised organization.

Technical Analysis

The attack proceeds in several distinct stages:

  1. Initial Access: The attackers scan for and identify unpatched TrueConf servers. They connect to the server's default open TCP port 4307.
  2. Privilege Escalation: Head Mare exploits a chain of two vulnerabilities, tracked by Kaspersky as KLCERT-26-057 and KLCERT-26-058. This exploit chain allows them to break out of the application's isolated environment and achieve NT AUTHORITY\SYSTEM privileges on the underlying Windows host. This is a critical step, as it gives them full control of the server. This corresponds to Exploitation for Privilege Escalation (T1068).
  3. Persistence: The attackers deploy a PHP web shell by replacing the legitimate file \public\js\locale.php. This provides them with persistent remote access to the server's file system and allows them to execute commands, a form of Server Software Component: Web Shell (T1505.003).
  4. Defense Evasion & Staging: Using their web shell access, the attackers access the TrueConf database and replace the legitimate, digitally signed client installer with their own malicious, unsigned version containing the PhantomCore backdoor. This is the core of the Supply Chain Compromise (T1195).
  5. Impact: When a user from the compromised organization (or an external partner) downloads the client from the compromised server, they receive the trojanized installer. Executing this installer infects their workstation with the backdoor.

Malware Analysis

  • PhantomCore: The primary backdoor payload. Its specific capabilities were not detailed in the reports, but it likely provides remote access, command execution, and data exfiltration capabilities.
  • PhantomGraph: A secondary backdoor observed in some cases. It uses a Microsoft OneDrive account for command and control (Web Service C2 - T1102). One of its known functions is to perform OS Credential Dumping: LSASS Memory (T1003.001) to steal user credentials.

Impact Assessment

The impact is severe for organizations running compromised TrueConf servers. Every user who downloads the client from that server becomes a potential victim. This can lead to widespread internal network compromise, theft of sensitive corporate data, and credential harvesting. Since TrueConf is often used in government and enterprise environments for secure communications, the data being discussed in these meetings could be of high value. The use of a secondary backdoor that exfiltrates LSASS credentials indicates an intent to move laterally and compromise the broader network.

IOCs — Directly from Articles

No specific IP addresses, domains, or file hashes were provided in the source articles.

Cyber Observables — Hunting Hints

Security teams may want to hunt for the following patterns to identify related activity:

Type
File Path
Value
\public\js\locale.php
Description
Monitor for modifications to this file on TrueConf servers. A change indicates likely web shell deployment.
Type
Port
Value
4307
Description
Monitor for unusual inbound connections to this default TrueConf port from unknown IPs.
Type
Process Name
Value
w3wp.exe or httpd.exe
Description
Monitor the web server process on the TrueConf server for suspicious child processes, such as cmd.exe or powershell.exe.
Type
Network Traffic Pattern
Value
Outbound connections to onedrive.live.com from servers
Description
Outbound traffic from a server to a consumer cloud storage service like OneDrive is highly anomalous and could indicate C2 traffic for PhantomGraph.
Type
Certificate Subject
Value
Unsigned TrueConf client installers
Description
Check the digital signature of all TrueConf client installers. Any unsigned executable should be treated as malicious.

Detection & Response

  • File Integrity Monitoring (FIM): Deploy FIM on TrueConf servers, specifically monitoring critical application files like locale.php. D3FEND's System File Analysis (D3-SFA) is relevant here.
  • Signature Verification: Implement a process to verify the digital signatures of all software before deployment, including updates downloaded from on-premise servers. Alert on any unsigned executables.
  • Network Monitoring: Monitor for outbound connections from the TrueConf server to unexpected destinations, especially consumer cloud services like OneDrive. Use Outbound Traffic Filtering (D3-OTF) to block such connections by default.
  • Endpoint Detection: On client workstations, use an EDR to monitor for processes attempting to dump LSASS memory. This is a key indicator of the PhantomGraph backdoor.

Mitigation

  • Patch Management (M1051): The most critical mitigation is to ensure that TrueConf servers are patched and running the latest versions (5.3.9, 5.4.9, or 5.5.5 and later). This prevents the initial exploit chain.
  • Restrict Access (M1035): Restrict access to the TrueConf server's administrative interfaces and port 4307 to only trusted IP addresses. Do not expose these services directly to the public internet if possible.
  • Application Whitelisting (M1038): On servers, use application control solutions to prevent the execution of unauthorized executables or scripts, such as web shells.
  • Credential Protection: Implement credential protection mechanisms on endpoints, such as Windows Credential Guard, to protect LSASS memory from being dumped.

Timeline of Events

1
July 1, 2026
Kaspersky researchers discover the Head Mare campaign targeting TrueConf servers.
2
August 9, 2026
This article was published

Article Updates

August 10, 2026

New details emerge on Head Mare's TrueConf supply chain attack, including specific affected server versions, patch release date, and targeted sectors.

MITRE ATT&CK Mitigations

Applying the latest security patches from TrueConf is the most effective way to prevent the initial exploitation.

Mapped D3FEND Techniques:

Restrict network access to the TrueConf server's management ports, limiting the attack surface available to external threats.

Mapped D3FEND Techniques:

Enforce policies that only allow the execution of properly signed software, which would prevent the unsigned trojanized client from running.

Mapped D3FEND Techniques:

Use endpoint security solutions to detect and block known malware like PhantomCore and PhantomGraph, and to detect suspicious behaviors like LSASS dumping.

Mapped D3FEND Techniques:

D3FEND Defensive Countermeasures

The root cause of this supply chain attack is the exploitation of unpatched TrueConf servers. The primary and most effective countermeasure is to maintain a rigorous patch management program for all internet-facing infrastructure. Organizations using TrueConf must immediately identify all server instances and upgrade them to a patched version (5.3.9, 5.4.9, or 5.5.5 and later). This action closes the initial access vector used by the Head Mare group, preventing them from gaining SYSTEM-level privileges and planting their web shell. A continuous vulnerability management program should be in place to ensure that patches for critical, internet-facing systems are applied on an emergency basis.

To detect the persistence mechanism used in this attack, organizations should implement File Integrity Monitoring (FIM) on their TrueConf servers. A FIM solution should be configured to specifically monitor the \public\js\locale.php file, as well as other core application directories. The system should generate a high-priority alert whenever this file is modified. Since this file is a static component of the application, any change is highly suspicious and indicative of a web shell being planted. This provides a high-fidelity signal of compromise, allowing incident response teams to intervene before the attackers can replace the client installers.

A key failure point in this attack is the user's workstation executing an unsigned binary. Organizations should enforce policies that verify the digital signatures of all executables. This can be achieved through application control solutions like AppLocker or third-party tools. A strict policy should be configured to block the execution of any unsigned executables, especially those downloaded from the internet or internal servers. In the context of this attack, when a user downloads the trojanized, unsigned TrueConf client, the policy would prevent it from running, thereby stopping the infection at the endpoint. This breaks the attack chain at the final, critical stage.

Timeline of Events

1
July 1, 2026

Kaspersky researchers discover the Head Mare campaign targeting TrueConf servers.

Sources & References(when first published)

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

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.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Editorial Standards & Analyst Review

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.

Tags

Head MareTrueConfSupply Chain AttackPhantomCorePhantomGraphWeb ShellRussia

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

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.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

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 Generator

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.