Skip to content
Threat Feed
low advisory

Modification of Internet Explorer Registry Settings for Persistence

Detection of unauthorized modifications to Internet Explorer registry keys, which can be leveraged by attackers for persistence or defense impairment.

This brief addresses the risk of attackers modifying Internet Explorer (IE) registry keys under the path HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings. While IE is largely deprecated, these registry paths are still utilized by various Windows components for managing zones, proxy settings, and security policies. Attackers may abuse these keys to add malicious domains to the Trusted Sites zone, effectively lowering security restrictions for specific websites, or inject JavaScript via registry values to achieve persistence or execute code within the context of applications that rely on these settings. This activity is often part of a broader post-exploitation phase to maintain access or modify the security posture of an endpoint.

Impact

Successful exploitation allows attackers to bypass security boundaries, maintain persistence across reboots, and execute scripts in the context of authorized processes that reference these registry settings. This can facilitate further credential theft, data exfiltration, or secondary stage malware execution.

Recommendation

  1. Deploy the provided Sigma rule to detect anomalous registry modifications in the Internet Settings path.
  2. Implement an allowlist for known-good configuration tools and processes that modify these registry keys.
  3. Enable Sysmon or Windows Event Log auditing (Event ID 13) for registry value set operations.

Threat Hunt

Identify non-browser processes modifying Internet Settings registry keys

T1112 medium medium confidence hunt now

Data: Registry modification logs with process image path

Detection coverage 1

Detect Modification of IE Registry Settings

low

Detects non-standard modifications to Internet Explorer registry settings potentially used for persistence or defense impairment

sigma tactics: defense-impairment, persistence techniques: T1112 sources: registry_set, windows

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