config case_sensitive = false | preset=xdr_file | filter event_type = ENUM.FILE and 
 (agent_os_type = ENUM.AGENT_OS_WINDOWS and 
 ((((action_file_name in ("*.exe", "*.iso", "*.rar", "*.svg", "*.zip")) and 
 (action_file_name in ("*.doc.*", "*.docx.*", "*.gif.*", "*.jpeg.*", "*.jpg.*", "*.mp3.*", "*.mp4.*", "*.pdf.*", "*.png.*", "*.ppt.*", "*.pptx.*", "*.rtf.*", "*.svg.*", "*.txt.*", "*.xls.*", "*.xlsx.*"))) or 
 (action_file_name in ("*.rar.exe", "*.zip.exe"))) and 
 (not 
 action_file_name contains "/usr/share/icons/")))