The DragonForce ransomware group (also tracked as Hackledorb) has deployed a highly sophisticated, custom-built backdoor dubbed Backdoor.Turn that leverages Microsoft Teams infrastructure for command-and-control (C&C) communications. According to researchers from Broadcom’s Symantec and Carbon Black, this is the first known malware to abuse Microsoft's Traversal Using Relays around NAT (TURN) servers in this manner. The Go-based malware tunnels its C&C traffic through legitimate Microsoft servers, effectively camouflaging it as standard Teams activity. This advanced technique, observed in an attack against a U.S. services firm where attackers dwelled for one to two months, highlights the group's significant resource allocation and growing technical maturity, moving beyond off-the-shelf tools to develop highly evasive custom malware.
Active since at least 2023, DragonForce (aka Hackledorb) operates with a cartel-like structure. The group has demonstrated a significant increase in sophistication, employing advanced cyber tradecraft and custom tooling that indicates organizational maturity and a high level of skill. Reporting indicates Hackledorb has pivoted from a conventional ransomware-as-a-service (RaaS) model to a more formalized and organized cartel structure, focusing on high-impact targeted attacks. The operational timeline reveals a pattern of continuous capability development, with the adoption of highly advanced techniques becoming a hallmark of their post-2025 activity. The deployment of Backdoor.Turn, combined with their multi-vector BYOVD evasion, marks them as one of the most capable and persistent ransomware groups operating today.
The attack, which began in December 2025, followed a multi-stage intrusion pattern:
HWAuidoOs2Ec.sys (a Huawei driver also seen in separate malvertising campaigns), wsftprm.sys (CVE-2023-52271), GameDriverX64.sys (CVE-2025-61155), K7RKScan.sys (CVE-2025-1055), and a custom malicious driver named ABYSSWORKER.Backdoor.Turn malware was deployed after the ransomware event, injected into the legitimate DbgView64.exe process. This suggests a strategy to maintain stealthy, long-term access for future attacks or to sell access to other threat actors.The most innovative feature of Backdoor.Turn is its C&C mechanism, which is based on a technique dubbed "Ghost Calls" by security firm Praetorian. This makes malicious traffic exceptionally difficult to detect:
Because all outbound traffic from the infected host is directed to trusted Microsoft IP addresses using standard protocols (TURN/QUIC), it bypasses traditional firewalls and network security tools that rely on IP reputation.
Backdoor.Turn is a full-featured remote access trojan (RAT) with capabilities including:
This novel technique has serious implications for network defenders:
Defenders can hunt for this activity using the following behavioral and network-based indicators:
HWAuidoOs2Ec.syswsftprm.sysGameDriverX64.sysK7RKScan.sysABYSSWORKERDbgView64.exe, especially if the process then initiates outbound network connections.DbgView64.exe, and the loading of known vulnerable drivers.HWAuidoOs2Ec.sys, wsftprm.sys, and others.New details on privilege escalation via Huawei driver vulnerability and extended 1-2 month dwell time for DragonForce's Backdoor.Turn.
Updated the report with new context on the HWAuidoOs2Ec.sys driver's use in other campaigns, corrected an erroneously associated CVE, and reformatted key sections for clarity.
Patching vulnerabilities in public-facing applications like SQL/MSSQL servers is critical to preventing the initial access vector used in this attack.
Implement strict egress filtering policies for servers. If a server has no business reason to make Teams calls, block outbound TURN/QUIC traffic to prevent this C2 channel.
Use EDR or similar tools to create behavioral rules that detect and block techniques like BYOVD, termination of security processes, and DLL sideloading.
Use application control solutions (e.g., AppLocker) to prevent the execution of unauthorized or unsigned binaries, which would stop custom malware like Backdoor.Turn from running.
To counter 'Backdoor.Turn', which abuses Microsoft Teams' TURN servers, defenders must employ sophisticated Network Traffic Analysis that goes beyond simple IP/domain blocklists. Since the destination IPs are legitimate Microsoft servers, analysis must focus on the source and context of the traffic. Security teams should establish a baseline of normal network behavior and create alerts for anomalies. Specifically, any server within a data center initiating traffic on TURN ports (UDP 3478-3481) or QUIC (UDP 443) to Microsoft's network should be treated as a high-priority alert, as servers typically do not make VoIP calls. This requires network sensors or EDR agents capable of identifying the protocol and source process of network connections. Correlating this anomalous network traffic with the execution of an unsigned Go binary on the source server would provide a high-confidence indicator of a 'Backdoor.Turn' infection.
The DragonForce attack involved multiple custom components, including the Go-based 'Backdoor.Turn' and a BYOVD component. Executable Allowlisting is a powerful mitigation against such threats. On critical servers, administrators should implement a strict application control policy that denies the execution of any binary by default. Only a pre-approved list of executables and drivers required for business operations should be allowed to run. This would prevent the custom backdoor from executing, as its hash would not be on the allowlist. It would also block the BYOVD attack by preventing the vulnerable driver from being loaded. While implementing a full allowlist can be challenging, it is highly effective for single-purpose servers, like the SQL server likely compromised in this attack, and provides a strong defense against novel malware.
Praetorian documents the "Ghost Calls" C2 technique, which forms the basis for Backdoor.Turn's communication method.
DragonForce operators gain initial access to the victim's network, likely via a compromised SQL server.
Symantec, Carbon Black, and The Hacker News publish findings on the 'Backdoor.Turn' malware, its abuse of Microsoft Teams, and the specific drivers used in its BYOVD attacks.

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.
Help others stay informed about cybersecurity threats
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.