{
  "family": "payer",
  "sample_count": 1,
  "category": "ransomware",
  "description": "Ransom:Win32/Payer is a generic categorization applied to trojans that exhibit the unmistakable behavioral patterns of Ransomware or digital extortion (`T1486`). Because new ransomware strains (like LockBit, BlackBasta, or ALPHV) are constantly compiled to avoid static signatures, AV engines use heuristics like 'Payer' to flag any unknown executable that begins rapidly encrypting user files and dropping ransom notes.<br><br><b>Understanding Payer (Ransomware Heuristics)</b><br>To an end-user, a Payer infection is a catastrophic event: their screen changes to a ransom demand, and all their documents, databases, and photos are locked with an unknown extension. For an incident response team, a Payer alert signifies that an attacker has successfully breached the network, established a foothold, and executed their final, destructive payload.<br><br><b>Execution and Extortion Mechanics</b><br>Ransomware is typically the *last* stage of an attack. Once executed, the Payer executable (`T1204.002`) aggressively terminates database services (like SQL Server) and backup agents to ensure files are unlocked for encryption (`T1489`). It then iterates through all local and mapped network drives (`T1486`), utilizing strong cryptographic algorithms (like AES or ChaCha20) to encrypt files. Finally, it uses `vssadmin.exe` to delete volume shadow copies, preventing easy restoration (`T1490`).<br><br><b>Indicators of Compromise & Impact</b><br>The impact is a total loss of data availability and severe business disruption. Host-based IoCs include a massive spike in disk I/O, the rapid renaming of files to a new extension (e.g., `.locked`, `.crypted`), and the widespread creation of text or HTML files (the ransom notes) in every directory. Network IoCs may show the ransomware reporting back to a C2 server to transmit the unique encryption keys, or massive data exfiltration *prior* to the encryption event (double extortion).",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1486",
    "T1489",
    "T1490"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1486",
      "name": "Data Encrypted for Impact (The core defining action of ransomware)",
      "tactic": "Impact"
    },
    {
      "id": "T1490",
      "name": "Inhibit System Recovery (Deleting Volume Shadow Copies via vssadmin)",
      "tactic": "Impact"
    },
    {
      "id": "T1489",
      "name": "Service Stop (Terminating SQL, Exchange, and backup services)",
      "tactic": "Impact"
    }
  ],
  "containment_steps": [
    "PULL THE PLUG: Immediately disconnect the infected machine from the network (physically unplug the ethernet cable) to stop the encryption from spreading to network shares.",
    "Do NOT reboot the machine immediately; some ransomware destroys the boot record upon reboot, and live memory might hold the encryption keys.",
    "Identify the 'Patient Zero' and determine how the ransomware was deployed (e.g., via RDP compromise, phishing, or a prior Botnet infection).",
    "Begin the incident response process to determine if data was exfiltrated before the encryption began."
  ],
  "what_to_avoid": [
    "Do not pay the ransom without consulting specialized incident response and legal counsel; payment does not guarantee data recovery and funds criminal organizations.",
    "Avoid restoring from backups until the network is completely secured and the initial entry vector is closed, otherwise the backups will just be encrypted again."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}