{
  "family": "hiddentear",
  "sample_count": 8,
  "category": "ransomware",
  "description": "Ransom:Win32/Hiddentear is a highly significant ransomware family in cybersecurity history. Originally developed by a Turkish researcher in 2015 and released on GitHub as an 'open-source educational project', HiddenTear was intended to demonstrate how ransomware works. Predictably, it was immediately co-opted by script kiddies and low-tier cybercriminals, who slightly modified the source code to spawn hundreds of real-world ransomware variants, causing widespread damage.<br><br><b>Understanding HiddenTear</b><br>To a victim, a HiddenTear infection is indistinguishable from top-tier ransomware; their files are encrypted, a unique extension (e.g., `.locked`) is appended, and a ransom note demands Bitcoin. For a security analyst, a HiddenTear detection often indicates a less sophisticated adversary. Because the original source code was flawed—specifically, the random number generator used for the encryption keys was extremely weak—files encrypted by many early HiddenTear variants can actually be decrypted for free using publicly available tools.<br><br><b>Execution and Encryption Mechanics</b><br>Because the source code is public, the distribution vector varies wildly, ranging from spam emails (`T1566.001`) to malicious Discord links (`T1189`). Upon execution (`T1204.002`), the malware typically establishes persistence by dropping a copy of itself in the `%AppData%` or `%LocalAppData%` directory and creating a Registry Run key (`T1547.001`). The core encryption routine targets a hardcoded list of file extensions (documents, images, databases) using AES encryption (`T1486`). In the original code, the encryption key was sent in plaintext to a web server via an HTTP GET request (`T1041`). It then drops a simple text file (`READ_IT.txt`) on the desktop detailing the ransom demand.<br><br><b>Indicators of Compromise & Impact</b><br>The impact is significant data loss and disruption. The primary IoC is the sudden renaming of files to include anomalous extensions (which vary wildly depending on the script kiddie who compiled it) and the appearance of the ransom note. Network analysts might observe an HTTP GET request containing a string of characters (the AES key) being sent to a suspicious, often free-hosting, web domain. Static analysis of the executable will often reveal it is compiled in .NET and heavily resembles the public GitHub repository.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1486",
    "T1547.001",
    "T1041",
    "T1204.002"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1486",
      "name": "Data Encrypted for Impact",
      "tactic": "Impact"
    },
    {
      "id": "T1547.001",
      "name": "Boot or Logon Autostart Execution: Registry Run Keys",
      "tactic": "Persistence"
    },
    {
      "id": "T1041",
      "name": "Exfiltration Over C2 Channel (Sending the AES key)",
      "tactic": "Exfiltration"
    },
    {
      "id": "T1204.002",
      "name": "User Execution: Malicious File",
      "tactic": "Execution"
    }
  ],
  "containment_steps": [
    "Instantly isolate the infected endpoint from the network to halt the encryption process, specifically protecting mapped network shares.",
    "Do NOT reboot the machine immediately; capture a live memory dump (RAM) first, as poorly coded variants often leave the AES key in memory.",
    "Crucially, identify the specific variant of HiddenTear (based on the extension and ransom note) and check 'NoMoreRansom.org'; a vast majority of these variants have free decryption tools available.",
    "If no decryptor is available, restore the affected systems from secure, offline backups."
  ],
  "what_to_avoid": [
    "Do not pay the ransom. HiddenTear operators are often inexperienced script kiddies who frequently lose the C2 infrastructure or the keys, meaning paying rarely results in file recovery.",
    "Avoid assuming the encryption is unbreakable; the cryptographic flaws in the original source code persist in many wild variants."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}