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 contains "cmd.exe /C whoami" and 
 actor_process_image_path contains "C:\Temp\") or 
 ((actor_process_image_path in ("*\runonce.exe", "*\dllhost.exe")) and 
 (action_process_image_command_line contains "cmd.exe /c echo" and 
 action_process_image_command_line contains "> \\.\pipe")) or 
 ((actor_process_command_line contains "cmd.exe /C echo" and 
 actor_process_command_line contains " > \\.\pipe") and 
 action_process_image_command_line contains "conhost.exe 0xffffffff -ForceV1") or 
 (actor_process_command_line contains "/C whoami" and 
 action_process_image_command_line contains "conhost.exe 0xffffffff -ForceV1")))