File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed
Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,14 @@ value = """
169169C:\\ Program Files\\ Microsoft Monitoring Agent\\ Agent\\ Health Service State\\ Monitoring Host Temporary
170170Files*\\ AvailabilityGroupMonitoring.ps1
171171"""
172+
173+ [rule .filters .meta ]
174+ negate = true
175+ [rule .filters .query .wildcard ."file .path" ]
176+ case_insensitive = true
177+ value = " ?:\\\\ ProgramData\\\\ Microsoft\\\\ Windows Defender Advanced Threat Protection\\\\ DataCollection\\\\ *"
178+
179+
172180[[rule .threat ]]
173181framework = " MITRE ATT&CK"
174182[[rule .threat .technique ]]
Original file line number Diff line number Diff line change 22creation_date = " 2021/10/14"
33integration = [" windows" ]
44maturity = " production"
5- updated_date = " 2025/03/20 "
5+ updated_date = " 2025/07/02 "
66
77[rule ]
88author = [" Elastic" ]
@@ -107,6 +107,14 @@ event.category:process and host.os.type:windows and
107107 )
108108'''
109109
110+ [[rule .filters ]]
111+
112+ [rule .filters .meta ]
113+ negate = true
114+ [rule .filters .query .wildcard ."file .path" ]
115+ case_insensitive = true
116+ value = " ?:\\\\ ProgramData\\\\ Microsoft\\\\ Windows Defender Advanced Threat Protection\\\\ DataCollection\\\\ *"
117+
110118
111119[[rule .threat ]]
112120framework = " MITRE ATT&CK"
Original file line number Diff line number Diff line change @@ -204,6 +204,14 @@ negate = true
204204[rule .filters .query .wildcard ."file .path" ]
205205case_insensitive = true
206206value = " ?:\\\\ Program Files\\\\ Microsoft Monitoring Agent\\\\ Agent\\\\ Health Service State\\\\ Monitoring Host Temporary Files*"
207+
208+ [rule .filters .meta ]
209+ negate = true
210+ [rule .filters .query .wildcard ."file .path" ]
211+ case_insensitive = true
212+ value = " ?:\\\\ ProgramData\\\\ Microsoft\\\\ Windows Defender Advanced Threat Protection\\\\ DataCollection\\\\ *"
213+
214+
207215[[rule .threat ]]
208216framework = " MITRE ATT&CK"
209217[[rule .threat .technique ]]
You can’t perform that action at this time.
0 commit comments