Disable Internal Tools or Feature in Registry
Detects registry modifications that change features of internal Windows tools (malware like Agent Tesla uses this technique)
Sigma rule (View on GitHub)
1title: Disable Internal Tools or Feature in Registry
2id: e2482f8d-3443-4237-b906-cc145d87a076
3status: test
4description: Detects registry modifications that change features of internal Windows tools (malware like Agent Tesla uses this technique)
5references:
6 - https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1112/T1112.md
7 - https://www.mandiant.com/resources/unc2165-shifts-to-evade-sanctions
8 - https://blogs.vmware.com/security/2022/11/batloader-the-evasive-downloader-malware.html
9 - https://www.malwarebytes.com/blog/detections/pum-optional-nodispbackgroundpage
10 - https://www.malwarebytes.com/blog/detections/pum-optional-nodispcpl
11 - https://bazaar.abuse.ch/sample/7bde840c7e8c36dce4c3bac937bcf39f36a6f118001b406bfbbc25451ce44fb4/
12author: frack113, Nasreddine Bencherchali (Nextron Systems), CrimpSec
13date: 2022-03-18
14modified: 2025-06-04
15tags:
16 - attack.persistence
17 - attack.defense-evasion
18 - attack.t1112
19logsource:
20 category: registry_set
21 product: windows
22detection:
23 selection_set_1:
24 TargetObject|endswith:
25 - 'SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisableCMD'
26 - 'SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoControlPanel'
27 - 'SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoRun'
28 - 'SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\StartMenuLogOff'
29 - 'SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\DisableChangePassword'
30 - 'SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\DisableLockWorkstation'
31 - 'SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools'
32 - 'SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskmgr'
33 - 'SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\NoDispBackgroundPage'
34 - 'SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\NoDispCPL'
35 - 'SOFTWARE\Policies\Microsoft\Windows\Explorer\DisableNotificationCenter'
36 - 'SOFTWARE\Policies\Microsoft\Windows\System\DisableCMD'
37 Details: 'DWORD (0x00000001)'
38 selection_set_0:
39 TargetObject|endswith:
40 - 'SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\ConsentPromptBehaviorAdmin'
41 - 'Software\Microsoft\Windows\CurrentVersion\Policies\System\InactivityTimeoutSecs'
42 - 'SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\shutdownwithoutlogon'
43 - 'SOFTWARE\Microsoft\Windows\CurrentVersion\PushNotifications\ToastEnabled'
44 - 'SYSTEM\CurrentControlSet\Control\Storage\Write Protection'
45 - 'SYSTEM\CurrentControlSet\Control\StorageDevicePolicies\WriteProtect'
46 Details: 'DWORD (0x00000000)'
47 condition: 1 of selection_set_*
48falsepositives:
49 - Legitimate admin script
50level: medium
References
Related rules
- Activate Suppression of Windows Security Center Notifications
- Add DisallowRun Execution to Registry
- Allow RDP Remote Assistance Feature
- Blackbyte Ransomware Registry
- Blue Mockingbird