{
  "family": "ranserkd",
  "sample_count": 5,
  "category": "ransomware",
  "description": "Ransom:Win32/Ranserkd is a highly destructive ransomware variant designed to systematically encrypt all valuable data on an infected endpoint or network share, followed by an extortion demand. It utilizes strong cryptographic algorithms (typically AES combined with RSA) to ensure that recovering the locked files is mathematically impossible without paying the attackers for the unique private decryption key.<br><br><b>Understanding the Ranserkd Threat</b><br>To a victim, a Ranserkd infection represents a catastrophic loss of data; documents, databases, and photos become inaccessible, appended with a strange file extension, and a ransom note appears on the desktop. For an enterprise, it triggers a critical incident response involving total network isolation to prevent the ransomware from spreading to critical servers and backups.<br><br><b>Execution and Encryption Mechanics</b><br>Ranserkd is frequently deployed manually by attackers after they have already breached the network (e.g., via compromised RDP credentials or an Initial Access Broker) (`T1078`), or delivered via massive malspam campaigns (`T1566.001`). Upon execution, the ransomware first attempts to neutralize endpoint defenses and delete Windows Volume Shadow Copies (`vssadmin.exe delete shadows`) to prevent easy data restoration (`T1490`). It then aggressively scans all local drives and mapped network shares, rapidly encrypting files that match a hardcoded list of valuable extensions (e.g., `.docx`, `.sql`, `.pdf`) (`T1486`). Finally, it drops a ransom note (often a `.txt` or `.html` file) detailing payment instructions via cryptocurrency.<br><br><b>Indicators of Compromise & Impact</b><br>The impact is total data denial of service. Host-based IoCs include massive spikes in CPU and disk I/O activity caused by the rapid encryption process. EDR systems will flag the execution of `vssadmin.exe` or `bcdedit.exe` attempting to disable recovery features. Files across the system will suddenly change extensions, and the ransomware executable itself may be found running from the `%Temp%` or `%AppData%` directories.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1485",
    "T1490",
    "T1078",
    "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": "T1078",
      "name": "Valid Accounts (Common deployment method for enterprise ransomware)",
      "tactic": "Initial Access"
    },
    {
      "id": "T1485",
      "name": "Data Destruction (If encryption is flawed or keys are lost)",
      "tactic": "Impact"
    }
  ],
  "containment_steps": [
    "Immediately sever the infected endpoint from the network (physically pull the Ethernet cable or disable the switch port) to stop it from encrypting mapped network drives.",
    "Do NOT reboot the infected machine; capture a live memory image (RAM dump), as the encryption keys might temporarily reside in memory.",
    "Identify the exact Ranserkd variant and consult resources like 'No More Ransom' to see if a known decryption flaw exists before considering payment.",
    "Restore the encrypted systems from secure, offline backups that were isolated from the network at the time of the attack."
  ],
  "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 (e.g., a vulnerable VPN or weak RDP password) has been completely secured."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}