<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Why is iplocation showing incorrect data ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-iplocation-showing-incorrect-data/m-p/594360#M206866</link>
    <description>&lt;P&gt;In my ES App, I have a rule where I noted some discrepancy regarding the source country for the src&amp;nbsp; ip&amp;nbsp; 112.196.162.127.&lt;BR /&gt;&lt;BR /&gt;Using 'iplocation'&amp;nbsp; command in SPL it shows as Turkey.&lt;BR /&gt;But in whoisdomaintools it shows as India.&lt;BR /&gt;&lt;A href="https://whois.domaintools.com/112.196.162.127" target="_blank" rel="noopener"&gt;112.196.162.127 IP Address Whois | DomainTools.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Any suggestion why this is the case ?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Apr 2022 14:44:58 GMT</pubDate>
    <dc:creator>zacksoft_wf</dc:creator>
    <dc:date>2022-04-20T14:44:58Z</dc:date>
    <item>
      <title>Why is iplocation showing incorrect data ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-iplocation-showing-incorrect-data/m-p/594360#M206866</link>
      <description>&lt;P&gt;In my ES App, I have a rule where I noted some discrepancy regarding the source country for the src&amp;nbsp; ip&amp;nbsp; 112.196.162.127.&lt;BR /&gt;&lt;BR /&gt;Using 'iplocation'&amp;nbsp; command in SPL it shows as Turkey.&lt;BR /&gt;But in whoisdomaintools it shows as India.&lt;BR /&gt;&lt;A href="https://whois.domaintools.com/112.196.162.127" target="_blank" rel="noopener"&gt;112.196.162.127 IP Address Whois | DomainTools.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Any suggestion why this is the case ?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 14:44:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-iplocation-showing-incorrect-data/m-p/594360#M206866</guid>
      <dc:creator>zacksoft_wf</dc:creator>
      <dc:date>2022-04-20T14:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: iplocation showing incorrect data !!</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-iplocation-showing-incorrect-data/m-p/594454#M206899</link>
      <description>&lt;P&gt;It's possible the MaxMind database (source for the iplocation command) is outdated.&amp;nbsp; What version of Splunk are you using?&amp;nbsp; Have you tried updating the database (see&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.1.3/SearchReference/Iplocation#Updating_the_MMDB_file" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.1.3/SearchReference/Iplocation#Updating_the_MMDB_file&lt;/A&gt;&lt;/SPAN&gt; for instructions)?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 13:06:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-iplocation-showing-incorrect-data/m-p/594454#M206899</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-04-20T13:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: iplocation showing incorrect data !!</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-iplocation-showing-incorrect-data/m-p/594456#M206901</link>
      <description>&lt;P&gt;I noticed something,&lt;BR /&gt;In my query if I write like this I get wrong iplocation data&lt;BR /&gt;&lt;BR /&gt;index=palo_alto_networks TERM(112.196.162.127)&lt;BR /&gt;| table _time, sourcetype, src, local_ip Country user_name&amp;nbsp;&lt;BR /&gt;| iplocation&amp;nbsp; src&lt;BR /&gt;&lt;BR /&gt;But if, I change the iplocation comands position to the middle , it gives the correct country data&lt;BR /&gt;like this&lt;BR /&gt;&lt;BR /&gt;index=palo_alto_networks TERM(112.196.162.127)&lt;BR /&gt;| iplocation&amp;nbsp; src&lt;BR /&gt;| table _time, sourcetype, src, local_ip Country user_name&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 13:47:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-iplocation-showing-incorrect-data/m-p/594456#M206901</guid>
      <dc:creator>zacksoft_wf</dc:creator>
      <dc:date>2022-04-20T13:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: iplocation showing incorrect data !!</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-iplocation-showing-incorrect-data/m-p/594467#M206904</link>
      <description>&lt;P&gt;The first query tries to display the Country field before &lt;FONT face="courier new,courier"&gt;iplocation&lt;/FONT&gt; has created it, so it's no surprise it doesn't show expected results.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 14:50:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-iplocation-showing-incorrect-data/m-p/594467#M206904</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-04-20T14:50:42Z</dc:date>
    </item>
  </channel>
</rss>

