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 ("*\AppData\Local\Temp\*", "*\Users\Public\*", "*\Windows\Temp\*", "*:\Temp\*")) and 
 (action_file_name in ("*.one", "*.onepkg"))) and 
 (not 
 (actor_process_image_path contains ":\Program Files\Microsoft Office\" and 
 actor_process_image_path contains "\ONENOTE.EXE"))))