config case_sensitive = false | preset=xdr_file | filter event_type = ENUM.FILE and 
 (agent_os_type = ENUM.AGENT_OS_WINDOWS and 
 (((actor_process_image_path in ("*\excel.exe", "*\msaccess.exe", "*\mspub.exe", "*\powerpnt.exe", "*\visio.exe", "*\winword.exe")) and 
 (action_file_name in ("*.bat", "*.cmd", "*.com", "*.dll", "*.exe", "*.hta", "*.ocx", "*.proj", "*.ps1", "*.scf", "*.scr", "*.sys", "*.vbe", "*.vbs", "*.wsf", "*.wsh"))) and 
 (not 
 (action_file_name contains "\AppData\Local\assembly\tmp\" and 
 action_file_name contains ".dll")) and 
 (not 
 (((action_file_name contains "C:\Users\" and 
 action_file_name contains "\AppData\Local\Microsoft\Office\" and 
 action_file_name contains "\WebServiceCache\AllUsers") and 
 action_file_name contains ".com") or 
 (actor_process_image_path contains "\winword.exe" and 
 action_file_name contains "\AppData\Local\Temp\webexdelta\" and 
 (action_file_name in ("*.dll", "*.exe"))) or 
 ((action_file_name contains "C:\Users\" and 
 action_file_name contains "\AppData\Local\Microsoft\Office\" and 
 action_file_name contains "\BackstageInAppNavCache\") and 
 action_file_name contains ".com")))))