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 "\crushftp.exe" and 
 (((action_process_image_path in ("*\powershell.exe", "*\powershell_ise.exe", "*\pwsh.exe")) and 
 (action_process_image_command_line contains "IEX" and 
 action_process_image_command_line contains "enc" and 
 action_process_image_command_line contains "Hidden" and 
 action_process_image_command_line contains "bypass")) or 
 (action_process_image_path contains "\cmd.exe" and 
 (action_process_image_command_line in ("*/c powershell*", "*whoami*", "*net.exe*", "*net1.exe*"))) or 
 (action_process_image_path in ("*\bitsadmin.exe", "*\certutil.exe", "*\mshta.exe", "*\cscript.exe", "*\wscript.exe")))))