config case_sensitive = false | preset=xdr_process | filter (event_type = ENUM.PROCESS and 
 event_sub_type = ENUM.PROCESS_START) and 
 (agent_os_type = ENUM.AGENT_OS_WINDOWS and 
 (((action_process_image_path contains "\WerFault.exe" and 
 action_process_image_command_line contains "WerFault.exe") or 
 (action_process_image_path contains "\rundll32.exe" and 
 action_process_image_command_line contains "rundll32.exe") or 
 (action_process_image_path contains "\regsvcs.exe" and 
 action_process_image_command_line contains "regsvcs.exe") or 
 (action_process_image_path contains "\regasm.exe" and 
 action_process_image_command_line contains "regasm.exe") or 
 (action_process_image_path contains "\regsvr32.exe" and 
 action_process_image_command_line contains "regsvr32.exe")) and 
 (not 
 ((actor_process_image_path contains "\AppData\Local\Microsoft\EdgeUpdate\Install\{" and 
 action_process_image_path contains "\rundll32.exe" and 
 action_process_image_command_line contains "rundll32.exe") or 
 ((actor_process_image_path in ("*\AppData\Local\BraveSoftware\Brave-Browser\Application\*", "*\AppData\Local\Google\Chrome\Application\*")) and 
 actor_process_image_path contains "\Installer\setup.exe" and 
 actor_process_command_line contains "--uninstall " and 
 action_process_image_path contains "\rundll32.exe" and 
 action_process_image_command_line contains "rundll32.exe")))))