From d13b923f91caebedfaf0ee53cc56508fa5972e2a Mon Sep 17 00:00:00 2001 From: mhaag-spl <5632822+MHaggis@users.noreply.github.com> Date: Wed, 11 Aug 2021 10:26:48 -0600 Subject: [PATCH] Update detect_renamed_winrar.yml --- detections/endpoint/detect_renamed_winrar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detections/endpoint/detect_renamed_winrar.yml b/detections/endpoint/detect_renamed_winrar.yml index 2b6d0b7ea6..e233131ac4 100644 --- a/detections/endpoint/detect_renamed_winrar.yml +++ b/detections/endpoint/detect_renamed_winrar.yml @@ -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)`