report endpoint without an agent

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

report endpoint without an agent

L1 Bithead

How to create a report of all endpoints that are in "ASSET INVENTORY" that don't have an Cortex XDR agent ?

3 REPLIES 3

L4 Transporter

Hello @Toppenberg ,

 

Thanks for reaching out on LiveCommunity!

Unfortunately there is no dataset available for asset inventory.

 

For more information, please refer to below article:
https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/using-xdr-asset-inventory-and-xql-to-rep...

 

Hope this helps.

 

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

Ashutosh Patil

L1 Bithead

There is no other way that I can make an report of all the endpoints detected by "Network mapper" that don't have an Cortex XDR agent ?

L4 Transporter

Hello @Toppenberg ,

 

Please refer the live community link shared with you. We have shared the required information.

 

You can create a correlation rule or query that should identify the assets without XDR agent installed. Dataset you need is "panw_network_mapper_raw", which contain output of Network Mapper scans. You can compare this dataset with "endpoints" dataset mainly with reference to IP address. So basically, first dataset will have complete list of assets (For given IP range in Network Mapper scan) and you can subtract assets from second dataset which are having agent installed on them.

Below is an example query that you can refer and build something according to your use case.

dataset = panw_network_mapper_raw
| filter ip not in (dataset = endpoints | arrayexpand ip_address |fields ip_address )
|fields ip,hostname  

 

Please refer below document for XQL queries.

https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-XQL-Language-Reference/Get-Started-...

 
Ashutosh Patil
  • 277 Views
  • 3 replies
  • 0 Likes
  • 78 Subscriptions
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!