XQL Query for Endpoint DNS Requests

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

XQL Query for Endpoint DNS Requests

L2 Linker

Does anyone know a way to search DNS requests from an Endpoint? Seems like it should be possible with XQL Query but I can't find the right fields.

1 accepted solution

Accepted Solutions

L5 Sessionator

Hi @jruck , you'll need to look at the preset 'network_story'.

Here are the first two lines of the query:

preset= network_story 
| filter (dns_query_name != null) 
| arrayexpand dns_resolutions

 

What do you suggest the next few lines to be?

View solution in original post

2 REPLIES 2

L5 Sessionator

Hi @jruck , you'll need to look at the preset 'network_story'.

Here are the first two lines of the query:

preset= network_story 
| filter (dns_query_name != null) 
| arrayexpand dns_resolutions

 

What do you suggest the next few lines to be?

L2 Linker

Perfect thanks, I just changed the dns_query_name to equal the dns query that I was looking for got the logs of the endpoints that made the query.

  • 1 accepted solution
  • 2126 Views
  • 2 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!