- How do SOC analysts detect Modify Registry?
- Detection centers on XDR, SIEM telemetry for the defense evasion phase of the attack. Monitor high-value registry key modifications including security policy settings, Windows Defender configuration, audit policy keys, and network configuration settings that attackers commonly modify to weaken defenses. Alert on processes writing binary data or encoded content to registry values in unusual locations, as malware frequently stores encrypted payloads in registry keys to avoid writing files to disk where they could be scanned.
- What does a Modify Registry alert look like?
- A representative XDR detection is "LSA Protection Disabled via Registry Modification" (critical severity): Registry modification detected: HKLM\SYSTEM\CurrentControlSet\Control\Lsa\RunAsPPL changed from 1 to 0, disabling LSASS protected process mode. This protection prevents credential dumping tools from reading LSASS memory. The modification was made by a process running with kernel privileges immediately after a suspicious driver was loaded, indicating the attacker disabled this protection specifically to enable subsequent credential dumping with Mimikatz or similar tools.
- Which tools detect Modify Registry, and how can I practice?
- Modify Registry (T1112) is best surfaced with XDR, SIEM telemetry, which exposes the defense evasion signals described above. Practice detecting it on those exact consoles in SOCSimulator Operations, free.