TrueConf Installers Trojanized with Backdoors

Hackers Trojanize TrueConf Installers with PhantomCore Backdoor

CRITICAL
August 8, 2026
6m read
CyberattackSupply Chain AttackMalware

Related Entities

Threat Actors

Head Mare

Products & Tech

Microsoft OneDrive

Other

PhantomCorePhantomGraph

Full Report

Executive Summary

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.


Threat Overview

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.

Attack Chain

  1. Initial Access: The attackers connect to the TrueConf server on TCP port 4307, which is open by default without authentication.
  2. Vulnerability Exploitation: They exploit two vulnerabilities, tracked by Kaspersky as KLCERT-26-057 and KLCERT-26-058.
    • The first (KLCERT-26-057) allows for malicious script execution within the TrueConf isolated environment.
    • The second (KLCERT-26-058) allows the attackers to escape the sandbox and execute commands on the underlying Windows OS.
  3. Privilege Escalation & Persistence: The attackers escalate privileges to NT AUTHORITY\SYSTEM and deploy a web shell for persistent remote access.
  4. Weaponization of Server: Using the web shell, they access the TrueConf database and replace the legitimate TrueConfClient.exe installer with a trojanized version.
  5. Malware Delivery: When legitimate users or external partners connect to the compromised server, they are prompted to download the infected client, which installs the PhantomCore backdoor on their system.
  6. Secondary Payload: The attackers also deploy PhantomGraph, another backdoor that uses Microsoft OneDrive for C2, dumps credentials from LSASS, and can create reverse SSH tunnels.

Technical Analysis

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.

  • PhantomCore: The primary backdoor delivered via the trojanized installer. Its specific capabilities were not detailed but it provides the initial foothold on client machines.
  • PhantomGraph: A more advanced backdoor consisting of two DLLs. Its use of a legitimate public service (Microsoft OneDrive) for C2 is a common technique to evade network-based detection. Its ability to dump LSASS credentials and create SSH tunnels indicates a focus on lateral movement and long-term access.

MITRE ATT&CK Mapping


Impact Assessment

The impact of this campaign is severe for affected organizations:

  • Compromise of Internal Network: The server compromise gives attackers a strong foothold inside the corporate network.
  • Widespread Client Infection: Every user who downloads the client from the compromised server becomes infected, spreading the compromise across workstations.
  • Third-Party Risk: Counterparties and partners who join meetings hosted on the compromised server are also prompted to download the infected client, extending the breach to other organizations.
  • Data Theft: With LSASS dumping and reverse SSH tunnels, attackers can steal credentials, move laterally, and exfiltrate large amounts of sensitive data.

IOCs — Directly from Articles

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


Cyber Observables — Hunting Hints

Security teams can hunt for signs of this activity:

Type
port
Value
4307
Description
Monitor for unexpected or anomalous connection attempts to TCP port 4307 on TrueConf servers from external IPs.
Context
Firewall logs, Netflow
Confidence
high
Type
file_name
Value
TrueConfClient.exe
Description
Monitor the integrity of the TrueConfClient.exe file on the server. Any change to its hash is a major red flag.
Context
File Integrity Monitoring (FIM)
Confidence
high
Type
network_traffic_pattern
Value
Network traffic to onedrive.live.com from servers
Description
Server processes, especially from a video conferencing server, should not be communicating with consumer cloud storage like OneDrive.
Context
Egress firewall logs, DNS query logs
Confidence
high
Type
process_name
Value
w3wp.exe
Description
Monitor the w3wp.exe process (or equivalent web server process for TrueConf) for suspicious child processes, which could indicate web shell execution.
Context
EDR, Windows Event ID 4688
Confidence
medium
Type
command_line_pattern
Value
ssh -R
Description
The presence of reverse SSH tunnel commands (ssh -R) indicates an attempt to create a persistent backdoor into the network.
Context
EDR, Command line logging
Confidence
high

Detection & Response

Detection

  1. Patch Level Verification: The most straightforward detection method is to verify that all TrueConf servers are running a patched version (5.3.9, 5.4.9, 5.5.5 or later).
  2. File Integrity Monitoring (FIM): Deploy FIM on the TrueConf server to monitor for any changes to the client installer files. This is a key D3FEND technique: System File Analysis (D3-SFA).
  3. Egress Traffic Analysis: Analyze network logs for any connections from the TrueConf server to suspicious destinations, especially consumer cloud services like OneDrive.
  4. Endpoint Analysis: On client machines, EDR tools may detect the malicious behavior of the PhantomCore or PhantomGraph backdoors, such as LSASS memory dumping.

Response

  1. Isolate and Patch: Immediately isolate any unpatched TrueConf server from the network and apply the security updates.
  2. Rebuild from Trusted Source: A compromised server should be completely rebuilt from a trusted source. Do not simply patch it.
  3. Incident Response on Endpoints: Any endpoint that downloaded the client from a compromised server must be treated as fully compromised, isolated, and subjected to a full incident response process.
  4. Credential Reset: Assume all credentials on compromised servers and endpoints are stolen. A full enterprise-wide password reset may be necessary.

Mitigation

  1. Patch Immediately: The primary mitigation is to update all TrueConf servers to a patched version (5.3.9, 5.4.9, 5.5.5, or later). This is a critical application of Software Update (D3-SU).
  2. Network Segmentation: Do not expose the TrueConf server directly to the internet. Place it in a DMZ and use a reverse proxy or application delivery controller to filter traffic to it.
  3. Egress Filtering: Implement strict egress filtering on the server to prevent it from making outbound connections to unauthorized locations like OneDrive. This aligns with Outbound Traffic Filtering (D3-OTF).
  4. Credential Guard: On client endpoints, enable Windows Credential Guard to protect the LSASS process from credential dumping attempts.

Timeline of Events

1
June 18, 2026
TrueConf releases patches for the exploited vulnerabilities in versions 5.3.9, 5.4.9, and 5.5.5.
2
July 1, 2026
Kaspersky first discovers the attacks targeting Russian organizations.
3
August 8, 2026
This article was published

MITRE ATT&CK Mitigations

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.

Audit

M1047enterprise

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.

D3FEND Defensive Countermeasures

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.

Timeline of Events

1
June 18, 2026

TrueConf releases patches for the exploited vulnerabilities in versions 5.3.9, 5.4.9, and 5.5.5.

2
July 1, 2026

Kaspersky first discovers the attacks targeting Russian organizations.

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

TrueConfHead MarePhantomCorePhantomGraphSupply Chain AttackBackdoorKasperskyRussia

📢 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.