Vulnerabilities Over Time Dashboard - Cortex

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

Vulnerabilities Over Time Dashboard - Cortex

L0 Member

Hello sirs,

 

Any tip how can I get this same Dashboard info but excluding "Servers" and show only the vulnerabilities for Workstation over the last 30 days ?

 

(this one represents All Endpoints)

3SCMAN_0-1743465023883.png

 

1 accepted solution

Accepted Solutions

L5 Sessionator

Hello @3SCMAN ,

 

This is something which is backend created and may not be possible as va_cves dataset has modification date and publication date. Both the filed will be irrelevant, as we you are looking for vulnerabilities on all endpoints over time.
If you run below query, you will find the exact result count, however you cannot turn it into graph, as dataset don't store the count of each day or hour. If we go with Modification date, it changes every day.

dataset = va_cves
| arrayexpand affected_hosts
| join (
dataset = endpoints
// | filter endpoint_type = ENUM.TYPE_WORKSTATION
| fields endpoint_name
) as ep ep.endpoint_name = affected_hosts

 

If you feel this has answered your query, please let us know by clicking like and  on "mark this as a Solution". Thank you.

Ashutosh Patil

View solution in original post

1 REPLY 1

L5 Sessionator

Hello @3SCMAN ,

 

This is something which is backend created and may not be possible as va_cves dataset has modification date and publication date. Both the filed will be irrelevant, as we you are looking for vulnerabilities on all endpoints over time.
If you run below query, you will find the exact result count, however you cannot turn it into graph, as dataset don't store the count of each day or hour. If we go with Modification date, it changes every day.

dataset = va_cves
| arrayexpand affected_hosts
| join (
dataset = endpoints
// | filter endpoint_type = ENUM.TYPE_WORKSTATION
| fields endpoint_name
) as ep ep.endpoint_name = affected_hosts

 

If you feel this has answered your query, please let us know by clicking like and  on "mark this as a Solution". Thank you.

Ashutosh Patil
  • 1 accepted solution
  • 145 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!