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 "\Windows\Installer\" and 
 action_process_image_path contains "msi") and 
 action_process_image_path contains "tmp") or 
 (action_process_image_path contains "\msiexec.exe" and 
 (action_process_integrity_level in ("System", "S-1-16-16384")))) and 
 (action_process_username in ("*AUTHORI*", "*AUTORI*")) and 
 (not 
 (actor_process_image_path = "C:\Windows\System32\services.exe" or 
 (action_process_image_command_line contains "\system32\msiexec.exe /V" or 
 actor_process_command_line contains "\system32\msiexec.exe /V") or 
 actor_process_image_path contains "C:\ProgramData\Sophos\" or 
 actor_process_image_path contains "C:\ProgramData\Avira\" or 
 (actor_process_image_path in ("C:\Program Files\Avast Software\*", "C:\Program Files (x86)\Avast Software\*")) or 
 (actor_process_image_path in ("C:\Program Files\Google\Update\*", "C:\Program Files (x86)\Google\Update\*"))))))