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 "--password-file" and 
 action_process_image_command_line contains "init" and 
 action_process_image_command_line contains " -r ") or 
 (action_process_image_command_line contains "--use-fs-snapshot" and 
 action_process_image_command_line contains "backup" and 
 action_process_image_command_line contains " -r ")) or 
 ((action_process_image_command_line in ("*sftp:*", "*rest:http*", "*s3:s3.*", "*s3.http*", "*azure:*", "* gs:*", "*rclone:*", "*swift:*", "* b2:*")) and 
 (action_process_image_command_line contains " init " and 
 action_process_image_command_line contains " -r "))))