mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Update add_or_set_windows_defender_exclusion.yml
This commit is contained in:
@@ -6,11 +6,10 @@ author: Teoderick Contreras, Splunk
|
||||
type: TTP
|
||||
datamodel:
|
||||
- Endpoint
|
||||
description: This analytic will detect a suspicious process commandline related to
|
||||
windows defender exclusion feature. This command is abused by adversaries, malware
|
||||
author and red teams to bypassed Windows Defender Anti-Virus product by excluding folder
|
||||
path, file path, process, extensions and etc. from its real time or schedule scan
|
||||
to execute their malicious code. This is a good indicator for defense evasion and
|
||||
description: This analytic will detect a suspicious process command-line related to windows defender exclusion feature.
|
||||
This command is abused by adversaries, malware authors and red teams to bypass Windows Defender Antivirus products
|
||||
by excluding folder path, file path, process, extensions and etc.
|
||||
From its real time or schedule scan to execute their malicious code. This is a good indicator for defense evasion and
|
||||
to look further for events after this behavior.
|
||||
search: '| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time)
|
||||
as lastTime from datamodel=Endpoint.Processes where (Processes.process = "*Add-MpPreference
|
||||
|
||||
Reference in New Issue
Block a user