Skip to content

Commit 5938780

Browse files
authored
Update defense_evasion_microsoft_defender_tampering.toml
1 parent 51826ed commit 5938780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/windows/defense_evasion_microsoft_defender_tampering.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2021/10/18"
33
integration = ["endpoint", "windows", "m365_defender", "sentinel_one_cloud_funnel"]
44
maturity = "production"
5-
updated_date = "2025/03/20"
5+
updated_date = "2025/03/27"
66

77
[rule]
88
author = ["Austin Songer"]
@@ -99,7 +99,7 @@ registry where host.os.type == "windows" and event.type == "change" and process.
9999
) and registry.data.strings : ("0", "0x00000000")
100100
) or
101101
(
102-
registry.path : (
102+
registry.value : (
103103
"DisableAntiSpyware", "DisableRealtimeMonitoring", "DisableIntrusionPreventionSystem", "DisableScriptScanning",
104104
"DisableIOAVProtection", "DisableEnhancedNotifications", "DisableBlockAtFirstSeen", "DisableBehaviorMonitoring"
105105
) and registry.data.strings : ("1", "0x00000001")

0 commit comments

Comments
 (0)