ipwhois icon indicating copy to clipboard operation
ipwhois copied to clipboard

Retrieve and parse whois data for IPv4 and IPv6 addresses

Results 43 ipwhois issues
Sort by recently updated
recently updated
newest added

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...

question

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...

enhancement

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...

external
gathering information

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...

enhancement

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...