{
  "family": "swpatch",
  "sample_count": 2,
  "category": "ransomware",
  "description": "Riskware:Win32/Swpatch is a generic heuristic detection used by antivirus engines to identify 'software patchers', 'keygens', or 'cracks'. These are utilities explicitly designed to circumvent digital rights management (DRM) and licensing mechanisms of commercial software, allowing users to run pirated versions for free. While the user's intent is software piracy, these files are notoriously dangerous, acting as the primary distribution vector for severe malware infections.<br><br><b>Understanding Swpatch (Software Cracks)</b><br>To an end-user, Swpatch is seen as a tool to get expensive software (like Photoshop, games, or Office) for free. For a security analyst, a Swpatch alert on a corporate network is a major compliance violation and a high-probability indicator of a malware infection. Cybercriminals routinely inject trojans, info-stealers, and ransomware into these 'cracks' (`T1204.002`) because they know users will willingly disable their antivirus to run them.<br><br><b>Execution and Risk Mechanics</b><br>Swpatch utilities operate by modifying the binary code of the targeted application (`T1574`) to bypass license checks, or by generating fraudulent license keys. To execute, they require the user to actively download the file from untrusted P2P networks or piracy forums and run it, often requiring Administrator privileges. Because the action of patching a binary mimics malicious code injection, AV naturally flags it. Attackers exploit this by telling the user, 'The crack will be flagged as a virus, this is a false positive, disable your AV to run it.' Once the AV is disabled, the hidden malware payload (bundled with the crack) executes silently.<br><br><b>Indicators of Compromise & Impact</b><br>The impact ranges from a software licensing audit failure to a devastating ransomware outbreak. Host-based IoCs include the presence of files with names like `patch.exe`, `keygen.exe`, or `crack.zip` in user download directories. EDR telemetry will often show these files spawning suspicious child processes or dropping secondary executables into `%AppData%`. A critical IoC is the user temporarily disabling the endpoint AV prior to the execution of the flagged file.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1562.001",
    "T1574",
    "T1204.002"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1204.002",
      "name": "User Execution: Malicious File (Tricking the user to run the crack)",
      "tactic": "Execution"
    },
    {
      "id": "T1562.001",
      "name": "Impair Defenses: Disable or Modify Tools (User disabling AV to run the file)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1574",
      "name": "Hijack Execution Flow (The action of patching the legitimate binary)",
      "tactic": "Persistence"
    }
  ],
  "containment_steps": [
    "Quarantine the flagged file immediately and verify if it was executed. If executed, treat the endpoint as potentially compromised by an unknown payload.",
    "Run a full, deep scan of the endpoint using an enterprise EDR solution to hunt for hidden malware that may have been bundled with the crack.",
    "Enforce Application Control (WDAC/AppLocker) to strictly prevent the execution of unapproved software and unrecognized binaries.",
    "Alert HR and IT Management regarding the software piracy policy violation on corporate equipment."
  ],
  "what_to_avoid": [
    "Do not assume the alert is a 'false positive' simply because it is a known crack; assume it is trojanized until proven otherwise.",
    "Avoid allowing end-users to have local Administrator privileges, as this enables them to bypass security controls and install pirated software."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}