- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
01-06-2025 04:36 AM
expensive,
Would you have an xql where it brings from the machines in my park which ones have the cortex installed or not?
01-15-2025 08:29 AM
Hello @cylusaragao
Thanks for reaching out on LiveCommunity!
The "endpoints" dataset is the one which list all the endpoints that have XDR agent installed on them.
To find out the endpoints which do not have XDR agent, you need to compare the endpoint list in "endpoints" dataset with datasets with your active directory data, Network mapper etc.
Example
dataset = PANW_Network_Mapper_raw
| filter lowercase(name) not in (dataset=endpoints| filter endpoint_status in (ENUM.CONNECTED , ENUM.DISCONNECTED )| alter hostn = lowercase(endpoint_name )| fields hostn)
Alternatively , you can simply go to Assets->Asset inventory->All asset
Then apply filter on column "Has XDR agent".
Please click Accept as Solution to acknowledge that the answer to your question has been provided.
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!