domain-name-system – 为什么有些域名有极端截断的whois信息?

domain-name-system – 为什么有些域名有极端截断的whois信息?,第1张

概述最近我看到google.com的whois记录,它没有通常的信息,如管理员的联系方式.它被截断了: Domain Name: GOOGLE.COMRegistry Domain ID: 2138514_DOMAIN_COM-VRSNRegistrar WHOIS Server: whois.markmonitor.comRegistrar URL: http://www.markmonito 最近我看到Google.com的whois记录,它没有通常的信息,如管理员的联系方式.它被截断了:
Domain name: Google.COMRegistry Domain ID: 2138514_DOMAIN_COM-VRSNRegistrar WHOIS Server: whois.markmonitor.comRegistrar URL: http://www.markmonitor.comUpdated Date: 2011-07-20T16:55:31ZCreation Date: 1997-09-15T04:00:00ZRegistry Expiry Date: 2020-09-14T04:00:00ZRegistrar: MarkMonitor Inc.Registrar IANA ID: 292Registrar Abuse Contact Email: [email protected] Abuse Contact Phone: +1.2083895740Domain Status: clIEntDeleteProhibited https://icann.org/epp#clIEntDeleteProhibitedDomain Status: clIEntTransferProhibited https://icann.org/epp#clIEntTransferProhibitedDomain Status: clIEntUpdateProhibited https://icann.org/epp#clIEntUpdateProhibitedDomain Status: serverDeleteProhibited https://icann.org/epp#serverDeleteProhibitedDomain Status: serverTransferProhibited https://icann.org/epp#serverTransferProhibitedDomain Status: serverUpdateProhibited https://icann.org/epp#serverUpdateProhibitedname Server: NS1.Google.COMname Server: NS2.Google.COMname Server: NS3.Google.COMname Server: NS4.Google.COMDNSSEC: unsigned

其他几个领域,如duolingo.com甚至stackexchange.com都是一样的.为什么这些域名不允许有whois信息?这是否是任何人都可以访问的,以保护隐私?

解决方法

Why are these domains allowed to not have whois information? Is this something that anyone can access,for privacy protection?

TLDR:情况并非如此,这些域名以某种方式获得了ICANN的豁免,允许他们不要忽略公共WHOIS记录中的某些数据.更有可能的情况是,您看到的WHOIS记录未显示Google.com(或其他.com域名)的完整记录集.

详细的WHOIS查找

Internet域的WHOIS数据可以通过以下两种方式之一进行存储:

>一个密集的数据存储,每个TLD注册管理机构都会为TLD的每个子域保留完整的WHOIS记录.
>一种薄型模型,TLD注册机构将WHOIS记录的存储和维护委托给注册者注册域名的注册服务商.

WHOIS维基百科文章解释了distinction between thick and thin WHOIS lookups并将精简查找描述为

A Thin WHOIS server stores only the name of the WHOIS server of the
registrar of a domain,which in turn has the full details on the data being
looked up (such as the .com WHOIS servers,which refer the WHOIS query to
the registrar where the domain was registered).

查找.com

ICANN已将Verisign指定为管理.com域名的注册管理机构. WHOIS查询在ICANN自己的WHOIS服务器上运行,whois.iana.org将whois.verisign-grs.com列为用于.com域名的规范WHOIS服务器.这是查找.com域名详细信息时whois客户端查询的默认WHOIS服务器(此查询的结果显示在您的问题中).

由于.com域使用瘦模型,因此WHOIS查找域名返回的密钥(记录)之一是Registrar WHOIS Server.此密钥指定WHOIS服务器的域名,该域名负责列出相关域名的完整详细信息:

Registrar WHOIS Server: whois.markmonitor.com

此密钥告诉whois客户端它应该实际查询whois.markmonitor.com以获取相关域的完整WHOIS记录.

看起来您看到的WHOIS结果是由于未遵循此推荐而导致的.

不遵循WHOIS推荐的一个原因

whois客户不遵循推荐的一个原因是今年早些时候,ICANN changed the names of keys注册管理执行机构应该使用.

在此更改之前,用于指定委派服务器的密钥的名称是Whois Server,而Google.com的输出将是:

Whois Server: whois.markmonitor.com

在域名注册管理机构更新其WHOIS服务器后,任何寻找字符串的客户端(WHOIS服务器:(带有前导空格)都找不到它 – 因此无法确定注册商的WHOIS服务器的名称.

示例客户端修复

为了反映ICANN最近的变化,Debian whois客户端的代码是patched this July,并以5.2.17版本发布.但是,(截至2017年10月)大多数基于Debian的发行版仍将使用以前的代码库,因此用户必须明确提供负责的WHOIS服务器的名称,例如,

whois -h whois.markmonitor.com Google.com
总结

以上是内存溢出为你收集整理的domain-name-system – 为什么有些域名有极端截断的whois信息?全部内容,希望文章能够帮你解决domain-name-system – 为什么有些域名有极端截断的whois信息?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/web/1089385.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-27
下一篇 2022-05-27

发表评论

登录后才能评论

评论列表(0条)

保存