whois 0.9.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (262) hide show
  1. data/CHANGELOG.rdoc +161 -21
  2. data/LICENSE.rdoc +1 -1
  3. data/Manifest +184 -13
  4. data/README.rdoc +24 -31
  5. data/Rakefile +7 -7
  6. data/bin/ruby-whois +9 -3
  7. data/data/ip_del_list +2 -0
  8. data/data/make_servers_charset.pl +21 -0
  9. data/data/make_tld_serv.pl +8 -7
  10. data/data/servers_charset_list +37 -0
  11. data/data/tld_serv_list +32 -30
  12. data/lib/whois.rb +0 -1
  13. data/lib/whois/answer.rb +24 -13
  14. data/lib/whois/answer/parser.rb +27 -16
  15. data/lib/whois/answer/parser/NOTES.txt +3 -0
  16. data/lib/whois/answer/parser/base.rb +140 -101
  17. data/lib/whois/answer/parser/jobswhois.verisign-grs.com.rb +99 -0
  18. data/lib/whois/answer/parser/whois.adamsnames.tc.rb +64 -0
  19. data/lib/whois/answer/parser/whois.aeda.net.ae.rb +65 -0
  20. data/lib/whois/answer/parser/whois.aero.rb +6 -6
  21. data/lib/whois/answer/parser/whois.afilias-grs.info.rb +6 -6
  22. data/lib/whois/answer/parser/whois.afilias.info.rb +12 -12
  23. data/lib/whois/answer/parser/whois.biz.rb +72 -0
  24. data/lib/whois/answer/parser/whois.cat.rb +74 -0
  25. data/lib/whois/answer/parser/whois.cira.ca.rb +77 -0
  26. data/lib/whois/answer/parser/whois.crsnic.net.rb +16 -13
  27. data/lib/whois/answer/parser/whois.denic.de.rb +14 -18
  28. data/lib/whois/answer/parser/whois.dk-hostmaster.dk.rb +75 -0
  29. data/lib/whois/answer/parser/whois.domain-registry.nl.rb +72 -0
  30. data/lib/whois/answer/parser/whois.domainregistry.ie.rb +7 -13
  31. data/lib/whois/answer/parser/whois.dotmobiregistry.net.rb +72 -0
  32. data/lib/whois/answer/parser/whois.educause.edu.rb +8 -8
  33. data/lib/whois/answer/parser/whois.eu.org.rb +8 -17
  34. data/lib/whois/answer/parser/whois.eu.rb +64 -0
  35. data/lib/whois/answer/parser/whois.iana.org.rb +6 -9
  36. data/lib/whois/answer/parser/whois.isnic.is.rb +72 -0
  37. data/lib/whois/answer/parser/whois.meregistry.net.rb +72 -0
  38. data/lib/whois/answer/parser/whois.museum.rb +76 -0
  39. data/lib/whois/answer/parser/whois.nic-se.se.rb +77 -0
  40. data/lib/whois/answer/parser/whois.nic.ac.rb +92 -0
  41. data/lib/whois/answer/parser/whois.nic.asia.rb +12 -12
  42. data/lib/whois/answer/parser/whois.nic.cc.rb +99 -0
  43. data/lib/whois/answer/parser/whois.nic.cd.rb +68 -0
  44. data/lib/whois/answer/parser/whois.nic.ch.rb +64 -0
  45. data/lib/whois/answer/parser/whois.nic.coop.rb +74 -0
  46. data/lib/whois/answer/parser/whois.nic.fr.rb +8 -11
  47. data/lib/whois/answer/parser/whois.nic.gl.rb +77 -0
  48. data/lib/whois/answer/parser/whois.nic.gov.rb +8 -17
  49. data/lib/whois/answer/parser/whois.nic.hu.rb +21 -19
  50. data/lib/whois/answer/parser/whois.nic.im.rb +68 -0
  51. data/lib/whois/answer/parser/whois.nic.io.rb +64 -0
  52. data/lib/whois/answer/parser/whois.nic.it.rb +16 -16
  53. data/lib/whois/answer/parser/whois.nic.ly.rb +76 -0
  54. data/lib/whois/answer/parser/whois.nic.mu.rb +77 -0
  55. data/lib/whois/answer/parser/whois.nic.name.rb +8 -17
  56. data/lib/whois/answer/parser/whois.nic.nu.rb +84 -0
  57. data/lib/whois/answer/parser/whois.nic.tel.rb +76 -0
  58. data/lib/whois/answer/parser/whois.nic.tl.rb +76 -0
  59. data/lib/whois/answer/parser/whois.nic.travel.rb +72 -0
  60. data/lib/whois/answer/parser/whois.nic.tv.rb +16 -13
  61. data/lib/whois/answer/parser/whois.nic.uk.rb +82 -0
  62. data/lib/whois/answer/parser/whois.nic.us.rb +72 -0
  63. data/lib/whois/answer/parser/whois.norid.no.rb +72 -0
  64. data/lib/whois/answer/parser/whois.publicinterestregistry.net.rb +16 -16
  65. data/lib/whois/answer/parser/whois.register.bg.rb +74 -0
  66. data/lib/whois/answer/parser/whois.registro.br.rb +64 -0
  67. data/lib/whois/answer/parser/whois.registrypro.pro.rb +77 -0
  68. data/lib/whois/answer/parser/whois.ripe.net.rb +64 -0
  69. data/lib/whois/answer/parser/whois.ripn.net.rb +72 -0
  70. data/lib/whois/answer/parser/whois.rotld.ro.rb +64 -0
  71. data/lib/whois/answer/parser/whois.samoanic.ws.rb +76 -0
  72. data/lib/whois/answer/parser/whois.za.net.rb +8 -11
  73. data/lib/whois/answer/parser/whois.za.org.rb +7 -10
  74. data/lib/whois/answer/super_struct.rb +1 -1
  75. data/lib/whois/client.rb +4 -4
  76. data/lib/whois/definitions/NOTES.txt +12 -0
  77. data/lib/whois/definitions/ipv4.rb +2 -0
  78. data/lib/whois/definitions/tlds.rb +27 -27
  79. data/lib/whois/errors.rb +11 -1
  80. data/lib/whois/server.rb +1 -0
  81. data/lib/whois/server/adapters/web.rb +1 -2
  82. data/lib/whois/version.rb +4 -4
  83. data/test/answer/parser/base_test.rb +16 -29
  84. data/test/answer/parser/jobswhois.verisign-grs.com_test.rb +122 -0
  85. data/test/answer/parser/whois.adamsnames.tc_test.rb +122 -0
  86. data/test/answer/parser/whois.aeda.net.ae_test.rb +63 -0
  87. data/test/answer/parser/whois.afilias-grs.info_test.rb +274 -13
  88. data/test/answer/parser/whois.afilias.info_test.rb +1 -1
  89. data/test/answer/parser/whois.biz_test.rb +51 -0
  90. data/test/answer/parser/whois.cat_test.rb +51 -0
  91. data/test/answer/parser/whois.cira.ca_test.rb +51 -0
  92. data/test/answer/parser/whois.crsnic.net_test.rb +8 -3
  93. data/test/answer/parser/whois.denic.de_test.rb +11 -18
  94. data/test/answer/parser/whois.dk-hostmaster.dk_test.rb +57 -0
  95. data/test/answer/parser/whois.domain-registry.nl_test.rb +49 -0
  96. data/test/answer/parser/whois.domainregistry.ie_test.rb +7 -11
  97. data/test/answer/parser/whois.dotmobiregistry.net_test.rb +51 -0
  98. data/test/answer/parser/whois.educause.edu_test.rb +3 -3
  99. data/test/answer/parser/whois.eu.org_test.rb +6 -12
  100. data/test/answer/parser/whois.eu_test.rb +45 -0
  101. data/test/answer/parser/whois.iana.org_test.rb +2 -4
  102. data/test/answer/parser/whois.isnic.is_test.rb +49 -0
  103. data/test/answer/parser/whois.meregistry.net_test.rb +51 -0
  104. data/test/answer/parser/whois.museum_test.rb +51 -0
  105. data/test/answer/parser/whois.nic-se.se_test.rb +58 -0
  106. data/test/answer/parser/whois.nic.ac_test.rb +126 -0
  107. data/test/answer/parser/whois.nic.asia_test.rb +1 -1
  108. data/test/answer/parser/whois.nic.cc_test.rb +122 -0
  109. data/test/answer/parser/whois.nic.cd_test.rb +49 -0
  110. data/test/answer/parser/whois.nic.ch_test.rb +45 -0
  111. data/test/answer/parser/whois.nic.coop_test.rb +51 -0
  112. data/test/answer/parser/whois.nic.fr_test.rb +178 -13
  113. data/test/answer/parser/whois.nic.gl_test.rb +51 -0
  114. data/test/answer/parser/whois.nic.gov_test.rb +6 -12
  115. data/test/answer/parser/whois.nic.hu_test.rb +9 -7
  116. data/test/answer/parser/whois.nic.im_test.rb +47 -0
  117. data/test/answer/parser/whois.nic.io_test.rb +45 -0
  118. data/test/answer/parser/whois.nic.it_test.rb +6 -3
  119. data/test/answer/parser/whois.nic.ly_test.rb +51 -0
  120. data/test/answer/parser/whois.nic.mu_test.rb +97 -0
  121. data/test/answer/parser/whois.nic.name_test.rb +6 -12
  122. data/test/answer/parser/whois.nic.nu_test.rb +59 -0
  123. data/test/answer/parser/whois.nic.tel_test.rb +51 -0
  124. data/test/answer/parser/whois.nic.tl_test.rb +51 -0
  125. data/test/answer/parser/whois.nic.travel_test.rb +51 -0
  126. data/test/answer/parser/whois.nic.tv_test.rb +9 -5
  127. data/test/answer/parser/whois.nic.uk_test.rb +63 -0
  128. data/test/answer/parser/whois.nic.us_test.rb +51 -0
  129. data/test/answer/parser/whois.norid.no_test.rb +49 -0
  130. data/test/answer/parser/whois.register.bg_test.rb +49 -0
  131. data/test/answer/parser/whois.registro.br_test.rb +45 -0
  132. data/test/answer/parser/whois.registrypro.pro_test.rb +84 -0
  133. data/test/answer/parser/whois.ripe.net_test.rb +203 -0
  134. data/test/answer/parser/whois.ripn.net_test.rb +94 -0
  135. data/test/answer/parser/whois.rotld.ro_test.rb +45 -0
  136. data/test/answer/parser/whois.samoanic.ws_test.rb +51 -0
  137. data/test/answer/parser/whois.za.net_test.rb +2 -4
  138. data/test/answer/parser/whois.za.org_test.rb +2 -4
  139. data/test/answer/parser_test.rb +71 -48
  140. data/test/answer_test.rb +57 -21
  141. data/test/client_test.rb +5 -2
  142. data/test/errors_test.rb +23 -0
  143. data/test/list_tld +74 -76
  144. data/test/testcases/responses/jobswhois.verisign-grs.com/available.txt +44 -0
  145. data/test/testcases/responses/jobswhois.verisign-grs.com/registered.txt +54 -0
  146. data/test/testcases/responses/super_struct_test.rb +3 -4
  147. data/test/testcases/responses/whois.adamsnames.tc/gd/available.txt +2 -0
  148. data/test/testcases/responses/whois.adamsnames.tc/gd/registered.txt +26 -0
  149. data/test/testcases/responses/whois.adamsnames.tc/tc/available.txt +2 -0
  150. data/test/testcases/responses/whois.adamsnames.tc/tc/registered.txt +28 -0
  151. data/test/testcases/responses/whois.adamsnames.tc/vg/available.txt +2 -0
  152. data/test/testcases/responses/whois.adamsnames.tc/vg/registered.txt +28 -0
  153. data/test/testcases/responses/whois.aeda.net.ae/available.txt +1 -0
  154. data/test/testcases/responses/whois.aeda.net.ae/registered.txt +15 -0
  155. data/test/testcases/responses/whois.biz/available.txt +25 -0
  156. data/test/testcases/responses/whois.biz/registered.txt +89 -0
  157. data/test/testcases/responses/whois.cat/available.txt +18 -0
  158. data/test/testcases/responses/whois.cat/registered.txt +83 -0
  159. data/test/testcases/responses/whois.cira.ca/available.txt +9 -0
  160. data/test/testcases/responses/whois.cira.ca/registered.txt +47 -0
  161. data/test/testcases/responses/whois.dk-hostmaster.dk/available.txt +15 -0
  162. data/test/testcases/responses/whois.dk-hostmaster.dk/registered.txt +47 -0
  163. data/test/testcases/responses/whois.domain-registry.nl/available.txt +21 -0
  164. data/test/testcases/responses/whois.domain-registry.nl/registered.txt +67 -0
  165. data/test/testcases/responses/whois.dotmobiregistry.net/available.txt +25 -0
  166. data/test/testcases/responses/whois.dotmobiregistry.net/registered.txt +81 -0
  167. data/test/testcases/responses/whois.eu/available.txt +47 -0
  168. data/test/testcases/responses/whois.eu/registered.txt +63 -0
  169. data/test/testcases/responses/whois.isnic.is/available.txt +7 -0
  170. data/test/testcases/responses/whois.isnic.is/registered.txt +57 -0
  171. data/test/testcases/responses/{whois.afilias-grs.info → whois.meregistry.net}/available.txt +0 -0
  172. data/test/testcases/responses/whois.meregistry.net/registered.txt +94 -0
  173. data/test/testcases/responses/whois.museum/available.txt +18 -0
  174. data/test/testcases/responses/whois.museum/registered.txt +92 -0
  175. data/test/testcases/responses/whois.nic-se.se/available.txt +21 -0
  176. data/test/testcases/responses/whois.nic-se.se/registered.txt +37 -0
  177. data/test/testcases/responses/whois.nic.ac/available.txt +2 -0
  178. data/test/testcases/responses/whois.nic.ac/registered.txt +2 -0
  179. data/test/testcases/responses/whois.nic.cc/available.txt +44 -0
  180. data/test/testcases/responses/whois.nic.cc/registered.txt +58 -0
  181. data/test/testcases/responses/whois.nic.cd/available.txt +1 -0
  182. data/test/testcases/responses/whois.nic.cd/registered.txt +85 -0
  183. data/test/testcases/responses/whois.nic.ch/available.txt +2 -0
  184. data/test/testcases/responses/whois.nic.ch/registered.txt +28 -0
  185. data/test/testcases/responses/whois.nic.coop/available.txt +33 -0
  186. data/test/testcases/responses/whois.nic.coop/registered.txt +123 -0
  187. data/test/testcases/responses/whois.nic.fr/{available.txt → fr/available.txt} +0 -0
  188. data/test/testcases/responses/whois.nic.fr/{registered.txt → fr/registered.txt} +0 -0
  189. data/test/testcases/responses/whois.nic.fr/pm/available.txt +19 -0
  190. data/test/testcases/responses/whois.nic.fr/pm/registered.txt +88 -0
  191. data/test/testcases/responses/whois.nic.fr/re/available.txt +19 -0
  192. data/test/testcases/responses/whois.nic.fr/re/registered.txt +83 -0
  193. data/test/testcases/responses/whois.nic.fr/wf/available.txt +19 -0
  194. data/test/testcases/responses/whois.nic.fr/wf/registered.txt +88 -0
  195. data/test/testcases/responses/whois.nic.fr/yt/available.txt +19 -0
  196. data/test/testcases/responses/whois.nic.fr/yt/registered.txt +88 -0
  197. data/test/testcases/responses/whois.nic.gl/available.txt +23 -0
  198. data/test/testcases/responses/whois.nic.gl/registered.txt +40 -0
  199. data/test/testcases/responses/whois.nic.hu/available.txt +5 -5
  200. data/test/testcases/responses/whois.nic.hu/in_progress.txt +5 -5
  201. data/test/testcases/responses/whois.nic.hu/registered.txt +6 -6
  202. data/test/testcases/responses/whois.nic.im/available.txt +2 -0
  203. data/test/testcases/responses/whois.nic.im/registered.txt +45 -0
  204. data/test/testcases/responses/whois.nic.io/available.txt +2 -0
  205. data/test/testcases/responses/whois.nic.io/registered.txt +2 -0
  206. data/test/testcases/responses/whois.nic.ly/available.txt +1 -0
  207. data/test/testcases/responses/whois.nic.ly/registered.txt +65 -0
  208. data/test/testcases/responses/whois.nic.mu/ki/available.txt +20 -0
  209. data/test/testcases/responses/whois.nic.mu/ki/registered.txt +30 -0
  210. data/test/testcases/responses/whois.nic.mu/mu/available.txt +9 -0
  211. data/test/testcases/responses/whois.nic.mu/mu/registered.txt +22 -0
  212. data/test/testcases/responses/whois.nic.nu/available.txt +19 -0
  213. data/test/testcases/responses/whois.nic.nu/registered.txt +35 -0
  214. data/test/testcases/responses/whois.nic.tel/available.txt +59 -0
  215. data/test/testcases/responses/whois.nic.tel/registered.txt +111 -0
  216. data/test/testcases/responses/whois.nic.tl/available.txt +21 -0
  217. data/test/testcases/responses/whois.nic.tl/registered.txt +29 -0
  218. data/test/testcases/responses/whois.nic.travel/available.txt +25 -0
  219. data/test/testcases/responses/whois.nic.travel/registered.txt +75 -0
  220. data/test/testcases/responses/whois.nic.uk/available.txt +20 -0
  221. data/test/testcases/responses/whois.nic.uk/invalid.txt +22 -0
  222. data/test/testcases/responses/whois.nic.uk/registered.txt +50 -0
  223. data/test/testcases/responses/whois.nic.us/available.txt +29 -0
  224. data/test/testcases/responses/whois.nic.us/registered.txt +99 -0
  225. data/test/testcases/responses/whois.norid.no/available.txt +5 -0
  226. data/test/testcases/responses/whois.norid.no/registered.txt +34 -0
  227. data/test/testcases/responses/whois.register.bg/available.txt +1 -0
  228. data/test/testcases/responses/whois.register.bg/registered.txt +44 -0
  229. data/test/testcases/responses/whois.registro.br/available.txt +22 -0
  230. data/test/testcases/responses/whois.registro.br/registered.txt +23 -0
  231. data/test/testcases/responses/whois.registrypro.pro/available.txt +20 -0
  232. data/test/testcases/responses/whois.registrypro.pro/registered.txt +62 -0
  233. data/test/testcases/responses/whois.ripe.net/fo/available.txt +11 -0
  234. data/test/testcases/responses/whois.ripe.net/fo/registered.txt +45 -0
  235. data/test/testcases/responses/whois.ripe.net/gm/available.txt +11 -0
  236. data/test/testcases/responses/whois.ripe.net/gm/registered.txt +37 -0
  237. data/test/testcases/responses/whois.ripe.net/mc/available.txt +11 -0
  238. data/test/testcases/responses/whois.ripe.net/mc/registered.txt +36 -0
  239. data/test/testcases/responses/whois.ripe.net/sm/available.txt +11 -0
  240. data/test/testcases/responses/whois.ripe.net/sm/registered.txt +60 -0
  241. data/test/testcases/responses/whois.ripe.net/va/available.txt +11 -0
  242. data/test/testcases/responses/whois.ripe.net/va/registered.txt +48 -0
  243. data/test/testcases/responses/whois.ripn.net/ru/available.txt +9 -0
  244. data/test/testcases/responses/whois.ripn.net/ru/registered.txt +24 -0
  245. data/test/testcases/responses/whois.ripn.net/su/available.txt +9 -0
  246. data/test/testcases/responses/whois.ripn.net/su/registered.txt +20 -0
  247. data/test/testcases/responses/whois.rotld.ro/available.txt +16 -0
  248. data/test/testcases/responses/whois.rotld.ro/registered.txt +27 -0
  249. data/test/testcases/responses/whois.samoanic.ws/available.txt +12 -0
  250. data/test/testcases/responses/whois.samoanic.ws/registered.txt +34 -0
  251. data/whois.gemspec +19 -19
  252. metadata +274 -31
  253. data/lib/whois/answer/parser/README.rdoc +0 -21
  254. data/lib/whois/definitions/ipv4.txt +0 -214
  255. data/lib/whois/definitions/ipv6.txt +0 -32
  256. data/lib/whois/definitions/tld.notes.txt +0 -1
  257. data/lib/whois/definitions/tlds.txt +0 -354
  258. data/lib/whois/whois.rb +0 -185
  259. data/test/testcases/responses/whois.afilias-grs.info/registered.txt +0 -122
  260. data/test/testcases/responses/whois.nic.fr/MULTIPLE.txt +0 -4
  261. data/test/whois_test.rb +0 -32
  262. data/utils/tlds.txt +0 -318
@@ -0,0 +1,9 @@
1
+ Domain name: u34jedzcq.ca
2
+ Domain status: AVAIL
3
+
4
+ % WHOIS look-up made at 2009-12-23 13:52:55 (GMT)
5
+ %
6
+ % Use of CIRA's WHOIS service is governed by the Terms of Use in its Legal
7
+ % Notice, available at http://www.cira.ca/legal-notice/?lang=en
8
+ %
9
+ % (c) 2007 Canadian Internet Registration Authority, (http://www.cira.ca/)
@@ -0,0 +1,47 @@
1
+ Domain name: google.ca
2
+ Domain status: EXIST
3
+ Domain number: 273289
4
+ Approval date: 2000/10/03
5
+ Renewal date: 2011/04/28
6
+ Updated date: 2009/05/27
7
+
8
+ Registrar:
9
+ Name: Webnames.ca Inc.
10
+ Number: 70
11
+
12
+ Registrant:
13
+ Name: Google Inc.
14
+ Number: 853723
15
+
16
+ Administrative contact:
17
+ Name: Rose Hagan
18
+ Job Title:
19
+ Postal address: Google Inc.
20
+ 130 King St. W., Suite 1800
21
+ Toronto ON M5X 1E3 Canada
22
+ Phone: 1 416 8653361
23
+ Fax: 1 416 9456616
24
+ Email: dns-admin@google.com
25
+
26
+ Technical contact:
27
+ Name: Rose Hagan
28
+ Job Title:
29
+ Postal address: Google Inc.
30
+ 1600 Amphitheatre Parkway
31
+ Mountain View CA 94043 United States
32
+ Phone: 1 650 2530000
33
+ Fax: 1 650 6188571
34
+ Email: dns-admin@google.com
35
+
36
+ Name servers:
37
+ ns1.google.com 216.239.32.10
38
+ ns2.google.com 216.239.34.10
39
+ ns3.google.com 216.239.36.10
40
+ ns4.google.com 216.239.38.10
41
+
42
+ % WHOIS look-up made at 2009-12-23 13:52:54 (GMT)
43
+ %
44
+ % Use of CIRA's WHOIS service is governed by the Terms of Use in its Legal
45
+ % Notice, available at http://www.cira.ca/legal-notice/?lang=en
46
+ %
47
+ % (c) 2007 Canadian Internet Registration Authority, (http://www.cira.ca/)
@@ -0,0 +1,15 @@
1
+ # Hello 79.3.208.223. Your session has been logged.
2
+ #
3
+ # Copyright (c) 2002 - 2010 by DK Hostmaster A/S
4
+ #
5
+ # The data in the DK Whois database is provided by DK Hostmaster A/S
6
+ # for information purposes only, and to assist persons in obtaining
7
+ # information about or related to a domain name registration record.
8
+ # We do not guarantee its accuracy. We will reserve the right to remove
9
+ # access for entities abusing the data, without notice.
10
+ #
11
+ # Any use of this material to target advertising or similar activities
12
+ # are explicitly forbidden and will be prosecuted. DK Hostmaster A/S
13
+ # requests to be notified of any such activities or suspicions thereof.
14
+
15
+ No entries found for the selected source.
@@ -0,0 +1,47 @@
1
+ # Hello 79.3.208.223. Your session has been logged.
2
+ #
3
+ # Copyright (c) 2002 - 2010 by DK Hostmaster A/S
4
+ #
5
+ # The data in the DK Whois database is provided by DK Hostmaster A/S
6
+ # for information purposes only, and to assist persons in obtaining
7
+ # information about or related to a domain name registration record.
8
+ # We do not guarantee its accuracy. We will reserve the right to remove
9
+ # access for entities abusing the data, without notice.
10
+ #
11
+ # Any use of this material to target advertising or similar activities
12
+ # are explicitly forbidden and will be prosecuted. DK Hostmaster A/S
13
+ # requests to be notified of any such activities or suspicions thereof.
14
+
15
+ Domain: google.dk
16
+ DNS: google.dk
17
+ Registered: 1999-01-10
18
+ Expires: 2010-03-31
19
+ Registration period: 1 year
20
+ VID: no
21
+ Status: Active
22
+
23
+ Registrant
24
+ Handle: GI656-DK
25
+ Name: Google, Inc
26
+ Address: 1600 Amphitheatre Parkway
27
+ Postalcode: 94043
28
+ City: Mountain View, CA
29
+ Country: US
30
+ Phone: +16502530000
31
+
32
+ Administrator
33
+ Handle: GI657-DK
34
+ Name: Google, Inc
35
+ Attention: Domain Administrator
36
+ Address: 1600 Amphitheatre Parkway
37
+ Postalcode: 94043
38
+ City: Mountain View, CA
39
+ Country: US
40
+ Phone: +16502530000
41
+
42
+ Nameservers
43
+ Hostname: ns1.google.com
44
+ Handle: GI644-DK
45
+ Hostname: ns2.google.com
46
+ Handle: GI644-DK
47
+
@@ -0,0 +1,21 @@
1
+ u34jedzcq.nl is free
2
+
3
+ Copyright notice
4
+ No part of this publication may be reproduced, published, stored in a
5
+ retrieval system, or transmitted, in any form or by any means, electronic,
6
+ mechanical, recording, or otherwise, without prior permission of the
7
+ Foundation for Internet Domain Registration in the Netherlands (SIDN).
8
+ Registrars are bound by these restrictions without any limitations,
9
+ except in case of reasonable and necessary reproductions or publications
10
+ and solely for those business activities as mentioned in the 'General
11
+ terms and Conditions for Registrars'.
12
+
13
+ Any use of this material to target advertising, commercial speech or
14
+ similar activities is explicitly forbidden and will be prosecuted. The
15
+ Stichting Internet Domeinregistratie Nederland requests to be notified
16
+ of any such activities or suspicions thereof.
17
+ (c) The Foundation for Internet Domain Registration in the Netherlands
18
+ (SIDN) Dutch Copyright Act, protection of authors' rights (Section 10,
19
+ subsection 1, clause 1).
20
+
21
+
@@ -0,0 +1,67 @@
1
+ Domain name:
2
+ google.nl
3
+
4
+ Status: active
5
+
6
+ Registrant:
7
+ GOO001748-MARKM
8
+ Google Inc.
9
+ Amphitheatre Parkway 1600
10
+ 94043
11
+ MOUNTAIN VIEW CA
12
+ United States of America
13
+
14
+ Domicile:
15
+ Kruisstraat 2
16
+ 2312BH LEIDEN
17
+ Netherlands
18
+
19
+ Administrative contact:
20
+ GOO007083-MARKM
21
+ GI Google Inc.
22
+ +1 (0)6502530000
23
+ ccops@markmonitor.com
24
+
25
+ Registrar:
26
+ MarkMonitor International LTD
27
+ 22-26 Albert Embankment
28
+ SE1 7TJ
29
+ London
30
+ United Kingdom of Great Britain & N. Ireland
31
+
32
+ Technical contact(s):
33
+ JOH004771-MARKM
34
+ M Serlin
35
+ +1 (0)2083895740
36
+ ccops@markmonitor.com
37
+
38
+ Domain nameservers:
39
+ ns1.google.com
40
+ ns2.google.com
41
+ ns3.google.com
42
+ ns4.google.com
43
+
44
+ Date registered: 27-05-1999
45
+ Record last updated: 11-02-2009
46
+
47
+ Record maintained by: NL Domain Registry
48
+
49
+ Copyright notice
50
+ No part of this publication may be reproduced, published, stored in a
51
+ retrieval system, or transmitted, in any form or by any means, electronic,
52
+ mechanical, recording, or otherwise, without prior permission of the
53
+ Foundation for Internet Domain Registration in the Netherlands (SIDN).
54
+ Registrars are bound by these restrictions without any limitations,
55
+ except in case of reasonable and necessary reproductions or publications
56
+ and solely for those business activities as mentioned in the 'General
57
+ terms and Conditions for Registrars'.
58
+
59
+ Any use of this material to target advertising, commercial speech or
60
+ similar activities is explicitly forbidden and will be prosecuted. The
61
+ Stichting Internet Domeinregistratie Nederland requests to be notified
62
+ of any such activities or suspicions thereof.
63
+ (c) The Foundation for Internet Domain Registration in the Netherlands
64
+ (SIDN) Dutch Copyright Act, protection of authors' rights (Section 10,
65
+ subsection 1, clause 1).
66
+
67
+
@@ -0,0 +1,25 @@
1
+ Not found: u34jedzcq.biz
2
+
3
+ >>>> Whois database was last updated on: Fri Dec 25 15:41:59 GMT 2009 <<<<
4
+
5
+ NeuStar, Inc., the Registry Operator for .BIZ, has collected this information
6
+ for the WHOIS database through an ICANN-Accredited Registrar. This information
7
+ is provided to you for informational purposes only and is designed to assist
8
+ persons in determining contents of a domain name registration record in the
9
+ NeuStar registry database. NeuStar makes this information available to you
10
+ "as is" and does not guarantee its accuracy. By submitting a WHOIS query, you
11
+ agree that you will use this data only for lawful purposes and that, under no
12
+ circumstances will you use this data: (1) to allow, enable, or otherwise
13
+ support the transmission of mass unsolicited, commercial advertising or
14
+ solicitations via direct mail, electronic mail, or by telephone; (2) in
15
+ contravention of any applicable data and privacy protection acts; or (3) to
16
+ enable high volume, automated, electronic processes that apply to the registry
17
+ (or its systems). Compilation, repackaging, dissemination, or other use of the
18
+ WHOIS database in its entirety, or of a substantial portion thereof, is not
19
+ allowed without NeuStar's prior written permission. NeuStar reserves the
20
+ right to modify or change these conditions at any time without prior or
21
+ subsequent notification of any kind. By executing this query, in any manner
22
+ whatsoever, you agree to abide by these terms.
23
+
24
+ NOTE: FAILURE TO LOCATE A RECORD IN THE WHOIS DATABASE IS NOT INDICATIVE
25
+ OF THE AVAILABILITY OF A DOMAIN NAME.
@@ -0,0 +1,81 @@
1
+ mTLD WHOIS LEGAL STATEMENT AND TERMS & CONDITIONS: The WHOIS service offered
2
+ by mTLD and the access to the records in the mTLD WHOIS database are provided
3
+ for information purposes only. It allows persons to check whether a specific
4
+ domain name is still available or not and to obtain information related to
5
+ the registration records of existing domain names. mTLD cannot, under any
6
+ circumstances, be held liable in case the stored information would prove to
7
+ be wrong, incomplete, or not accurate in any sense. By submitting a query
8
+ you agree not to use the information made available to: allow, enable or
9
+ otherwise support the transmission of unsolicited, commercial advertising or
10
+ other solicitations whether via email or otherwise; target advertising in any
11
+ possible way; or to cause nuisance in any possible way to the registrants by
12
+ sending (whether by automated, electronic processes capable of enabling high
13
+ volumes or other possible means) messages to them. Without prejudice to the
14
+ above, it is explicitly forbidden to extract, copy and/or use or re-utilise
15
+ in any form and by any means (electronically or not) the whole or a
16
+ quantitatively or qualitatively substantial part of the contents of the WHOIS
17
+ database without prior and explicit permission by mTLD, nor in any attempt
18
+ hereof, or to apply automated, electronic processes to mTLD (or its systems).
19
+ You agree that any reproduction and/or transmission of data for commercial
20
+ purposes will always be considered as the extraction of a substantial part of
21
+ the content of the WHOIS database. By submitting the query you agree to abide
22
+ by this policy and accept that mTLD can take measures to limit the use of its
23
+ WHOIS services in order to protect the privacy of its registrants or the
24
+ integrity of the database.
25
+
26
+ Domain ID:D117-MOBI
27
+ Domain Name:GOOGLE.MOBI
28
+ Created On:11-May-2006 21:08:42 UTC
29
+ Last Updated On:09-Apr-2009 09:17:18 UTC
30
+ Expiration Date:11-May-2010 21:08:42 UTC
31
+ Last Transferred Date:22-Sep-2006 10:24:54 UTC
32
+ Trademark Name:GOOGLE
33
+ Trademark Country:US
34
+ Trademark Number:2884502
35
+ Date Trademark Applied For:1998-09-16
36
+ Date Trademark Registered:2004-09-14
37
+ Sponsoring Registrar:MarkMonitor Inc (292)
38
+ Created by Registrar:mTLD Mobile Top Level Domain (4000002)
39
+ Last Updated by Registrar:MarkMonitor Inc (292)
40
+ Status:CLIENT DELETE PROHIBITED
41
+ Status:CLIENT TRANSFER PROHIBITED
42
+ Status:CLIENT UPDATE PROHIBITED
43
+ Registrant ID:mmr-14290820
44
+ Registrant Name:DNS Admin
45
+ Registrant Organization:Google Inc.
46
+ Registrant Street1:1600 Amphitheatre Parkway
47
+ Registrant City:Mountain View
48
+ Registrant State/Province:CA
49
+ Registrant Postal Code:94043
50
+ Registrant Country:US
51
+ Registrant Phone:+1.6506234000
52
+ Registrant FAX:+1.6506188571
53
+ Registrant Email:dns-admin@google.com
54
+ Admin ID:mmr-14290820
55
+ Admin Name:DNS Admin
56
+ Admin Organization:Google Inc.
57
+ Admin Street1:1600 Amphitheatre Parkway
58
+ Admin City:Mountain View
59
+ Admin State/Province:CA
60
+ Admin Postal Code:94043
61
+ Admin Country:US
62
+ Admin Phone:+1.6506234000
63
+ Admin FAX:+1.6506188571
64
+ Admin Email:dns-admin@google.com
65
+ Tech ID:mmr-14290820
66
+ Tech Name:DNS Admin
67
+ Tech Organization:Google Inc.
68
+ Tech Street1:1600 Amphitheatre Parkway
69
+ Tech City:Mountain View
70
+ Tech State/Province:CA
71
+ Tech Postal Code:94043
72
+ Tech Country:US
73
+ Tech Phone:+1.6506234000
74
+ Tech FAX:+1.6506188571
75
+ Tech Email:dns-admin@google.com
76
+ Name Server:NS1.GOOGLE.COM
77
+ Name Server:NS2.GOOGLE.COM
78
+ Name Server:NS3.GOOGLE.COM
79
+ Name Server:NS4.GOOGLE.COM
80
+
81
+
@@ -0,0 +1,47 @@
1
+ % The WHOIS service offered by EURid and the access to the records
2
+ % in the EURid WHOIS database are provided for information purposes
3
+ % only. It allows persons to check whether a specific domain name
4
+ % is still available or not and to obtain information related to
5
+ % the registration records of existing domain names.
6
+ %
7
+ % EURid cannot, under any circumstances, be held liable in case the
8
+ % stored information would prove to be wrong, incomplete or not
9
+ % accurate in any sense.
10
+ %
11
+ % By submitting a query you agree not to use the information made
12
+ % available to:
13
+ %
14
+ % - allow, enable or otherwise support the transmission of unsolicited,
15
+ % commercial advertising or other solicitations whether via email or
16
+ % otherwise;
17
+ % - target advertising in any possible way;
18
+ %
19
+ % - to cause nuisance in any possible way to the registrants by sending
20
+ % (whether by automated, electronic processes capable of enabling
21
+ % high volumes or other possible means) messages to them.
22
+ %
23
+ % Without prejudice to the above, it is explicitly forbidden to extract,
24
+ % copy and/or use or re-utilise in any form and by any means
25
+ % (electronically or not) the whole or a quantitatively or qualitatively
26
+ % substantial part of the contents of the WHOIS database without prior
27
+ % and explicit permission by EURid, nor in any attempt hereof, to apply
28
+ % automated, electronic processes to EURid (or its systems).
29
+ %
30
+ % You agree that any reproduction and/or transmission of data for
31
+ % commercial purposes will always be considered as the extraction of a
32
+ % substantial part of the content of the WHOIS database.
33
+ %
34
+ % By submitting the query you agree to abide by this policy and accept
35
+ % that EURid can take measures to limit the use of its WHOIS services
36
+ % in order to protect the privacy of its registrants or the integrity
37
+ % of the database.
38
+ %
39
+ % The EURid WHOIS service on port 43 (textual whois) never
40
+ % discloses any information concerning the registrant.
41
+ % Registrant information can be obtained through use of the
42
+ % webbased whois service available from the EURid website www.eurid.eu
43
+ %
44
+ % WHOIS u34jedzcq
45
+ Domain: u34jedzcq
46
+ Status: AVAILABLE
47
+
@@ -0,0 +1,63 @@
1
+ % The WHOIS service offered by EURid and the access to the records
2
+ % in the EURid WHOIS database are provided for information purposes
3
+ % only. It allows persons to check whether a specific domain name
4
+ % is still available or not and to obtain information related to
5
+ % the registration records of existing domain names.
6
+ %
7
+ % EURid cannot, under any circumstances, be held liable in case the
8
+ % stored information would prove to be wrong, incomplete or not
9
+ % accurate in any sense.
10
+ %
11
+ % By submitting a query you agree not to use the information made
12
+ % available to:
13
+ %
14
+ % - allow, enable or otherwise support the transmission of unsolicited,
15
+ % commercial advertising or other solicitations whether via email or
16
+ % otherwise;
17
+ % - target advertising in any possible way;
18
+ %
19
+ % - to cause nuisance in any possible way to the registrants by sending
20
+ % (whether by automated, electronic processes capable of enabling
21
+ % high volumes or other possible means) messages to them.
22
+ %
23
+ % Without prejudice to the above, it is explicitly forbidden to extract,
24
+ % copy and/or use or re-utilise in any form and by any means
25
+ % (electronically or not) the whole or a quantitatively or qualitatively
26
+ % substantial part of the contents of the WHOIS database without prior
27
+ % and explicit permission by EURid, nor in any attempt hereof, to apply
28
+ % automated, electronic processes to EURid (or its systems).
29
+ %
30
+ % You agree that any reproduction and/or transmission of data for
31
+ % commercial purposes will always be considered as the extraction of a
32
+ % substantial part of the content of the WHOIS database.
33
+ %
34
+ % By submitting the query you agree to abide by this policy and accept
35
+ % that EURid can take measures to limit the use of its WHOIS services
36
+ % in order to protect the privacy of its registrants or the integrity
37
+ % of the database.
38
+ %
39
+ % The EURid WHOIS service on port 43 (textual whois) never
40
+ % discloses any information concerning the registrant.
41
+ % Registrant information can be obtained through use of the
42
+ % webbased whois service available from the EURid website www.eurid.eu
43
+ %
44
+ % WHOIS google
45
+ Domain: google
46
+
47
+ Registrant:
48
+ NOT DISCLOSED!
49
+ Visit www.eurid.eu for webbased whois.
50
+
51
+ Registrar Technical Contacts:
52
+
53
+ Registrar:
54
+ Name: eMarkMonitor, Inc.
55
+ Website: www.markmonitor.com
56
+
57
+ Nameservers:
58
+ ns1.google.com
59
+ ns2.google.com
60
+ ns3.google.com
61
+ ns4.google.com
62
+
63
+ Please visit www.eurid.eu for more info.
@@ -0,0 +1,7 @@
1
+ % This is the ISNIC Whois server.
2
+ %
3
+ % Rights restricted by copyright.
4
+ % See http://www.isnic.is/copyright.php
5
+
6
+ %
7
+ % No entries found for query "u34jedzcq.is".
@@ -0,0 +1,57 @@
1
+ % This is the ISNIC Whois server.
2
+ %
3
+ % Rights restricted by copyright.
4
+ % See http://www.isnic.is/copyright.php
5
+
6
+ domain: google.is
7
+ descr: Google Inc
8
+ descr: 1600 Ampitheatre Parkway
9
+ descr: Mountain View, California 94043
10
+ descr: US
11
+ admin-c: MTC2-IS
12
+ tech-c: MTC2-IS
13
+ zone-c: AG49-IS
14
+ billing-c: CB2-IS
15
+ nserver: ns1.google.com
16
+ nserver: ns2.google.com
17
+ created: May 22 2002
18
+ expires: May 22 2010
19
+ source: ISNIC
20
+
21
+ person: Markmonitor Tech Contact
22
+ address: MarkMonitor
23
+ address: PMB 155, 10400 Overland Road
24
+ address: Boise, ID 83709
25
+ address: US
26
+ phone: +1 208 3895740
27
+ fax-no: +1 208 3895799
28
+ e-mail: ccops@markmonitor.com
29
+ nic-hdl: MTC2-IS
30
+ created: July 22 2004
31
+ source: ISNIC
32
+
33
+ role: CCOPS Billing
34
+ address: MarkMonitor Inc.
35
+ address: 10400 Overland Road PMB 155
36
+ address: Boise, ID 83709
37
+ address: US
38
+ phone: +1 208 3895740
39
+ fax-no: +1 208 3895771
40
+ e-mail: ccops@markmonitor.com
41
+ nic-hdl: CB2-IS
42
+ created: June 8 2006
43
+ source: ISNIC
44
+
45
+ person: Amit Garg
46
+ address: Google Inc.
47
+ address: 1600 Amphitheatre Parkway
48
+ address: Mountain View, CA 94043
49
+ address: US
50
+ phone: +1 650 3300100
51
+ fax-no: +1 650 6188571
52
+ e-mail: dns-admin@google.com
53
+ nic-hdl: AG49-IS
54
+ created: October 3 2004
55
+ source: ISNIC
56
+
57
+