Added filter macro

This commit is contained in:
pyth0n1c
2022-03-25 13:26:16 -07:00
committed by GitHub
parent c8a52601c6
commit 9e2e09a168
2 changed files with 3750 additions and 3338 deletions
@@ -13,7 +13,7 @@ search: '| tstats `security_content_summariesonly` count min(_time) as firstTime
by Processes.dest Processes.user Processes.parent_process Processes.parent_process_name Processes.process_name Processes.process Processes.process_id Processes.parent_process_id Processes.process_path
| `drop_dm_object_name(Processes)`
| `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)`
| `windows_indirect_command_execution_via_pcaluafilter`'
| `windows_indirect_command_execution_via_pcalua_filter`'
how_to_implement: To successfully implement this search, you need to be ingesting
logs with the full process path in the process field of CIM's Process data model.
If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
+3749 -3337
View File
File diff suppressed because it is too large Load Diff