ipwhois
ipwhois copied to clipboard
Retrieve and parse whois data for IPv4 and IPv6 addresses
venv/lib64/python3.6/site-packages/ipwhois/net.py:223: DeprecationWarning: please use dns.resolver.Resolver.resolve() instead data = self.dns_resolver.query(self.dns_zone, 'TXT') venv/lib64/python3.6/site-packages/ipwhois/net.py:265: DeprecationWarning: please use dns.resolver.Resolver.resolve() instead data = self.dns_resolver.query(zone, 'TXT')
Just came to check on issue #303 as it's been over a year now. And looking at activity in GitHub, it's... well... non-existent. No commits. No response. Just wondering if...
Features added: Added a parameter to allow get_bulk_asn_whois which allows the user to get a dictionary of data instead of the string of data. Additional changes: Restructured some of experimental.py...
Working with the output of get_bulk_asn_whois is tricky in its current string format. It would be good if it could return a dictionary of results for when having a structured...
Other domains work fine, but when I try to lookup .kr domain, I get: ``` Traceback (most recent call last): File "test.py", line 425, in whoisf results = obj.lookup_rdap(depth=1) File...
Performing an ASN Lookup by ASN uses the ASNOrigin object. This object requires as a parameter a Net object - which requires an IP address as a parameter. If solely...
We've noticed that occasionally we get multiline output for the `source` field. Instead of only including a source, like `RIPE`, it also includes the remarks the follow it. I think...
The deprecated aliases have been removed in python/cpython#28268
198.97.38.0/24 seems to be no longer IANA Reserved (added in #174), it should be removed from is_defined list: `whois 198.97.38.1` ``` % Copyright (c) Nic.br % The use of the...
HI, Getting below error in python3.8. Can you please help fix this. ``` File "/Volumes/Macintosh HD - Data/ContentDev/MySOAR/venv/lib/python3.8/site-packages/ipwhois/asn.py", line 455, in lookup self._net.dns_resolver.timeout * ( TypeError: unsupported operand type(s) for...