{
  "family": "zxshell",
  "sample_count": 3,
  "category": "backdoor",
  "description": "Backdoor:Win32/Zxshell is a notorious, long-standing Remote Administration Tool (RAT) and backdoor heavily utilized by numerous Chinese state-sponsored Advanced Persistent Threat (APT) groups, including APT3, APT17 (DeputyDog), and others. Because its source code was leaked in the mid-2000s, Zxshell has been continually modified, weaponized, and deployed in high-level cyber espionage campaigns worldwide.<br><br><b>Understanding Zxshell (APT Espionage Tool)</b><br>To an end-user, a Zxshell infection is completely silent. For incident responders and threat hunters, detecting Zxshell is a massive red flag indicating a highly probable, state-sponsored intrusion aiming for long-term network persistence and the exfiltration of sensitive intellectual property or geopolitical intelligence. Its presence often implies the attackers have already bypassed primary defenses and are actively exploring the network.<br><br><b>Execution and Backdoor Mechanics</b><br>Zxshell is typically deployed *after* an initial compromise (via spearphishing, exploiting public-facing applications, or supply chain attacks). It is renowned for its robust feature set. Upon execution, it establishes stealthy persistence, often by installing itself as a hidden Windows Service (`T1543.003`) or via DLL Search Order Hijacking (`T1574.001`). Zxshell provides the attacker with a massive suite of capabilities: a remote command shell (`T1059.003`), full file system manipulation, keylogging (`T1056.001`), screen capture, port forwarding (`T1090`), and the ability to launch targeted DDoS attacks. Modern variants heavily encrypt their C2 communications (`T1573.001`) to evade network detection.<br><br><b>Indicators of Compromise & Impact</b><br>The impact is extreme: the total compromise of the endpoint and the likely exfiltration of critical organizational data. Host-based IoCs include anomalous Windows services with randomized names, unexpected DLLs loaded into legitimate processes (like `svchost.exe`), and the presence of hidden log files (often containing encrypted keystrokes). Network IoCs include encrypted beaconing traffic to C2 infrastructure, often utilizing custom protocols or disguised as legitimate HTTP traffic.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1543.003",
    "T1056.001",
    "T1573.001",
    "T1059.003"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1059.003",
      "name": "Command and Scripting Interpreter: Windows Command Shell (Remote Shell)",
      "tactic": "Execution"
    },
    {
      "id": "T1543.003",
      "name": "Create or Modify System Process: Windows Service",
      "tactic": "Persistence"
    },
    {
      "id": "T1056.001",
      "name": "Input Capture: Keylogging",
      "tactic": "Credential Access"
    },
    {
      "id": "T1573.001",
      "name": "Encrypted Channel: Symmetric Cryptography (C2 Communication)",
      "tactic": "Command and Control"
    }
  ],
  "containment_steps": [
    "Immediately isolate the infected endpoint from the network, but DO NOT turn it off, to allow forensic teams to capture the live Zxshell configuration from RAM.",
    "Assume the attacker has compromised administrator credentials and initiate an enterprise-wide password reset for all privileged accounts.",
    "Analyze network perimeter logs to identify the C2 IP addresses and block them. Search the network for other machines beaconing to those IPs.",
    "Engage a specialized Incident Response team, as the presence of Zxshell usually indicates a broader, systemic APT compromise."
  ],
  "what_to_avoid": [
    "Do not simply delete the Zxshell binary and close the ticket; you must investigate how it was deployed and what data was exfiltrated.",
    "Avoid tipping off the attackers during the investigation; APT groups actively monitor defensive responses and will deploy destructive countermeasures if they detect they are being hunted."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}