我在 Chrome 中使用 Google 搜索,发现 URL 看起来很奇怪。我搜索了一些东西,得到了正常的结果。不知何故,地址栏中的 URL 引起了我的注意,它看起来像这样:
https://o-o---preferred---yh---www.google.com/search?...
这让我很害怕。有人知道这是什么意思吗?你以前见过吗?
答案1
这是 Google 基础架构域。可以使用挖(或dig
Linux 中的命令)。阅读上面的评论。:)
您不应该看到这个域,因为它通常是隐藏的,但有时网络路由可能会出现故障或某种服务器问题导致它被看到。
看起来你看到的是一些本应隐藏在幕后但却逃走了的基础设施。你碰巧有一个雅虎品牌的连接(ISP)吗?我问这个问题是因为: 阻止对 oo---preferred---bellcanada-yul2---v21---cache.c.pack.google.com 的请求– mgkrebbs
从 WHOIS 和 DNS 记录来看,它似乎与域名有关:1E100.NET 请参阅此处的解释 http://support.google.com/answer/174717?hl=en“1e100.net 是 Google 拥有的域名,用于识别我们网络中的服务器” – 诉讼
$ dig o-o---preferred---yh---www.google.com
; <<>> DiG 9.9.2-P1 <<>> o-o---preferred---yh---www.google.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 8411
;; flags: qr rd ra; QUERY: 1, ANSWER: 7, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;o-o---preferred---yh---www.google.com. IN A
;; ANSWER SECTION:
o-o---preferred---yh---www.google.com. 300 IN CNAME o-o.preferred.yh.www.google.com.
o-o.preferred.yh.www.google.com. 300 IN A 74.125.139.105
o-o.preferred.yh.www.google.com. 300 IN A 74.125.139.104
o-o.preferred.yh.www.google.com. 300 IN A 74.125.139.147
o-o.preferred.yh.www.google.com. 300 IN A 74.125.139.99
o-o.preferred.yh.www.google.com. 300 IN A 74.125.139.103
o-o.preferred.yh.www.google.com. 300 IN A 74.125.139.106
;; Query time: 33 msec
;; SERVER: 127.0.1.1#53(127.0.1.1)
;; WHEN: Fri Oct 18 09:42:53 2013
;; MSG SIZE rcvd: 197
使用whois 工具(或者whois
命令)我们可以验证IP:
$ whois 74.125.139.105
[...]
NetRange: 74.125.0.0 - 74.125.255.255
CIDR: 74.125.0.0/16
OriginAS:
NetName: GOOGLE
NetHandle: NET-74-125-0-0-1
Parent: NET-74-0-0-0-0
NetType: Direct Allocation
RegDate: 2007-03-13
Updated: 2012-02-24
Ref: http://whois.arin.net/rest/net/NET-74-125-0-0-1
OrgName: Google Inc.
OrgId: GOGL
Address: 1600 Amphitheatre Parkway
City: Mountain View
StateProv: CA
PostalCode: 94043
Country: US
RegDate: 2000-03-30
Updated: 2013-08-07
Ref: http://whois.arin.net/rest/org/GOGL
[...]