Splunk Search

Why is iplocation showing incorrect data ?

zacksoft_wf
Contributor

In my ES App, I have a rule where I noted some discrepancy regarding the source country for the src  ip  112.196.162.127.

Using 'iplocation'  command in SPL it shows as Turkey.
But in whoisdomaintools it shows as India.
112.196.162.127 IP Address Whois | DomainTools.com

Any suggestion why this is the case ?






0 Karma

richgalloway
SplunkTrust
SplunkTrust

It's possible the MaxMind database (source for the iplocation command) is outdated.  What version of Splunk are you using?  Have you tried updating the database (see https://docs.splunk.com/Documentation/Splunk/8.1.3/SearchReference/Iplocation#Updating_the_MMDB_file for instructions)?

---
If this reply helps you, Karma would be appreciated.
0 Karma

zacksoft_wf
Contributor

I noticed something,
In my query if I write like this I get wrong iplocation data

index=palo_alto_networks TERM(112.196.162.127)
| table _time, sourcetype, src, local_ip Country user_name 
| iplocation  src

But if, I change the iplocation comands position to the middle , it gives the correct country data
like this

index=palo_alto_networks TERM(112.196.162.127)
| iplocation  src
| table _time, sourcetype, src, local_ip Country user_name 



0 Karma

richgalloway
SplunkTrust
SplunkTrust

The first query tries to display the Country field before iplocation has created it, so it's no surprise it doesn't show expected results.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Event Series: Splunk Observability Metrics Cost Optimization

Balancing Scale and Spend: Gaining Control Over High-Volume Metrics in Splunk Observability Cloud As ...

Kick the Tires Before You Commit: A Hands-On Tour of the Splunk Observability Cloud ...

Evaluating an enterprise observability platform usually goes like this: fill out a form, get a free trial with ...

Deep insights, no barriers: Splunk Observability Cloud Free Edition

As software delivery cycles continue to accelerate, observability shouldn’t be a luxury — it should be a ...