{
  "family": "orcusrot",
  "sample_count": 1,
  "category": "backdoor",
  "description": "Backdoor:Win32/Orcusrot is a detection name associated with variants or heavily customized builds of the 'Orcus RAT'. Originally marketed as a 'Remote Administration Tool' for IT professionals, Orcus was widely abused by threat actors due to its powerful feature set, plugin architecture, and robust evasion capabilities. It provides comprehensive, interactive control over compromised endpoints (`T1059`).<br><br><b>Understanding Orcusrot (Commercial RAT Abuse)</b><br>To an end-user, the infection is entirely invisible. For an incident response team, the presence of Orcusrot indicates a severe breach by an attacker looking for long-term espionage or network pivoting. The 'dual-use' nature of the tool (masquerading as legitimate admin software) sometimes complicates detection by legacy AV solutions.<br><br><b>Execution and Interactive Control Mechanics</b><br>Orcusrot is typically delivered via spearphishing or dropped by initial access brokers. Upon execution, it establishes persistent access, often utilizing DLL Search Order Hijacking (`T1574.001`) or standard Registry Run keys. It establishes an encrypted connection to the C2 server. The attacker gains access to a sophisticated GUI panel allowing them to deploy custom plugins, execute shell commands, manage files, log keystrokes (`T1056.001`), capture webcam/microphone streams (`T1125`), and initiate 'Server Stress Tests' (DDoS functionality) (`T1498.001`).<br><br><b>Indicators of Compromise & Impact</b><br>The impact is total loss of system confidentiality and a high likelihood of lateral movement. Host-based IoCs include EDR alerts for anomalous command-line execution (e.g., `cmd.exe` or `powershell.exe` spawning from unexpected parent processes), unauthorized access to credential stores, and the creation of hidden staging directories for exfiltration. Network IoCs include a persistent, encrypted outbound connection to an unknown IP address, with traffic volume spiking when the attacker is actively interacting with the system.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1059",
    "T1125",
    "T1498.001",
    "T1056.001"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1059",
      "name": "Command and Scripting Interpreter (Providing interactive shell access)",
      "tactic": "Execution"
    },
    {
      "id": "T1056.001",
      "name": "Input Capture: Keylogging (Capturing credentials and sensitive communications)",
      "tactic": "Credential Access"
    },
    {
      "id": "T1125",
      "name": "Video/Audio Capture (Spying on the victim via webcam and microphone)",
      "tactic": "Collection"
    },
    {
      "id": "T1498.001",
      "name": "Network Denial of Service: Direct Network Flood (Using the 'stress test' feature)",
      "tactic": "Impact"
    }
  ],
  "containment_steps": [
    "Isolate the machine immediately to sever the attacker's interactive control and stop potential data exfiltration or DDoS participation.",
    "Assume all credentials present on the machine (saved passwords, active session tokens, domain credentials) have been compromised and force a reset.",
    "Hunt across the network for the specific C2 IP address to identify other endpoints the attacker may have pivoted to.",
    "Capture a memory dump before remediation to analyze the running Orcus configuration, identify loaded plugins, and extract C2 details."
  ],
  "what_to_avoid": [
    "Do not assume the attack is over once the RAT is removed; the attacker likely created secondary backdoor accounts or dropped other persistence mechanisms.",
    "Avoid treating 'dual-use' tools lightly; even if marketed for administration, unauthorized presence is a critical incident."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}