ipwhois_utils_cli.py
Retrieve and parse whois data for IP addresses (Python 3)
Install
- All systems
-
curl cmd.cat/ipwhois_utils_cli.py.sh
- Kali Linux
-
apt-get install python3-ipwhois
- Dockerfile
- dockerfile.run/ipwhois_utils_cli.py
python3-ipwhois
Retrieve and parse whois data for IP addresses (Python 3)
This package contains a library to retrieve and parse whois data for IPv4 and IPv6 addresses. * Parses a majority of whois fields in to a standard dictionary * Supports RDAP queries (recommended method, see: https://tools.ietf.org/html/rfc7483) * Proxy support for RDAP queries * Supports legacy whois protocol queries * Referral whois support for legacy whois protocol * Recursive network parsing for IPs with parent/children networks listed * National Internet Registry support for JPNIC and KRNIC * Supports IP to ASN and ASN origin queries * Full CLI for IPWhois with optional ANSI colored console output. This package installs the library for Python 3.