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 "\PDQDeployRunner-" and 
 ((action_process_image_path in ("*\bash.exe", "*\certutil.exe", "*\cmd.exe", "*\csc.exe", "*\cscript.exe", "*\dllhost.exe", "*\mshta.exe", "*\msiexec.exe", "*\regsvr32.exe", "*\rundll32.exe", "*\scriptrunner.exe", "*\wmic.exe", "*\wscript.exe", "*\wsl.exe")) or 
 (action_process_image_path in ("*:\ProgramData\*", "*:\Users\Public\*", "*:\Windows\TEMP\*", "*\AppData\Local\Temp*")) or 
 (action_process_image_command_line in ("* -decode *", "* -enc *", "* -encodedcommand *", "* -w hidden*", "*DownloadString*", "*FromBase64String*", "*http*", "*iex *", "*Invoke-*")))))