mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
conti_leak
This commit is contained in:
@@ -15,7 +15,7 @@ search: '`powershell` EventCode=4104 Message = "*CreateInstance([type]::GetTypeF
|
||||
as firstTime max(_time) as lastTime by EventCode Message ComputerName User
|
||||
| `security_content_ctime(firstTime)`
|
||||
| `security_content_ctime(lastTime)`
|
||||
| `execute_com_object_in_powershell_filter`'
|
||||
| `powershell_execute_com_object_filter`'
|
||||
how_to_implement: To successfully implement this search, you need to be ingesting
|
||||
logs with the process name, parent process, and command-line executions from your
|
||||
endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the
|
||||
|
||||
Reference in New Issue
Block a user