I haven't seen anything from Palo Alto yet. We are using the following XQL query to detect attacks, obviously it is a little bit rough and any improvement is welcome dataset = xdr_data | filter action_process_image_name contains "msdt.exe" | filter action_process_image_command_line contains "PCWDiagnostic" and action_process_image_command_line contains "IT_RebrowseForFile" | fields _time, agent_hostname as host, actor_effective_username as user, actor_process_image_path as parent_process, action_process_image_path as executed , action_process_image_command_line as command_line
... View more