Response playbooks, investigation guides, and Atomic Red Team tests are Pro-only. Upgrade to unlock the full detection package for THREAT-Ransomware-AffiliateExfilTooling.
Upgrade to ProDetect Ransomware-Affiliate Custom Exfiltration Tooling (StealBit & Exmatter) in CrowdStrike LogScale
Ransomware affiliates increasingly deploy purpose-built exfiltration utilities instead of general-purpose tools like rclone, separating the data-theft channel from the encryption payload's C2 infrastructure. StealBit, distributed by LockBit affiliates, is a standalone binary (originally HTTP/HTTPS-based, later versions moved to a raw multi-threaded TCP protocol) that is dropped with a randomized hex/GUID filename into ProgramData, AppData\Local\Temp, or Users\Public, then run with no command-line arguments. It enumerates local and mapped drives, filters for high-value file types (databases, documents, spreadsheets, credential stores), and spawns dozens of concurrent upload threads to a single hardcoded external host to maximize throughput before the encryptor executes. Exmatter, used by BlackMatter/Noberus, BlackCat/ALPHV, and BlackByte affiliates, is a .NET utility that prioritizes specific extensions (.sql, .mdf, .bak, .pdf, .doc/x, .xls/x, .rdp, .kdbx) and exfiltrates over SFTP, FTPS, or WebDAV to attacker-controlled infrastructure using credentials embedded in its configuration; several observed samples overwrite or truncate a subset of already-uploaded source files with random data immediately after a successful transfer, an anti-recovery and extra-leverage behavior distinct from the ransomware's own encryption routine. Both tools are typically staged and executed in the hours immediately preceding encryption, making the exfiltration phase a high-value, narrow detection window before impact.
MITRE ATT&CK
- Tactic
- Exfiltration
LogScale Detection Query
#event_simpleName=ProcessRollup2
| ImageFileName=/(?i)\\(ProgramData|AppData\\Local\\Temp|Users\\Public)\\/
| ImageFileName=/(?i)([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}|[0-9a-f]{16,32})\.exe$/
| CommandLine=/^\s*"?[^"\s]*\.exe"?\s*$/
| Signal := "SuspiciousLoaderExec"
| RiskScore := 75
| groupBy([ComputerName, UserName, ImageFileName, CommandLine, Signal], function=[count(as=EventCount), max(field=RiskScore, as=MaxRisk)])
| sort(field=MaxRisk, order=desc) CrowdStrike LogScale (Falcon) detection query using ProcessRollup2 endpoint telemetry to identify randomly-named, argument-less executables launched from ProgramData, AppData\Local\Temp, or Users\Public — the shared drop pattern used by StealBit (LockBit) and Exmatter (BlackMatter/BlackCat/BlackByte affiliates) ahead of their exfiltration phase. Should be paired with a follow-up NetworkConnectIP4 query on the same ComputerName/ImageFileName to confirm the subsequent high fan-out transfer.
Data Sources
Required Tables
False Positives & Tuning
- Installer temp binaries with randomized names and no arguments that never establish a subsequent network fan-out — require correlation with a follow-up NetworkConnectIP4 query before escalating to critical
- Approved backup/replication agent binaries deployed under ProgramData with generated installer names — use Falcon host groups to tag known backup infrastructure and exclude matching ComputerName values
Other platforms for THREAT-Ransomware-AffiliateExfilTooling
Testing Methodology
Validate this detection against 2 adversary techniques from Atomic Red Team. Each test below lists the behaviour to exercise and the telemetry you should expect to see. Executable commands and cleanup steps are available with Pro.
- Test 1Simulate StealBit-Style Multi-Threaded Exfil Fan-Out
Expected signal: Sysmon Event ID 1 for a randomly-named executable created in ProgramData; Sysmon Event ID 3 showing 20+ outbound connections to the test endpoint on port 443 within a short window.
- Test 2Simulate Exmatter-Style Staging and Post-Upload File Corruption
Expected signal: Sysmon Event ID 11 for 60 file creations matching the .pdf extension within a short window; Sysmon Event ID 3 for the outbound SFTP connection on port 22; a second Event ID 11/2 for the modification of staged_1.pdf within minutes of the SFTP connection.
Unlock playbooks & atomic tests with Pro
Get the full detection package for THREAT-Ransomware-AffiliateExfilTooling — response playbook and atomic red team tests, plus investigation guidance and hunting queries.
df00tech Pro — £29/user/month