mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Branch was auto-updated.
This commit is contained in:
@@ -11,7 +11,7 @@ description: This analytic will identify a suspicious PowerShell command used to
|
||||
campaign where it used Nirsofts advancedrun.exe to gain administrative privileges
|
||||
to then execute a PowerShell command to delete the Windows Defender folder. This
|
||||
is a good indicator the offending process is trying corrupt a Windows Defender installation.
|
||||
search: '`powershell` EventCode=4104 Message = "* rmdir *" OR Message = "*\\Microsoft\\Windows
|
||||
search: '`powershell` EventCode=4104 Message = "* rmdir *" AND Message = "*\\Microsoft\\Windows
|
||||
Defender*" | stats count min(_time) as firstTime max(_time) as lastTime by EventCode
|
||||
Message ComputerName User | `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)`
|
||||
| `powershell_remove_windows_defender_directory_filter`'
|
||||
|
||||
Reference in New Issue
Block a user