Splunk Search

Using logs with IP addresses, how can I develop a search that defines remote login from a different geolocations within 1 hour?

nazanin2016
Path Finder

I need to define Remote login from different locations within 1 hour, but my vpn log doesn't have information concerning the country, it just shows the IP. How can I do that?

0 Karma

woodcock
Esteemed Legend

Just use the built-in iplocation command:

http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Iplocation

Like this:

Your Base Search Here (assuming field named "clientip") | iplocation clientip | stats count values(clientip) BY City Country
0 Karma

nazanin2016
Path Finder

Thanks, should I update the iplocation in splunk, I found
http://dev.maxmind.com/geoip/geoip2/geolite2/

0 Karma

nazanin2016
Path Finder

Thanks,for most of the field it turned back nothing in country, should I update the iplocation in splunk, I found
http://dev.maxmind.com/geoip/geoip2/geolite2/

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...