mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Update detect_renamed_winrar.yml
This commit is contained in:
@@ -14,7 +14,7 @@ description: The following analtyic identifies renamed instances of `WinRAR.exe`
|
||||
this is `WinRAR`. Review parallel processes and file modifications.
|
||||
search: ' | tstats `security_content_summariesonly` count min(_time) as firstTime max(_time)
|
||||
as lastTime from datamodel=Endpoint.Processes where Processes.original_file_name=WinRAR.exe
|
||||
AND Processes.process_name!=rar.exe Processes.process_name!=winrar.exe by Processes.dest Processes.user Processes.parent_process_name
|
||||
Processes.process_name!=rar.exe Processes.process_name!=winrar.exe by Processes.dest Processes.user Processes.parent_process_name
|
||||
Processes.process_name Processes.process Processes.process_id Processes.parent_process_id
|
||||
Processes.original_file_name | `drop_dm_object_name(Processes)` | `security_content_ctime(firstTime)`
|
||||
| `security_content_ctime(lastTime)`
|
||||
|
||||
Reference in New Issue
Block a user