{
  "family": "manuscrypt",
  "sample_count": 2,
  "category": "trojan",
  "description": "Trojan:Win32/Manuscrypt (also known as Volgmer or FALLCHILL) is an extremely sophisticated malware family strongly associated with the North Korean state-sponsored APT group 'Lazarus' (Hidden Cobra). It is a highly customizable, modular implant designed for long-term espionage, data exfiltration, and maintaining persistent, covert access to high-value government, financial, and defense networks (`T1059.003`).<br><br><b>Understanding Manuscrypt (North Korean APT)</b><br>To an end-user, Manuscrypt is entirely invisible. For threat intelligence and incident response teams, detecting Manuscrypt is a critical emergency. It indicates a breach by a highly capable, well-resourced nation-state actor whose objectives may range from intellectual property theft to destructive attacks or financial heist (as seen in the SWIFT attacks).<br><br><b>Execution and Espionage Mechanics</b><br>Manuscrypt is deployed after initial access is gained (often via targeted spearphishing, exploiting internet-facing vulnerabilities, or watering hole attacks). It is characterized by heavy obfuscation, custom packing routines, and a modular architecture (`T1027.002`). It establishes persistence by disguiring itself as a legitimate Windows Service (often mimicking Microsoft Exchange or IIS services) (`T1543.003`). The malware communicates with its C2 infrastructure using custom, encrypted protocols over HTTP/HTTPS or via compromised proxy servers, blending in with legitimate traffic. It is capable of executing arbitrary commands (`T1059.003`), manipulating files, profiling the system, and deploying destructive modules if the actor chooses.<br><br><b>Indicators of Compromise & Impact</b><br>The impact is severe state-sponsored espionage and potential catastrophic damage. Host-based IoCs include EDR alerts for suspicious service creation, highly obfuscated DLLs loaded into legitimate processes (Process Injection), and the presence of custom, encrypted configuration files in the Windows directory. Network IoCs involve encrypted beacons to hardcoded, often compromised legitimate infrastructure (acting as C2 proxies), and anomalous SMB traffic if the actor is pivoting laterally.",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [],
  "enrichment_level": "expert-seo",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1071.001",
    "T1059.003",
    "T1543.003",
    "T1027.002"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-06-09",
  "mitre_attack_detail": [
    {
      "id": "T1543.003",
      "name": "Create or Modify System Process: Windows Service (Mimicking legitimate services for stealthy persistence)",
      "tactic": "Persistence"
    },
    {
      "id": "T1059.003",
      "name": "Command and Scripting Interpreter: Windows Command Shell (Remote execution capabilities)",
      "tactic": "Execution"
    },
    {
      "id": "T1027.002",
      "name": "Obfuscated Files or Information: Software Packing (Extensive use of custom packers to evade AV)",
      "tactic": "Defense Evasion"
    },
    {
      "id": "T1071.001",
      "name": "Application Layer Protocol: Web Protocols (C2 communication using custom encrypted payloads over HTTP/HTTPS)",
      "tactic": "Command and Control"
    }
  ],
  "containment_steps": [
    "Do not immediately shut down the machine; engage a specialized Incident Response (IR) team immediately. State-sponsored actors require careful handling to preserve volatile memory evidence.",
    "Capture a full live memory image (RAM dump) to extract the decrypted Manuscrypt modules, configurations, and C2 routing information.",
    "Isolate the endpoint at the network switch level to sever C2 communication while preserving the host state.",
    "Initiate a comprehensive, enterprise-wide threat hunt using the extracted IoCs to identify the full scope of the Lazarus Group's intrusion."
  ],
  "what_to_avoid": [
    "Do not assume the infection is limited to one machine; Manuscrypt is often just the beachhead for widespread lateral movement.",
    "Avoid standard remediation (wiping and reimaging) until the IR team has completed forensic data collection, as this destroys critical evidence of the APT's objectives."
  ],
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}