<?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 Re: IP address to Country in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-to-country/m-p/4502595#M680904</link>
    <description>Re: "only legitimate customers" ...  that's funny, and practically impossible-&amp;gt; practically speaking...&lt;BR /&gt;&lt;BR /&gt;As soon as you've got that little "ONLY" part figured out - you would make MILLIONS!!!&lt;BR /&gt;:-)&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 24 Sep 2009 19:39:23 GMT</pubDate>
    <dc:creator>TwoProc</dc:creator>
    <dc:date>2009-09-24T19:39:23Z</dc:date>
    <item>
      <title>IP address to Country</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-to-country/m-p/4502590#M680899</link>
      <description>Based on the security issue we had recently, we want to take a proactive approach to it.&lt;BR /&gt;&lt;BR /&gt;What we have thought is that get the IP address of a customer and see a pattern of his activity as to what IP he/she generally uses to login into our site and if its from a certain Country for a consistent period of time and it suddenly changes from lets say from Germany to Sudan then it should alert us.&lt;BR /&gt;&lt;BR /&gt;How to implement this.Can someone suggest a wget/curl type of solution for this. &lt;BR /&gt;&lt;BR /&gt;Has someone implemented something like this for their website. Something like an internet surveillance.&lt;BR /&gt;&lt;BR /&gt;Please share thoughts...&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Allan.</description>
      <pubDate>Thu, 24 Sep 2009 05:32:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-to-country/m-p/4502590#M680899</guid>
      <dc:creator>Allanm</dc:creator>
      <dc:date>2009-09-24T05:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: IP address to Country</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-to-country/m-p/4502591#M680900</link>
      <description>Mapping from IP address to a country is not very simple, as the IP address blocks are generally assigned to organizations, not countries. A multi-national company may easily have servers in multiple countries in the same IP address block, connected together by the internal network of the company.&lt;BR /&gt;&lt;BR /&gt;There are "GeoIP" services in the Internet that can map IP addresses to countries, but they are not necessarily free to use... and their results are not guaranteed always 100% up-to-date, so some results may be false.&lt;BR /&gt;&lt;BR /&gt;Google for "geolocation", "geotargeting" or "GeoIP".&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 24 Sep 2009 05:50:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-to-country/m-p/4502591#M680900</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-09-24T05:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: IP address to Country</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-to-country/m-p/4502592#M680901</link>
      <description>Shalom Allan,&lt;BR /&gt;&lt;BR /&gt;Please take not of the fact that IP addreses can be faked and forged.&lt;BR /&gt;&lt;BR /&gt;Hiding the IP address one is connecting to your system is from is a reasonably easy thing to do.&lt;BR /&gt;&lt;BR /&gt;As noted above you can get a general geographic idea from the IP address if it is not forged. There are a number of websites that provide this data but they require interactive use, and generally won't work with a script.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 24 Sep 2009 11:30:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-to-country/m-p/4502592#M680901</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-09-24T11:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: IP address to Country</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-to-country/m-p/4502593#M680902</link>
      <description>Any other ideas will be most welcome.</description>
      <pubDate>Thu, 24 Sep 2009 19:12:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-to-country/m-p/4502593#M680902</guid>
      <dc:creator>Allanm</dc:creator>
      <dc:date>2009-09-24T19:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: IP address to Country</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-to-country/m-p/4502594#M680903</link>
      <description>My question is how to immunize customers ....&lt;BR /&gt;&lt;BR /&gt;What technology is available to make sure that only legitimate customers login into a website... &lt;BR /&gt;&lt;BR /&gt;I am talking about 250k users, so a scalable solution would be required.</description>
      <pubDate>Thu, 24 Sep 2009 19:23:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-to-country/m-p/4502594#M680903</guid>
      <dc:creator>Allanm</dc:creator>
      <dc:date>2009-09-24T19:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: IP address to Country</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-to-country/m-p/4502595#M680904</link>
      <description>Re: "only legitimate customers" ...  that's funny, and practically impossible-&amp;gt; practically speaking...&lt;BR /&gt;&lt;BR /&gt;As soon as you've got that little "ONLY" part figured out - you would make MILLIONS!!!&lt;BR /&gt;:-)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Sep 2009 19:39:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-to-country/m-p/4502595#M680904</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2009-09-24T19:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: IP address to Country</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-to-country/m-p/4502596#M680905</link>
      <description>&lt;!--!*#--&gt;&amp;gt; What technology is available to make sure&lt;BR /&gt;&amp;gt; that only legitimate customers login into a&lt;BR /&gt;&amp;gt; website... &lt;BR /&gt;&lt;BR /&gt;Are they really logging into the Web site,&lt;BR /&gt;like with a user name and password, or are&lt;BR /&gt;you talking about plain-old (unauthenticated)&lt;BR /&gt;Web server access?&lt;BR /&gt;&lt;BR /&gt;You could use Wget/cURL to send queries to&lt;BR /&gt;Web forms at places like&lt;BR /&gt;      &lt;A href="http://ws.arin.net/whois/" target="_blank"&gt;http://ws.arin.net/whois/&lt;/A&gt;&lt;BR /&gt;      &lt;A href="http://www.db.ripe.net/whois" target="_blank"&gt;http://www.db.ripe.net/whois&lt;/A&gt;&lt;BR /&gt;      &lt;A href="http://wq.apnic.net/apnic-bin/whois.pl" target="_blank"&gt;http://wq.apnic.net/apnic-bin/whois.pl&lt;/A&gt;&lt;BR /&gt;and so on (or use "whois" to their "whois"&lt;BR /&gt;servers), but it might not be very simple,&lt;BR /&gt;fast, or reliable.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] suddenly changes [...]&lt;BR /&gt;&lt;BR /&gt;If you keep good records, then it should be&lt;BR /&gt;possible to look for changes in the usage&lt;BR /&gt;patterns.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] the security issue we had recently&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;Knowing nothing about the incident, it's hard&lt;BR /&gt;to say if what you wish to do makes any&lt;BR /&gt;sense.</description>
      <pubDate>Thu, 24 Sep 2009 21:48:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-address-to-country/m-p/4502596#M680905</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-09-24T21:48:30Z</dc:date>
    </item>
  </channel>
</rss>

