- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
06-10-2024 10:26 PM
How to create a report of all endpoints that are in "ASSET INVENTORY" that don't have an Cortex XDR agent ?
06-10-2024 11:33 PM
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".
06-10-2024 11:45 PM
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 ?
06-11-2024 02:47 AM
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.
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!