WRITEUP 001 · THREAT INTELLIGENCE
26 crews, five days: the infostealer-to-extortion pipeline in primary leak-site data
Ransomware crews publish their victims on Tor-hosted data-leak sites (DLS) to apply pressure. That publication is also, unintentionally, one of the earliest public signals available to defenders, typically landing hours to days before press coverage. I pulled the 100 most recent DLS postings and counted what was actually in them.
KEY JUDGMENTS
- The extortion ecosystem is oligopolistic, not fragmented. Five crews accounted for 56% of postings across a five-day window; defending against a handful of TTP sets covers most of the realistic risk.
- 58% of postings carried infostealer linkage. The dominant path to extortion in this sample is stolen credentials, not exploited software. This is consistent with industry reporting that most detections are now malware-free.
- Only 13% quantified the data they claim to hold. Most postings assert a breach without evidence of scope, which materially complicates incident-response triage.
- Posting tempo ran roughly 20 per day, and 45% of victims were U.S.-based.
COLLECTION & LIMITS
Method: single pull of the 100 most recent victim records from the ransomware.live open aggregator on 2026-07-31, covering postings dated 2026-07-27 through 2026-07-31. Counts computed directly over that record set. I did not access any leak site directly.
Limits, stated plainly: this is a 100-record snapshot from one aggregator over five days, not a census. It inherits that aggregator's crawler coverage and any gaps in it. Crews inflate, recycle, and fabricate victim claims, so postings measure claimed activity, not confirmed compromise. A five-day window cannot separate trend from noise. Treat these as directional indicators, not established rates.
The concentration finding
Twenty-six distinct crews appeared, but the distribution had a long tail and a heavy head:
qilin (16), CRPxO (13), thegentlemen (10),
safepay (9), and incransom (8) together produced 56 of 100
postings. Sixteen crews posted twice or fewer.
The defensive implication is a prioritization argument. A small team cannot build detection coverage against twenty-six adversaries, and this data says it does not need to. Emulating the top five operators' known TTP sets addresses the majority of realistic exposure, which is a defensible way to spend a limited detection-engineering budget.
The pipeline finding, and why it matters more
The more interesting number is 58%: the share of postings carrying an infostealer association. That points at a supply chain rather than a single actor. Commodity infostealers harvest credentials and session cookies at scale, those land in marketplaces, initial-access brokers resell them, and extortion crews buy access already authenticated.
This lines up with what vendor telemetry has been reporting from the other end of the funnel, that the large majority of detections now involve no malware at the intrusion point at all, because the operator simply logs in. If most extortion begins with valid credentials (T1078), then perimeter and payload controls are guarding a door the adversary is not using.
What this changes in a SOC
| Observation | Detection response |
|---|---|
| 58% infostealer-linked | Treat identity as the primary sensor: alert on first-seen ASN/device per principal, impossible travel, and session-token reuse from a new fingerprint. Monitor credential-dump exposure for your own domains. |
| Extortion without encryption | The encryption trigger may never fire. Move detection left to data movement: baseline per-identity egress volume, alert on archive and rclone-class tooling, and flag bulk share reads by accounts with no such history. |
| Top-5 concentration | Prioritize adversary emulation against the five highest-tempo crews rather than pursuing uniform coverage. |
| 13% quantify scope | Build IR playbooks that assume the claim is unverified. Determine scope from your own logs; do not let the posting set your severity. |
Reproducing this
The aggregate view is live on the dossier's Extortion Economy board,
refreshed hourly from the same source. That board and this writeup both withhold victim
names and .onion addresses by design: naming targets serves the crews'
pressure campaign and adds nothing the counts do not already carry.