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 ("*\node.exe", "*\powershell.exe")) and 
 ((action_file_name in ("C:\ProgramData\wt.exe", "C:\ProgramData\system.bat")) or 
 (action_file_name contains "C:\Users\" and 
 action_file_name contains "\AppData\Local\Temp\6202033.vbs") or 
 (action_file_name contains "C:\Users\" and 
 action_file_name contains "\AppData\Local\Temp\6202033.ps1"))))