Detection rules › Sigma
Disable Windows Defender Functionalities Via Registry Keys
Detects when attackers or tools disable Windows Defender functionalities via the Windows registry
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Defense Evasion | T1562.001 Impair Defenses: Disable or Modify Tools |
Event coverage
| Provider | Event ID | Title |
|---|---|---|
| Sysmon | 13 | RegistryEvent (Value Set) |
Stages and Predicates
Stage 1: selection_main
or:
TargetObject|contains: '\SOFTWARE\Microsoft\Windows Defender\'
TargetObject|contains: '\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\'
TargetObject|contains: '\SOFTWARE\Policies\Microsoft\Windows Defender\'
Stage 2: 1 of selection_dword_1
or:
TargetObject|endswith: '\DisableAntiSpyware'
TargetObject|endswith: '\DisableAntiVirus'
TargetObject|endswith: '\DisableBehaviorMonitoring'
TargetObject|endswith: '\DisableBlockAtFirstSeen'
TargetObject|endswith: '\DisableEnhancedNotifications'
TargetObject|endswith: '\DisableIOAVProtection'
TargetObject|endswith: '\DisableIntrusionPreventionSystem'
TargetObject|endswith: '\DisableOnAccessProtection'
TargetObject|endswith: '\DisableRealtimeMonitoring'
TargetObject|endswith: '\DisableScanOnRealtimeEnable'
TargetObject|endswith: '\DisableScriptScanning'
Details: 'DWORD (0x00000001)'
Stage 3: 1 of selection_dword_0
or:
TargetObject|endswith: '\DisallowExploitProtectionOverride'
TargetObject|endswith: '\Features\TamperProtection'
TargetObject|endswith: '\MpEngine\MpEnablePus'
TargetObject|endswith: '\PUAProtection'
TargetObject|endswith: '\Signature Update\ForceUpdateFromMU'
TargetObject|endswith: '\SpyNet\SpynetReporting'
TargetObject|endswith: '\SpyNet\SubmitSamplesConsent'
TargetObject|endswith: '\Windows Defender Exploit Guard\Controlled Folder Access\EnableControlledFolderAccess'
Details: 'DWORD (0x00000000)'
Stage 4: not 1 of filter_optional_symantec
Image|endswith: '\sepWscSvc64.exe'
Image|startswith: 'C:\Program Files\Symantec\Symantec Endpoint Protection\'
Indicators
Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.
| Field | Kind | Values |
|---|---|---|
Details | eq |
|
Image | ends_with |
|
Image | starts_with |
|
TargetObject | ends_with |
|
TargetObject | match |
|