This is the IP Address Information Tool (IPAIT). You need Python 3 and an Internet connection to run this tool. You can find information about any IPv4 or IPv6 Public IP Address. This tool can extract the following information.
- Country
- Location
- ASN/Organization
- Time Zone
Additionally, you can also obtain the following details by adding suitable lines into the ipait.py. (You can add additional lines after 87th line.)
- Hostname -
print ("Hostname: " + js["hostname"]);
- City -
print ("City: " + js["city"]);
- Region -
print ("Region: " + js["region"]);
- Postal -
print ("Postal: " + js["postal"]);
My blog post about this: IP Address Information Tool (IPAIT)