mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Added detection testing service results inRegsvr32 Silent and Install Param Dll Loading
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user