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

"Registrar WHOIS Server" not being used #88

Open
lbschenkel opened this issue May 1, 2020 · 3 comments
Open

"Registrar WHOIS Server" not being used #88

lbschenkel opened this issue May 1, 2020 · 3 comments

Comments

@lbschenkel
Copy link

lbschenkel commented May 1, 2020

$ whois --version
Version 5.5.6.

Maybe I'm missing something, but when I do something like this:

$ whois domain.org
Domain Name: DOMAIN.ORG
Registry Domain ID: D1511762-LROR
Registrar WHOIS Server: whois.domain.com
Registrar URL: www.domain.com
Updated Date: 2020-04-02T03:47:21Z
Creation Date: 1995-04-30T04:00:00Z
Registry Expiry Date: 2021-05-01T04:00:00Z
Registrar Registration Expiration Date:
Registrar: Domain.com, LLC
Registrar IANA ID: 886
Registrar Abuse Contact Email: compliance@domain-inc.net
Registrar Abuse Contact Phone: +1.6022262389
Reseller:
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Registrant Organization: Endurance International Group West, Inc
Registrant State/Province: MA
Registrant Country: US
Name Server: DNS1.DOMAINBANK.COM
Name Server: DNS2.DOMAINBANK.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form https://www.icann.org/wicf/)
>>> Last update of WHOIS database: 2020-05-01T08:00:05Z <<<

I was expecting whois to make a second query against Registrar WHOIS Server, which is whois.domain.com in this case. This happens correctly for some domains (example: namesilo.net) but not others, like in the above case.

I can see that the code is supposed to be following those, like in here:

whois/whois.c

Line 903 in b7cfb4e

if (state == 1 && strneq(buf, "Registrar WHOIS Server:", 23)) {

and I don't quite get why that works for some domains and not others.

@rfc1036
Copy link
Owner

rfc1036 commented Oct 2, 2020

My understanding is that .org is managed as a thick registry, so recursion should not be needed. I am not sure if something changed recently.

@JStyle21
Copy link

I'm also searching for a solution for this issue as i don't get all the info with the whois client

@rfc1036
Copy link
Owner

rfc1036 commented Nov 26, 2022

And now the registrar server returns an http URL as a referral. Are you able to find referrals not to HTTP(S)?

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

No branches or pull requests

3 participants