{
  "family": "cryptconsole",
  "sample_count": 4,
  "category": "ransomware",
  "description": "Ransom:Win32/Cryptconsole is a severe threat classified as Ransomware. It is designed to extort victims by strongly encrypting critical personal or corporate data, appending a specific extension to the files, and demanding payment in cryptocurrency for the decryption key.<br><br><b>Understanding Cryptconsole</b><br>To an end-user, a Cryptconsole infection represents an immediate crisis: documents and databases are suddenly inaccessible, and a ransom note (often a `.txt` or `.hta` file) is presented on the desktop. For an enterprise, it triggers a 'Code Red' incident response, requiring immediate network isolation to prevent lateral movement and the encryption of enterprise file shares and backups.<br><br><b>Execution and Extortion Mechanics</b><br>Cryptconsole is frequently distributed via targeted phishing (`T1566.001`), exploit kits, or dropped by other initial access malware. Upon execution, it achieves persistence (`T1547.001`) and actively attempts to impair endpoint defenses (`T1562.001`). Crucially, before encryption begins, it executes commands like `vssadmin.exe delete shadows /all /quiet` to destroy Windows Volume Shadow Copies, preventing easy system restoration (`T1490`). It then rapidly iterates through the filesystem and mapped network drives, encrypting files matching high-value extensions (e.g., `.docx`, `.sql`, `.pdf`) using robust encryption algorithms (`T1486`).<br><br><b>Indicators of Compromise & Impact</b><br>The impact is catastrophic data loss. Host-based IoCs include massive spikes in disk I/O and CPU usage during the encryption phase, the sudden appearance of ransom note files in every directory, and EDR alerts for `vssadmin.exe` or `wmic.exe` attempting to delete shadow copies. Network IoCs may include anomalous outbound traffic if the ransomware incorporates a data exfiltration module.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1562.001",
    "T1566.001",
    "T1490",
    "T1486"
  ],
  "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": "T1562.001",
      "name": "Impair Defenses: Disable or Modify Tools",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1566.001",
      "name": "Phishing: Spearphishing Attachment",
      "tactic": "Initial Access"
    }
  ],
  "containment_steps": [
    "Immediately physically disconnect the infected endpoint from the network (pull the Ethernet cable) to stop the ransomware from encrypting network shares and spreading laterally.",
    "Do NOT reboot the infected machine; if possible, capture a live memory image (RAM dump) as the encryption keys might temporarily reside in memory.",
    "Restore the encrypted systems from secure, offline backups that were isolated from the network at the time of the attack.",
    "Verify the integrity of Active Directory; ransomware is often deployed network-wide by attackers who have already compromised Domain Admin credentials."
  ],
  "what_to_avoid": [
    "Do not pay the ransom immediately; paying funds criminal syndicates, and there is no guarantee the provided decryptor will actually work.",
    "Avoid reconnecting restored machines to the network until the initial entry vector has been completely secured."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}