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 ".pfx" and 
 (not 
 (((actor_process_image_path in ("C:\Program Files\Microsoft OneDrive\OneDrive.exe", "C:\Program Files (x86)\Microsoft OneDrive\OneDrive.exe")) and 
 action_file_name contains "\OneDrive\CodeSigning.pfx") or 
 (action_file_name in ("C:\Program Files (x86)\Microsoft Visual Studio\*", "C:\Program Files\Microsoft Visual Studio\*")) or 
 action_file_name contains "C:\Program Files\CMake\"))))