Cortex XDR XQL query

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

Cortex XDR XQL query

L3 Networker

Hi Community,

 

I have a query regarding XQL. I have a list of over 100 approved application names available. How can I easily find the unapproved applications installed on machines, compared to the approved application versions?

1 accepted solution

Accepted Solutions

L5 Sessionator

Hello @Vinothkumar_SBA ,

Thanks for reaching out on LiveCommunity!

 

The sample should be like below, you can include the list of applications:

preset = host_inventory_applications
| filter application_name not in("","")

 

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

Ashutosh Patil

View solution in original post

3 REPLIES 3

L5 Sessionator

Hello @Vinothkumar_SBA ,

Thanks for reaching out on LiveCommunity!

 

The sample should be like below, you can include the list of applications:

preset = host_inventory_applications
| filter application_name not in("","")

 

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

Ashutosh Patil

Hi Aspatil,

I used this query to filter the unapproved applications, but the default services are still showing up in the query results on the Linux machine. Could you please help with this problem?

Hello @Vinothkumar_SBA ,

 

Please try applying filter for operating system and create different queries as per the OS type.

 

Regards,

Ashutosh

Ashutosh Patil
  • 1 accepted solution
  • 725 Views
  • 3 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!