mboot-github / python-whois

Python module/library for retrieving domain WHOIS information (only domain)
https://pypi.org/project/whois/
MIT License
289 stars 136 forks source link

Whois on IP #305

Closed s23hck closed 1 year ago

s23hck commented 1 year ago

Hi, Thanks for this tool ! Does python-whois can extract information like organization name from an IP ?

maarten-boot commented 1 year ago

No we do not support ip based lookup There is another package available for ip lookups

On Wed, Apr 5, 2023, 16:01 s23hck @.***> wrote:

Hi, Thanks for this tool ! Does python-whois can extract information like organization name from an IP ?

— Reply to this email directly, view it on GitHub https://github.com/DannyCork/python-whois/issues/305, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACU73CRWJPSGVRKVTRTXTITW7V3MNANCNFSM6AAAAAAWUD2O54 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

maarten-boot commented 1 year ago

For ip lokups you ciuld use https://pypi.org/project/ipwhois

On Wed, Apr 5, 2023, 16:01 s23hck @.***> wrote:

Hi, Thanks for this tool ! Does python-whois can extract information like organization name from an IP ?

— Reply to this email directly, view it on GitHub https://github.com/DannyCork/python-whois/issues/305, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACU73CRWJPSGVRKVTRTXTITW7V3MNANCNFSM6AAAAAAWUD2O54 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

s23hck commented 1 year ago

Ok ! Thanks for your answer and for ipwhois :) Have a nice day ! cheers