Skip to main content
Meet us at Black Hat USA 2026— Las Vegas, August 1–6Book a Meeting
Mallory
MalwareUsed by 4 actors

CrowDoor

Crowdoor is a Windows backdoor/loader family and a variant of SparrowDoor. It has been observed in China-nexus intrusion activity and is associated in the provided reporting with Tropic Trooper, FamousSparrow-linked activity, Earth Estries, UAT-9244, UAT-8302 delivery chains, and reporting that also describes its use by Salt Typhoon. Crowdoor has been delivered through DLL search-order hijacking and side-loading chains, including malicious datast.dll, datastate.dll, VERSION.dll, and BugSplatRc64.dll loaders executed by legitimate binaries such as inst.exe and wsprint.exe; Draculoader is also described as delivering Crowdoor. In one reported chain, a compromised Umbraco CMS server with a .NET China Chopper web shell was used to deploy post-exploitation tooling and loaders that decrypted and executed Crowdoor in memory.

Reported persistence mechanisms include creation of a Windows service such as WinStore, Registry Run key persistence at HKCU\Software\Microsoft\Windows\CurrentVersion\Run\WinStore, and more generally Registry Run keys or services. Crowdoor can restart itself by injecting into legitimate processes; the content specifically mentions injection into colorcpl.exe in one campaign and msiexec.exe in newer variants, including remote-memory write and remote-thread creation. The malware performs different actions depending on command-line arguments: with no argument or argument 0 it sets persistence and restarts, with argument 1 it restarts by injecting into msiexec.exe, and with argument 2 it invokes the main backdoor function.

Capabilities directly described in the content include initial C2 connection and communication with a C&C server, remote shell, system information collection (including computer name, username, OS version, and host/IP information), file operations such as open/read, open/write, drive enumeration, file search, directory creation, rename, and delete, and self-removal including deleting malware files, removing persistence, and exiting. One newer variant is described as dropping Cobalt Strike and maintaining persistence. The content also lists Crowdoor-related package names and components including WinStore.exe with Sqlite3.dll, K7Sysmon.exe with K7Sysmn1.dll/K7Sysmn2.dll/K7Sysmn3.dll, HxTsk.exe with d3d8.dll, and MsMsRng.exe with sqlite3.dll and msimg32.dll; some components are noted as stored encrypted.

Victimology in the provided material includes a Middle Eastern government entity, a government entity in Malaysia, government targets in South America and southeastern Europe via related delivery chains, and telecommunications targets in South America. Notable infrastructure and artifacts mentioned include attempted contact to blog.techmersion[.]com over port 443, service/task names such as WinStore and WSPrint, and loader artifacts including WSPrint.dll and WSPrint.sys. TernDoor is explicitly described as a variant of Crowdoor, itself a variant of SparrowDoor.

Share:
For your environment

Hunt this family in your stack

Mallory pivots from this family to the IOCs, detections, and named campaigns that touch your stack, and pages you when something new lands.

THREAT ACTORS

Groups observed using it

4 distinct threat actors attributed by public researchers. Open in Mallory to see the full evidence chain and overlapping campaigns.

View more details
Salt Typhoon

This attack chain was attempting to load the Crowdoor loader, which is half-named after the SparrowDoor backdoor... The malicious samples are called Crowdoor, which, when run, drop CobaltStrike and maintain persistence.

via securelistsecurelist.com
Tropic Trooper

This attack chain was attempting to load the Crowdoor loader, which is half-named after the SparrowDoor backdoor... The malicious samples are called Crowdoor, which, when run, drop CobaltStrike and maintain persistence.

via securelistsecurelist.com
UAT-9244

A variant of Crowdoor (itself a variant of SparrowDoor), the backdoor is said to have been put to use by UAT-9244 since at least November 2024.

via the hacker newsthehackernews.com
Famous Sparrow

TernDoor is a variant of CrowDoor, a backdoor deployed in recent intrusions linked to China-nexus APTs such as FamousSparrow and Earth Estries. CrowDoor is a variant of SparrowDoor...

via talos intelligence blogblog.talosintelligence.com
MITRE ATT&CK

Techniques & procedures

15 distinct techniques documented for this family, organized by ATT&CK tactic.

Execution

3 techniques
T1047Windows Management InstrumentationEvidence1

"However, in some instances, WMIC may be used in its place to achieve similar results."

T1059.003Windows Command ShellEvidence1

"A set of batch files will then be copied and executed to perform the extraction, installation, and execution of the malware."

T1574.001DLLEvidence1

Additionally, the same approach was used for both: leveraging a legitimate executable file vulnerable to DLL search-order hijacking, which would load a malicious DLL dropped into the same path as the legitimate executable.

Persistence

2 techniques
T1543.003Windows ServiceEvidence2

The Crowdoor payload from this chain stays active by creating a Windows service named WinStore, which is used as the service name, display name and description.

T1547.001Registry Run Keys / Startup FolderEvidence2

If creation of the service fails, the payload uses the registry auto-start extensibility point (ASEP) at HKCU\Software\Microsoft\Windows\CurrentVersion\Run with the value WinStore to persist.

Privilege Escalation

3 techniques
T1055Process InjectionEvidence3

When executed, it injects itself into the colorcpl.exe process with the command-line argument “2”... The main loading functionality was designed to execute a legitimate msiexec.exe process, then inject the next stage by writing into its remote address space and creating a remote thread to execute it.

T1543.003Windows ServiceEvidence2

The Crowdoor payload from this chain stays active by creating a Windows service named WinStore, which is used as the service name, display name and description.

T1547.001Registry Run Keys / Startup FolderEvidence2

If creation of the service fails, the payload uses the registry auto-start extensibility point (ASEP) at HKCU\Software\Microsoft\Windows\CurrentVersion\Run with the value WinStore to persist.

Stealth

4 techniques
T1055Process InjectionEvidence3

When executed, it injects itself into the colorcpl.exe process with the command-line argument “2”... The main loading functionality was designed to execute a legitimate msiexec.exe process, then inject the next stage by writing into its remote address space and creating a remote thread to execute it.

T1140Deobfuscate/Decode Files or InformationEvidence1

This function implements the main functionality for this loader, decrypting the shellcode for the next stage from a memory buffer inside the datastate.dll file using a variant of the RC4 stream cipher.

T1218.011Rundll32Evidence1

In this incident, our telemetry points to the malware export being called using the rundll32 command from the a.bat file.

T1574.001DLLEvidence1

Additionally, the same approach was used for both: leveraging a legitimate executable file vulnerable to DLL search-order hijacking, which would load a malicious DLL dropped into the same path as the legitimate executable.

Discovery

3 techniques
T1018Remote System DiscoveryEvidence1

"In later stages of the attack, the backdoors may be used directly to perform lateral movement."

T1082System Information DiscoveryEvidence1

"Collect ComputerName,Username, OS version and hostnet or IP information"

T1083File and Directory DiscoveryEvidence1

"Search File"

Lateral Movement

1 technique
T1021.002SMB/Windows Admin SharesEvidence1

"Earth Estries uses PSExec to laterally install its backdoors and tools... by copying the CAB files... and a batch file to perform the installation"

Collection

1 technique
T1560Archive Collected DataEvidence1

"archived using the tar command"; "Earth Estries utilizes RAR for collecting information of interest"

Command and Control

2 techniques
T1071Application Layer ProtocolEvidence1

When executed, it injects itself into the colorcpl.exe process with the command-line argument “2” and tries to contact a C2 server that is hardcoded in the payload using its configuration (blog.techmersion[.]com on port 443).

T1105Ingress Tool TransferEvidence2

The attackers then started dropping various samples on this server, notably a dropper that was pushing more compiled variants carrying the same functionality... The attackers tried to drop additional post-exploitation tools to achieve their main objectives.

INDICATORS OF COMPROMISE

IOCs tracked for this family

16 indicators attributed across vendor reports, sandbox runs, and researcher write-ups. Full values are available in Mallory.

View more in app
Network
4 tracked

IPs, domains, and DNS infrastructure linked to this family.

Hashes
12 tracked

File hashes (MD5, SHA-1, SHA-256) from samples and reports.

TypeValueLatest sighting
hash.md5●●●●●●●●●●●●View more in app2 years ago
hash.md5●●●●●●●●●●●●View more in app2 years ago
hash.md5●●●●●●●●●●●●View more in app2 years ago
hash.md5●●●●●●●●●●●●View more in app2 years ago
hash.md5●●●●●●●●●●●●View more in app2 years ago
hash.md5●●●●●●●●●●●●View more in app2 years ago
What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets match these IOCs, which detections are missing, which campaigns to expect next, and what to do in the next 30 minutes.
IOC matching16

Match every observed IP, domain, and hash against your live telemetry.

Threat actor attribution4

Named campaigns wielding this family, with evidence pinned to each claim.

Exploited vulnerabilities

CVEs this family uses for access and lateral movement.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

MITRE ATT&CK mapping15

Every documented technique, ranked by evidence weight.

Researcher chatter

Reddit, Mastodon, and CTI community discussion around this family.