{
  "family": "cryptomix",
  "sample_count": 1,
  "category": "ransomware",
  "description": "Ransomware:Win32/Cryptomix is a well-known, historically significant ransomware family. Its primary objective is to encrypt the victim's files using strong cryptographic algorithms (typically RSA-2048 and AES-256) (`T1486`) and extort cryptocurrency. Cryptomix is notable for its numerous variants (like Cryptoshield), its shifting network of payment portals hosted on the Tor network, and its aggressive deletion of system recovery options.<br><br><b>Understanding Cryptomix (Ransomware)</b><br>To an end-user, a Cryptomix infection is devastating. They will suddenly find their documents, photos, and databases inaccessible, appended with an extension (which varied heavily between versions, e.g., `.scl`, `.code`, `.rmp`), accompanied by a stark 'Ransom Note' providing instructions to pay the attackers via Bitcoin. For an organization, it represents a critical incident requiring immediate network isolation.<br><br><b>Execution and Encryption Mechanics</b><br>Cryptomix was typically delivered via exploit kits (like RIG or GrandSoft) or via malicious spam attachments. Upon execution, it immediately executes commands to delete Volume Shadow Copies (`vssadmin.exe delete shadows`) (`T1490`) and disable the Windows Startup Repair feature to prevent easy data recovery. It then rapidly traverses local drives and mapped network shares (`T1012`), encrypting files. A unique feature of early Cryptomix was its reliance on a hardcoded list of public keys; if it couldn't reach its C2 server, it would use an 'offline' key, which security researchers were sometimes able to extract to build free decryptors.<br><br><b>Indicators of Compromise & Impact</b><br>The impact is the total loss of data availability. Host-based IoCs include the sudden renaming of thousands of files, the presence of ransom notes (e.g., `HELP_INSTRUCTION.txt`), and EDR alerts for rapid file modification operations. System logs will show the execution of commands designed to inhibit system recovery (`vssadmin`, `bcdedit`). Network IoCs include DNS requests to known Cryptomix C2 infrastructure, often routing through compromised websites.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1486",
    "T1012",
    "T1490"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1486",
      "name": "Data Encrypted for Impact (The core function of encrypting the victim's data)",
      "tactic": "Impact"
    },
    {
      "id": "T1490",
      "name": "Inhibit System Recovery (Deleting Shadow Copies and disabling Windows repair)",
      "tactic": "Impact"
    },
    {
      "id": "T1012",
      "name": "Query Registry (Identifying mounted drives and network shares to encrypt)",
      "tactic": "Discovery"
    }
  ],
  "containment_steps": [
    "Isolate the infected machine from the network immediately to stop the encryption process from spreading to mapped network shares.",
    "Do not reboot the machine; if the encryption process is active, rebooting may finalize the damage or destroy volatile memory keys.",
    "Check resources like 'No More Ransom' to see if a free decryptor exists for the specific variant of Cryptomix you are facing.",
    "Restore operations from known-good, offline backups; paying the ransom is highly discouraged and funds criminal enterprises."
  ],
  "what_to_avoid": [
    "Do not connect backup drives to the infected machine until it has been completely wiped and reimaged.",
    "Avoid paying the ransom unless absolutely critical for human safety, as Cryptomix operators were known for poor customer service and failing to deliver decryptors."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}