{
  "family": "downer",
  "sample_count": 5,
  "category": "ransomware",
  "description": "TrojanDownloader:Win32/Downer (or Generic Downloader) is a broad heuristic classification for malicious software whose primary purpose is to securely bypass local antivirus engines, connect to the internet, and download a hidden, encrypted secondary payload directly onto the host. It acts as the initial staging vehicle for severe threats like ransomware, banking trojans, or RATs.<br><br><b>Understanding Downloaders</b><br>To an end-user, a Downer infection is completely silent; the user simply opens an attachment, and nothing appears to happen. For a malware analyst, downloaders are incredibly common. Threat actors separate the delivery mechanism (the downloader) from the malicious payload. This allows them to frequently re-pack and obfuscate the downloader to evade AV signatures without having to modify the core functionality of their valuable secondary payload, and allows them to change the payload dynamically based on the victim's location or operating system.<br><br><b>Execution and Evasion Strategies</b><br>Downer variants are typically delivered via spear-phishing (`T1566.001`) or drive-by downloads (`T1189`). When executed (`T1204.002`), the code is heavily obfuscated (`T1027`). The downloader will reach out to a hardcoded URL or C2 server (`T1105`) to retrieve the secondary payload (often disguised as an image file or text file). To evade detection, it utilizes 'Process Hollowing' or 'Process Injection' (`T1055`): it launches a legitimate Windows process (like `explorer.exe` or `svchost.exe`), injects the downloaded malicious payload into its memory space, and resumes the thread. The antivirus only sees a legitimate Microsoft binary running.<br><br><b>Indicators of Compromise & Impact</b><br>The impact depends entirely on the downloaded payload, but typically involves credential theft or network compromise. Host-based IoCs include EDR alerts for unknown executables dropping files into `%Temp%`, making anomalous outbound network connections, and spawning legitimate Windows utilities as child processes with anomalous memory allocations.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1566.001",
    "T1055",
    "T1027",
    "T1105"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1105",
      "name": "Ingress Tool Transfer (Downloading the final payload)",
      "tactic": "Command and Control"
    },
    {
      "id": "T1055",
      "name": "Process Injection",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1027",
      "name": "Obfuscated Files or Information: Software Packing",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1566.001",
      "name": "Phishing: Spearphishing Attachment",
      "tactic": "Initial Access"
    }
  ],
  "containment_steps": [
    "Isolate the endpoint immediately to prevent the Downer trojan from successfully downloading and executing its secondary payloads (e.g., ransomware).",
    "Review firewall and proxy logs to identify the C2 domains or IP addresses the downloader attempted to contact, and block them enterprise-wide.",
    "Use advanced memory forensics tools to dump the memory of suspicious, hollowed `.exe` processes to extract the final payload.",
    "Hunt for similar executables across the network using EDR queries targeting unknown binaries with high entropy."
  ],
  "what_to_avoid": [
    "Do not rely solely on static analysis of the initial `.exe`, as you will only be analyzing the obfuscated downloader, not the malicious payload.",
    "Do not close an incident simply because the initial downloader was quarantined; always verify via network logs if the secondary payloads were downloaded before the quarantine occurred."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}