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 in ("*\caddy.exe", "*\httpd.exe", "*\nginx.exe", "*\php-cgi.exe", "*\w3wp.exe", "*\ws_tomcatservice.exe")) or 
 ((actor_process_image_path in ("*\java.exe", "*\javaw.exe")) and 
 (actor_process_image_path in ("*-tomcat-*", "*\tomcat*"))) or 
 ((actor_process_image_path in ("*\java.exe", "*\javaw.exe")) and 
 (action_process_image_command_line in ("*catalina.jar*", "*CATALINA_HOME*")))) and 
 ((action_process_image_command_line contains "rundll32" and 
 action_process_image_command_line contains "comsvcs") or 
 (action_process_image_command_line contains " -hp" and 
 action_process_image_command_line contains " a " and 
 action_process_image_command_line contains " -m") or 
 (action_process_image_command_line contains "net" and 
 action_process_image_command_line contains " user " and 
 action_process_image_command_line contains " /add") or 
 (action_process_image_command_line contains "net" and 
 action_process_image_command_line contains " localgroup " and 
 action_process_image_command_line contains " administrators " and 
 action_process_image_command_line contains "/add") or 
 (action_process_image_path in ("*\ntdsutil.exe", "*\ldifde.exe", "*\adfind.exe", "*\procdump.exe", "*\Nanodump.exe", "*\vssadmin.exe", "*\fsutil.exe")) or 
 (action_process_image_command_line in ("* -decode *", "* -NoP *", "* -W Hidden *", "* /decode *", "* /ticket:*", "* sekurlsa*", "*.dmp full*", "*.downloadfile(*", "*.downloadstring(*", "*FromBase64String*", "*process call create*", "*reg save *", "*whoami /priv*")))))