whois 2.7.0 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +143 -0
- data/{LICENSE → LICENSE.txt} +1 -1
- data/README.md +28 -41
- data/bin/ruby-whois +14 -7
- data/data/ipv4.json +723 -0
- data/data/ipv6.json +100 -0
- data/data/tld.json +1302 -0
- data/lib/whois.rb +3 -3
- data/lib/whois/client.rb +17 -7
- data/lib/whois/core_ext.rb +0 -2
- data/lib/whois/errors.rb +13 -20
- data/lib/whois/record.rb +28 -22
- data/lib/whois/record/contact.rb +1 -1
- data/lib/whois/record/nameserver.rb +1 -1
- data/lib/whois/record/parser.rb +70 -46
- data/lib/whois/record/parser/base.rb +58 -59
- data/lib/whois/record/parser/base_afilias.rb +2 -7
- data/lib/whois/record/parser/base_cocca.rb +8 -5
- data/lib/whois/record/parser/base_cocca2.rb +107 -0
- data/lib/whois/record/parser/base_shared1.rb +2 -7
- data/lib/whois/record/parser/base_shared2.rb +2 -7
- data/lib/whois/record/parser/base_whoisd.rb +16 -9
- data/lib/whois/record/parser/blank.rb +1 -1
- data/lib/whois/record/parser/example.rb +1 -10
- data/lib/whois/record/parser/jobswhois.verisign-grs.com.rb +19 -19
- data/lib/whois/record/parser/kero.yachay.pe.rb +28 -18
- data/lib/whois/record/parser/whois.adamsnames.tc.rb +1 -1
- data/lib/whois/record/parser/whois.aeda.net.ae.rb +1 -1
- data/lib/whois/record/parser/whois.aero.rb +2 -2
- data/lib/whois/record/parser/whois.afilias-grs.info.rb +1 -1
- data/lib/whois/record/parser/whois.afilias.info.rb +1 -1
- data/lib/whois/record/parser/whois.ai.rb +1 -1
- data/lib/whois/record/parser/whois.arnes.si.rb +1 -1
- data/lib/whois/record/parser/whois.ati.tn.rb +3 -8
- data/lib/whois/record/parser/whois.audns.net.au.rb +4 -9
- data/lib/whois/record/parser/whois.ax.rb +66 -0
- data/lib/whois/record/parser/whois.biz.rb +1 -1
- data/lib/whois/record/parser/whois.cat.rb +1 -1
- data/lib/whois/record/parser/whois.cctld.by.rb +5 -8
- data/lib/whois/record/parser/whois.cctld.uz.rb +1 -1
- data/lib/whois/record/parser/whois.centralnic.com.rb +4 -9
- data/lib/whois/record/parser/whois.cira.ca.rb +3 -8
- data/lib/whois/record/parser/whois.cmc.iq.rb +7 -4
- data/lib/whois/record/parser/whois.cnnic.cn.rb +13 -21
- data/lib/whois/record/parser/whois.co.ca.rb +1 -1
- data/lib/whois/record/parser/whois.co.pl.rb +1 -6
- data/lib/whois/record/parser/whois.co.ug.rb +2 -2
- data/lib/whois/record/parser/whois.crsnic.net.rb +14 -15
- data/lib/whois/record/parser/whois.denic.de.rb +2 -2
- data/lib/whois/record/parser/whois.dk-hostmaster.dk.rb +2 -2
- data/lib/whois/record/parser/whois.dns.be.rb +2 -2
- data/lib/whois/record/parser/whois.dns.hr.rb +3 -8
- data/lib/whois/record/parser/whois.dns.lu.rb +1 -1
- data/lib/whois/record/parser/whois.dns.pl.rb +70 -9
- data/lib/whois/record/parser/whois.dns.pt.rb +16 -15
- data/lib/whois/record/parser/whois.domain-registry.nl.rb +2 -2
- data/lib/whois/record/parser/whois.domain.kg.rb +1 -1
- data/lib/whois/record/parser/whois.domainregistry.ie.rb +9 -12
- data/lib/whois/record/parser/whois.domainregistry.my.rb +1 -1
- data/lib/whois/record/parser/whois.domreg.lt.rb +1 -1
- data/lib/whois/record/parser/whois.dot.tk.rb +1 -1
- data/lib/whois/record/parser/whois.dotmobiregistry.net.rb +1 -1
- data/lib/whois/record/parser/whois.dreamhost.com.rb +1 -1
- data/lib/whois/record/parser/whois.educause.edu.rb +1 -6
- data/lib/whois/record/parser/whois.eenet.ee.rb +1 -1
- data/lib/whois/record/parser/whois.enom.com.rb +1 -1
- data/lib/whois/record/parser/whois.eu.org.rb +1 -1
- data/lib/whois/record/parser/whois.eu.rb +13 -1
- data/lib/whois/record/parser/whois.fi.rb +2 -2
- data/lib/whois/record/parser/whois.gg.rb +1 -1
- data/lib/whois/record/parser/whois.godaddy.com.rb +4 -4
- data/lib/whois/record/parser/whois.gov.za.rb +1 -1
- data/lib/whois/record/parser/whois.hkirc.hk.rb +1 -1
- data/lib/whois/record/parser/whois.iam.net.ma.rb +1 -1
- data/lib/whois/record/parser/whois.iana.org.rb +2 -2
- data/lib/whois/record/parser/whois.in.ua.rb +1 -1
- data/lib/whois/record/parser/whois.isnic.is.rb +1 -1
- data/lib/whois/record/parser/whois.isoc.org.il.rb +1 -1
- data/lib/whois/record/parser/whois.ja.net.rb +1 -1
- data/lib/whois/record/parser/whois.je.rb +1 -1
- data/lib/whois/record/parser/whois.jprs.jp.rb +9 -6
- data/lib/whois/record/parser/whois.kenic.or.ke.rb +1 -1
- data/lib/whois/record/parser/whois.kr.rb +1 -1
- data/lib/whois/record/parser/whois.markmonitor.com.rb +1 -1
- data/lib/whois/record/parser/whois.meregistry.net.rb +1 -1
- data/lib/whois/record/parser/whois.monic.mo.rb +1 -6
- data/lib/whois/record/parser/whois.museum.rb +1 -1
- data/lib/whois/record/parser/whois.na-nic.com.na.rb +3 -23
- data/lib/whois/record/parser/whois.nc.rb +8 -11
- data/lib/whois/record/parser/whois.netcom.cm.rb +1 -1
- data/lib/whois/record/parser/whois.networksolutions.com.rb +1 -1
- data/lib/whois/record/parser/whois.nic-se.se.rb +1 -1
- data/lib/whois/record/parser/whois.nic.ac.rb +1 -6
- data/lib/whois/record/parser/whois.nic.af.rb +7 -3
- data/lib/whois/record/parser/whois.nic.ag.rb +1 -1
- data/lib/whois/record/parser/whois.nic.am.rb +1 -1
- data/lib/whois/record/parser/whois.nic.as.rb +1 -1
- data/lib/whois/record/parser/whois.nic.asia.rb +1 -1
- data/lib/whois/record/parser/whois.nic.at.rb +7 -9
- data/lib/whois/record/parser/whois.nic.bo.rb +1 -1
- data/lib/whois/record/parser/whois.nic.cc.rb +11 -11
- data/lib/whois/record/parser/whois.nic.cd.rb +1 -1
- data/lib/whois/record/parser/whois.nic.ch.rb +1 -1
- data/lib/whois/record/parser/whois.nic.ci.rb +1 -1
- data/lib/whois/record/parser/whois.nic.ck.rb +1 -1
- data/lib/whois/record/parser/whois.nic.cl.rb +1 -1
- data/lib/whois/record/parser/whois.nic.co.rb +1 -1
- data/lib/whois/record/parser/whois.nic.coop.rb +1 -1
- data/lib/whois/record/parser/whois.nic.cx.rb +7 -3
- data/lib/whois/record/parser/whois.nic.cz.rb +8 -3
- data/lib/whois/record/parser/whois.nic.dm.rb +3 -8
- data/lib/whois/record/parser/whois.nic.dz.rb +1 -1
- data/lib/whois/record/parser/whois.nic.ec.rb +1 -1
- data/lib/whois/record/parser/whois.nic.fo.rb +2 -2
- data/lib/whois/record/parser/whois.nic.fr.rb +1 -1
- data/lib/whois/record/parser/whois.nic.gl.rb +5 -1
- data/lib/whois/record/parser/whois.nic.gov.rb +11 -12
- data/lib/whois/record/parser/whois.nic.gs.rb +7 -23
- data/lib/whois/record/parser/whois.nic.hn.rb +28 -0
- data/lib/whois/record/parser/whois.nic.ht.rb +7 -3
- data/lib/whois/record/parser/whois.nic.hu.rb +2 -2
- data/lib/whois/record/parser/whois.nic.im.rb +1 -1
- data/lib/whois/record/parser/whois.nic.io.rb +1 -6
- data/lib/whois/record/parser/whois.nic.ir.rb +1 -1
- data/lib/whois/record/parser/whois.nic.it.rb +2 -7
- data/lib/whois/record/parser/whois.nic.ki.rb +7 -3
- data/lib/whois/record/parser/whois.nic.kz.rb +9 -12
- data/lib/whois/record/parser/whois.nic.la.rb +3 -2
- data/lib/whois/record/parser/whois.nic.li.rb +1 -1
- data/lib/whois/record/parser/whois.nic.lk.rb +3 -9
- data/lib/whois/record/parser/whois.nic.lv.rb +1 -1
- data/lib/whois/record/parser/whois.nic.ly.rb +1 -1
- data/lib/whois/record/parser/whois.nic.md.rb +1 -6
- data/lib/whois/record/parser/whois.nic.mg.rb +1 -1
- data/lib/whois/record/parser/whois.nic.ms.rb +7 -3
- data/lib/whois/record/parser/whois.nic.mu.rb +7 -3
- data/lib/whois/record/parser/whois.nic.mx.rb +1 -1
- data/lib/whois/record/parser/whois.nic.name.rb +2 -2
- data/lib/whois/record/parser/whois.nic.net.nf.rb +7 -42
- data/lib/whois/record/parser/whois.nic.net.ng.rb +3 -3
- data/lib/whois/record/parser/whois.nic.net.sa.rb +1 -1
- data/lib/whois/record/parser/whois.nic.net.sb.rb +7 -3
- data/lib/whois/record/parser/whois.nic.nu.rb +1 -1
- data/lib/whois/record/parser/whois.nic.org.uy.rb +1 -1
- data/lib/whois/record/parser/whois.nic.pr.rb +32 -14
- data/lib/whois/record/parser/whois.nic.priv.at.rb +1 -1
- data/lib/whois/record/parser/whois.nic.pw.rb +27 -0
- data/lib/whois/record/parser/whois.nic.sh.rb +1 -6
- data/lib/whois/record/parser/whois.nic.sl.rb +1 -1
- data/lib/whois/record/parser/whois.nic.sm.rb +1 -1
- data/lib/whois/record/parser/whois.nic.sn.rb +1 -6
- data/lib/whois/record/parser/whois.nic.so.rb +1 -1
- data/lib/whois/record/parser/whois.nic.st.rb +1 -1
- data/lib/whois/record/parser/whois.nic.tel.rb +5 -54
- data/lib/whois/record/parser/whois.nic.tl.rb +7 -3
- data/lib/whois/record/parser/whois.nic.tm.rb +1 -6
- data/lib/whois/record/parser/whois.nic.tr.rb +1 -1
- data/lib/whois/record/parser/whois.nic.travel.rb +5 -50
- data/lib/whois/record/parser/whois.nic.tv.rb +11 -12
- data/lib/whois/record/parser/whois.nic.uk.rb +18 -20
- data/lib/whois/record/parser/whois.nic.us.rb +5 -50
- data/lib/whois/record/parser/whois.nic.ve.rb +1 -1
- data/lib/whois/record/parser/whois.nic.xxx.rb +1 -1
- data/lib/whois/record/parser/whois.norid.no.rb +1 -1
- data/lib/whois/record/parser/whois.org.za.rb +1 -6
- data/lib/whois/record/parser/whois.pandi.or.id.rb +1 -1
- data/lib/whois/record/parser/whois.pir.org.rb +1 -1
- data/lib/whois/record/parser/whois.pnina.ps.rb +1 -1
- data/lib/whois/record/parser/whois.register.bg.rb +1 -1
- data/lib/whois/record/parser/whois.register.com.rb +2 -2
- data/lib/whois/record/parser/whois.registro.br.rb +1 -1
- data/lib/whois/record/parser/whois.registry.gy.rb +7 -3
- data/lib/whois/record/parser/whois.registry.hm.rb +1 -1
- data/lib/whois/record/parser/whois.registry.in.rb +1 -1
- data/lib/whois/record/parser/whois.registry.net.za.rb +123 -0
- data/lib/whois/record/parser/whois.registry.om.rb +2 -2
- data/lib/whois/record/parser/whois.registry.qa.rb +1 -1
- data/lib/whois/record/parser/whois.registrypro.pro.rb +2 -2
- data/lib/whois/record/parser/whois.ripe.net.rb +1 -1
- data/lib/whois/record/parser/whois.rnids.rs.rb +3 -8
- data/lib/whois/record/parser/whois.rotld.ro.rb +1 -1
- data/lib/whois/record/parser/whois.samoanic.ws.rb +1 -1
- data/lib/whois/record/parser/whois.sgnic.sg.rb +1 -1
- data/lib/whois/record/parser/whois.sk-nic.sk.rb +1 -1
- data/lib/whois/record/parser/whois.smallregistry.net.rb +2 -2
- data/lib/whois/record/parser/whois.srs.net.nz.rb +1 -1
- data/lib/whois/record/parser/whois.sx.rb +50 -32
- data/lib/whois/record/parser/whois.tcinet.ru.rb +2 -2
- data/lib/whois/record/parser/whois.thnic.co.th.rb +5 -5
- data/lib/whois/record/parser/whois.tld.ee.rb +2 -2
- data/lib/whois/record/parser/whois.tonic.to.rb +1 -6
- data/lib/whois/record/parser/whois.twnic.net.tw.rb +1 -1
- data/lib/whois/record/parser/whois.tznic.or.tz.rb +2 -2
- data/lib/whois/record/parser/whois.ua.rb +1 -6
- data/lib/whois/record/parser/whois.usp.ac.fj.rb +1 -1
- data/lib/whois/record/parser/whois.za.net.rb +1 -1
- data/lib/whois/record/parser/whois.za.org.rb +1 -1
- data/lib/whois/record/parser/whois1.nic.bi.rb +5 -1
- data/lib/whois/record/part.rb +1 -1
- data/lib/whois/record/registrar.rb +1 -1
- data/lib/whois/record/scanners/base.rb +1 -1
- data/lib/whois/record/scanners/base_afilias.rb +1 -1
- data/lib/whois/record/scanners/base_shared1.rb +1 -1
- data/lib/whois/record/scanners/base_shared2.rb +1 -2
- data/lib/whois/record/scanners/base_whoisd.rb +4 -4
- data/lib/whois/record/scanners/iana.rb +1 -1
- data/lib/whois/record/scanners/{ast.rb → nodable.rb} +4 -4
- data/lib/whois/record/scanners/verisign.rb +1 -1
- data/lib/whois/record/scanners/whois.ati.tn.rb +1 -1
- data/lib/whois/record/scanners/whois.audns.net.au.rb +1 -1
- data/lib/whois/record/scanners/whois.cctld.by.rb +3 -1
- data/lib/whois/record/scanners/whois.centralnic.com.rb +1 -1
- data/lib/whois/record/scanners/whois.cira.ca.rb +1 -1
- data/lib/whois/record/scanners/whois.cnnic.cn.rb +6 -3
- data/lib/whois/record/scanners/whois.denic.de.rb +1 -1
- data/lib/whois/record/scanners/whois.dns.hr.rb +1 -1
- data/lib/whois/record/scanners/whois.domainregistry.ie.rb +3 -1
- data/lib/whois/record/scanners/whois.nc.rb +1 -1
- data/lib/whois/record/scanners/whois.nic.dm.rb +1 -1
- data/lib/whois/record/scanners/whois.nic.hu.rb +1 -1
- data/lib/whois/record/scanners/whois.nic.it.rb +1 -1
- data/lib/whois/record/scanners/whois.registry.net.za.rb +103 -0
- data/lib/whois/record/scanners/whois.rnids.rs.rb +1 -1
- data/lib/whois/record/scanners/whois.smallregistry.net.rb +1 -1
- data/lib/whois/record/scanners/whois.sx.rb +14 -46
- data/lib/whois/record/super_struct.rb +1 -1
- data/lib/whois/server.rb +18 -4
- data/lib/whois/server/adapters/afilias.rb +8 -13
- data/lib/whois/server/adapters/arpa.rb +1 -1
- data/lib/whois/server/adapters/base.rb +24 -44
- data/lib/whois/server/adapters/formatted.rb +1 -1
- data/lib/whois/server/adapters/none.rb +1 -1
- data/lib/whois/server/adapters/not_implemented.rb +1 -1
- data/lib/whois/server/adapters/standard.rb +1 -1
- data/lib/whois/server/adapters/verisign.rb +11 -19
- data/lib/whois/server/adapters/web.rb +2 -5
- data/lib/whois/server/socket_handler.rb +66 -0
- data/lib/whois/version.rb +3 -3
- data/whois.gemspec +11 -11
- metadata +24 -29
- data/lib/whois/core_ext/date_time/conversions.rb +0 -14
- data/lib/whois/definitions/ipv4.rb +0 -240
- data/lib/whois/definitions/ipv6.rb +0 -32
- data/lib/whois/definitions/tlds.rb +0 -367
- data/lib/whois/record/parser/saudinic.net.sa.rb +0 -23
- data/lib/whois/record/parser/whois.ausregistry.net.au.rb +0 -23
- data/lib/whois/record/parser/whois.centralnic.net.rb +0 -25
- data/lib/whois/record/parser/whois.cnnic.net.cn.rb +0 -23
- data/lib/whois/record/parser/whois.coza.net.za.rb +0 -76
- data/lib/whois/record/parser/whois.ficora.fi.rb +0 -24
- data/lib/whois/record/parser/whois.hkdnr.net.hk.rb +0 -23
- data/lib/whois/record/parser/whois.net.ua.rb +0 -24
- data/lib/whois/record/parser/whois.nic.or.kr.rb +0 -24
- data/lib/whois/record/parser/whois.publicinterestregistry.net.rb +0 -23
- data/lib/whois/record/parser/whois.ripn.net.rb +0 -23
data/data/ipv6.json
ADDED
@@ -0,0 +1,100 @@
|
|
1
|
+
{
|
2
|
+
"2001:0000::/32": {
|
3
|
+
"host": "teredo",
|
4
|
+
"adapter": "not_implemented"
|
5
|
+
},
|
6
|
+
"2001:0200::/23": {
|
7
|
+
"host": "whois.apnic.net"
|
8
|
+
},
|
9
|
+
"2001:0400::/23": {
|
10
|
+
"host": "whois.arin.net"
|
11
|
+
},
|
12
|
+
"2001:0600::/23": {
|
13
|
+
"host": "whois.ripe.net"
|
14
|
+
},
|
15
|
+
"2001:0800::/22": {
|
16
|
+
"host": "whois.ripe.net"
|
17
|
+
},
|
18
|
+
"2001:0C00::/22": {
|
19
|
+
"host": "whois.apnic.net"
|
20
|
+
},
|
21
|
+
"2001:1000::/22": {
|
22
|
+
"host": "whois.lacnic.net"
|
23
|
+
},
|
24
|
+
"2001:1400::/22": {
|
25
|
+
"host": "whois.ripe.net"
|
26
|
+
},
|
27
|
+
"2001:1800::/23": {
|
28
|
+
"host": "whois.arin.net"
|
29
|
+
},
|
30
|
+
"2001:1A00::/23": {
|
31
|
+
"host": "whois.ripe.net"
|
32
|
+
},
|
33
|
+
"2001:1C00::/22": {
|
34
|
+
"host": "whois.ripe.net"
|
35
|
+
},
|
36
|
+
"2001:2000::/19": {
|
37
|
+
"host": "whois.ripe.net"
|
38
|
+
},
|
39
|
+
"2001:4000::/23": {
|
40
|
+
"host": "whois.ripe.net"
|
41
|
+
},
|
42
|
+
"2001:4200::/23": {
|
43
|
+
"host": "whois.afrinic.net"
|
44
|
+
},
|
45
|
+
"2001:4400::/23": {
|
46
|
+
"host": "whois.apnic.net"
|
47
|
+
},
|
48
|
+
"2001:4600::/23": {
|
49
|
+
"host": "whois.ripe.net"
|
50
|
+
},
|
51
|
+
"2001:4800::/23": {
|
52
|
+
"host": "whois.arin.net"
|
53
|
+
},
|
54
|
+
"2001:4A00::/23": {
|
55
|
+
"host": "whois.ripe.net"
|
56
|
+
},
|
57
|
+
"2001:4C00::/22": {
|
58
|
+
"host": "whois.ripe.net"
|
59
|
+
},
|
60
|
+
"2001:5000::/20": {
|
61
|
+
"host": "whois.ripe.net"
|
62
|
+
},
|
63
|
+
"2001:8000::/18": {
|
64
|
+
"host": "whois.apnic.net"
|
65
|
+
},
|
66
|
+
"2002:0000::/16": {
|
67
|
+
"host": "6to4",
|
68
|
+
"adapter": "not_implemented"
|
69
|
+
},
|
70
|
+
"2003:0000::/18": {
|
71
|
+
"host": "whois.ripe.net"
|
72
|
+
},
|
73
|
+
"2400:0000::/20": {
|
74
|
+
"host": "whois.nic.or.kr"
|
75
|
+
},
|
76
|
+
"2400:0000::/12": {
|
77
|
+
"host": "whois.apnic.net"
|
78
|
+
},
|
79
|
+
"2600:0000::/12": {
|
80
|
+
"host": "whois.arin.net"
|
81
|
+
},
|
82
|
+
"2610:0000::/23": {
|
83
|
+
"host": "whois.arin.net"
|
84
|
+
},
|
85
|
+
"2620:0000::/23": {
|
86
|
+
"host": "whois.arin.net"
|
87
|
+
},
|
88
|
+
"2800:0000::/12": {
|
89
|
+
"host": "whois.lacnic.net"
|
90
|
+
},
|
91
|
+
"2A00:0000::/12": {
|
92
|
+
"host": "whois.ripe.net"
|
93
|
+
},
|
94
|
+
"2C00:0000::/12": {
|
95
|
+
"host": "whois.afrinic.net"
|
96
|
+
},
|
97
|
+
"3FFE:0000::/16": {
|
98
|
+
"host": "whois.6bone.net"
|
99
|
+
}
|
100
|
+
}
|
data/data/tld.json
ADDED
@@ -0,0 +1,1302 @@
|
|
1
|
+
{
|
2
|
+
".ae.org": {
|
3
|
+
"host": "whois.centralnic.com"
|
4
|
+
},
|
5
|
+
".ar.com": {
|
6
|
+
"host": "whois.centralnic.com"
|
7
|
+
},
|
8
|
+
".br.com": {
|
9
|
+
"host": "whois.centralnic.com"
|
10
|
+
},
|
11
|
+
".cn.com": {
|
12
|
+
"host": "whois.centralnic.com"
|
13
|
+
},
|
14
|
+
".com.de": {
|
15
|
+
"host": "whois.centralnic.com"
|
16
|
+
},
|
17
|
+
".de.com": {
|
18
|
+
"host": "whois.centralnic.com"
|
19
|
+
},
|
20
|
+
".eu.com": {
|
21
|
+
"host": "whois.centralnic.com"
|
22
|
+
},
|
23
|
+
".gb.com": {
|
24
|
+
"host": "whois.centralnic.com"
|
25
|
+
},
|
26
|
+
".gb.net": {
|
27
|
+
"host": "whois.centralnic.com"
|
28
|
+
},
|
29
|
+
".gr.com": {
|
30
|
+
"host": "whois.centralnic.com"
|
31
|
+
},
|
32
|
+
".hu.com": {
|
33
|
+
"host": "whois.centralnic.com"
|
34
|
+
},
|
35
|
+
".jpn.com": {
|
36
|
+
"host": "whois.centralnic.com"
|
37
|
+
},
|
38
|
+
".kr.com": {
|
39
|
+
"host": "whois.centralnic.com"
|
40
|
+
},
|
41
|
+
".no.com": {
|
42
|
+
"host": "whois.centralnic.com"
|
43
|
+
},
|
44
|
+
".qc.com": {
|
45
|
+
"host": "whois.centralnic.com"
|
46
|
+
},
|
47
|
+
".ru.com": {
|
48
|
+
"host": "whois.centralnic.com"
|
49
|
+
},
|
50
|
+
".sa.com": {
|
51
|
+
"host": "whois.centralnic.com"
|
52
|
+
},
|
53
|
+
".se.com": {
|
54
|
+
"host": "whois.centralnic.com"
|
55
|
+
},
|
56
|
+
".se.net": {
|
57
|
+
"host": "whois.centralnic.com"
|
58
|
+
},
|
59
|
+
".uk.com": {
|
60
|
+
"host": "whois.centralnic.com"
|
61
|
+
},
|
62
|
+
".uk.net": {
|
63
|
+
"host": "whois.centralnic.com"
|
64
|
+
},
|
65
|
+
".us.com": {
|
66
|
+
"host": "whois.centralnic.com"
|
67
|
+
},
|
68
|
+
".us.org": {
|
69
|
+
"host": "whois.centralnic.com"
|
70
|
+
},
|
71
|
+
".uy.com": {
|
72
|
+
"host": "whois.centralnic.com"
|
73
|
+
},
|
74
|
+
".za.com": {
|
75
|
+
"host": "whois.centralnic.com"
|
76
|
+
},
|
77
|
+
".com": {
|
78
|
+
"host": "whois.crsnic.net",
|
79
|
+
"adapter": "verisign"
|
80
|
+
},
|
81
|
+
".za.net": {
|
82
|
+
"host": "whois.za.net"
|
83
|
+
},
|
84
|
+
".net": {
|
85
|
+
"host": "whois.crsnic.net",
|
86
|
+
"adapter": "verisign"
|
87
|
+
},
|
88
|
+
".eu.org": {
|
89
|
+
"host": "whois.eu.org"
|
90
|
+
},
|
91
|
+
".za.org": {
|
92
|
+
"host": "whois.za.org"
|
93
|
+
},
|
94
|
+
".org": {
|
95
|
+
"host": "whois.pir.org"
|
96
|
+
},
|
97
|
+
".edu": {
|
98
|
+
"host": "whois.educause.edu"
|
99
|
+
},
|
100
|
+
".gov": {
|
101
|
+
"host": "whois.nic.gov"
|
102
|
+
},
|
103
|
+
".int": {
|
104
|
+
"host": "whois.iana.org"
|
105
|
+
},
|
106
|
+
".mil": {
|
107
|
+
"host": null,
|
108
|
+
"adapter": "none"
|
109
|
+
},
|
110
|
+
".e164.arpa": {
|
111
|
+
"host": "whois.ripe.net"
|
112
|
+
},
|
113
|
+
".in-addr.arpa": {
|
114
|
+
"host": null,
|
115
|
+
"adapter": "arpa"
|
116
|
+
},
|
117
|
+
".arpa": {
|
118
|
+
"host": "whois.iana.org"
|
119
|
+
},
|
120
|
+
".aero": {
|
121
|
+
"host": "whois.aero"
|
122
|
+
},
|
123
|
+
".asia": {
|
124
|
+
"host": "whois.nic.asia"
|
125
|
+
},
|
126
|
+
".biz": {
|
127
|
+
"host": "whois.biz"
|
128
|
+
},
|
129
|
+
".cat": {
|
130
|
+
"host": "whois.cat",
|
131
|
+
"adapter": "formatted",
|
132
|
+
"format": "-C US-ASCII ace %s"
|
133
|
+
},
|
134
|
+
".coop": {
|
135
|
+
"host": "whois.nic.coop"
|
136
|
+
},
|
137
|
+
".info": {
|
138
|
+
"host": "whois.afilias.info"
|
139
|
+
},
|
140
|
+
".jobs": {
|
141
|
+
"host": "jobswhois.verisign-grs.com",
|
142
|
+
"adapter": "verisign"
|
143
|
+
},
|
144
|
+
".mobi": {
|
145
|
+
"host": "whois.dotmobiregistry.net"
|
146
|
+
},
|
147
|
+
".museum": {
|
148
|
+
"host": "whois.museum"
|
149
|
+
},
|
150
|
+
".name": {
|
151
|
+
"host": "whois.nic.name",
|
152
|
+
"adapter": "formatted",
|
153
|
+
"format": "domain=%s"
|
154
|
+
},
|
155
|
+
".pro": {
|
156
|
+
"host": "whois.registrypro.pro"
|
157
|
+
},
|
158
|
+
".tel": {
|
159
|
+
"host": "whois.nic.tel"
|
160
|
+
},
|
161
|
+
".travel": {
|
162
|
+
"host": "whois.nic.travel"
|
163
|
+
},
|
164
|
+
".ac": {
|
165
|
+
"host": "whois.nic.ac"
|
166
|
+
},
|
167
|
+
".ad": {
|
168
|
+
"host": null,
|
169
|
+
"adapter": "none"
|
170
|
+
},
|
171
|
+
".ae": {
|
172
|
+
"host": "whois.aeda.net.ae"
|
173
|
+
},
|
174
|
+
".af": {
|
175
|
+
"host": "whois.nic.af"
|
176
|
+
},
|
177
|
+
".ag": {
|
178
|
+
"host": "whois.nic.ag"
|
179
|
+
},
|
180
|
+
".ai": {
|
181
|
+
"host": "whois.ai"
|
182
|
+
},
|
183
|
+
".al": {
|
184
|
+
"host": null,
|
185
|
+
"adapter": "none"
|
186
|
+
},
|
187
|
+
".am": {
|
188
|
+
"host": "whois.nic.am"
|
189
|
+
},
|
190
|
+
".an": {
|
191
|
+
"host": null,
|
192
|
+
"adapter": "none"
|
193
|
+
},
|
194
|
+
".ao": {
|
195
|
+
"host": null,
|
196
|
+
"adapter": "none"
|
197
|
+
},
|
198
|
+
".aq": {
|
199
|
+
"host": null,
|
200
|
+
"adapter": "none"
|
201
|
+
},
|
202
|
+
".ar": {
|
203
|
+
"host": null,
|
204
|
+
"adapter": "web",
|
205
|
+
"url": "http://www.nic.ar/"
|
206
|
+
},
|
207
|
+
".as": {
|
208
|
+
"host": "whois.nic.as"
|
209
|
+
},
|
210
|
+
".priv.at": {
|
211
|
+
"host": "whois.nic.priv.at"
|
212
|
+
},
|
213
|
+
".at": {
|
214
|
+
"host": "whois.nic.at"
|
215
|
+
},
|
216
|
+
".au": {
|
217
|
+
"host": "whois.audns.net.au"
|
218
|
+
},
|
219
|
+
".aw": {
|
220
|
+
"host": null,
|
221
|
+
"adapter": "none"
|
222
|
+
},
|
223
|
+
".ax": {
|
224
|
+
"host": "whois.ax"
|
225
|
+
},
|
226
|
+
".az": {
|
227
|
+
"host": null,
|
228
|
+
"adapter": "web",
|
229
|
+
"url": "http://www.nic.az/"
|
230
|
+
},
|
231
|
+
".ba": {
|
232
|
+
"host": null,
|
233
|
+
"adapter": "web",
|
234
|
+
"url": "http://nic.ba/lat/menu/view/13"
|
235
|
+
},
|
236
|
+
".bb": {
|
237
|
+
"host": null,
|
238
|
+
"adapter": "web",
|
239
|
+
"url": "http://whois.telecoms.gov.bb/search_domain.php"
|
240
|
+
},
|
241
|
+
".bd": {
|
242
|
+
"host": null,
|
243
|
+
"adapter": "web",
|
244
|
+
"url": "http://whois.btcl.net.bd/"
|
245
|
+
},
|
246
|
+
".be": {
|
247
|
+
"host": "whois.dns.be"
|
248
|
+
},
|
249
|
+
".bf": {
|
250
|
+
"host": null,
|
251
|
+
"adapter": "none"
|
252
|
+
},
|
253
|
+
".bg": {
|
254
|
+
"host": "whois.register.bg"
|
255
|
+
},
|
256
|
+
".bh": {
|
257
|
+
"host": null,
|
258
|
+
"adapter": "none"
|
259
|
+
},
|
260
|
+
".bi": {
|
261
|
+
"host": "whois1.nic.bi"
|
262
|
+
},
|
263
|
+
".bj": {
|
264
|
+
"host": "whois.nic.bj"
|
265
|
+
},
|
266
|
+
".bm": {
|
267
|
+
"host": null,
|
268
|
+
"adapter": "web",
|
269
|
+
"url": "http://207.228.133.14/cgi-bin/lansaweb?procfun+BMWHO+BMWHO2+WHO"
|
270
|
+
},
|
271
|
+
".bn": {
|
272
|
+
"host": null,
|
273
|
+
"adapter": "none"
|
274
|
+
},
|
275
|
+
".bo": {
|
276
|
+
"host": "whois.nic.bo"
|
277
|
+
},
|
278
|
+
".br": {
|
279
|
+
"host": "whois.registro.br"
|
280
|
+
},
|
281
|
+
".bs": {
|
282
|
+
"host": null,
|
283
|
+
"adapter": "web",
|
284
|
+
"url": "http://www.nic.bs/cgi-bin/search.pl"
|
285
|
+
},
|
286
|
+
".bt": {
|
287
|
+
"host": null,
|
288
|
+
"adapter": "web",
|
289
|
+
"url": "http://www.nic.bt/"
|
290
|
+
},
|
291
|
+
".bv": {
|
292
|
+
"host": null,
|
293
|
+
"adapter": "none"
|
294
|
+
},
|
295
|
+
".by": {
|
296
|
+
"host": "whois.cctld.by"
|
297
|
+
},
|
298
|
+
".bw": {
|
299
|
+
"host": null,
|
300
|
+
"adapter": "none"
|
301
|
+
},
|
302
|
+
".bz": {
|
303
|
+
"host": "whois.afilias-grs.info",
|
304
|
+
"adapter": "afilias"
|
305
|
+
},
|
306
|
+
".co.ca": {
|
307
|
+
"host": "whois.co.ca"
|
308
|
+
},
|
309
|
+
".ca": {
|
310
|
+
"host": "whois.cira.ca"
|
311
|
+
},
|
312
|
+
".cc": {
|
313
|
+
"host": "whois.nic.cc",
|
314
|
+
"adapter": "verisign"
|
315
|
+
},
|
316
|
+
".cd": {
|
317
|
+
"host": "whois.nic.cd"
|
318
|
+
},
|
319
|
+
".cf": {
|
320
|
+
"host": null,
|
321
|
+
"adapter": "none"
|
322
|
+
},
|
323
|
+
".cg": {
|
324
|
+
"host": null,
|
325
|
+
"adapter": "web",
|
326
|
+
"url": "http://www.nic.cg/cgi-bin/whois.pl"
|
327
|
+
},
|
328
|
+
".ch": {
|
329
|
+
"host": "whois.nic.ch"
|
330
|
+
},
|
331
|
+
".ci": {
|
332
|
+
"host": "whois.nic.ci"
|
333
|
+
},
|
334
|
+
".ck": {
|
335
|
+
"host": "whois.nic.ck"
|
336
|
+
},
|
337
|
+
".cl": {
|
338
|
+
"host": "whois.nic.cl"
|
339
|
+
},
|
340
|
+
".cm": {
|
341
|
+
"host": "whois.netcom.cm"
|
342
|
+
},
|
343
|
+
".edu.cn": {
|
344
|
+
"host": "whois.edu.cn"
|
345
|
+
},
|
346
|
+
".cn": {
|
347
|
+
"host": "whois.cnnic.cn"
|
348
|
+
},
|
349
|
+
".co": {
|
350
|
+
"host": "whois.nic.co"
|
351
|
+
},
|
352
|
+
".cr": {
|
353
|
+
"host": null,
|
354
|
+
"adapter": "web",
|
355
|
+
"url": "http://www.nic.cr/niccr_publico/showRegistroDominiosScreen.do"
|
356
|
+
},
|
357
|
+
".cu": {
|
358
|
+
"host": null,
|
359
|
+
"adapter": "web",
|
360
|
+
"url": "http://www.nic.cu/"
|
361
|
+
},
|
362
|
+
".cv": {
|
363
|
+
"host": null,
|
364
|
+
"adapter": "web",
|
365
|
+
"url": "http://www.dns.cv/"
|
366
|
+
},
|
367
|
+
".cw": {
|
368
|
+
"host": null,
|
369
|
+
"adapter": "none"
|
370
|
+
},
|
371
|
+
".cx": {
|
372
|
+
"host": "whois.nic.cx"
|
373
|
+
},
|
374
|
+
".cy": {
|
375
|
+
"host": null,
|
376
|
+
"adapter": "web",
|
377
|
+
"url": "http://www.nic.cy/nslookup/online_database.php"
|
378
|
+
},
|
379
|
+
".cz": {
|
380
|
+
"host": "whois.nic.cz"
|
381
|
+
},
|
382
|
+
".de": {
|
383
|
+
"host": "whois.denic.de",
|
384
|
+
"adapter": "formatted",
|
385
|
+
"format": "-T dn,ace %s"
|
386
|
+
},
|
387
|
+
".dj": {
|
388
|
+
"host": null,
|
389
|
+
"adapter": "web",
|
390
|
+
"url": "http://www.nic.dj/whois.php"
|
391
|
+
},
|
392
|
+
".dk": {
|
393
|
+
"host": "whois.dk-hostmaster.dk",
|
394
|
+
"adapter": "formatted",
|
395
|
+
"format": "--show-handles %s"
|
396
|
+
},
|
397
|
+
".dm": {
|
398
|
+
"host": "whois.nic.dm"
|
399
|
+
},
|
400
|
+
".do": {
|
401
|
+
"host": null,
|
402
|
+
"adapter": "web",
|
403
|
+
"url": "http://www.nic.do/whois-h.php3"
|
404
|
+
},
|
405
|
+
".dz": {
|
406
|
+
"host": "whois.nic.dz"
|
407
|
+
},
|
408
|
+
".ec": {
|
409
|
+
"host": "whois.nic.ec"
|
410
|
+
},
|
411
|
+
".ee": {
|
412
|
+
"host": "whois.tld.ee"
|
413
|
+
},
|
414
|
+
".eg": {
|
415
|
+
"host": null,
|
416
|
+
"adapter": "web",
|
417
|
+
"url": "http://lookup.egregistry.eg/english.aspx"
|
418
|
+
},
|
419
|
+
".er": {
|
420
|
+
"host": null,
|
421
|
+
"adapter": "none"
|
422
|
+
},
|
423
|
+
".es": {
|
424
|
+
"host": null,
|
425
|
+
"adapter": "web",
|
426
|
+
"url": "https://www.nic.es/"
|
427
|
+
},
|
428
|
+
".et": {
|
429
|
+
"host": null,
|
430
|
+
"adapter": "none"
|
431
|
+
},
|
432
|
+
".eu": {
|
433
|
+
"host": "whois.eu"
|
434
|
+
},
|
435
|
+
".fi": {
|
436
|
+
"host": "whois.fi"
|
437
|
+
},
|
438
|
+
".fj": {
|
439
|
+
"host": "whois.usp.ac.fj"
|
440
|
+
},
|
441
|
+
".fk": {
|
442
|
+
"host": null,
|
443
|
+
"adapter": "none"
|
444
|
+
},
|
445
|
+
".fm": {
|
446
|
+
"host": null,
|
447
|
+
"adapter": "web",
|
448
|
+
"url": "http://dot.fm/whois.html"
|
449
|
+
},
|
450
|
+
".fo": {
|
451
|
+
"host": "whois.nic.fo"
|
452
|
+
},
|
453
|
+
".aeroport.fr": {
|
454
|
+
"host": "whois.smallregistry.net"
|
455
|
+
},
|
456
|
+
".avocat.fr": {
|
457
|
+
"host": "whois.smallregistry.net"
|
458
|
+
},
|
459
|
+
".chambagri.fr": {
|
460
|
+
"host": "whois.smallregistry.net"
|
461
|
+
},
|
462
|
+
".chirurgiens-dentistes.fr": {
|
463
|
+
"host": "whois.smallregistry.net"
|
464
|
+
},
|
465
|
+
".experts-comptables.fr": {
|
466
|
+
"host": "whois.smallregistry.net"
|
467
|
+
},
|
468
|
+
".geometre-expert.fr": {
|
469
|
+
"host": "whois.smallregistry.net"
|
470
|
+
},
|
471
|
+
".medecin.fr": {
|
472
|
+
"host": "whois.smallregistry.net"
|
473
|
+
},
|
474
|
+
".notaires.fr": {
|
475
|
+
"host": "whois.smallregistry.net"
|
476
|
+
},
|
477
|
+
".pharmacien.fr": {
|
478
|
+
"host": "whois.smallregistry.net"
|
479
|
+
},
|
480
|
+
".port.fr": {
|
481
|
+
"host": "whois.smallregistry.net"
|
482
|
+
},
|
483
|
+
".veterinaire.fr": {
|
484
|
+
"host": "whois.smallregistry.net"
|
485
|
+
},
|
486
|
+
".fr": {
|
487
|
+
"host": "whois.nic.fr"
|
488
|
+
},
|
489
|
+
".ga": {
|
490
|
+
"host": null,
|
491
|
+
"adapter": "none"
|
492
|
+
},
|
493
|
+
".gb": {
|
494
|
+
"host": null,
|
495
|
+
"adapter": "none"
|
496
|
+
},
|
497
|
+
".gd": {
|
498
|
+
"host": "whois.adamsnames.tc"
|
499
|
+
},
|
500
|
+
".ge": {
|
501
|
+
"host": null,
|
502
|
+
"adapter": "web",
|
503
|
+
"url": "http://www.registration.ge/"
|
504
|
+
},
|
505
|
+
".gf": {
|
506
|
+
"host": null,
|
507
|
+
"adapter": "web",
|
508
|
+
"url": "https://www.dom-enic.com/whois.html"
|
509
|
+
},
|
510
|
+
".gg": {
|
511
|
+
"host": "whois.gg"
|
512
|
+
},
|
513
|
+
".gh": {
|
514
|
+
"host": null,
|
515
|
+
"adapter": "web",
|
516
|
+
"url": "http://www.nic.gh/customer/search_c.htm"
|
517
|
+
},
|
518
|
+
".gi": {
|
519
|
+
"host": "whois.afilias-grs.info",
|
520
|
+
"adapter": "afilias"
|
521
|
+
},
|
522
|
+
".gl": {
|
523
|
+
"host": "whois.nic.gl"
|
524
|
+
},
|
525
|
+
".gm": {
|
526
|
+
"host": null,
|
527
|
+
"adapter": "web",
|
528
|
+
"url": "http://www.nic.gm/htmlpages/whois.htm"
|
529
|
+
},
|
530
|
+
".gn": {
|
531
|
+
"host": null,
|
532
|
+
"adapter": "none"
|
533
|
+
},
|
534
|
+
".gp": {
|
535
|
+
"host": null,
|
536
|
+
"adapter": "none"
|
537
|
+
},
|
538
|
+
".gq": {
|
539
|
+
"host": null,
|
540
|
+
"adapter": "none"
|
541
|
+
},
|
542
|
+
".gr": {
|
543
|
+
"host": null,
|
544
|
+
"adapter": "web",
|
545
|
+
"url": "https://grweb.ics.forth.gr/Whois?lang=en"
|
546
|
+
},
|
547
|
+
".gs": {
|
548
|
+
"host": "whois.nic.gs"
|
549
|
+
},
|
550
|
+
".gt": {
|
551
|
+
"host": null,
|
552
|
+
"adapter": "web",
|
553
|
+
"url": "http://www.gt/whois.html"
|
554
|
+
},
|
555
|
+
".gu": {
|
556
|
+
"host": null,
|
557
|
+
"adapter": "web",
|
558
|
+
"url": "http://gadao.gov.gu/domainsearch.htm"
|
559
|
+
},
|
560
|
+
".gw": {
|
561
|
+
"host": null,
|
562
|
+
"adapter": "none"
|
563
|
+
},
|
564
|
+
".gy": {
|
565
|
+
"host": "whois.registry.gy"
|
566
|
+
},
|
567
|
+
".hk": {
|
568
|
+
"host": "whois.hkirc.hk"
|
569
|
+
},
|
570
|
+
".hm": {
|
571
|
+
"host": "whois.registry.hm"
|
572
|
+
},
|
573
|
+
".hn": {
|
574
|
+
"host": "whois.nic.hn"
|
575
|
+
},
|
576
|
+
".hr": {
|
577
|
+
"host": "whois.dns.hr"
|
578
|
+
},
|
579
|
+
".ht": {
|
580
|
+
"host": "whois.nic.ht"
|
581
|
+
},
|
582
|
+
".hu": {
|
583
|
+
"host": "whois.nic.hu"
|
584
|
+
},
|
585
|
+
".id": {
|
586
|
+
"host": "whois.pandi.or.id"
|
587
|
+
},
|
588
|
+
".ie": {
|
589
|
+
"host": "whois.domainregistry.ie"
|
590
|
+
},
|
591
|
+
".il": {
|
592
|
+
"host": "whois.isoc.org.il"
|
593
|
+
},
|
594
|
+
".im": {
|
595
|
+
"host": "whois.nic.im"
|
596
|
+
},
|
597
|
+
".in": {
|
598
|
+
"host": "whois.registry.in"
|
599
|
+
},
|
600
|
+
".io": {
|
601
|
+
"host": "whois.nic.io"
|
602
|
+
},
|
603
|
+
".iq": {
|
604
|
+
"host": "whois.cmc.iq"
|
605
|
+
},
|
606
|
+
".ir": {
|
607
|
+
"host": "whois.nic.ir"
|
608
|
+
},
|
609
|
+
".is": {
|
610
|
+
"host": "whois.isnic.is"
|
611
|
+
},
|
612
|
+
".it": {
|
613
|
+
"host": "whois.nic.it"
|
614
|
+
},
|
615
|
+
".je": {
|
616
|
+
"host": "whois.je"
|
617
|
+
},
|
618
|
+
".jm": {
|
619
|
+
"host": null,
|
620
|
+
"adapter": "none"
|
621
|
+
},
|
622
|
+
".jo": {
|
623
|
+
"host": null,
|
624
|
+
"adapter": "web",
|
625
|
+
"url": "http://www.dns.jo/Whois.aspx"
|
626
|
+
},
|
627
|
+
".jp": {
|
628
|
+
"host": "whois.jprs.jp",
|
629
|
+
"adapter": "formatted",
|
630
|
+
"format": "%s/e"
|
631
|
+
},
|
632
|
+
".ke": {
|
633
|
+
"host": "whois.kenic.or.ke"
|
634
|
+
},
|
635
|
+
".kg": {
|
636
|
+
"host": "whois.domain.kg"
|
637
|
+
},
|
638
|
+
".kh": {
|
639
|
+
"host": null,
|
640
|
+
"adapter": "none"
|
641
|
+
},
|
642
|
+
".ki": {
|
643
|
+
"host": "whois.nic.ki"
|
644
|
+
},
|
645
|
+
".km": {
|
646
|
+
"host": null,
|
647
|
+
"adapter": "none"
|
648
|
+
},
|
649
|
+
".kn": {
|
650
|
+
"host": null,
|
651
|
+
"adapter": "web",
|
652
|
+
"url": "http://www.nic.kn/"
|
653
|
+
},
|
654
|
+
".kp": {
|
655
|
+
"host": null,
|
656
|
+
"adapter": "none"
|
657
|
+
},
|
658
|
+
".kr": {
|
659
|
+
"host": "whois.nic.or.kr"
|
660
|
+
},
|
661
|
+
".kw": {
|
662
|
+
"host": null,
|
663
|
+
"adapter": "web",
|
664
|
+
"url": "http://www.kw/"
|
665
|
+
},
|
666
|
+
".ky": {
|
667
|
+
"host": null,
|
668
|
+
"adapter": "web",
|
669
|
+
"url": "http://kynseweb.messagesecure.com/kywebadmin/"
|
670
|
+
},
|
671
|
+
".kz": {
|
672
|
+
"host": "whois.nic.kz"
|
673
|
+
},
|
674
|
+
".la": {
|
675
|
+
"host": "whois.nic.la"
|
676
|
+
},
|
677
|
+
".lb": {
|
678
|
+
"host": null,
|
679
|
+
"adapter": "web",
|
680
|
+
"url": "http://www.aub.edu.lb/lbdr/"
|
681
|
+
},
|
682
|
+
".lc": {
|
683
|
+
"host": "whois.afilias-grs.info",
|
684
|
+
"adapter": "afilias"
|
685
|
+
},
|
686
|
+
".li": {
|
687
|
+
"host": "whois.nic.li"
|
688
|
+
},
|
689
|
+
".lk": {
|
690
|
+
"host": "whois.nic.lk"
|
691
|
+
},
|
692
|
+
".lr": {
|
693
|
+
"host": null,
|
694
|
+
"adapter": "none"
|
695
|
+
},
|
696
|
+
".ls": {
|
697
|
+
"host": null,
|
698
|
+
"adapter": "web",
|
699
|
+
"url": "http://www.co.ls/co.asp"
|
700
|
+
},
|
701
|
+
".lt": {
|
702
|
+
"host": "whois.domreg.lt"
|
703
|
+
},
|
704
|
+
".lu": {
|
705
|
+
"host": "whois.dns.lu"
|
706
|
+
},
|
707
|
+
".lv": {
|
708
|
+
"host": "whois.nic.lv"
|
709
|
+
},
|
710
|
+
".ly": {
|
711
|
+
"host": "whois.nic.ly"
|
712
|
+
},
|
713
|
+
".ma": {
|
714
|
+
"host": "whois.iam.net.ma"
|
715
|
+
},
|
716
|
+
".mc": {
|
717
|
+
"host": null,
|
718
|
+
"adapter": "none"
|
719
|
+
},
|
720
|
+
".md": {
|
721
|
+
"host": "whois.nic.md"
|
722
|
+
},
|
723
|
+
".me": {
|
724
|
+
"host": "whois.meregistry.net"
|
725
|
+
},
|
726
|
+
".mg": {
|
727
|
+
"host": "whois.nic.mg"
|
728
|
+
},
|
729
|
+
".mh": {
|
730
|
+
"host": null,
|
731
|
+
"adapter": "none"
|
732
|
+
},
|
733
|
+
".mk": {
|
734
|
+
"host": null,
|
735
|
+
"adapter": "web",
|
736
|
+
"url": "http://dns.marnet.net.mk/registar.php"
|
737
|
+
},
|
738
|
+
".ml": {
|
739
|
+
"host": null,
|
740
|
+
"adapter": "none"
|
741
|
+
},
|
742
|
+
".mm": {
|
743
|
+
"host": null,
|
744
|
+
"adapter": "none"
|
745
|
+
},
|
746
|
+
".mn": {
|
747
|
+
"host": "whois.afilias-grs.info",
|
748
|
+
"adapter": "afilias"
|
749
|
+
},
|
750
|
+
".mo": {
|
751
|
+
"host": "whois.monic.mo"
|
752
|
+
},
|
753
|
+
".mp": {
|
754
|
+
"host": null,
|
755
|
+
"adapter": "none"
|
756
|
+
},
|
757
|
+
".mq": {
|
758
|
+
"host": null,
|
759
|
+
"adapter": "web",
|
760
|
+
"url": "https://www.dom-enic.com/whois.html"
|
761
|
+
},
|
762
|
+
".mr": {
|
763
|
+
"host": null,
|
764
|
+
"adapter": "none"
|
765
|
+
},
|
766
|
+
".ms": {
|
767
|
+
"host": "whois.nic.ms"
|
768
|
+
},
|
769
|
+
".mt": {
|
770
|
+
"host": null,
|
771
|
+
"adapter": "web",
|
772
|
+
"url": "https://www.nic.org.mt/dotmt/"
|
773
|
+
},
|
774
|
+
".mu": {
|
775
|
+
"host": "whois.nic.mu"
|
776
|
+
},
|
777
|
+
".mv": {
|
778
|
+
"host": null,
|
779
|
+
"adapter": "none"
|
780
|
+
},
|
781
|
+
".mw": {
|
782
|
+
"host": null,
|
783
|
+
"adapter": "web",
|
784
|
+
"url": "http://www.registrar.mw/"
|
785
|
+
},
|
786
|
+
".mx": {
|
787
|
+
"host": "whois.nic.mx"
|
788
|
+
},
|
789
|
+
".my": {
|
790
|
+
"host": "whois.domainregistry.my"
|
791
|
+
},
|
792
|
+
".mz": {
|
793
|
+
"host": null,
|
794
|
+
"adapter": "none"
|
795
|
+
},
|
796
|
+
".na": {
|
797
|
+
"host": "whois.na-nic.com.na"
|
798
|
+
},
|
799
|
+
".nc": {
|
800
|
+
"host": "whois.nc"
|
801
|
+
},
|
802
|
+
".ne": {
|
803
|
+
"host": null,
|
804
|
+
"adapter": "none"
|
805
|
+
},
|
806
|
+
".nf": {
|
807
|
+
"host": "whois.nic.net.nf"
|
808
|
+
},
|
809
|
+
".ng": {
|
810
|
+
"host": "whois.nic.net.ng"
|
811
|
+
},
|
812
|
+
".ni": {
|
813
|
+
"host": null,
|
814
|
+
"adapter": "web",
|
815
|
+
"url": "http://www.nic.ni/"
|
816
|
+
},
|
817
|
+
".nl": {
|
818
|
+
"host": "whois.domain-registry.nl"
|
819
|
+
},
|
820
|
+
".no": {
|
821
|
+
"host": "whois.norid.no"
|
822
|
+
},
|
823
|
+
".np": {
|
824
|
+
"host": null,
|
825
|
+
"adapter": "web",
|
826
|
+
"url": "http://register.mos.com.np/userSearchInc.asp"
|
827
|
+
},
|
828
|
+
".nr": {
|
829
|
+
"host": null,
|
830
|
+
"adapter": "web",
|
831
|
+
"url": "http://www.cenpac.net.nr/dns/whois.html"
|
832
|
+
},
|
833
|
+
".nu": {
|
834
|
+
"host": "whois.nic.nu"
|
835
|
+
},
|
836
|
+
".nz": {
|
837
|
+
"host": "whois.srs.net.nz"
|
838
|
+
},
|
839
|
+
".om": {
|
840
|
+
"host": "whois.registry.om"
|
841
|
+
},
|
842
|
+
".pa": {
|
843
|
+
"host": null,
|
844
|
+
"adapter": "web",
|
845
|
+
"url": "http://www.nic.pa/"
|
846
|
+
},
|
847
|
+
".pe": {
|
848
|
+
"host": "kero.yachay.pe"
|
849
|
+
},
|
850
|
+
".pf": {
|
851
|
+
"host": null,
|
852
|
+
"adapter": "none"
|
853
|
+
},
|
854
|
+
".pg": {
|
855
|
+
"host": null,
|
856
|
+
"adapter": "none"
|
857
|
+
},
|
858
|
+
".ph": {
|
859
|
+
"host": null,
|
860
|
+
"adapter": "web",
|
861
|
+
"url": "http://www.dot.ph/whois"
|
862
|
+
},
|
863
|
+
".pk": {
|
864
|
+
"host": null,
|
865
|
+
"adapter": "web",
|
866
|
+
"url": "http://www.pknic.net.pk/"
|
867
|
+
},
|
868
|
+
".co.pl": {
|
869
|
+
"host": "whois.co.pl"
|
870
|
+
},
|
871
|
+
".pl": {
|
872
|
+
"host": "whois.dns.pl"
|
873
|
+
},
|
874
|
+
".pm": {
|
875
|
+
"host": "whois.nic.fr"
|
876
|
+
},
|
877
|
+
".pn": {
|
878
|
+
"host": null,
|
879
|
+
"adapter": "web",
|
880
|
+
"url": "http://www.pitcairn.pn/PnRegistry/"
|
881
|
+
},
|
882
|
+
".pr": {
|
883
|
+
"host": "whois.nic.pr"
|
884
|
+
},
|
885
|
+
".ps": {
|
886
|
+
"host": "whois.pnina.ps"
|
887
|
+
},
|
888
|
+
".pt": {
|
889
|
+
"host": "whois.dns.pt"
|
890
|
+
},
|
891
|
+
".pw": {
|
892
|
+
"host": "whois.nic.pw"
|
893
|
+
},
|
894
|
+
".py": {
|
895
|
+
"host": null,
|
896
|
+
"adapter": "web",
|
897
|
+
"url": "http://www.nic.py/consultas.html"
|
898
|
+
},
|
899
|
+
".qa": {
|
900
|
+
"host": "whois.registry.qa"
|
901
|
+
},
|
902
|
+
".re": {
|
903
|
+
"host": "whois.nic.fr"
|
904
|
+
},
|
905
|
+
".ro": {
|
906
|
+
"host": "whois.rotld.ro"
|
907
|
+
},
|
908
|
+
".rs": {
|
909
|
+
"host": "whois.rnids.rs"
|
910
|
+
},
|
911
|
+
".edu.ru": {
|
912
|
+
"host": "whois.informika.ru"
|
913
|
+
},
|
914
|
+
".ru": {
|
915
|
+
"host": "whois.tcinet.ru"
|
916
|
+
},
|
917
|
+
".rw": {
|
918
|
+
"host": null,
|
919
|
+
"adapter": "none"
|
920
|
+
},
|
921
|
+
".sa": {
|
922
|
+
"host": "whois.nic.net.sa"
|
923
|
+
},
|
924
|
+
".sb": {
|
925
|
+
"host": "whois.nic.net.sb"
|
926
|
+
},
|
927
|
+
".sc": {
|
928
|
+
"host": "whois.afilias-grs.info",
|
929
|
+
"adapter": "afilias"
|
930
|
+
},
|
931
|
+
".sd": {
|
932
|
+
"host": null,
|
933
|
+
"adapter": "none"
|
934
|
+
},
|
935
|
+
".se": {
|
936
|
+
"host": "whois.nic-se.se"
|
937
|
+
},
|
938
|
+
".sg": {
|
939
|
+
"host": "whois.sgnic.sg"
|
940
|
+
},
|
941
|
+
".sh": {
|
942
|
+
"host": "whois.nic.sh"
|
943
|
+
},
|
944
|
+
".si": {
|
945
|
+
"host": "whois.arnes.si"
|
946
|
+
},
|
947
|
+
".sj": {
|
948
|
+
"host": null,
|
949
|
+
"adapter": "none"
|
950
|
+
},
|
951
|
+
".sk": {
|
952
|
+
"host": "whois.sk-nic.sk"
|
953
|
+
},
|
954
|
+
".sl": {
|
955
|
+
"host": "whois.nic.sl"
|
956
|
+
},
|
957
|
+
".sm": {
|
958
|
+
"host": "whois.nic.sm"
|
959
|
+
},
|
960
|
+
".sn": {
|
961
|
+
"host": "whois.nic.sn"
|
962
|
+
},
|
963
|
+
".so": {
|
964
|
+
"host": "whois.nic.so"
|
965
|
+
},
|
966
|
+
".sr": {
|
967
|
+
"host": null,
|
968
|
+
"adapter": "none"
|
969
|
+
},
|
970
|
+
".st": {
|
971
|
+
"host": "whois.nic.st"
|
972
|
+
},
|
973
|
+
".su": {
|
974
|
+
"host": "whois.tcinet.ru"
|
975
|
+
},
|
976
|
+
".sv": {
|
977
|
+
"host": null,
|
978
|
+
"adapter": "web",
|
979
|
+
"url": "http://www.uca.edu.sv/dns/"
|
980
|
+
},
|
981
|
+
".sx": {
|
982
|
+
"host": "whois.sx"
|
983
|
+
},
|
984
|
+
".sy": {
|
985
|
+
"host": null,
|
986
|
+
"adapter": "none"
|
987
|
+
},
|
988
|
+
".sz": {
|
989
|
+
"host": null,
|
990
|
+
"adapter": "none"
|
991
|
+
},
|
992
|
+
".tc": {
|
993
|
+
"host": "whois.adamsnames.tc"
|
994
|
+
},
|
995
|
+
".td": {
|
996
|
+
"host": null,
|
997
|
+
"adapter": "web",
|
998
|
+
"url": "http://www.nic.td/"
|
999
|
+
},
|
1000
|
+
".tf": {
|
1001
|
+
"host": "whois.nic.fr"
|
1002
|
+
},
|
1003
|
+
".tg": {
|
1004
|
+
"host": null,
|
1005
|
+
"adapter": "web",
|
1006
|
+
"url": "http://www.nic.tg/"
|
1007
|
+
},
|
1008
|
+
".th": {
|
1009
|
+
"host": "whois.thnic.co.th"
|
1010
|
+
},
|
1011
|
+
".tj": {
|
1012
|
+
"host": null,
|
1013
|
+
"adapter": "web",
|
1014
|
+
"url": "http://www.nic.tj/whois.html"
|
1015
|
+
},
|
1016
|
+
".tk": {
|
1017
|
+
"host": "whois.dot.tk"
|
1018
|
+
},
|
1019
|
+
".tl": {
|
1020
|
+
"host": "whois.nic.tl"
|
1021
|
+
},
|
1022
|
+
".tm": {
|
1023
|
+
"host": "whois.nic.tm"
|
1024
|
+
},
|
1025
|
+
".tn": {
|
1026
|
+
"host": "whois.ati.tn"
|
1027
|
+
},
|
1028
|
+
".to": {
|
1029
|
+
"host": "whois.tonic.to"
|
1030
|
+
},
|
1031
|
+
".tp": {
|
1032
|
+
"host": null,
|
1033
|
+
"adapter": "none"
|
1034
|
+
},
|
1035
|
+
".tr": {
|
1036
|
+
"host": "whois.nic.tr"
|
1037
|
+
},
|
1038
|
+
".tt": {
|
1039
|
+
"host": null,
|
1040
|
+
"adapter": "web",
|
1041
|
+
"url": "http://www.nic.tt/cgi-bin/search.pl"
|
1042
|
+
},
|
1043
|
+
".tv": {
|
1044
|
+
"host": "whois.nic.tv",
|
1045
|
+
"adapter": "verisign"
|
1046
|
+
},
|
1047
|
+
".tw": {
|
1048
|
+
"host": "whois.twnic.net.tw"
|
1049
|
+
},
|
1050
|
+
".tz": {
|
1051
|
+
"host": "whois.tznic.or.tz"
|
1052
|
+
},
|
1053
|
+
".in.ua": {
|
1054
|
+
"host": "whois.in.ua"
|
1055
|
+
},
|
1056
|
+
".ua": {
|
1057
|
+
"host": "whois.ua"
|
1058
|
+
},
|
1059
|
+
".ug": {
|
1060
|
+
"host": "whois.co.ug"
|
1061
|
+
},
|
1062
|
+
".ac.uk": {
|
1063
|
+
"host": "whois.ja.net"
|
1064
|
+
},
|
1065
|
+
".bl.uk": {
|
1066
|
+
"host": null,
|
1067
|
+
"adapter": "none"
|
1068
|
+
},
|
1069
|
+
".british-library.uk": {
|
1070
|
+
"host": null,
|
1071
|
+
"adapter": "none"
|
1072
|
+
},
|
1073
|
+
".gov.uk": {
|
1074
|
+
"host": "whois.ja.net"
|
1075
|
+
},
|
1076
|
+
".icnet.uk": {
|
1077
|
+
"host": null,
|
1078
|
+
"adapter": "none"
|
1079
|
+
},
|
1080
|
+
".jet.uk": {
|
1081
|
+
"host": null,
|
1082
|
+
"adapter": "none"
|
1083
|
+
},
|
1084
|
+
".mod.uk": {
|
1085
|
+
"host": null,
|
1086
|
+
"adapter": "none"
|
1087
|
+
},
|
1088
|
+
".nhs.uk": {
|
1089
|
+
"host": null,
|
1090
|
+
"adapter": "none"
|
1091
|
+
},
|
1092
|
+
".nls.uk": {
|
1093
|
+
"host": null,
|
1094
|
+
"adapter": "none"
|
1095
|
+
},
|
1096
|
+
".parliament.uk": {
|
1097
|
+
"host": null,
|
1098
|
+
"adapter": "none"
|
1099
|
+
},
|
1100
|
+
".police.uk": {
|
1101
|
+
"host": null,
|
1102
|
+
"adapter": "none"
|
1103
|
+
},
|
1104
|
+
".uk": {
|
1105
|
+
"host": "whois.nic.uk"
|
1106
|
+
},
|
1107
|
+
".us": {
|
1108
|
+
"host": "whois.nic.us"
|
1109
|
+
},
|
1110
|
+
".com.uy": {
|
1111
|
+
"host": null,
|
1112
|
+
"adapter": "web",
|
1113
|
+
"url": "https://nic.anteldata.com.uy/dns/consultaWhois/whois.action"
|
1114
|
+
},
|
1115
|
+
".uy": {
|
1116
|
+
"host": "whois.nic.org.uy"
|
1117
|
+
},
|
1118
|
+
".uz": {
|
1119
|
+
"host": "whois.cctld.uz"
|
1120
|
+
},
|
1121
|
+
".va": {
|
1122
|
+
"host": null,
|
1123
|
+
"adapter": "none"
|
1124
|
+
},
|
1125
|
+
".vc": {
|
1126
|
+
"host": "whois.afilias-grs.info",
|
1127
|
+
"adapter": "afilias"
|
1128
|
+
},
|
1129
|
+
".ve": {
|
1130
|
+
"host": "whois.nic.ve"
|
1131
|
+
},
|
1132
|
+
".vg": {
|
1133
|
+
"host": "whois.adamsnames.tc"
|
1134
|
+
},
|
1135
|
+
".vi": {
|
1136
|
+
"host": null,
|
1137
|
+
"adapter": "web",
|
1138
|
+
"url": "http://www.nic.vi/whoisform.htm"
|
1139
|
+
},
|
1140
|
+
".vn": {
|
1141
|
+
"host": null,
|
1142
|
+
"adapter": "web",
|
1143
|
+
"url": "http://en.vnnic.vn/"
|
1144
|
+
},
|
1145
|
+
".vu": {
|
1146
|
+
"host": null,
|
1147
|
+
"adapter": "web",
|
1148
|
+
"url": "http://www.vunic.vu/whois.html"
|
1149
|
+
},
|
1150
|
+
".wf": {
|
1151
|
+
"host": "whois.nic.fr"
|
1152
|
+
},
|
1153
|
+
".ws": {
|
1154
|
+
"host": "whois.samoanic.ws"
|
1155
|
+
},
|
1156
|
+
".ye": {
|
1157
|
+
"host": null,
|
1158
|
+
"adapter": "none"
|
1159
|
+
},
|
1160
|
+
".yt": {
|
1161
|
+
"host": "whois.nic.fr"
|
1162
|
+
},
|
1163
|
+
".ac.za": {
|
1164
|
+
"host": "whois.ac.za"
|
1165
|
+
},
|
1166
|
+
".co.za": {
|
1167
|
+
"host": "whois.registry.net.za"
|
1168
|
+
},
|
1169
|
+
".gov.za": {
|
1170
|
+
"host": "whois.gov.za"
|
1171
|
+
},
|
1172
|
+
".org.za": {
|
1173
|
+
"host": "whois.org.za"
|
1174
|
+
},
|
1175
|
+
".za": {
|
1176
|
+
"host": null,
|
1177
|
+
"adapter": "none"
|
1178
|
+
},
|
1179
|
+
".zm": {
|
1180
|
+
"host": null,
|
1181
|
+
"adapter": "none"
|
1182
|
+
},
|
1183
|
+
".zw": {
|
1184
|
+
"host": null,
|
1185
|
+
"adapter": "none"
|
1186
|
+
},
|
1187
|
+
".xxx": {
|
1188
|
+
"host": "whois.nic.xxx"
|
1189
|
+
},
|
1190
|
+
".xn--3e0b707e": {
|
1191
|
+
"host": "whois.kr"
|
1192
|
+
},
|
1193
|
+
".xn--45brj9c": {
|
1194
|
+
"host": null,
|
1195
|
+
"adapter": "none"
|
1196
|
+
},
|
1197
|
+
".xn--80ao21a": {
|
1198
|
+
"host": "whois.nic.kz"
|
1199
|
+
},
|
1200
|
+
".xn--90a3ac": {
|
1201
|
+
"host": null,
|
1202
|
+
"adapter": "none"
|
1203
|
+
},
|
1204
|
+
".xn--clchc0ea0b2g2a9gcd": {
|
1205
|
+
"host": "whois.sgnic.sg"
|
1206
|
+
},
|
1207
|
+
".xn--fiqs8s": {
|
1208
|
+
"host": "cwhois.cnnic.cn"
|
1209
|
+
},
|
1210
|
+
".xn--fiqz9s": {
|
1211
|
+
"host": "cwhois.cnnic.cn"
|
1212
|
+
},
|
1213
|
+
".xn--fpcrj9c3d": {
|
1214
|
+
"host": null,
|
1215
|
+
"adapter": "none"
|
1216
|
+
},
|
1217
|
+
".xn--fzc2c9e2c": {
|
1218
|
+
"host": "whois.nic.lk"
|
1219
|
+
},
|
1220
|
+
".xn--gecrj9c": {
|
1221
|
+
"host": null,
|
1222
|
+
"adapter": "none"
|
1223
|
+
},
|
1224
|
+
".xn--h2brj9c": {
|
1225
|
+
"host": null,
|
1226
|
+
"adapter": "none"
|
1227
|
+
},
|
1228
|
+
".xn--j6w193g": {
|
1229
|
+
"host": "whois.hkirc.hk"
|
1230
|
+
},
|
1231
|
+
".xn--kprw13d": {
|
1232
|
+
"host": "whois.twnic.net.tw"
|
1233
|
+
},
|
1234
|
+
".xn--kpry57d": {
|
1235
|
+
"host": "whois.twnic.net.tw"
|
1236
|
+
},
|
1237
|
+
".xn--lgbbat1ad8j": {
|
1238
|
+
"host": "whois.nic.dz"
|
1239
|
+
},
|
1240
|
+
".xn--mgb9awbf": {
|
1241
|
+
"host": "whois.registry.om"
|
1242
|
+
},
|
1243
|
+
".xn--mgbaam7a8h": {
|
1244
|
+
"host": "whois.aeda.net.ae"
|
1245
|
+
},
|
1246
|
+
".xn--mgbayh7gpa": {
|
1247
|
+
"host": null,
|
1248
|
+
"adapter": "web",
|
1249
|
+
"url": "http://idn.jo/whois_a.aspx"
|
1250
|
+
},
|
1251
|
+
".xn--mgbbh1a71e": {
|
1252
|
+
"host": null,
|
1253
|
+
"adapter": "none"
|
1254
|
+
},
|
1255
|
+
".xn--mgbc0a9azcg": {
|
1256
|
+
"host": null,
|
1257
|
+
"adapter": "none"
|
1258
|
+
},
|
1259
|
+
".xn--mgberp4a5d4ar": {
|
1260
|
+
"host": "whois.nic.net.sa"
|
1261
|
+
},
|
1262
|
+
".xn--mgbx4cd0ab": {
|
1263
|
+
"host": "whois.domainregistry.my"
|
1264
|
+
},
|
1265
|
+
".xn--o3cw4h": {
|
1266
|
+
"host": "whois.thnic.co.th"
|
1267
|
+
},
|
1268
|
+
".xn--ogbpf8fl": {
|
1269
|
+
"host": null,
|
1270
|
+
"adapter": "none"
|
1271
|
+
},
|
1272
|
+
".xn--p1ai": {
|
1273
|
+
"host": "whois.tcinet.ru"
|
1274
|
+
},
|
1275
|
+
".xn--pgbs0dh": {
|
1276
|
+
"host": null,
|
1277
|
+
"adapter": "none"
|
1278
|
+
},
|
1279
|
+
".xn--s9brj9c": {
|
1280
|
+
"host": null,
|
1281
|
+
"adapter": "none"
|
1282
|
+
},
|
1283
|
+
".xn--wgbh1c": {
|
1284
|
+
"host": "whois.dotmasr.eg"
|
1285
|
+
},
|
1286
|
+
".xn--wgbl6a": {
|
1287
|
+
"host": "whois.registry.qa"
|
1288
|
+
},
|
1289
|
+
".xn--xkc2al3hye2a": {
|
1290
|
+
"host": "whois.nic.lk"
|
1291
|
+
},
|
1292
|
+
".xn--xkc2dl3a5ee0h": {
|
1293
|
+
"host": null,
|
1294
|
+
"adapter": "none"
|
1295
|
+
},
|
1296
|
+
".xn--yfro4i67o": {
|
1297
|
+
"host": "whois.sgnic.sg"
|
1298
|
+
},
|
1299
|
+
".xn--ygbi2ammx": {
|
1300
|
+
"host": "whois.pnina.ps"
|
1301
|
+
}
|
1302
|
+
}
|