XQL Query - Machine Custom Reports

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

XQL Query - Machine Custom Reports

L0 Member

Hello,

good afternoon.

I currently have a few machines and xDR installed on them.

I need to make a weekly report with the information of the machines and the scan previously configured.

Currently, what I have configured using XQL Query:

 

-> Checks if the scan was performed well or not.

 

//########### Linux - Ubuntu 20.04LTS

dataset = endpoints
| filter endpoint_status in (ENUM.CONNECTED , ENUM.DISCONNECTED )
| filter operating_system = "Ubuntu 20.04 LTS"
| comp count(endpoint_name ) as counter by scan_status
| view graph type = pie xaxis = scan_status yaxis = counter

 

What I would like to have configured:

-> Checks whether the scan was performed correctly or not.
-> Checks the number of objects scanned.
-> Check the number of malicious objects.
-> Etc, anything you think is necessary.


Could you help me?

1 REPLY 1

L4 Transporter

Hello @miguel.silva ,

 

Thanks for reaching out on LiveCommunity!

 

You can find the scan status and last successful scan but not the objects information.

 

You can edit the query and include those fields.

 

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

 

Ashutosh Patil
  • 313 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!