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 ("*\bash.exe", "*\cmd.exe", "*\cscript.exe", "*\msbuild.exe", "*\powershell.exe", "*\pwsh.exe", "*\sh.exe", "*\wscript.exe")) and 
 (action_file_name in ("C:\PerfLogs\*", "C:\Users\Public\*"))) or 
 ((actor_process_image_path in ("*\certutil.exe", "*\forfiles.exe", "*\mshta.exe", "*\schtasks.exe", "*\scriptrunner.exe", "*\wmic.exe")) and 
 (action_file_name in ("*C:\PerfLogs\*", "*C:\Users\Public\*", "*C:\Windows\Temp\*")))))