MLTBackdoor (Backdoor.Mistic): KongTuke-Linked Windows Backdoor Delivered via ClickFix and mpextms.exe DLL Sideloading
MLTBackdoor (Backdoor.Mistic) (TL-2026-2163), also tracked as Backdoor.Mistic, is a high-severity malware campaign, first published 2026-08-27. It is attributed to KongTuke with medium confidence, affects Microsoft Microsoft Defender component mpextms.exe, maps to 15 MITRE ATT&CK techniques (T1010, T1027, T1036), and is covered by 9 detection rules and 20 indicators of compromise.
Key facts for TL-2026-2163
- Threat ID
- TL-2026-2163
- Also known as
- Backdoor.Mistic
- Severity
- HIGH
- Status
- ACTIVE
- Category
- MALWARE
- First published
- 2026-08-27
- Last reviewed
- 2026-08-27
- Attribution
- KongTuke
- Attribution confidence
- MEDIUM
- Motivation
- FINANCIAL
- Target sectors
- insurance, education, it services, professional services
- Target regions
- Global
- Detection rules
- 9
- Indicators of compromise
- 20
Malware and tooling in MLTBackdoor (Backdoor.Mistic)
Malware and tooling: 8base, AgendaCrypt, Backdoor.Mistic, Black Basta - S1070, KongTuke, ModeloRAT, interlock, rhysida, Cobalt Strike, Custom MLT protocol (ECDH P-256 + AES-256-GCM over TLS)
Zscaler ThreatLabz and Symantec/Broadcom independently documented MLTBackdoor (aka Backdoor.Mistic), a custom Windows backdoor delivered through ClickFix-style copy-paste lures on automotive-themed pages and sideloaded via the legitimate Microsoft Defender binary mpextms.exe. The malware uses heavy anti-analysis obfuscation, a custom ECDH/AES-GCM encrypted C2 protocol over TLS, a date-based domain generation algorithm, and a Cobalt Strike-compatible Beacon Object File loader. Both vendors assess it is operated by the financially motivated initial access broker KongTuke (aka Woodgnat), which resells footholds to ransomware affiliates including Qilin, Akira, Rhysida, Black Basta, Interlock, and 8Base.
How MLTBackdoor (Backdoor.Mistic) works
MLTBackdoor was first identified by Zscaler ThreatLabz in May 2026 and publicly detailed on June 9, 2026 in "Technical Analysis of MLTBackdoor." Infection begins with a ClickFix lure on an automotive-themed webpage that instructs victims to copy and paste a command into a Run/terminal prompt: a headless conhost.exe invokes cmd /c to create a working folder, curl-download a TAR archive from a DGA-generated domain, extract it, and execute `rundll32 endpointdlp.dll,#2`. The archive contains `endpointdlp.dll` and an RC4-encrypted `data.bin`; the DLL decrypts `data.bin` (4-byte size + 32-byte key header) to reveal the MLTBackdoor payload. Persistence and re-infection are achieved by sideloading `endpointdlp.dll` through the legitimate Microsoft Defender component `mpextms.exe`, including for the malware's self-update mechanism.
The backdoor is heavily obfuscated: Mixed Boolean-Arithmetic (MBA) rewrites simple arithmetic into large chains of equivalent noise operations (Zscaler estimates ~95% of code is such filler), control-flow flattening replaces branching logic with a single dispatcher `while(1){switch(state)}` loop with XOR'd state values, and strings are built byte-by-byte on the stack at runtime. Win32 APIs and system calls are resolved via DJB2 hashing, and 31 Nt* functions are called indirectly (Hell's Gate) to defeat usermode API hooking. On startup the malware runs a 10-flag anti-analysis bitmask check covering hypervisor/sandbox-driver detection, RDTSC timing checks, `NtQueryInformationProcess`-based debugger detection, SHA256 comparison against 30+ known analysis-tool binaries, analysis-tool window-title enumeration, and low RAM/CPU-count/uptime sandbox heuristics; results are reported to the C2 in the initial handshake.
Command-and-control runs over TLS on port 443 to path `/api/v1/telemetry`, spoofing the User-Agent `Microsoft-Delivery-Optimization/10.1`. Session keys are derived from an ECDH (NIST P-256) key exchange — `SHA256(ECDH_secret || client_pubkey || server_pubkey)` seeds an AES-256-GCM channel — wrapped in a custom packet format (magic `0x014D4C54`/"MLT", session ID, message type, nonce, GCM tag). Supported message types include check-in, sleep, exit, file download/upload/listing/delete/rename/mkdir, and loading of Beacon Object Files (MS-COFF, Cobalt Strike BOF-API compatible, with indirect-syscall Beacon wrappers), letting operators extend capability in-memory without dropping new binaries. A deterministic, date-based DGA generates one fallback domain per day (e.g. `rs2y15sungu.com` on April 29, 2026, which doubled as both a payload-distribution and C2 domain) so the operator retains control if hardcoded C2 (`carrolc.com`, `cwrtwright.com`, `thomphon.com`) is taken down.
Symantec/Broadcom's Threat Hunter Team (June 24, 2026) and The Hacker News (June 25, 2026) independently tied the same tooling — tracked by Symantec as Backdoor.Mistic — to the financially motivated initial access broker KongTuke (aka Woodgnat, active since roughly May 2024), noting it is deployed alongside ModeloRAT, a WinPython-packaged Python RAT also attributed to the group, and that KongTuke's ClickFix/FileFix/CrashFix lure infrastructure has been used against insurance, education, IT-services, and professional-services organizations with no specific geographic restriction. KongTuke is described as establishing durable remote access footholds for resale to ransomware affiliates rather than deploying ransomware itself, with publicly reported downstream links to Qilin, Interlock, Rhysida, Akira, 8Base, and Black Basta operations. No CVE applies — this is a post-exploitation/access tool delivered via social engineering and abuse of a legitimate signed binary, not a software vulnerability.
MITRE ATT&CK techniques used in TL-2026-2163
Discovery
T1010 Application Window Discovery; T1082 System Information Discovery; T1518 Software Discovery
Defense Evasion
T1027 Obfuscated Files or Information; T1036 Masquerading; T1497 Virtualization/Sandbox Evasion; T1574 Hijack Execution Flow; T1620 Reflective Code Loading; T1622 Debugger Evasion
Execution
T1059 Command and Scripting Interpreter
Command and Control
T1071 Application Layer Protocol; T1568 Dynamic Resolution; T1573 Encrypted Channel
execution
stealth
Affected products and versions in MLTBackdoor (Backdoor.Mistic)
- Microsoft — Microsoft Defender component mpextms.exe
Vulnerable versions: Any Windows host with Microsoft Defender installed
Remediation for MLTBackdoor (Backdoor.Mistic)
Immediate actions
- Block the known MLTBackdoor C2 domains (carrolc.com, cwrtwright.com, thomphon.com) and the DGA distribution domain rs2y15sungu.com at DNS/web proxy
- Alert on rundll32.exe invoked against a DLL in a user-writable Temp path with an ordinal export argument (e.g. rundll32 <file>.dll,#2)
- Hunt for mpextms.exe loading a DLL from a path outside its expected Microsoft Defender installation directory
Workarounds
- Train users to never copy and paste attacker-supplied commands into the Run dialog, PowerShell, or a terminal in response to a webpage 'fix' or CAPTCHA prompt
Longer-term hardening
- Deploy EDR with in-memory/reflective-loading detection to catch Cobalt Strike-compatible Beacon Object File execution
- Monitor and restrict Windows Run-dialog / clipboard-to-terminal execution to reduce ClickFix-style user-execution risk
- Baseline outbound TLS to unfamiliar or DGA-pattern domains presenting the User-Agent 'Microsoft-Delivery-Optimization/10.1'
Timeline of MLTBackdoor (Backdoor.Mistic)
- KongTuke (aka Woodgnat) initial access broker activity reported as active from approximately May 2024.
- DGA-generated domain rs2y15sungu.com used simultaneously for MLTBackdoor payload distribution and C2.
- MLTBackdoor first identified and tracked by Zscaler ThreatLabz.
- Zscaler ThreatLabz publishes "Technical Analysis of MLTBackdoor," detailing the ClickFix chain, DLL sideloading, C2 protocol, and DGA.
- Symantec/Broadcom Threat Hunter Team publishes analysis tracking the same malware as Backdoor.Mistic and attributing it to KongTuke alongside ModeloRAT.
- The Hacker News reports on the Mistic backdoor's link to KongTuke and its use in ClickFix and ModeloRAT campaigns.
Sources cited for MLTBackdoor (Backdoor.Mistic)
- Technical Analysis of MLTBackdoor
- New Mistic Backdoor Linked to KongTuke in ClickFix and ModeloRAT Campaigns
- Backdoor.Mistic: New Backdoor May be Linked to Ransomware Access Broker
- Hackers Deploy MLTBackdoor Malware via Multi-Stage ClickFix Infection Chain
- Hackers Use ClickFix Chain to Deploy MLTBackdoor Malware
- MLTBackdoor Uses ClickFix Lures and DLL Sideloading to Evade Analysis
- User Execution: Malicious Copy and Paste, Sub-technique T1204.004
More in malware
- Multi-Stage Cobalt Strike Loader Deploys Stageless Beacon via Anti-Sandbox .NET Chain
- Access-Code-Gated Phishing Chain Delivers Vidar Infostealer via DocuSign Impersonation
- ScarfaceStealer: Electron-Delivered Infostealer with Sandbox-Scoring Evasion and Smart-Contract C2
- Gigabud Android Banking Trojan Clones Banking Apps via Hidden Work Profile (Vwork/GoldFactory)
- LegionLoader Malware Distributed via Fake Cloudflare CAPTCHA Using the ClickFix Technique
Detection coverage for TL-2026-2163
As of 2026-08-27, Threadlinqs Intelligence publishes 9 detection rule(s) for TL-2026-2163 across Splunk SPL, Microsoft KQL and Sigma, covering 20 indicator(s) of compromise. The whole corpus is readable without an account; a free account unlocks full detection query text in Splunk SPL, Microsoft KQL and Sigma; paid tiers add raw indicator values, correlation and the MCP server. Threadlinqs MCP server · View plans.