{
  "family": "zebrocy",
  "sample_count": 11,
  "category": "trojan",
  "description": "Trojan:Win32/Zebrocy (also known as Sednit or associated with Sofacy) is a highly customized, multi-language malware toolset used almost exclusively by **APT28 (Fancy Bear)**, a sophisticated threat group attributed to the Russian General Staff Main Intelligence Directorate (GRU). Zebrocy serves primarily as a downloader, reconnaissance tool, and backdoor, used to profile infected systems, steal credentials, and deploy next-stage espionage tools (like X-Agent) on high-value targets.<br><br><b>Understanding Zebrocy (APT28 Toolset)</b><br>To the victim, the infection is entirely invisible, often beginning with a highly tailored spearphishing email regarding geopolitical events. For a threat intelligence analyst, a Zebrocy detection is a critical national security incident. It indicates that the organization is actively being targeted by a top-tier Russian military intelligence unit. Zebrocy is notable for being rewritten frequently in different programming languages (Delphi, AutoIt, C++, Nim, Go, Python) to evade static detection and confuse analysts.<br><br><b>Execution and Espionage Mechanics</b><br>APT28 typically distributes Zebrocy via highly targeted spearphishing (`T1566.001`). The emails contain weaponized attachments (Office documents with macros, or LNK files within archives) (`T1204.002`). When executed, the dropper establishes persistence, often via Registry Run keys or Scheduled Tasks (`T1547.001`). The core Zebrocy module then performs extensive system profiling: it enumerates running processes, installed software, and network configuration (`T1082`, `T1057`). It actively searches for and steals credentials from web browsers, email clients (Outlook), and FTP clients (`T1555`). This reconnaissance data and the stolen credentials are exfiltrated to the C2 server (often compromised, legitimate websites) via HTTP/HTTPS POST requests (`T1041`). If the target is deemed valuable, the C2 server sends the secondary, highly persistent backdoor (X-Agent).<br><br><b>Indicators of Compromise & Impact</b><br>The impact is the devastating compromise of sensitive intelligence, diplomatic communications, or defense secrets. EDR platforms may flag the initial document dropping anomalous executables. Incident responders must look for the distinct system profiling commands (like `systeminfo`, `tasklist`) spawned rapidly in the background. Network logs will show HTTP POST requests containing encrypted, base64-encoded system profiles sent to compromised third-party domains.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1105",
    "T1555",
    "T1082",
    "T1566.001",
    "T1041"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1566.001",
      "name": "Phishing: Spearphishing Attachment",
      "tactic": "Initial Access"
    },
    {
      "id": "T1082",
      "name": "System Information Discovery (Extensive Profiling)",
      "tactic": "Discovery"
    },
    {
      "id": "T1555",
      "name": "Credentials from Password Stores (Browser/Email theft)",
      "tactic": "Credential Access"
    },
    {
      "id": "T1041",
      "name": "Exfiltration Over C2 Channel",
      "tactic": "Exfiltration"
    },
    {
      "id": "T1105",
      "name": "Ingress Tool Transfer (Downloading X-Agent)",
      "tactic": "Command and Control"
    }
  ],
  "containment_steps": [
    "Instantly isolate the endpoint; an active Zebrocy infection means a highly skilled nation-state actor (GRU) has breached the perimeter.",
    "Assume all local credentials, browser passwords, and sensitive documents on the machine have been stolen. Enforce immediate password resets.",
    "Do not attempt a standard remediation; capture a full memory dump and forensic disk image for advanced incident response.",
    "Perform a complete bare-metal wipe and reinstall of the operating system; APT actors utilize highly advanced, undocumented persistence mechanisms."
  ],
  "what_to_avoid": [
    "Do not assume the attack is over if Zebrocy is quarantined; the group may have already deployed secondary backdoors (X-Agent) or stolen credentials for VPN access.",
    "Avoid tipping off the adversary; if you suspect an APT28 intrusion, coordinate with specialized incident response teams before taking noisy containment actions."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}