Restricting registry permissions involves configuring access control settings for sensitive registry keys and hives to ensure that only authorized users or processes can make modifications. By limiting access, organizations can prevent unauthorized changes that adversaries might use for persistence, privilege escalation, or defense evasion. This mitigation can be implemented through the following measures:
Review and Adjust Permissions on Critical Keys
Run
, RunOnce
, and Services
to ensure only authorized users have write access.icacls
or PowerShell
to automate permission adjustments.Enable Registry Auditing
auditpol /set /subcategory:"Registry" /success:enable /failure:enable
Protect Credential-Related Hives
SAM
,SECURITY
, and SYSTEM
to prevent credential dumping or other unauthorized access.Restrict Registry Editor Usage
Deploy Baseline Configuration Tools
Tools for Implementation
Registry Permission Tools:
Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows\CurrentVersion\Run" -Name "KeyName" -Value "Value"
Monitoring Tools:
Policy Management Tools:
Domain | ID | Name | Use | |
---|---|---|---|---|
Enterprise | T1547 | .003 | Boot or Logon Autostart Execution: Time Providers |
Consider using Group Policy to configure and block modifications to W32Time parameters in the Registry. [1] |
Enterprise | T1037 | Boot or Logon Initialization Scripts |
Ensure proper permissions are set for Registry hives to prevent users from modifying keys for logon scripts that may lead to persistence. |
|
.001 | Logon Script (Windows) |
Ensure proper permissions are set for Registry hives to prevent users from modifying keys for logon scripts that may lead to persistence. |
||
Enterprise | T1574 | Hijack Execution Flow |
Ensure proper permissions are set for Registry hives to prevent users from modifying keys for system components that may lead to privilege escalation. |
|
.011 | Services Registry Permissions Weakness |
Ensure proper permissions are set for Registry hives to prevent users from modifying keys for system components that may lead to privilege escalation. |
||
.012 | COR_PROFILER |
Ensure proper permissions are set for Registry hives to prevent users from modifying keys associated with COR_PROFILER. |
||
Enterprise | T1562 | Impair Defenses |
Ensure proper Registry permissions are in place to prevent adversaries from disabling or interfering with security/logging services. |
|
.001 | Disable or Modify Tools |
Ensure proper Registry permissions are in place to prevent adversaries from disabling or interfering with security services. |
||
.002 | Disable Windows Event Logging |
Ensure proper Registry permissions are in place to prevent adversaries from disabling or interfering logging. The addition of the MiniNT registry key disables Event Viewer.[2] |
||
.004 | Disable or Modify System Firewall |
Ensure proper Registry permissions are in place to prevent adversaries from disabling or modifying firewall settings. |
||
Enterprise | T1070 | .007 | Indicator Removal: Clear Network Connection History and Configurations |
Protect generated event files and logs that are stored locally with proper permissions and authentication and limit opportunities for adversaries to increase privileges by preventing Privilege Escalation opportunities. |
Enterprise | T1556 | Modify Authentication Process |
Restrict Registry permissions to disallow the modification of sensitive Registry keys such as |
|
.008 | Network Provider DLL |
Restrict Registry permissions to disallow the modification of sensitive Registry keys such as |
||
Enterprise | T1112 | Modify Registry |
Ensure proper permissions are set for Registry hives to prevent users from modifying keys for system components that may lead to privilege escalation. |
|
Enterprise | T1505 | Server Software Component |
Consider using Group Policy to configure and block modifications to service and other critical server parameters in the Registry.[3] |
|
.005 | Terminal Services DLL |
Consider using Group Policy to configure and block modifications to Terminal Services parameters in the Registry.[3] |
||
Enterprise | T1489 | Service Stop |
Ensure proper registry permissions are in place to inhibit adversaries from disabling or interfering with critical services. |
|
Enterprise | T1553 | Subvert Trust Controls |
Ensure proper permissions are set for Registry hives to prevent users from modifying keys related to SIP and trust provider components. Components may still be able to be hijacked to suitable functions already present on disk if malicious modifications to Registry keys are not prevented. |
|
.003 | SIP and Trust Provider Hijacking |
Ensure proper permissions are set for Registry hives to prevent users from modifying keys related to SIP and trust provider components. Components may still be able to be hijacked to suitable functions already present on disk if malicious modifications to Registry keys are not prevented. |
||
.006 | Code Signing Policy Modification |
Ensure proper permissions are set for the Registry to prevent users from modifying keys related to code signing policies. |