{
  "family": "doubleagent",
  "sample_count": 1,
  "category": "advanced_threat",
  "description": "<h3>Executive Summary</h3>\nDoubleAgent is not a traditional malware family, but rather a highly sophisticated, open-source code injection and persistence technique. It exploits a legitimate feature of the Windows operating system—the Application Verifier—to inject a malicious DLL into *any* process during its initialization. While originally documented by researchers as a proof-of-concept, the DoubleAgent technique is actively abused by advanced threat actors and APT groups to establish completely invisible persistence and bypass next-generation endpoint security controls.\n\n<h3>Technical Architecture and Exploitation</h3>\nThe Windows Application Verifier is a developer tool designed to monitor applications for memory corruption and handle leaks. It works by loading a specific \"verifier provider DLL\" into the target process as it starts.\n\nThe DoubleAgent technique abuses this mechanism:\n<ul>\n<li><strong>Registry Manipulation:</strong> The attacker modifies a specific, legitimate Windows Registry key (`HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options\\<TargetProcess.exe>`). They create a subkey named `VerifierDlls` and point it to their malicious DLL payload.</li>\n<li><strong>Universal Injection:</strong> Once the registry key is set, the Windows OS itself will automatically load the attacker's malicious DLL into the target process (e.g., `explorer.exe`, `chrome.exe`, or even the antivirus engine's process like `MsMpEng.exe`) every single time that process is launched.</li>\n<li><strong>Absolute Stealth:</strong> Because the injection is performed natively by the OS loader *before* the application even begins executing its own code, traditional antivirus hooks and user-mode EDR agents are completely blind to the injection.</li>\n</ul>\n\n<h3>Threat Impact</h3>\nThe DoubleAgent technique is a critical threat. It allows an attacker to gain full control over any application on the system. By injecting into the antivirus process itself, the attacker can silently neutralize the endpoint's primary defense mechanism, rendering it incapable of detecting subsequent malicious activity.\n\n<h3>Defense and Resilience Strategies</h3>\n<ul>\n<li><strong>Registry Monitoring (FIM):</strong> Traditional file scanning cannot stop DoubleAgent. Defenses must rely on strict File Integrity Monitoring (FIM) and EDR rules that monitor the `Image File Execution Options` (IFEO) registry keys for unauthorized modifications.</li>\n<li><strong>Protected Processes:</strong> Utilize Windows Protected Process Light (PPL) technology. Processes running as PPL (which should include enterprise EDR agents) prevent unsigned or unauthorized DLLs from being loaded, even via the Application Verifier mechanism.</li>\n<li><strong>Privilege Management:</strong> The initial execution of the DoubleAgent technique requires administrative privileges to modify the HKLM registry hive. Enforcing the Principle of Least Privilege (PoLP) and strict UAC controls prevents the initial registry modification required to set up the attack.</li>\n</ul>",
  "cta": "Published by the SystemHelpdesk team.",
  "aliases": [
    "HackTool.DoubleAgent",
    "Exploit.ApplicationVerifier",
    "Riskware.DoubleAgent"
  ],
  "enrichment_level": "insufficient_information",
  "faq": [],
  "faq_count": 0,
  "mitre_attack": [
    "T1546.012",
    "T1055.001",
    "T1562.001"
  ],
  "cisa_advisory": null,
  "last_updated": "2026-07-01T16:42:48Z",
  "type": "HackTool / Exploit Technique",
  "target_industries": [
    "Global / Opportunistic"
  ],
  "motivation": "Opportunistic",
  "threat_actors": [
    "Unknown / Cybercriminal"
  ],
  "target_geographies": [
    "Global"
  ]
}