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 "Microsoft\Windows\CurrentVersion\Run" and 
 action_process_image_command_line contains "C:\users\Public\") or 
 (action_process_image_command_line contains "del /s /f /q c:\" and 
 action_process_image_command_line contains "\*.bac" and 
 action_process_image_command_line contains "\*.bak" and 
 action_process_image_command_line contains "\*.bkf") or 
 ((action_process_image_path in ("*\net.exe", "*\net1.exe")) and 
 (action_process_image_command_line contains " stop " and 
 action_process_image_command_line contains " /y") and 
 (action_process_image_command_line in ("*samss*", "*audioendpointbuilder*", "*unistoresvc_*", "*AcrSch2Svc*")))))