Package python3-cymruwhois
Client for the whois.cymru.com service
http://packages.python.org/cymruwhois/
Perform lookups by ip address and return ASN, Country Code, and Netblock Owner::
>>> import socket
>>> ip = socket.gethostbyname("www.google.com")
>>> from cymruwhois import Client
>>> c=Client()
>>> r=c.lookup(ip)
>>> print r.asn
15169
>>> print r.owner
GOOGLE - Google Inc.Version: 1.6
General Commands | |
| cymruwhois | program to lookup ip addresses using the cymru whois service |