{
  "family": "stampado",
  "sample_count": 1,
  "category": "ransomware",
  "description": "Ransom:Win32/Stampado is a notorious example of cheap 'Ransomware-as-a-Service' (RaaS). Unlike advanced ransomware families that demand massive payouts from corporations, Stampado was famously sold on the dark web for just $39 (`T1486`), allowing low-skill attackers (script kiddies) to easily generate and distribute their own ransomware campaigns.<br><br><b>Understanding Stampado (Cheap RaaS)</b><br>To an end-user, a Stampado infection results in the immediate encryption of their personal files, followed by a threatening ransom note demanding Bitcoin. For a SOC analyst, Stampado indicates that the network may have fallen victim to a highly untargeted, opportunistic attack, likely originating from a generic malspam campaign rather than a sophisticated Advanced Persistent Threat (APT).<br><br><b>Execution and Extortion Mechanics</b><br>Written primarily in AutoIt (a scripting language often used for legitimate automation but easily abused), Stampado is usually delivered via phishing emails containing malicious ZIP attachments. Upon execution, it does not require administrative privileges. It quickly enumerates user directories (`T1083`) and encrypts common document, image, and database file types using AES encryption (`T1486`). It establishes persistence via Registry Run keys. Crucially, Stampado aggressively attempts to delete Volume Shadow Copies (`T1490`) using `vssadmin.exe` to prevent easy restoration.<br><br><b>Indicators of Compromise & Impact</b><br>The impact is significant data loss and operational downtime. Host-based IoCs include the presence of files with a `.locked` extension, the sudden execution of `vssadmin.exe delete shadows /all /quiet`, and the creation of ransom note files (often named `RESTORE_FILES.txt` or similar) in every encrypted directory. Because it was sold so cheaply, many different, slightly modified versions of Stampado exist in the wild.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1083",
    "T1486",
    "T1490"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1486",
      "name": "Data Encrypted for Impact (The core ransomware functionality)",
      "tactic": "Impact"
    },
    {
      "id": "T1490",
      "name": "Inhibit System Recovery (Deleting Volume Shadow Copies)",
      "tactic": "Impact"
    },
    {
      "id": "T1083",
      "name": "File and Directory Discovery (Locating files to encrypt)",
      "tactic": "Discovery"
    }
  ],
  "containment_steps": [
    "Isolate the infected endpoint immediately by physically disconnecting it from the network to prevent the encryption of mapped network drives.",
    "Identify the initial vector (e.g., the specific phishing email) and purge similar emails from the corporate mail server.",
    "Check for the availability of known decryptors; because Stampado was poorly coded in some versions, free decryption tools exist for certain variants.",
    "Restore encrypted files from secure, offline backups that were not accessible to the infected host."
  ],
  "what_to_avoid": [
    "Do not pay the ransom; given the low skill of the attackers who bought this RaaS, there is a very high chance they will not provide the decryption key.",
    "Avoid rebooting the infected machine repeatedly, as some ransomware families are designed to delete files permanently upon reboot if unpaid."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}