config case_sensitive = false | preset=xdr_file | filter event_type = ENUM.FILE and 
 (agent_os_type = ENUM.AGENT_OS_WINDOWS and 
 (((action_file_name contains "\inetpub\wwwroot\" and 
 (action_file_name in ("*.ashx*", "*.asp*", "*.ph*", "*.soap*"))) or 
 ((action_file_name in ("*\www\*", "*\htdocs\*", "*\html\*")) and 
 action_file_name contains ".ph")) and 
 (not 
 ((action_file_name in ("*\AppData\Local\Temp\*", "*\Windows\Temp\*")) or 
 actor_process_image_path = "System" or 
 action_file_name contains "\xampp"))))