config case_sensitive = false | preset=xdr_file | filter event_type = ENUM.FILE and 
 (agent_os_type = ENUM.AGENT_OS_WINDOWS and 
 ((action_file_name ~= "(?i)\\(venv|python(.+)?)\\lib\\site-packages\\" and 
 action_file_name contains ".pth") and 
 (not 
 (actor_process_image_path contains "\python.exe" and 
 (action_file_name in ("*\pywin32.pth", "*\distutils-precedence.pth"))))))