{
  "family": "cardinal",
  "sample_count": 5,
  "category": "ransomware",
  "description": "Backdoor:Win32/Cardinal (commonly known as the **Cardinal RAT**) is a notoriously stealthy, highly capable Remote Access Trojan. It is favored by advanced threat actors due to its robust evasion techniques and complex compilation methods (some variants are compiled in Rust or Delphi, and heavily packed) which successfully bypass many traditional static AV engines. It provides the attacker with comprehensive, interactive command-and-control over the compromised endpoint.<br><br><b>Understanding the Cardinal RAT</b><br>To a victim, a Cardinal RAT infection is completely silent. For a SOC analyst, Cardinal represents a critical breach involving 'hands-on-keyboard' access. Once deployed, the attacker can seamlessly traverse the network, steal high-value credentials, exfiltrate sensitive data, and deploy further destructive payloads like ransomware, all while appearing as legitimate background system activity.<br><br><b>Execution, Evasion, and Interactive Control</b><br>Cardinal RAT is typically deployed by initial access brokers, dropped via exploit kits, or executed through macro-enabled spear-phishing documents (`T1566.001`). Upon execution, it heavily relies on Process Injection or Process Hollowing (`T1055.012`), often unpacking its payload directly into the memory space of a legitimate process like `svchost.exe` or a browser process. It establishes persistence via hidden Registry keys (`T1547.001`). The RAT provides a massive suite of capabilities: live keylogging (`T1056.001`), password recovery from browsers and email clients (`T1555`), hidden VNC (remote desktop) capabilities, and the ability to seamlessly download and execute secondary malware (`T1105`). Cardinal often uses customized, encrypted protocols for its C2 communications to evade network IDS (`T1071.001`).<br><br><b>Indicators of Compromise & Impact</b><br>The impact is total endpoint compromise and the high probability of lateral movement across the enterprise. Host-based IoCs require careful EDR monitoring: look for legitimate system processes initiating outbound, encrypted network connections to unknown IP addresses, or anomalous child processes spawning from `explorer.exe`. Memory analysis (e.g., using Volatility) is almost always required to locate the unencrypted Cardinal payload residing in hollowed memory segments.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1555",
    "T1055.012",
    "T1071.001",
    "T1056.001"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1055.012",
      "name": "Process Injection: Process Hollowing",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1056.001",
      "name": "Input Capture: Keylogging",
      "tactic": "Collection"
    },
    {
      "id": "T1071.001",
      "name": "Application Layer Protocol: Web Protocols (Encrypted C2)",
      "tactic": "Command and Control"
    },
    {
      "id": "T1555",
      "name": "Credentials from Password Stores",
      "tactic": "Credential Access"
    }
  ],
  "containment_steps": [
    "Immediately isolate the infected endpoint from the network to sever the attacker's interactive control session and halt lateral movement.",
    "Assume all credentials typed on the machine or stored in local browsers have been stolen, and mandate immediate enterprise-wide password resets for the affected user.",
    "Perform a deep memory forensics analysis to extract the Cardinal payload and determine its exact C2 infrastructure for network-wide blocking.",
    "Do a thorough hunt across the environment for lateral movement, as the attacker likely used the RAT to compromise file shares or domain controllers."
  ],
  "what_to_avoid": [
    "Do not assume the attack is thwarted if an AV engine quarantines a dropper; the Cardinal RAT itself may already be running resident in memory.",
    "Avoid rebooting the machine before capturing a memory image, as the decrypted payload and critical forensic evidence will be lost."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}