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 contains "\wermgr.exe" and 
 (action_process_image_path in ("*\cmd.exe", "*\cscript.exe", "*\ipconfig.exe", "*\mshta.exe", "*\net.exe", "*\net1.exe", "*\netstat.exe", "*\nslookup.exe", "*\powershell_ise.exe", "*\powershell.exe", "*\pwsh.exe", "*\regsvr32.exe", "*\rundll32.exe", "*\systeminfo.exe", "*\whoami.exe", "*\wscript.exe"))) and 
 (not 
 (action_process_image_path contains "\rundll32.exe" and 
 (action_process_image_command_line contains "C:\Windows\system32\WerConCpl.dll" and 
 action_process_image_command_line contains "LaunchErcApp ") and 
 (action_process_image_command_line in ("*-queuereporting*", "*-responsepester*"))))))