Cortex XDR XQL query to get list of all vulnerabilities

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Cortex XDR XQL query to get list of all vulnerabilities

L2 Linker

Hello All, 

 

Could someone assist me with a Cortex XDR XQL query to list all vulnerabilities along with their associated endpoints? I'm looking for a list that includes each endpoint and its unique CVEs.

 

also Does Cortex XDR gives remediation details along with vulnerability ?

 

Cortex XDR   #Hostinsight

1 REPLY 1

L4 Transporter

Hi @tejaspatil12 ,

Using XQL, you can view CVEs for all or specific endpoints:


dataset = va_cves
| fields name, cve_id , severity , severity_score, affected_hosts
|arrayexpand affected_hosts
| join(preset = host_inventory_endpoints | fields endpoint_name, operating_system , endpoint_type, last_report_time )
as ep ep.endpoint_name = affected_hosts
| filter (`affected_hosts` = """XTP""")

I believe XDR does not provide remediation or solution details.

On the Vulnerability page, for each CVE, you can find the NIST link, which will take you to the NIST page for more details.

If this post answers your question, please mark it as the solution.




Best regards
Tiago Marques
  • 90 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!