{
  "family": "systemhijack",
  "sample_count": 1,
  "category": "ransomware",
  "description": "<h3>Executive Summary</h3>\nSystemHijack is a generic classification for a severe category of Trojans designed to completely subvert the core functions of the Windows operating system. Unlike simple adware, SystemHijack malware fundamentally alters the user environment, disables critical security controls, and locks the user out of administrative functions to ensure the malware's survival and the attacker's continued control.\n\n<h3>Infection Vector and Technical Capabilities</h3>\nSystemHijack trojans are often deployed as the \"enforcer\" component of a larger infection chain (e.g., following a successful FakeAV or Ransomware deployment). They are typically distributed via drive-by downloads or bundled with pirated software.\n\nOnce executed, the malware systematically dismantles local security controls:\n<ul>\n<li><strong>Administrative Lockout:</strong> The trojan heavily modifies the Windows Registry to disable critical diagnostic tools. It typically blocks access to the Task Manager (`DisableTaskMgr`), the Registry Editor (`DisableRegistryTools`), and the Command Prompt (`DisableCMD`), preventing the victim from manually terminating the malicious processes.</li>\n<li><strong>Security Software Disablement:</strong> SystemHijack actively seeks out and terminates processes associated with popular antivirus and EDR solutions. It may also modify the Windows `HOSTS` file to block the machine from accessing security vendor websites to download updates or remediation tools.</li>\n<li><strong>Environment Subversion:</strong> The malware often alters the system's DNS settings (DNS Hijacking) to redirect all web traffic through attacker-controlled proxies, enabling Man-in-the-Middle (MitM) attacks and the injection of further malicious payloads.</li>\n</ul>\n\n<h3>Threat Assessment</h3>\nA SystemHijack infection means the endpoint can no longer be trusted. The local security controls have been intentionally sabotaged, and the machine is fully under the control of the threat actor. It is highly likely that secondary payloads (like keyloggers or ransomware) have also been deployed.\n\n<h3>Incident Response and Remediation</h3>\n<ul>\n<li><strong>Safe Mode Triage:</strong> Because the standard user environment is locked down, incident responders must boot the infected machine into Windows \"Safe Mode with Command Prompt\" to bypass the registry modifications that disable administrative tools.</li>\n<li><strong>Registry Restoration:</strong> Manually revert the malicious registry keys in `HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System` to restore access to the Task Manager and Registry Editor.</li>\n<li><strong>Bare-Metal Re-imaging:</strong> While manual cleanup is possible, it is incredibly tedious and prone to error. Because the core OS has been subverted, the only guaranteed method of remediation is a complete bare-metal wipe and re-image from a trusted, clean baseline.</li>\n</ul>",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [
    "Trojan.SystemHijack",
    "Win32/SystemHijack",
    "SystemModifier"
  ],
  "enrichment_level": "insufficient_information",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1562.001",
    "T1112",
    "T1562.004",
    "T1546"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-07-01T17:46:29Z",
  "type": "Trojan / System Modifier",
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}