Crimeware-as-a-Service: Inside the Malware Crypting Services Market and Its Threat Actors
Crimeware-as-a-Service (TL-2026-2008), also tracked as Malware Crypting Services Market, is a high-severity malware campaign, first published 2026-08-13. It is attributed to ImComplexed with medium confidence, affects Microsoft Windows, maps to 19 MITRE ATT&CK techniques (T1005, T1027.002, T1055.004), and is covered by 9 detection rules and 28 indicators of compromise.
Key facts for TL-2026-2008
- Threat ID
- TL-2026-2008
- Also known as
- Malware Crypting Services Market
- Severity
- HIGH
- Status
- ACTIVE
- Category
- MALWARE
- First published
- 2026-08-13
- Last reviewed
- 2026-08-13
- Attribution
- ImComplexed
- Attribution confidence
- MEDIUM
- Motivation
- FINANCIAL
- Target sectors
- accounting, professional services, financial services
- Target regions
- North America, Global
- Detection rules
- 9
- Indicators of compromise
- 28
Malware and tooling in Crimeware-as-a-Service
Malware and tooling: Agent Tesla, Crypter, GhostCrypt, HijackLoader, PureRAT, Remcos, Rhadamanthys, ASMCrypt, VIP Crypt
Recorded Future's Insikt Group profiled 24 active malware crypting/FUD-loader services (VIP Crypt, ASMCrypt, GoldenCrypt, HijackLoader/IDAT Loader, TOP RAT/SnappyClient) operating on underground forums, dark-web platforms, and Telegram, which bundle AES-256/ChaCha20 encryption, in-memory decryption, polymorphic builds, process injection, and AMSI/ETW/EDR-bypass tradecraft to deploy Remcos RAT, Rhadamanthys, Netwire RAT, Agent Tesla, and PureRAT undetected. A May 2025 Ghost Crypt/PureRAT intrusion against a US accounting firm, documented by eSentire, illustrates the real-world impact of this commercial crypting supply chain.
How Crimeware-as-a-Service works
Insikt Group's report maps a professionalized "crimeware-as-a-service" ecosystem of 24 confirmed crypting/loader providers active within the past year, supplying commodity and professional threat actors with defense-evasion capability as a subscription or one-time-purchase service ($29-$20,000+ depending on tier). Named providers include mrlapis (VIP Crypt, active since 2011, ~$83,000 in documented proceeds; contactable via Telegram @mrlapis_real, Tox, and Jabber; infrastructure includes an Air VPN exit IP in Latvia and two FTPS servers), ImComplexed (active since July 2020, ~$166,878 in proceeds, Hyper-V Manager-themed masquerading loader), and o1oo1/Araks (ASMCrypt and TOP RAT/SnappyClient, ~$3.6 million in proceeds over five years).
The services converge on a common technical playbook: AES-256 or modified-ChaCha20 payload encryption, GZIP compression and string/junk-code obfuscation for polymorphism, staged in-memory decryption and manual PE mapping, and process-injection primitives (DLL injection, process hollowing, APC injection, process doppelganging, CLR/.NET reflective loading) combined with AMSI bypass, ETW patching, direct-syscall unhooking, and explicit bypass claims against Microsoft Defender, SmartScreen, CrowdStrike Falcon, and SentinelOne.
A concrete case study ties this market to real intrusions: in May 2025 an attacker impersonating a prospective client used a phishing PDF linking to a Zoho WorkDrive-hosted ZIP archive to deliver a double-extension executable (.pdf.exe) against a US certified public accounting firm. The payload abused the legitimate Haihaisoft hpreader.exe binary to side-load a malicious DLL (oledlg.dll, deployed as CriticalUpdater0549303.dll), which used the newly advertised "Ghost Crypt" crypter's "Process Hypnosis" technique — DEBUG_ONLY_THIS_PROCESS process creation, VirtualAllocEx/WriteProcessMemory injection, ZwManageHotpatch patching to bypass Windows 11 24H2+ protections, and SetThreadContext-based execution redirection — to inject the PureRAT trojan into csc.exe. PureRAT then persisted via a Registry Run key, enumerated cryptocurrency-wallet browser extensions and desktop wallets (Ledger Live, Exodus, Atomic Wallet), and communicated over an X.509-certificate-encrypted C2 channel. Separately, HijackLoader (aka IDAT Loader, aka GhostPulse) — a builder used by several of the profiled crypting services — has independently been documented by CrowdStrike using Heaven's Gate hook bypass, interactive/pipe-triggered process hollowing, and transacted-section process doppelganging to deploy follow-on tooling such as Cobalt Strike beacons.
MITRE ATT&CK techniques used in TL-2026-2008
Collection
Defense Evasion
T1027.002 Software Packing; T1055.013 Process Doppelgänging; T1140 Deobfuscate/Decode Files or Information; T1620 Reflective Code Loading
Privilege Escalation
T1055.004 Asynchronous Procedure Call; T1055.012 Process Hollowing
Execution
T1106 Native API; T1204.002 Malicious File
Discovery
Persistence
T1546.003 Windows Management Instrumentation Event Subscription; T1547.001 Registry Run Keys / Startup Folder
Initial Access
Command and Control
T1573.002 Asymmetric Cryptography
stealth
Resource Development
T1587.001 Malware; T1608.001 Upload Malware
Impact
defense-impairment
Affected products and versions in Crimeware-as-a-Service
- Microsoft — Windows
Vulnerable versions: Windows 10; Windows 11; Windows 11 24H2+ - Microsoft — Microsoft Defender / SmartScreen
Vulnerable versions: targeted by crypting-service AV/EDR bypass claims - CrowdStrike — Falcon EDR
Vulnerable versions: targeted by crypting-service evasion claims - SentinelOne — Singularity EDR
Vulnerable versions: targeted by crypting-service evasion claims
Remediation for Crimeware-as-a-Service
Immediate actions
- Block the documented mrlapis and PureRAT network indicators (46.183.217.105, 91.92.242.14:9090, 5.61.36.246:9090, 196.251.88.111:56002, 176.65.144.123:56002, fax-greenry.myhome-server.de) at perimeter/DNS/proxy
- Hunt for the disclosed PureRAT/Ghost Crypt file hashes and filenames (CriticalUpdater0549303.dll, oledlg.dll, streaming_client.exe) across EDR telemetry
- Alert on rundll32.exe invoked with a DLL path under a user's Documents folder and an explicit EntryPoint export
Workarounds
- Train staff handling new-client inquiries and document requests (accounting, legal, finance) to treat unsolicited PDF links to cloud-storage folders with urgency/pressure tactics as a phishing indicator
- Restrict WMI event subscription creation and Office COM add-in / PowerShell-profile modification to privileged accounts to reduce available persistence primitives
Longer-term hardening
- Deploy EDR/behavioral detection tuned for process hollowing, APC injection, process doppelganging, and transacted-section abuse rather than static signatures, since crypting services rotate builds to evade hash/AV detection
- Instrument AMSI and ETW provider integrity monitoring to catch bypass/patching attempts
- Restrict and monitor sideloading-prone third-party binaries (e.g., hpreader.exe) and enforce application allow-listing for executables launched from mail/cloud-storage downloads
Timeline of Crimeware-as-a-Service
- mrlapis begins offering FUD crypting services (VIP Crypt), the earliest documented activity date among the profiled providers
- ImComplexed begins operating as a crypting-service provider, later accumulating an estimated $166,878 in proceeds
- PureRAT first advertised/observed on Hackforums
- CrowdStrike publishes technical analysis of HijackLoader/IDAT Loader's expanded evasion techniques (Heaven's Gate, transacted hollowing, process doppelganging)
- The "Ghost Crypt" crypter is advertised on Hackforums by actor "ghostcrypt", claiming AV/cloud-detection bypass and Windows 11 24H2+ compatibility
- Social-engineering intrusion using Ghost Crypt's Process Hypnosis technique delivers PureRAT to a US certified public accounting firm via a fake client inquiry and Zoho WorkDrive-hosted archive
- eSentire publishes the PureRAT indicator set tied to the May 2025 accounting-firm intrusion
- eSentire Threat Response Unit publishes "Ghost Crypt Powers PureRAT with Hypnosis", detailing the crypter's injection technique and PureRAT's capabilities
- TOP RAT (SnappyClient) is offered as a commodity RAT bundled with o1oo1/Araks's ASMCrypt service
- Recorded Future's Insikt Group publishes "Crimeware-as-a-Service", profiling 24 active malware crypting services and their operators
Sources cited for Crimeware-as-a-Service
- Crimeware-as-a-Service: Inside the Malware Crypting Services Market and Its Threat Actors
- Ghost Crypt Powers PureRAT with Hypnosis
- PureRAT IOCs (27-06-2025)
- HijackLoader Expands Techniques to Improve Defense Evasion
- Accounting Firm Targeted by Malware Campaign Using New Crypter
- Ghost Crypt Delivers PureRAT in Accounting Firm Attack
- Novel crypter tapped to spread PureRAT trojan
- HijackLoader Evolves: Researchers Decode the Latest Evasion Methods
- HijackLoader Expands Techniques to Improve Defense Evasion
- HijackLoader/GhostPulse/IDAT Loader Comprehensive Analysis
- HijackLoader — Red Canary Threat Detection Report
Threats related to Crimeware-as-a-Service
Detection coverage for TL-2026-2008
As of 2026-08-13, Threadlinqs Intelligence publishes 9 detection rule(s) for TL-2026-2008 across Splunk SPL, Microsoft KQL and Sigma, covering 28 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.