{
  "family": "kwampirs",
  "sample_count": 3,
  "category": "trojan",
  "description": "Backdoor:Win32/Kwampirs is a sophisticated, highly targeted remote access trojan (RAT) primarily associated with the Advanced Persistent Threat (APT) group known as **Orangeworm**. Kwampirs gained notoriety for its laser-focused, long-term espionage campaigns against the **Healthcare sector**, specifically targeting international hospital networks, medical equipment manufacturers, and providers of healthcare logistics and IT services.<br><br><b>Understanding Kwampirs (Targeted Espionage)</b><br>To an end-user, a Kwampirs infection is completely silent. For an incident response team, detecting Kwampirs indicates a severe, state-sponsored or highly organized corporate espionage breach. The attackers specifically aim to compromise systems that control high-value medical imaging devices (like X-Ray and MRI machines) to steal intellectual property, patient data, and maintain deep, long-term persistence within critical healthcare infrastructure.<br><br><b>Execution and Backdoor Mechanics</b><br>Kwampirs is often delivered via targeted spearphishing (`T1566.001`) or supply chain compromises. Upon execution, it achieves persistence by installing itself as a hidden Windows Service (`T1543.003`), aggressively attempting to blend in with legitimate system processes. Kwampirs is a modular backdoor; it opens a covert channel to its C2 server (`T1071.001`) and can receive commands to download further payloads (`T1105`). It contains a highly aggressive, built-in network propagation module that aggressively copies itself across open network shares (`T1021.002`), attempting to infect every reachable machine on the hospital network to ensure persistence even if the initial beachhead is discovered.<br><br><b>Indicators of Compromise & Impact</b><br>The impact is extreme: the compromise of critical healthcare systems and the theft of highly sensitive IP and PHI. Host-based IoCs include the presence of a hidden Windows service (often disguised with names mimicking legitimate medical software or system drivers), and the presence of the Kwampirs payload (often an obfuscated DLL) in the `System32` directory. Network IoCs include massive spikes in SMB (Port 445) traffic as the malware attempts aggressively to copy itself to all accessible network shares, and periodic beaconing to known Orangeworm C2 infrastructure.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1543.003",
    "T1105",
    "T1021.002",
    "T1071.001"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1543.003",
      "name": "Create or Modify System Process: Windows Service",
      "tactic": "Persistence"
    },
    {
      "id": "T1021.002",
      "name": "Remote Services: SMB/Windows Admin Shares (Aggressive lateral movement)",
      "tactic": "Lateral Movement"
    },
    {
      "id": "T1071.001",
      "name": "Application Layer Protocol: Web Protocols (C2 Beaconing)",
      "tactic": "Command and Control"
    },
    {
      "id": "T1105",
      "name": "Ingress Tool Transfer (Downloading further espionage tools)",
      "tactic": "Command and Control"
    }
  ],
  "containment_steps": [
    "Due to its aggressive SMB propagation, immediately isolate infected subnets to halt the worm-like lateral movement across the hospital network.",
    "Audit all Windows Services on suspected endpoints for anomalous entries, specifically focusing on systems controlling medical imaging hardware.",
    "Analyze firewall logs for beaconing activity and block all identified C2 infrastructure enterprise-wide.",
    "Assume a massive data breach of Intellectual Property and Patient Health Information (PHI) and engage incident response and legal counsel."
  ],
  "what_to_avoid": [
    "Do not attempt a simple 'whack-a-mole' remediation by deleting the malware on a single host; Kwampirs' aggressive lateral movement means it is likely on dozens of other machines.",
    "Avoid rebooting critical medical infrastructure without a coordinated incident response plan, as the malware may have hooked critical system processes."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}