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 in ("*\wmiprvse.exe", "*\mmc.exe", "*\explorer.exe", "*\services.exe")) and 
 (action_process_image_command_line contains "cmd.exe" and 
 action_process_image_command_line contains "/Q" and 
 action_process_image_command_line contains "/c" and 
 action_process_image_command_line contains "\\127.0.0.1\" and 
 action_process_image_command_line contains "&1")) or 
 ((actor_process_command_line in ("*svchost.exe -k netsvcs*", "*taskeng.exe*")) and 
 (action_process_image_command_line contains "cmd.exe" and 
 action_process_image_command_line contains "/C" and 
 action_process_image_command_line contains "Windows\Temp\" and 
 action_process_image_command_line contains "&1"))))