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 contains "\winword.exe" and 
 action_file_name contains "\Windows\INetCache" and 
 action_file_name contains ".cab") or 
 (actor_process_image_path contains "\winword.exe" and 
 (action_file_name contains "\AppData\Local\Temp\" and 
 action_file_name contains ".inf"))) and 
 (not 
 (action_file_name contains "C:\Users\" and 
 action_file_name contains "AppData\Local\Temp" and 
 action_file_name contains "\Content.inf"))))