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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...