Added detection testing service results inRegsvr32 Silent and Install Param Dll Loading

This commit is contained in:
root
2021-11-11 18:07:24 +00:00
parent 41261c1c61
commit 081764a0dc
@@ -16,8 +16,8 @@ search: '| tstats `security_content_summariesonly` count min(_time) as firstTime
as lastTime from datamodel=Endpoint.Processes where `process_regsvr32` AND Processes.process="*/i*"
by Processes.dest Processes.parent_process Processes.process Processes.parent_process_name
Processes.process_name Processes.original_file_name Processes.user | `drop_dm_object_name(Processes)`
| `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)` | where match(process,"(?i)[\-|\/]s*")
| `regsvr32_silent_and_install_param_dll_loading_filter`'
| `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)` | where
match(process,"(?i)[\-|\/]s*") | `regsvr32_silent_and_install_param_dll_loading_filter`'
how_to_implement: To successfully implement this search you need to be ingesting information
on process that include the name of the process responsible for the changes from
your endpoints into the `Endpoint` datamodel in the `Processes` node. In addition,