{
  "family": "cryptoload",
  "sample_count": 2,
  "category": "ransomware",
  "description": "TrojanDownloader:Win32/Cryptoload is a specialized, highly obfuscated trojan component whose sole purpose is to establish initial access, bypass endpoint security, and secretly download and execute subsequent malware payloads (frequently ransomware or cryptominers, hence the name). It acts as the critical delivery mechanism for more destructive threats.<br><br><b>Understanding Cryptoload (Downloaders)</b><br>To an end-user, Cryptoload execution might cause a brief flash of a command prompt or simply go unnoticed. For a security analyst, Cryptoload represents the first stage of a multi-stage attack. It is designed to be as small and stealthy as possible, often utilizing heavy encryption or packing (`T1027`) so its signature changes rapidly, frustrating traditional AV detection.<br><br><b>Execution and Evasion Strategies</b><br>Cryptoload is typically delivered via spear-phishing emails containing weaponized macros or malicious JavaScript attachments (`T1566.001`). Upon execution (`T1204.002`), it unpacks its core logic into memory. It then utilizes legitimate Windows utilities like `powershell.exe`, `bitsadmin.exe`, or `certutil.exe` (Living off the Land binaries - `T1218`) to initiate an outbound connection (`T1105`) to a hardcoded or dynamically generated C2 server to fetch the actual payload. The downloaded payload is then executed, often via Process Injection (`T1055`) to evade behavioral detection.<br><br><b>Indicators of Compromise (IoCs)</b><br>The most critical IoC is the secondary payload it drops. For Cryptoload itself, EDR telemetry will often show suspicious parent-child process relationships, such as `WINWORD.EXE` spawning `powershell.exe` with hidden window styles and obfuscated Base64 commands. Network logs will show unusual outbound HTTP/HTTPS connections originating from these scripting engines to unknown domains or raw IP addresses.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1027",
    "T1059.001",
    "T1105"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1105",
      "name": "Ingress Tool Transfer (Downloading the secondary payload)",
      "tactic": "Command and Control"
    },
    {
      "id": "T1059.001",
      "name": "Command and Scripting Interpreter: PowerShell (Execution vector)",
      "tactic": "Execution"
    },
    {
      "id": "T1027",
      "name": "Obfuscated Files or Information (Packed droppers)",
      "tactic": "Defense Evasion"
    }
  ],
  "containment_steps": [
    "Isolate the endpoint from the network IMMEDIATELY; the primary goal is to prevent Cryptoload from successfully fetching its secondary payload.",
    "Analyze EDR and network logs to identify the URL/IP that Cryptoload attempted to contact, and block it at the perimeter firewall.",
    "If the download was successful, identify and quarantine the dropped payload (check `%Temp%`, `%AppData%`, and `C:\\ProgramData`).",
    "Perform a deep scan of the system, as downloaders often establish persistence before fetching the final malware."
  ],
  "what_to_avoid": [
    "Do not assume the threat is resolved if the AV quarantines the downloader; you must verify if the outbound network connection succeeded.",
    "Avoid relying solely on file hashes for detection, as downloader stubs are re-packed and mutated constantly."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}