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 "\Microsoft\Word\Startup\" and 
 action_file_name contains ".wll") or 
 (action_file_name contains "\Microsoft\Excel\Startup\" and 
 action_file_name contains ".xll") or 
 (action_file_name contains "Microsoft\Excel\XLSTART\" and 
 action_file_name contains ".xlam") or 
 (action_file_name contains "\Microsoft\Addins\" and 
 (action_file_name in ("*.xlam", "*.xla", "*.ppam")))))