05-31-2022 05:35 AM
Does Cortex XDR Prevent protect against CVE-2022-30190 (Microsoft Support Diagnostic Tool Vulnerability)?
Thank you!
05-31-2022 11:47 AM
Great start on the query. Here's another way you could do this to avoid an and statement:
config case_sensitive = false
|dataset = xdr_data
|filter event_type = ENUM.PROCESS
|filter action_process_image_name = "msdt.exe" and action_process_image_command_line = "*PCWDiagnostic*IT_RebrowseForFile*"
|fields agent_hostname, action_process_username as User, action_process_image_name as Child_Process, action_process_image_path as Child_Path, action_process_image_command_line as Child_CMD_Line, action_process_image_sha256 as Child_SHA256, actor_process_image_name as Parent_Process, actor_process_image_path as Parent_Path, os_actor_process_command_line as Parent_CMD_Line
05-31-2022 11:53 PM
Hi @Luc_Desaulniers ,
thanks for the hint with the custom prevention rules. i really didnt think of that 🙂
works like a charm!
06-01-2022 02:29 AM
https://unit42.paloaltonetworks.com/cve-2022-30190-msdt-code-execution-vulnerability/
mentions ""WildFire and Cortex XDR categorize all known samples we’ve come across as malware.""
06-02-2022 08:23 AM
Please check out our latest blog post Prevention, Hunting and Playbooks for MSDT Zero-Day (CVE-2022-30190).
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!