{
  "family": "bitman",
  "sample_count": 8,
  "category": "ransomware",
  "description": "Ransom:Win32/Bitman is a heuristic detection name frequently used by Microsoft Defender and other vendors to classify the highly destructive **TeslaCrypt** ransomware family (and its variants). Bitman emerged prominently around 2015, gaining notoriety for initially targeting PC gamers by encrypting save games and platform configurations, before evolving to target enterprise databases and standard documents for extortion.<br><br><b>Understanding Bitman (TeslaCrypt)</b><br>To a victim, a Bitman infection is devastating; they lose access to their personal files, business documents, and uniquely, their video game progress, followed by a demand to pay a ransom in Bitcoin. For incident responders, Bitman represents a classic, fast-moving ransomware threat. Notably, early versions of Bitman contained cryptographic flaws that allowed researchers to build free decryption tools, though later versions fixed these errors.<br><br><b>Execution and Encryption Mechanics</b><br>Bitman is most commonly distributed via the Angler Exploit Kit (`T1189`), weaponized spam attachments (`T1566.001`), or malicious links. Upon execution (`T1204.002`), it drops itself into the `%AppData%` directory and establishes persistence via Registry Run keys (`T1547.001`). It immediately scans local and mapped network drives (`T1083`) for over 180 specific file extensions—including standard Office documents, but also specifically targeting files associated with popular games (e.g., `.sav`, `.w3x`, `.minecraft`). It encrypts these files using AES encryption (`T1486`) and alters the file extensions (e.g., to `.ecc`, `.ezz`, `.exx`, or `.vvv`). Finally, it deletes the Volume Shadow Copies (`T1490`) to prevent easy restoration and displays a ransom note styled similarly to CryptoLocker.<br><br><b>Indicators of Compromise & Impact</b><br>The impact is massive data loss and potential operational paralysis. The primary IoCs are the sudden renaming of thousands of files to include the specific Bitman/TeslaCrypt extensions and the appearance of ransom notes (`HELP_RESTORE_FILES.txt`). EDR logs will flag the execution of `vssadmin.exe delete shadows /all /quiet`. Network traffic may show the malware communicating with a C2 server (often over Tor) to transmit the encryption keys.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1486",
    "T1189",
    "T1083",
    "T1490"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1486",
      "name": "Data Encrypted for Impact",
      "tactic": "Impact"
    },
    {
      "id": "T1490",
      "name": "Inhibit System Recovery (Deleting Shadow Copies)",
      "tactic": "Impact"
    },
    {
      "id": "T1189",
      "name": "Drive-by Compromise (Exploit Kits)",
      "tactic": "Initial Access"
    },
    {
      "id": "T1083",
      "name": "File and Directory Discovery",
      "tactic": "Discovery"
    }
  ],
  "containment_steps": [
    "Instantly isolate the infected endpoint from the network to halt the encryption process, specifically protecting mapped network shares.",
    "Determine the exact variant of Bitman/TeslaCrypt based on the appended file extension (e.g., `.vvv`, `.ecc`).",
    "Check public resources (like NoMoreRansom) to see if a free decryption tool is available for the specific variant, as the master keys for TeslaCrypt were eventually released by the developers.",
    "If no decryptor is available, restore the affected systems from secure, offline backups."
  ],
  "what_to_avoid": [
    "Do not reboot the machine immediately; capture a live memory dump (RAM) first, as older variants sometimes left the decryption keys in memory.",
    "Avoid paying the ransom, especially for Bitman/TeslaCrypt, as the operators have historically shut down their infrastructure, and free decryptors exist for many versions."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}