- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
01-03-2023 03:59 AM
Hi All,
We have configured periodic endpoint scanning in all the malware profiles in our infrastructure. We needed to get the scanning report, or at the very least, the scan's status, such as how many systems got scanned or failed. How and where can I obtain this information?
Thank you!!
Cortex XDR
01-03-2023 04:52 AM - edited 01-03-2023 04:57 AM
Hi @MithunKT ,
Thank you for writing to Live Community!
As per your requirements, scan status can be checked in multiple ways in Cortex XDR. Following are the methods to do so:
dataset = endpoints
| fields scan_status , last_successful_scan , endpoint_name , agent_version , last_seen , ip_address , platform , operating_system
You can also schedule the queries or choose to create reports or widgets in your dashboards to be used in XDR dashboards for your auditing and reporting purposes by sorting endpoints counts on basis of scan status etc. as a sample shown below:
Hope this helps!Please mark this as "Accept as Solution" if it resolves your query
Regards
01-03-2023 04:52 AM - edited 01-03-2023 04:57 AM
Hi @MithunKT ,
Thank you for writing to Live Community!
As per your requirements, scan status can be checked in multiple ways in Cortex XDR. Following are the methods to do so:
dataset = endpoints
| fields scan_status , last_successful_scan , endpoint_name , agent_version , last_seen , ip_address , platform , operating_system
You can also schedule the queries or choose to create reports or widgets in your dashboards to be used in XDR dashboards for your auditing and reporting purposes by sorting endpoints counts on basis of scan status etc. as a sample shown below:
Hope this helps!Please mark this as "Accept as Solution" if it resolves your query
Regards
01-03-2023 05:14 AM
Hi @neelrohit ,
I just wanted to thank you for your lightning-fast response to my query. The solution you provided was not only effective but also incredibly well-described. I really appreciate the effort you put into helping me out.
Your assistance is greatly appreciated.
10-11-2023 03:17 PM
Hello all,
Can you help me to build the graph you mention here in this article?
I have the query with your exaple, but I couln't obtein the graph.
Thanks.
Ulises Rendón
10-11-2023 09:46 PM
Hi @UlisesRendon ,
Hope this helps!
dataset = endpoints
| filter endpoint_status in (ENUM.CONNECTED , ENUM.DISCONNECTED )
| comp count(endpoint_name ) as counter by scan_status
| view graph type = pie xaxis = scan_status yaxis = counter
12-26-2023 04:38 AM
Hi Neelrohit,
Thanks your Query,
Its realy helpful for me, This query only able to see the of the scan, But I need to get the data from clicking the count.
04-01-2024 07:03 AM
Hola Buenas tardes, excelentes respuestas me han servido de mucha ayuda, pero tengo una duda, se puede detener un scan mensual programado? este esta agendado para ejecutarse el primer lunes de mes. Cuando se ejecuta no se visualiza en ninguna parte, solo en alertas como detected scanned. hay alguna manera de matar o cancelar ese scan? Gracias
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!