Cortex XDR unmanaged assets search with XQL

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

Cortex XDR unmanaged assets search with XQL

L4 Transporter

Hello Everyone,

 

I have a following question: Since XDR agents are able to detect unmanaged assets in their network (without Broker VM), how can I get that information via XQL ? 

Any information will be usefully.

Thank you


Asen Nikolov | CPSP Hybrid PSEE / DI
| anikolov@paloaltonetworks.com




https://start.paloaltonetworks.com/the-modern-soc-reimagined



Visit our NEW CPSP LIVEcommunity page!

The content of this message is the proprietary and confidential property of Palo Alto Networks, and should be treated as such. If you are not the intended recipient and have received this message in error, please delete this message from your computer system and notify me immediately by e-mail. Any unauthorized use or distribution of the content of this message is prohibited.


1 REPLY 1

L4 Transporter

Hi @anikolov 

 

For your use case to detect unmanaged assets in network (without Broker VM), if those endpoints are domain joined you can leverage the Cloud Identity Engine dataset (pan_dss_raw) to cross-reference the data with endpoints data to identify assets which are a part of the organization domain but are not in the endpoints dataset.

 

XQL query for reference: 

 

dataset = pan_dss_raw
| fields name,ou,os,type
| filter type= "computer"
| dedup name
| filter name not in (dataset=endpoints | alter hostname = lowercase(endpoint_name) | fields hostname )

 

Hope this helps!

Please mark the response as "Accept as Solution" if it answers your query.

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!