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 "txt:" and 
 ((action_process_image_command_line contains "type " and 
 action_process_image_command_line contains " > ") or 
 (action_process_image_command_line contains "makecab " and 
 action_process_image_command_line contains ".cab") or 
 (action_process_image_command_line contains "reg " and 
 action_process_image_command_line contains " export ") or 
 (action_process_image_command_line contains "regedit " and 
 action_process_image_command_line contains " /E ") or 
 (action_process_image_command_line contains "esentutl " and 
 action_process_image_command_line contains " /y " and 
 action_process_image_command_line contains " /d " and 
 action_process_image_command_line contains " /o "))))