Splunk Search

Searching subnets

bengridley
New Member

I noticed with splunk you can search subnets now. However I would like to search for all communications via my internal network to my external network. When doing something like this however it does not work.

src_ip=10.10.0.0/16 dest_ip!=10.10.0.0/16

This does not work. How would I correctly search for what I am seeking?

0 Karma

rtadams89
Contributor

Perhaps make use of the cidrmatch function: * | where NOT cidrmatch("10.10.0.0/16", dest_ip) AND cidrmatch("10.10.0.0/16",src_ip)

Ayn
Legend

That should work. What you could try is specify NOT dest_ip=10.10.0.0/16 instead, but that's rather for covering the case when no dest_ip exists at all.

Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...