Cortex Installed

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

Cortex Installed

L2 Linker

expensive,

Would you have an xql where it brings from the machines in my park which ones have the cortex installed or not?

1 REPLY 1

L4 Transporter

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.

 

  • 119 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!