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_path contains "\sc.exe" and 
 (action_process_image_command_line in ("*create*", "*config*")) and 
 (action_process_image_command_line contains "binPath" and 
 action_process_image_command_line contains "type" and 
 action_process_image_command_line contains "kernel")) and 
 (not 
 ((action_process_image_command_line contains "create netprotection_network_filter" and 
 action_process_image_command_line contains "type= kernel start= " and 
 action_process_image_command_line contains "binPath= System32\drivers\netprotection_network_filter" and 
 action_process_image_command_line contains "DisplayName= netprotection_network_filter" and 
 action_process_image_command_line contains "group= PNP_TDI tag= yes") or 
 (action_process_image_command_line contains "create avelam binpath=C:\Windows\system32\drivers\avelam.sys" and 
 action_process_image_command_line contains "type=kernel start=boot error=critical group=Early-Launch")))))