Can you Exclude an address from your traffic search?

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.

Can you Exclude an address from your traffic search?

L0 Member

the following search string 
( app eq dns ) and ( port.dst eq 53 ) and ( addr.dst in 8.8.8.8 )

searches and displays all dns traffic using port 53 that has the destination ip of 8.8.8.8

I would like to know if I can look at all dns traffic traveling on port 53 except the traffic going to 8.8.8.8

2 accepted solutions

Accepted Solutions

L1 Bithead

@DanTheMan 

 

In the filter, you can modify it as ( app eq dns ) and ( port.dst eq 53 ) and ( addr.dst notin 8.8.8.8 ).

This helps in filtering the dns traffic excluding the traffic going to 8.8.8.8.

 

Hope this helps.

View solution in original post

L4 Transporter

adding to what @atluri4b8  already said you can also use a bang

 

!(addr.dst in 8.8.8.8) will exclude 8.8.8.8

View solution in original post

2 REPLIES 2

L1 Bithead

@DanTheMan 

 

In the filter, you can modify it as ( app eq dns ) and ( port.dst eq 53 ) and ( addr.dst notin 8.8.8.8 ).

This helps in filtering the dns traffic excluding the traffic going to 8.8.8.8.

 

Hope this helps.

L4 Transporter

adding to what @atluri4b8  already said you can also use a bang

 

!(addr.dst in 8.8.8.8) will exclude 8.8.8.8

  • 2 accepted solutions
  • 9101 Views
  • 2 replies
  • 1 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!