Close Menu
  • Home
  • News
  • Security
  • Privacy
  • Cybercrime
    • Threat Groups
    • Ransomware
    • Explainers
    • Stealer Logs
  • AI
  • OSINT
  • Tools
    • Ransomtracker
    • Stealercheck
  • Reviews
    • Best antivirus software for 2026: independent picks from Ransomnews
    • Best ransomware-resistant backup for 2026: cloud, hybrid, and immutable picks reviewed
    • Best ransomware protection for business 2026: ESET PROTECT and 5 alternatives reviewed
  • About Us
Facebook X (Twitter) Instagram Threads
Ransomnews
  • Home
  • News
  • Security
  • Privacy
  • Cybercrime
    • Threat Groups
    • Ransomware
    • Explainers
    • Stealer Logs
  • AI
  • OSINT
  • Tools
    • Ransomtracker
    • Stealercheck
  • Reviews
    • Best antivirus software for 2026: independent picks from Ransomnews
    • Best ransomware-resistant backup for 2026: cloud, hybrid, and immutable picks reviewed
    • Best ransomware protection for business 2026: ESET PROTECT and 5 alternatives reviewed
  • About Us
Facebook X (Twitter) LinkedIn
Ransomnews
Ransomware

Tracking ransomware affiliates across rebrands with VirusTotal, MalwareBazaar, and YARA

Ransomnews Research TeamBy Ransomnews Research TeamMay 7, 2026Updated:May 7, 2026No Comments3 Mins Read51 Views
Share Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
Multiple ransomware brand emblems with arrows showing affiliates moving between them across a timeline
Share
Facebook Twitter LinkedIn Pinterest Email Copy Link

Ransomware operators rebrand constantly, Conti became BlackBasta, Karakurt, and a handful of smaller splinter operations. ALPHV’s affiliates moved to RansomHub. The rebrands are intentional reputation laundering, but the affiliates underneath rarely change tooling overnight. Sample fingerprints, builder artefacts, and TTPs persist across brand boundaries. This tutorial walks through tracking the same crew across rebrands using free tools.

Step 1: Collect samples from each suspected brand

Get representative ransomware samples from each operator brand you’re investigating. Sources:

  • MalwareBazaar (abuse.ch), free with API key. Searchable by family tag, hash, file type.
  • VirusTotal, Intelligence subscription required for sample download, but the free side gives you hashes and metadata.
  • Tria.ge, public submissions, also has historical samples.

Aim for 10+ samples per brand to find consistent patterns rather than per-sample noise.

Step 2: Compare static structure

For each sample, run static analysis. Critical fields to compare:

  • Compiler artefacts, MSVC version, Rust toolchain version, Go build ID
  • Imphash, the hash of the imported function table; relatively stable across recompilations
  • Rich header, Microsoft compiler metadata, often unique to a build environment
  • Section names and entropy, packers leave characteristic patterns
  • Configuration block format, many ransomware families embed config in similar layouts; format consistency suggests shared lineage

VirusTotal’s “Details” tab surfaces all of these for any submitted sample. Compare side by side.

Step 3: Write YARA rules to find more

When you find structural patterns shared across brands, encode them as YARA rules and search VT and MalwareBazaar for hits.

Example rule structure for catching shared ransomnote templates:

rule shared_note_template
{
    strings:
        $a = "your files have been encrypted"
        $b = ".onion"
        $c = { 8B ?? 33 ?? 89 } // shared crypto-routine bytes
    condition:
        2 of them and filesize < 5MB
}

VirusTotal supports YARA-based retrohunts (Intelligence subscription). MalwareBazaar’s free YARAify service lets you run rules against their entire corpus for free.

Step 4: Cross-reference TTPs from IR reports

Sample-level fingerprints are one signal; deployment behaviour is another. Look at IR reports for both brands. Indicators that suggest same affiliate underneath:

  • Same initial-access broker family (e.g., consistent IcedID variants used)
  • Same lateral-movement tool (Atera, AnyDesk, Cobalt Strike beacon profile)
  • Same exfiltration destination patterns (Mega.nz with similar account-naming convention)
  • Same negotiation behaviour and language quirks on leak-site chat

The DFIR Report publishes detailed breakdowns at the affiliate-TTP level. Sophos X-Ops, Huntress Labs, and Rapid7 are also valuable for this.

Step 5: Build the cross-brand graph

In Maltego or any graph tool: nodes for each brand, edges labelled with shared indicators. A confidence score per indicator (high for shared YARA hit, medium for shared infra IP, low for similar but-not-identical TTP). The graph is the deliverable, it shows the case visually.

Step 6: Time-series alignment

Brands often go quiet around the time of a rebrand. Align the timelines: if Brand A’s last claimed victim is the week before Brand B’s first claimed victim, and the technical fingerprints overlap, the case for affiliate continuity is strong. Ransomwhe.re and RansomLook‘s public dashboards make this easy to plot.

Step 7: Publish responsibly

“Affiliate continuity” claims should be hedged proportionally to evidence. “Strong technical overlap suggests shared affiliate lineage” reads better and ages better than “RansomHub IS ALPHV.” The former survives new evidence; the latter creates retraction risk.

Done well, this work tells defenders something operationally useful, when Brand A goes quiet and Brand B starts, the affiliates underneath haven’t lost a step. Plan accordingly.

Share. Facebook Twitter Pinterest LinkedIn Tumblr Telegram Email Copy Link
Previous ArticleHow to check if you’re in a stealer log: tutorial with Hudson Rock, IntelX, and Have I Been Pwned
Next Article How to build a threat actor profile from public sources: MITRE ATT&CK + Mandiant + Malpedia tutorial
Ransomnews Research Team

The Ransomnews Research Team is the collective byline used for collaborative pieces, editorial briefings, and articles drawing on contributions from multiple researchers. Coverage spans ransomware operations, breach economics, threat actor profiling, OSINT methodology, and emerging risks across security, privacy, and AI.

Related Posts

MSPs: ransomware’s #1 target of 2026 [Field Report]

May 11, 2026

LockBit, 2 years after Operation Cronos: where are they now?

May 11, 2026

2026 ransomware victim toll: countries, sectors, operators

May 11, 2026

Comments are closed.

Facebook X (Twitter) LinkedIn
© 2026 Ransomnews.com

Type above and press Enter to search. Press Esc to cancel.

Cookies on Ransomnews

We use strictly-necessary cookies to run the site and may use first-party analytics to understand which articles are read. Some pages contain affiliate links — when you click one, the affiliate network sets cookies on the merchant's domain to attribute the referral. See the Cookie Policy and Affiliate Disclosure for detail.

RANSOMNEWS.COM

Tracking the criminal infrastructure of the internet.

Independent coverage of ransomware, breach economics, threat actors, privacy, AI security, and the open-source investigation toolkit.

// Topics

  • News
  • Security
  • Privacy
  • Cybercrime
  • AI
  • OSINT
  • Reviews
  • Threat Groups
  • Stealer Logs
  • Ransomtracker
  • Stealercheck

// Site

  • About Us
  • Editorial Team
  • Contact
  • Tip Line
  • Editorial

// Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • Affiliate Disclosure
  • RSS Feed
© 2026 Ransomnews.com · Tracking the criminal infrastructure of the internet.