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 
 ((actor_process_image_path in ("*\wscript.exe", "*\cscript.exe")) and 
 (action_process_image_path contains "\rundll32.exe" or 
 ((action_process_image_path in ("*\cmd.exe", "*\powershell.exe", "*\pwsh.exe")) and 
 ((action_process_image_command_line contains "mshta" and 
 action_process_image_command_line contains "http") or 
 (action_process_image_command_line in ("*rundll32*", "*regsvr32*", "*msiexec*"))))) and 
 (not 
 (action_process_image_path contains "\rundll32.exe" and 
 (action_process_image_command_line in ("*UpdatePerUserSystemParameters*", "*PrintUIEntry*", "*ClearMyTracksByProcess*"))))))