- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
11-16-2022 10:11 AM
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.
11-16-2022 05:01 PM
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?
11-16-2022 05:01 PM
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?
11-17-2022 12:16 PM
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.
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!