geoedge.py
Geoedge, is a little tool to help identify the location of an IP, via services like Maxmind and GeoIpTool. It's simple and can help you when you need to identify the source of an ip fast and from the commandline.
Note: - Daily limit on queries via MaxMind
It is available from here
Installation:
Pre-requisites - Python
Download and execute
Execution
python geoedge.py host/ip
Example Output:
C:\csis>python geoedge.py www.edge-security.com ************************************* *Geoedge v0.1 * *Coded by Laramies * *cmartorella@edge-security.com * ************************************ Searching in Maxmind.... Information for www.edge-security.com by Maxmind =========================================== IP/Host: www.edge-security.com. Country: IT,Italy City: Emilia-Romagna,Soci Coordinates: 43.7333,11.8167 Provider: Aruba S.p.A.,Aruba S.p.A. - Shared Hosting and Mail services
Searching in Geoiptool.... Information by Geoiptool ============================ Country: Italy ,IT (ITA) City: Emilia-Romagna,Soci Coordinates: 43.7333,11.8167 |