{
  "family": "polypatch",
  "sample_count": 11,
  "category": "trojan",
  "description": "Virus:Win32/Polypatch is a highly aggressive polymorphic file infector. Unlike modern trojans that simply drop a malicious payload, Polypatch actively seeks out and permanently modifies legitimate executable files (`.exe`, `.dll`) across the entire infected system and attached network drives, appending its malicious code to them. This makes it incredibly difficult to eradicate without destroying the underlying software.<br><br><b>Understanding Polypatch</b><br>To a victim, a Polypatch infection often results in a severely unstable computer, as the aggressive file modification process frequently corrupts legitimate applications, causing crashes and errors. For a security analyst, an active file infector is a worst-case scenario. Because it infects *existing* files, simply deleting the 'malware' means deleting every legitimate program on the computer.<br><br><b>Execution and File Infection Mechanics</b><br>When the initial Polypatch payload executes, it injects its core infection routine directly into a core system process (like `explorer.exe`) (`T1055`). Operating from memory, it begins scanning the hard drive and mapped network shares for target executables. When it finds a target (e.g., `calc.exe`), it utilizes complex polymorphism (`T1027`) to append a mutated, uniquely encrypted version of its viral code to the end of the file, modifying the executable's entry point (`T1546`). Now, whenever the user runs the infected `calc.exe`, the viral code executes first (infecting more files) before silently passing control back to the original calculator program.<br><br><b>Indicators of Compromise & Impact</b><br>The impact is the total, destructive compromise of the operating system and any attached file shares. Incident responders will observe massive, unexplained file modification activity across the disk. Executables will suddenly increase in size. EDR platforms will generate overwhelming alerts as every application launched by the user attempts to perform malicious injections.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1027",
    "T1055",
    "T1546",
    "T1485"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1546",
      "name": "Event Triggered Execution (File Infection / Entry Point Modification)",
      "tactic": "Persistence"
    },
    {
      "id": "T1055",
      "name": "Process Injection",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1027",
      "name": "Obfuscated Files or Information: Polymorphic Code",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1485",
      "name": "Data Destruction (Collateral damage from infection)",
      "tactic": "Impact"
    }
  ],
  "containment_steps": [
    "Instantly sever the infected endpoint from the corporate network. A file infector will aggressively spread across SMB network shares and infect files on central servers.",
    "Do NOT attempt to manually clean or 'disinfect' the files; the polymorphic engine often causes irreparable corruption to the underlying executables.",
    "Capture a forensic image if required for analysis, but the only secure remediation is a complete bare-metal wipe and reinstallation of the operating system.",
    "Restore user data (documents, pictures) from a clean, offline backup. Do NOT restore any `.exe` or executable files from backups made during the infection window."
  ],
  "what_to_avoid": [
    "Do not execute *any* programs from the infected machine on a clean analysis system; they are likely infected and will spread the virus.",
    "Avoid relying on standard antivirus 'clean' functions for Polypatch; they frequently fail to fully reverse the polymorphic encryption, leaving broken applications."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}