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 
 ((actor_process_image_path contains "\svchost.exe" and 
 actor_process_command_line contains "-s WebClient" and 
 action_process_image_path contains "\rundll32.exe" and 
 action_process_image_command_line contains "C:\windows\system32\davclnt.dll,DavSetCookie" and 
 action_process_image_command_line ~= "://\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}") and 
 (not 
 (action_process_image_command_line in ("*://10.*", "*://192.168.*", "*://172.16.*", "*://172.17.*", "*://172.18.*", "*://172.19.*", "*://172.20.*", "*://172.21.*", "*://172.22.*", "*://172.23.*", "*://172.24.*", "*://172.25.*", "*://172.26.*", "*://172.27.*", "*://172.28.*", "*://172.29.*", "*://172.30.*", "*://172.31.*", "*://127.*", "*://169.254.*")))))