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 ("*\UsageLogs\cmstp.exe.log", "*\UsageLogs\cscript.exe.log", "*\UsageLogs\mshta.exe.log", "*\UsageLogs\msxsl.exe.log", "*\UsageLogs\regsvr32.exe.log", "*\UsageLogs\rundll32.exe.log", "*\UsageLogs\svchost.exe.log", "*\UsageLogs\wscript.exe.log", "*\UsageLogs\wmic.exe.log")) and 
 (not 
 (causality_actor_process_image_path contains "\MsiExec.exe" and 
 causality_actor_process_command_line contains " -Embedding" and 
 actor_process_image_path contains "\rundll32.exe" and 
 (actor_process_command_line contains "Temp" and 
 actor_process_command_line contains "zzzzInvokeManagedCustomActionOutOfProc")))))