Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding whois to domain names #21

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 4 comments
Open

adding whois to domain names #21

GoogleCodeExporter opened this issue Mar 15, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
adding whois search option when right click the domain name

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 11 Jan 2015 at 4:08

@pmarks-net
Copy link
Owner

If someone knows of a reliable, non-spammy source of domain WHOIS information, I might consider linking there from the popup. Although, Chrome only allows one top-level context menu item, so it may not be easy to do unobtrusively.

@nshopik
Copy link

nshopik commented Jun 8, 2016

It would be nice to have info on IPv[4|6] addresses too, you could get that info via RDAP (json based whois replacement)

@pmarks-net
Copy link
Owner

pmarks-net commented Jun 9, 2016

For IP addresses, you can already right-click and look them up on bgp.he.net.

I notice that bgp.he.net does provide WHOIS information for domain names, but only if you strip off the correct number of subdomains. http://bgp.he.net/dns/kernel.org#_whois works, but http://bgp.he.net/dns/www.kernel.org#_whois is blank.

I'd rather not deal with maintaining a list of second-level domains, like .co.uk

@nshopik
Copy link

nshopik commented Jun 9, 2016

For IP addresses, you can already right-click and look them up on bgp.he.net.

Nice I didn't know that. But my suggestion about do lookup via JS for example https://rdap.arin.net/registry/ip/8.8.8.8 and parse JSON output for name of network and put in next column but this is should be done on demand anyway.

I'd rather not deal with maintaining a list of second-level domains, like .co.uk

Its already somewhat maintained by https://publicsuffix.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants