ipwhois
ipwhois copied to clipboard
Retrieve and parse whois data for IPv4 and IPv6 addresses
We noticed that during bootstrap=True in lookup_rdap method, the queries returned slower than in the case without bootstrap. Perhaps it's the fact that the bootstrap_url has changed according to Arin...
Hello @secynic I believe I have found a bug in 1.2.0, where roles are missing from parsed objects, while they are present in entities. Might be related to #161 Example;...
This patch adds an argument `get_recursive` to `lookup_whois()`. The argument default is True, which causes no change to the behavior. If the user passes `get_recursive=False`, and the IP is allocated...
RIPE's Acceptable Use Policy places a limit of 1000 queries "returning personal data sets" per day. This includes any query that returns person or role objects. IP addresses that exceed...
Code: from ipwhois import IPWhois from ipwhois.experimental import get_bulk_asn_whois from ipwhois.experimental import bulk_lookup_rdap from pprint import pprint #ipno = '23.129.64.151' ipno = '177.104.124.235' IPlist = [ipno] print ipno obj =...
I wonder is there any function I can use to obtain routes with specified origin. It should has the similar results as the [`!g`](http://www.radb.net/support/query2.php) option, for exmaple ``` whois -h...
When performing RDAP IP Whois, the library enforces the use of an IP address. However, there are cases where it is useful to also provide details of the range we...
I've already retrieved some WHOIS records and stashed them in a file. Now I want to parse them (without retrieving them again). Is there a way to access the WHOIS...
Hi, According to the document https://ipwhois.readthedocs.io/en/latest/_modules/ipwhois/rdap.html There are multiple RDAP servers in the class and they are listed below. I want to know how to assign a specific RDAP server...
This is related to #239. I created a version which would support optional data sources for AS-information, but the change was not approved. Example of a data query: ```text $...