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 "cl" and 
 action_process_image_command_line contains "/Trace") or 
 (action_process_image_command_line contains "clear-log" and 
 action_process_image_command_line contains "/Trace") or 
 (action_process_image_command_line contains "sl" and 
 action_process_image_command_line contains "/e:false") or 
 (action_process_image_command_line contains "set-log" and 
 action_process_image_command_line contains "/e:false") or 
 (action_process_image_command_line contains "logman" and 
 action_process_image_command_line contains "update" and 
 action_process_image_command_line contains "trace" and 
 action_process_image_command_line contains "--p" and 
 action_process_image_command_line contains "-ets") or 
 action_process_image_command_line contains "Remove-EtwTraceProvider" or 
 (action_process_image_command_line contains "Set-EtwTraceProvider" and 
 action_process_image_command_line contains "0x11")))