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_command_line in ("*~1.exe*", "*~1.bat*", "*~1.msi*", "*~1.vbe*", "*~1.vbs*", "*~1.dll*", "*~1.ps1*", "*~1.js*", "*~1.hta*", "*~2.exe*", "*~2.bat*", "*~2.msi*", "*~2.vbe*", "*~2.vbs*", "*~2.dll*", "*~2.ps1*", "*~2.js*", "*~2.hta*")) and 
 (not 
 ((actor_process_image_path in ("*\WebEx\WebexHost.exe", "*\thor\thor64.exe")) or 
 action_process_image_command_line contains "C:\xampp\vcredist\VCREDI~1.EXE"))))