Splunk Search

There are sites that provide geolocation of IPs. Is there a way to create a Splunk form for this function? Does the ip address in question need to be indexed somewhere prior?

scott_sackrider
Explorer

Rather than use 3rd party websites, we'd like to use Splunk to geolocate an address that may not yet be indexed. Similarly, we have many network ranges, so we'd like to search an arbitrary address to find at which of our locations it resides. The ranges are in an index, but not all gazillion addresses we own.

1 Solution

dwaddle
SplunkTrust
SplunkTrust

Splunk has the existing "| iplocation" command which does this at search time using its local copy of Maxmind's "free" GeoLite2 database.

With the correct scripting tools, it's "not difficult" to add your own ranges to the GeoLite2 database and have them show up in the output of the "| iplocation" command just like any external IPs might.

Also, a simple XML dashboard to make arbitrary lookups using Splunk's iplocation command is not at all difficult either. In fact, give https://gist.github.com/duckfez/bea451c41be8c2db9fb20647eef4592f a try.

alt text

View solution in original post

0 Karma

dwaddle
SplunkTrust
SplunkTrust

Splunk has the existing "| iplocation" command which does this at search time using its local copy of Maxmind's "free" GeoLite2 database.

With the correct scripting tools, it's "not difficult" to add your own ranges to the GeoLite2 database and have them show up in the output of the "| iplocation" command just like any external IPs might.

Also, a simple XML dashboard to make arbitrary lookups using Splunk's iplocation command is not at all difficult either. In fact, give https://gist.github.com/duckfez/bea451c41be8c2db9fb20647eef4592f a try.

alt text

0 Karma

scott_sackrider
Explorer

Not only did that work.. it's fast.. Thanks!

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...