Skip to content
Threat Feed
medium advisory

Modification of Registry Autorun Keys in Wow6432Node

Detection of registry modifications targeting Autostart Extensibility Points within the Wow6432Node hive, a common technique for achieving persistence on Windows systems.

This threat brief focuses on the exploitation of registry-based Autostart Extensibility Points (ASEPs) within the Wow6432Node branch of the Windows Registry. Attackers frequently modify these keys to ensure malicious code, DLLs, or binaries are executed automatically upon system startup or process initialization. By targeting the Wow6432Node subtree, adversaries can influence 32-bit applications running on 64-bit Windows environments. Monitoring these keys is critical for identifying unauthorized persistence mechanisms. This behavior is documented in T1547.001 and is commonly tracked via security tools like Sysinternals Autoruns. Defenders must monitor modifications to keys such as AppInit_Dlls, Image File Execution Options, and Drivers32 to detect potential unauthorized persistence or privilege escalation attempts.

Impact

Successful modification of these registry keys allows an attacker to achieve persistence, execute malicious code with the permissions of the targeted process or user session, and potentially escalate privileges. This technique is a staple in malware families and post-exploitation toolkits that rely on system-level autorun mechanisms to maintain long-term access to compromised endpoints.

Recommendation

Deploy the provided Sigma rule to detect modifications to sensitive registry keys within the Wow6432Node hive. Monitor for spikes in registry activity related to these keys, particularly from unexpected parent processes, and integrate findings with endpoint detection and response (EDR) platforms to perform root cause analysis on the initiating process.


Immediate actions

Deploy registry monitoring rules to detect modifications to ASEP keys

Detection Engineering 48h

Threat Hunt

Search for non-standard DLLs or binaries referenced in Registry Autorun keys

T1547.001 medium medium confidence convert to detection

Data: Registry modification logs

Detection coverage 1

Detect Registry Autorun Modification in Wow6432Node

medium

Detects modification of autostart extensibility point (ASEP) in registry under Wow6432Node

sigma tactics: persistence, privilege-escalation techniques: T1547.001 sources: registry_set, windows

Detection queries are available on the platform. Get full rules →