wmap 2.4.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (141) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +141 -0
  3. data/LICENSE.txt +15 -0
  4. data/README.rdoc +98 -0
  5. data/TODO +13 -0
  6. data/bin/deprime +21 -0
  7. data/bin/distrust +38 -0
  8. data/bin/googleBot +23 -0
  9. data/bin/prime +21 -0
  10. data/bin/refresh +26 -0
  11. data/bin/run_tests +16 -0
  12. data/bin/spiderBot +26 -0
  13. data/bin/trust +38 -0
  14. data/bin/updateAll +57 -0
  15. data/bin/wadd +25 -0
  16. data/bin/wadds +26 -0
  17. data/bin/wcheck +28 -0
  18. data/bin/wdel +25 -0
  19. data/bin/wdump +21 -0
  20. data/bin/wmap +151 -0
  21. data/bin/wscan +32 -0
  22. data/data/cidrs +2 -0
  23. data/data/deactivated_sites +1 -0
  24. data/data/domains +2 -0
  25. data/data/hosts +1 -0
  26. data/data/prime_hosts +1 -0
  27. data/data/sites +2 -0
  28. data/data/sub_domains +2 -0
  29. data/demos/bruter.rb +27 -0
  30. data/demos/dns_brutes.rb +28 -0
  31. data/demos/filter_cidr.rb +18 -0
  32. data/demos/filter_crawls.rb +5 -0
  33. data/demos/filter_domain.rb +25 -0
  34. data/demos/filter_geoip.rb +26 -0
  35. data/demos/filter_known_services.rb +59 -0
  36. data/demos/filter_netinfo.rb +23 -0
  37. data/demos/filter_prime.rb +25 -0
  38. data/demos/filter_profiler.rb +3 -0
  39. data/demos/filter_redirection.rb +19 -0
  40. data/demos/filter_site.rb +40 -0
  41. data/demos/filter_siteip.rb +31 -0
  42. data/demos/filter_status.rb +17 -0
  43. data/demos/filter_timestamp.rb +23 -0
  44. data/demos/filter_url.rb +19 -0
  45. data/demos/new_fnd.rb +66 -0
  46. data/demos/nmap_parser.pl +138 -0
  47. data/demos/site_format.rb +18 -0
  48. data/demos/whois_domain.rb +78 -0
  49. data/dicts/GeoIP.dat +0 -0
  50. data/dicts/GeoIPASNum.dat +0 -0
  51. data/dicts/GeoLiteCity.dat +0 -0
  52. data/dicts/ccsld.txt +2646 -0
  53. data/dicts/cctld.txt +243 -0
  54. data/dicts/gtld.txt +25 -0
  55. data/dicts/hostnames-dict.big +1402 -0
  56. data/dicts/hostnames-dict.txt +101 -0
  57. data/lib/wmap/cidr_tracker.rb +327 -0
  58. data/lib/wmap/dns_bruter.rb +308 -0
  59. data/lib/wmap/domain_tracker/sub_domain.rb +142 -0
  60. data/lib/wmap/domain_tracker.rb +342 -0
  61. data/lib/wmap/geoip_tracker.rb +72 -0
  62. data/lib/wmap/google_search_scraper.rb +177 -0
  63. data/lib/wmap/host_tracker/primary_host.rb +130 -0
  64. data/lib/wmap/host_tracker.rb +550 -0
  65. data/lib/wmap/network_profiler.rb +144 -0
  66. data/lib/wmap/port_scanner.rb +208 -0
  67. data/lib/wmap/site_tracker/deactivated_site.rb +85 -0
  68. data/lib/wmap/site_tracker.rb +937 -0
  69. data/lib/wmap/url_checker.rb +314 -0
  70. data/lib/wmap/url_crawler.rb +381 -0
  71. data/lib/wmap/utils/domain_root.rb +184 -0
  72. data/lib/wmap/utils/logger.rb +53 -0
  73. data/lib/wmap/utils/url_magic.rb +343 -0
  74. data/lib/wmap/utils/utils.rb +333 -0
  75. data/lib/wmap/whois.rb +76 -0
  76. data/lib/wmap.rb +227 -0
  77. data/logs/wmap.log +17 -0
  78. data/ruby_whois_patches/base_cocca2.rb +149 -0
  79. data/ruby_whois_patches/kero.yachay.pe.rb +120 -0
  80. data/ruby_whois_patches/whois.PublicDomainRegistry.com.rb +124 -0
  81. data/ruby_whois_patches/whois.above.com.rb +61 -0
  82. data/ruby_whois_patches/whois.adamsnames.tc.rb +107 -0
  83. data/ruby_whois_patches/whois.aeda.net.ae.rb +105 -0
  84. data/ruby_whois_patches/whois.ai.rb +112 -0
  85. data/ruby_whois_patches/whois.arnes.si.rb +121 -0
  86. data/ruby_whois_patches/whois.ascio.com.rb +91 -0
  87. data/ruby_whois_patches/whois.cnnic.cn.rb +123 -0
  88. data/ruby_whois_patches/whois.corporatedomains.com.rb +67 -0
  89. data/ruby_whois_patches/whois.crsnic.net.rb +108 -0
  90. data/ruby_whois_patches/whois.denic.de.rb +174 -0
  91. data/ruby_whois_patches/whois.dk-hostmaster.dk.rb +120 -0
  92. data/ruby_whois_patches/whois.dns.be.rb +134 -0
  93. data/ruby_whois_patches/whois.dns.lu.rb +129 -0
  94. data/ruby_whois_patches/whois.dns.pl.rb +150 -0
  95. data/ruby_whois_patches/whois.dns.pt.rb +119 -0
  96. data/ruby_whois_patches/whois.domain.kg.rb +126 -0
  97. data/ruby_whois_patches/whois.domainregistry.my.rb +123 -0
  98. data/ruby_whois_patches/whois.domreg.lt.rb +110 -0
  99. data/ruby_whois_patches/whois.dot.tk.rb +140 -0
  100. data/ruby_whois_patches/whois.hkirc.hk.rb +121 -0
  101. data/ruby_whois_patches/whois.isnic.is.rb +130 -0
  102. data/ruby_whois_patches/whois.je.rb +119 -0
  103. data/ruby_whois_patches/whois.jprs.jp.rb +137 -0
  104. data/ruby_whois_patches/whois.kenic.or.ke.rb +140 -0
  105. data/ruby_whois_patches/whois.markmonitor.com.rb +118 -0
  106. data/ruby_whois_patches/whois.melbourneit.com.rb +58 -0
  107. data/ruby_whois_patches/whois.nic.as.rb +96 -0
  108. data/ruby_whois_patches/whois.nic.at.rb +109 -0
  109. data/ruby_whois_patches/whois.nic.ch.rb +141 -0
  110. data/ruby_whois_patches/whois.nic.cl.rb +117 -0
  111. data/ruby_whois_patches/whois.nic.ec.rb +157 -0
  112. data/ruby_whois_patches/whois.nic.im.rb +120 -0
  113. data/ruby_whois_patches/whois.nic.it.rb +170 -0
  114. data/ruby_whois_patches/whois.nic.lv.rb +116 -0
  115. data/ruby_whois_patches/whois.nic.ly.rb +127 -0
  116. data/ruby_whois_patches/whois.nic.mu.rb +27 -0
  117. data/ruby_whois_patches/whois.nic.mx.rb +123 -0
  118. data/ruby_whois_patches/whois.nic.net.sa.rb +111 -0
  119. data/ruby_whois_patches/whois.nic.or.kr.rb +101 -0
  120. data/ruby_whois_patches/whois.nic.tel.rb +129 -0
  121. data/ruby_whois_patches/whois.nic.tr.rb +133 -0
  122. data/ruby_whois_patches/whois.nic.us.rb +129 -0
  123. data/ruby_whois_patches/whois.nic.ve.rb +135 -0
  124. data/ruby_whois_patches/whois.norid.no.rb +127 -0
  125. data/ruby_whois_patches/whois.pandi.or.id.rb +118 -0
  126. data/ruby_whois_patches/whois.psi-usa.info.rb +63 -0
  127. data/ruby_whois_patches/whois.registro.br.rb +109 -0
  128. data/ruby_whois_patches/whois.registrygate.com.rb +55 -0
  129. data/ruby_whois_patches/whois.rrpproxy.net.rb +61 -0
  130. data/ruby_whois_patches/whois.sgnic.sg.rb +130 -0
  131. data/ruby_whois_patches/whois.srs.net.nz.rb +166 -0
  132. data/ruby_whois_patches/whois.tucows.com.rb +70 -0
  133. data/ruby_whois_patches/whois.twnic.net.tw.rb +133 -0
  134. data/settings/discovery_ports +24 -0
  135. data/settings/google_keywords.txt +9 -0
  136. data/settings/google_locator.txt +23 -0
  137. data/test/domain_tracker_test.rb +31 -0
  138. data/test/utils_test.rb +168 -0
  139. data/version.txt +13 -0
  140. data/wmap.gemspec +49 -0
  141. metadata +202 -0
data/dicts/ccsld.txt ADDED
@@ -0,0 +1,2646 @@
1
+ # Content based on http://www.quackit.com/domain-names/country_domain_extensions.cfm
2
+ # Corrected and reformatted to support the proper parsing and loading by the WebDiscovery API
3
+ # by Yang Li, Last modification date: 05/12/2013
4
+
5
+ Afghanistan
6
+ Domain registrations at the second-level are unrestricted, but more expensive. Third-level names have restrictions based on which second-level name they are beneath
7
+
8
+ .af - Registrations are taken directly at the second level or at the third level beneath the following domain extensions.
9
+ .com.af - Commercial entities (Trade license / Business authorization or approval from the Ministry of Commerce.)
10
+ .edu.af - Educational institutions
11
+ .gov.af - Government and agencies
12
+ .net.af - Network providers
13
+ .org.af - Non-commercial entities
14
+
15
+ Aland Islands
16
+ The country domain extension for the �land Islands is .ax. Registrants must be connected with the �land Islands.
17
+
18
+ .ax - Registrations are taken directly at the second-level.
19
+
20
+
21
+ Note: Previously, most �land Islands websites were registered at the third level under the aland.fi subdomain (�land Islands are part of Finland).
22
+ Albania
23
+ These are the country extensions for Albania. Registrants must be an organization with legal representative in Albania. There is a limit of one domain per organization, and it must be under an appropriate subdomain. Registrations are made at the third-level, beneath one of the following subdomains.
24
+
25
+ .gov.al - For government institutions
26
+ .edu.al - For academic and R&D institutions
27
+ .org.al - For non-government organizations
28
+ .com.al - For enterprises & commercial organizations
29
+ .net.al - For organizations dedicated on networking
30
+
31
+ Note: In the past, registrations were not permitted directly at the second level, but a few existing names were "grandfathered"; they were uniti.al,tirana.al, soros.al, upt.al and inima.al.
32
+ Algeria
33
+ Registrants must have Algerian presence; name must be related to company or organization name or trademark.
34
+
35
+ .dz - Registrations are taken directly at second-level or at third-level beneath the following second-level domains.
36
+ .com.dz - Commercial enterprises
37
+ .org.dz - Organizations
38
+ .net.dz - ISPs
39
+ .gov.dz - Government
40
+ .edu.dz - Academic or scientific establishments
41
+ .asso.dz - Associations
42
+ .pol.dz - Political institutions
43
+ .art.dz - Culture and arts
44
+
45
+ American Samoa
46
+ The country domain extension for American Samoa is .as. There is no restriction on the nationality of registrants, although domains may not be used for pornographic or racist material. The domain registry has right of refusal for all applications.
47
+
48
+ .as - Registrations are taken directly at second level.
49
+
50
+ Andorra
51
+ Registrations must be pre-approved by Office for State Emblems and Signs, are generally limited to residents of Andorra or Andorran trademark holders with an agent in Andorra, and the number of registrations per person is limited.
52
+
53
+ .ad - Country code top-level domain (ccTLD) for Andorra. Names can be registered directly at the second level (i.e. example.ad).
54
+ .nom.ad - Country domain extension for personal websites.
55
+
56
+ Angola
57
+ Here are the country domain extensions for Angola. Domain name registrations in Angola is limited to registrants within Angola, with one exception: The .it.ao domain extension is for international institutions. Registrations are at third-level, under one of the following subdomains.
58
+
59
+ .ed.ao - Educational institutions. (Seated in Angola.)
60
+ .gv.ao - Governmental institutions. (Seated in Angola.)
61
+ .og.ao - Any other organisations (Seated in Angola.)
62
+ .co.ao - Commercial institutions (Seated in Angola.)
63
+ .pb.ao - Publishing (Seated in Angola.)
64
+ .it.ao - International institutions (Outside Angola.)
65
+
66
+ Anguilla
67
+ These are the country domain extensions for Anguilla. There are no restrictions on registering domain names with the .ai extension.
68
+
69
+ .ai - Unrestricted
70
+ .com.ai- Unrestricted
71
+ .net.ai - Unrestricted
72
+ .off.ai - Unrestricted
73
+ .org.ai - Unrestricted
74
+
75
+ Antarctica
76
+ The country domain for Antarctica is .aq. This top-level domain is reserved for organizations that conduct work in Antarctica or promote the Antarctic and Southern Ocean regions. Must have physical presence in Antarctica or be a governmental organization signatory to the Antarctic Treaty.
77
+
78
+ .aq - Registrations are taken at the second level.
79
+
80
+ Antigua and Barbuda
81
+ These are the country domain extensions for Antigua and Barbuda. There are no restrictions on registering domain names with the .ag extension.
82
+
83
+ .ag - Unrestricted
84
+ .com.ag - Unrestricted
85
+ .edu.ag - Unrestricted
86
+ .co.ag - Unrestricted
87
+ .net.ag - Unrestricted
88
+ .nom.ag - Unrestricted
89
+ .org.ag - Unrestricted
90
+
91
+ Argentina
92
+ Below are the country extensions for Argentina. Registrants must have a contact with an address in Argentina, but registrant may be foreign. Some subdomains have restrictions. Registrations are at the third level, under one of the following subdomains:
93
+
94
+ .com.ar - General purpose
95
+ .edu.ar - Educational entities
96
+ .gob.ar - Government entities, homonym for .gov.ar (.gob stands for "gobierno", government in Spanish)
97
+ .gov.ar - Government entities
98
+ .int.ar - International organizations
99
+ .mil.ar - Military forces
100
+ .net.ar - Locally based ISPs
101
+ .org.ar - Non-profit organizations
102
+ .tur.ar - Officially registered tourism agencies
103
+
104
+ Although domain names must be registered at the third level, some public and governmental organizations own second level domains. These domain names include argentina.ar, educ.ar, gobiernoelectronico.ar, nic.ar, promocion.ar, retina.ar, uba.ar
105
+ Armenia
106
+ The top-level country code for Armenia is .am. Some generic names are reserved. Except for reserved names like .com.am, .net.am, .org.am and others, any person in the world can register a .am domain for a fee. Registrations are subject to review.
107
+
108
+ .am - Registrations are made directly at the second-level.
109
+
110
+ Aruba
111
+ The country domain extension for Aruba is .aw. Registrations are directly at second level, or beneath the .com.aw subdomain.
112
+
113
+ .aw - Unrestricted
114
+ .com.aw - Intended for use with commercial websites.
115
+
116
+ Ascension Island
117
+ To register a domain name with any of the .ac country domain extensions, second-level registrants must have professional or academic qualifications. Third-level registrants must resident on Ascension Island.
118
+
119
+ .ac - Registrations are taken directly at the second level or at third level beneath the following second-level domains.
120
+ .com.ac - Commercial Entities
121
+ .net.ac - Network Service Providers
122
+ .gov.ac - Government
123
+ .org.ac - Non-commercial Organizations
124
+ .mil.ac - Military
125
+
126
+ Australia
127
+ The domain extension for Australia is .au. Registration is limited to individuals, companies, and organizations located in Australia. Different subdomains have various other restrictions. Names may be registered only at the third level within generic second-level categories.
128
+ Second-Level Domains
129
+
130
+ .com.au - Commercial entities
131
+ .net.au - Commercial entities (historically only ISPs, but the use has been broadened)
132
+ .org.au - Associations and non-profit organisation (historically only for organisations that did not fit in other categories)
133
+ .edu.au - Educational institutions (see Third-level domains, below)
134
+ .gov.au - Governments and their departments (see Third-level domains, below)
135
+ .csiro.au - CSIRO (Commonwealth Scientific and Industrial Research Organisation)
136
+ .asn.au - Associations and non-profit organisations
137
+ .id.au - Individuals (by real name or common alias)
138
+
139
+
140
+ The following region-specific second-level domains are also available:
141
+
142
+ .act.au - Australian Capital Territory
143
+ .nsw.au - New South Wales
144
+ .nt.au - Northern Territory
145
+ .qld.au - Queensland
146
+ .sa.au - South Australia
147
+ .tas.au - Tasmania
148
+ .vic.au - Victoria
149
+ .wa.au - Western Australia
150
+
151
+ Third-Level Domains
152
+
153
+ Australia also uses third-level domains for government departments and educational institutions. The use of .gov.au and .edu.au is split up into state-based categories. State governments and schools use a domain name that reflect their locale, and these state-based third-level domains are managed independently by the states. For example, a school in New South Wales would register schoolname.nsw.edu.au, whereas a Queensland government department would use departmentname.qld.gov.au.
154
+ Historic Second-Level Domains
155
+
156
+ Some second-level domain names are no longer actively used. Whilst registrations are grand-fathered for some, no new registrations are accepted.
157
+
158
+ .archie.au - Host of the Archie information service of the early 1990s. Has since been deleted
159
+ .conf.au - Conferences and other short-lived events
160
+ .gw.au - Gateways and miscellaneous AARNet routing equipment. Has since been deleted
161
+ .info.au - General information
162
+ .otc.au - A mapping domain for X.400 addresses; was obsoleted by telememo.au
163
+ .oz.au - Historical domain name for Australian sites. Australia's original top-level domain for use in the store-and-forward Internet messaging system MHSnet was .oz. The top-level domain later officially became .au and those domains in .oz were moved to .oz.au
164
+ .telememo.au - A mapping domain for X.400 addresses
165
+
166
+ Other Australian Territories
167
+ Australia also has also been assigned the following top-level domain names (due to the fact that these islands are Australian territory).
168
+
169
+ .cc - Cocos (Keeling) Islands
170
+ .cx - Christmas Island
171
+ .hm - Heard and McDonald Islands
172
+ .nf - Norfolk Island
173
+
174
+ Austria
175
+ Here are the domain extensions for Austria. There are no restrictions on who can register domains under these extensions, with the exception of the .gv.at and .ac.at subdomains.
176
+
177
+ .at - Unrestricted.
178
+ .gv.at - For governmental institutions (registration is handled by the Austrian Federal Chancellery)
179
+ .ac.at - For academic and educational institutions (registration is handled by the University of Vienna)
180
+ .co.at - For companies (unrestricted registration)
181
+ .or.at - For organizations (unrestricted registration)
182
+
183
+ Azerbaijan
184
+ The country extension for Azerbaijan is .az. There are no restrictions on who can register a .az domain name, but it is more expensive for non-residents.
185
+
186
+ .az - Registrations are directly at second level, or at third level beneath the second-level domains.
187
+ .com.az
188
+ .net.az
189
+ .int.az
190
+ .gov.az
191
+ .org.az
192
+ .edu.az
193
+ .info.az
194
+ .pp.az
195
+ .mil.az
196
+ .name.az
197
+ .pro.az
198
+ .biz.az
199
+
200
+ Bahamas
201
+ Here are the domain country extensions for the Bahamas. Generally, there are no restrictions on who can register a .bs domain name, although some second-level domains do carry restrictions (i.e. .gov.bs).
202
+
203
+ .bs - Registrations are taken directly at the second level, or at the third level beneath various second-level domains.
204
+ .com.bs - Commercial Entities
205
+ .net.bs - Network Providers
206
+ .org.bs - Non-commercial Organizations
207
+ .edu.bs - Educational Institutions
208
+ .gov.bs - Government Ministries and Agencies
209
+
210
+ Bahrain
211
+ Here are the domain extensions for Bahrain. Registrants must be a registered business in Bahrain and have a Bahrain telephone account registration may be billed to.
212
+
213
+ .bh - Registrations are available directly at the second level, or at third level beneath one of the following subdomains.
214
+ .com.bh - Commercial Entities
215
+ .info.bh - Informational Sites
216
+ .cc.bh
217
+ .edu.bh - Educational Institutions
218
+ .biz.bh - Businesses
219
+ .net.bh - Network Providers
220
+ .org.bh - Non-commercial Organizations
221
+ .gov.bh - Government and Governmental System
222
+
223
+ Bangladesh
224
+ Here are the domain extensions for Bangladesh. Some subdomains (.gov.bd and .mil.bd) are restricted; others are open. Some generic names are prohibited from being registered. Registrations are at third level under one of the following second-level domains.
225
+
226
+ .com.bd - Generally unrestricted
227
+ .edu.bd - Generally unrestricted
228
+ .ac.bd - Generally unrestricted
229
+ .net.bd - Generally unrestricted
230
+ .gov.bd - Government entities
231
+ .org.bd - Generally unrestricted
232
+ .mil.bd - Government entities
233
+
234
+ Barbados
235
+ Below are the domain extensions for Barbados. The top-level domain is .bb. Registration is limited to residents of Barbados and companies registered there.
236
+
237
+ .bb - Domain registrations are permitted directly at the second level, or below one of the following subdomains.
238
+ .com.bb
239
+ .net.bb
240
+ .org.bb
241
+ .gov.bb
242
+ .info.bb
243
+ .co.bb
244
+ .store.bb
245
+ .tv.bb
246
+ .biz.bb
247
+
248
+ Belarus
249
+ Here is the top-level domain for Belarus. Registration is limited to Belarus residents. Third-level subdomains have specific restrictions.
250
+
251
+ .by - Domain names can be registered at the second-level, or at the third-level, beneath several second-level domains.
252
+
253
+ Belgium
254
+ Belgium's top-level domain is .be. Names can be registered directly at second level, or at the third level, under various second-level domains. There are no restrictions on who can register a .be domain name.
255
+
256
+ .be - Domains are registered directly at the second level. Some institutions have domains registered at the third-level under an appropriate second-level domain.
257
+
258
+ Belize
259
+ Here are the country extensions for Belize. There are no restrictions on who can register .bz domain names.
260
+
261
+ .bz - Domain names can be registered at the second-level, or at the third-level, beneath the following second-level domains.
262
+ .com.bz - Commercial
263
+ .edu.bz - Educational
264
+ .gov.bz - Government
265
+ .net.bz - Networking
266
+ .org.bz - Organizations
267
+
268
+ Benin
269
+ Here are the domain extensions for Benin. To register a .bj domain name you need an administrative contact in Benin.
270
+
271
+ .bj - Registrations are available directly at the second level, or beneath one of the following subdomains.
272
+ .gouv.bj
273
+ .mil.bj
274
+ .edu .bj
275
+ .gov .bj
276
+ .asso.bj
277
+ .barreau.bj
278
+ .com .bj
279
+
280
+ Bermunda
281
+ The top-level domain name for Bermuda is .bm. To register a .bm domain name, you must be a company or organization registered in Bermuda.
282
+
283
+ .bm - Registrations are permitted directly at second level or at third level beneath various second-level domains
284
+
285
+ Bhutan
286
+ The top-level domain for Bhutan is .bt. Registrants must have a local presence in Bhutan, and a valid trade license.
287
+
288
+ .bt - Registrations are available at third level beneath some second-level labels; direct second-level registrations are planned in the future.
289
+
290
+ Bolivia
291
+ Here are the country domain extensions for Bolivia. There are no restrictions on who can register .bo domains.
292
+
293
+ .bo - Can be registered directly at the second-level, but this is more expensive.
294
+ .com.bo - Commercial entities
295
+ .net.bo - Network service providers
296
+ .org.bo - Organizations
297
+ .tv.bo - TV media organizations
298
+ .mil.bo - Military institutions
299
+ .int.bo - International Organizations
300
+ .gob.bo - Government (Gobierno)
301
+ .gov.bo - Government institutions
302
+ .edu.bo - Educational institutions
303
+
304
+ Bosnia and Herzegovina
305
+ Here are the domain extensions for Bosnia and Herzegovina. To register a domain name with one of these extensions, you must be located in Bosnia or Herzegovina or have representative there.
306
+
307
+ .ba - Registrations are directly at second level, or at third level beneath one of the following subdomains.
308
+ .org.ba - Non-profit organizations
309
+ .net.ba - Telecommunications providers
310
+ .edu.ba - Education
311
+ .gov.ba - Any of the governments (local, regional or national)
312
+ .mil.ba - Military
313
+ .unsa.ba - University of Sarajevo
314
+ .untz.ba - University of Tuzla
315
+ .unmo.ba - University of Mostar "D�emal Bijedic"
316
+ .unbi.ba - University of Bihac
317
+ .unze.ba - University of Zenica
318
+ .co.ba - Maintained by a company called Sayber, located in Sarajevo.
319
+ .com.ba - Administered by BIHnet, a subsidiary of BH Telecom.
320
+ .rs.ba - Administered by SARnet Centar (Academic and Research Center of Republika Srpska) in Banja Luka. Third-level domain names can be registered under this second-level domain free of charge by anybody within Republika Srpska in Bosnia and Herzegovina.
321
+
322
+ Botswana
323
+ Here are the domain extensions for Botswana. Registrants must submit registration form by paper mail. Registrations are mostly at the third level beneath various second-level names, but some second-level registrations exist.
324
+
325
+ .bw
326
+ .co.bw
327
+ .org.bw
328
+
329
+ Brazil
330
+ Here are the country domain extensions for Brazil. Brazil has a top-level domain of .br, with a large number of second-level domains.
331
+
332
+ There are registrictions on who can register a domain name with these extensions. The restrictions are based on which second-level name registration is within.
333
+
334
+ Registrations are at third level beneath various categories and they were allowed at the second level for institutions of third level education until 2000; a wide variety of second-level categories exist, but .com.br is still much more popular than others.
335
+
336
+ Registrations of domain names with Portuguese characters are also accepted.
337
+
338
+ .adm.br - Administrators
339
+ .adv.br - Lawyers
340
+ .agr.br - Agriculture-related companies and/or websites
341
+ .am.br - AM radio companies, licenced by the Brazilian Communications Ministry
342
+ .arq.br - Architecture
343
+ .art.br - Art: music, folklore, etc.
344
+ .ato.br - Actors
345
+ .bio.br - Biologists
346
+ .blog.br - Blogs
347
+ .bmd.br - Biomedics
348
+ .cim.br - Brokers
349
+ .cng.br - Scenographers
350
+ .cnt.br - Accountants
351
+ .com.br - Commercial websites in general
352
+ .coop.br - Cooperatives
353
+ .ecn.br - Economy
354
+ .edu.br - Higher education institutions
355
+ .eng.br - Engineers
356
+ .esp.br - Sports
357
+ .etc.br - Entities that do not fit in previous categories
358
+ .eti.br - I.T. specialists
359
+ .far.br - Pharmacies and drugstores
360
+ .flog.br - Photologs
361
+ .fm.br - FM radio companies, licenced by the Brazilian Communications Ministry
362
+ .fnd.br - Phonoaudiologists
363
+ .fot.br - Photographers
364
+ .fst.br - Physiotherapists
365
+ .g12.br - K12 education institutions
366
+ .ggf.br - Geographers
367
+ .gov.br - Government entities
368
+ .imb.br - Real estate
369
+ .ind.br - Industries
370
+ .inf.br - Media and information
371
+ .jor.br - Journalists
372
+ .jus.br - Brazilian Judiciary Branch of the State.
373
+ .lel.br - Auctioneers
374
+ .mat.br - Mathematicians and statisticians
375
+ .med.br - Medics
376
+ .mil.br - Brazilian armed forces
377
+ .mus.br - Musicians
378
+ .net.br - Exclusively for providers of physical communication means, legally habilitated for the prestation of public telecommunication services
379
+ .nom.br - People
380
+ .not.br - Notaries
381
+ .ntr.br - Nutritionists
382
+ .odo.br - Dentists
383
+ .org.br - Non-profit non-governmental entities
384
+ .ppg.br - Publicity specialists and marketeers
385
+ .pro.br - Teachers
386
+ .psc.br - Psychologists
387
+ .psi.br - Online service providers
388
+ .qsl.br - Radio amateurs
389
+ .rec.br - Recreational activities, entertainment, leisure, games, etc.
390
+ .slg.br - Sociologists
391
+ .srv.br - Services providers
392
+ .tmp.br - Temporary events, such as fairs and exhibitions
393
+ .trd.br - Translators
394
+ .tur.br - Tourism
395
+ .tv.br - Sound and image broadcasters, licenced by the Brazilian Communications Ministry
396
+ .vet.br - Veterinarians
397
+ .vlog.br - Videologs
398
+ .wiki.br - Wikis
399
+ .zlg.br - Zoologists
400
+
401
+ British Indian Ocean Territory
402
+ Here is the country extension for the British Indian Ocean Territory. There are no restrictions for second-level registrations. Third-level registrants must be a resident of the British Indian Ocean Territory.
403
+
404
+ .io - Registrations are taken directly at the second level or at third level beneath various second-level labels.
405
+
406
+ British Virgin Islands
407
+ Here is the top-level domain for the British Virgin Islands. There are no restrictions on registering domain names with this extension.
408
+
409
+ .vg - Domain name registrations are taken directly at the second-level.
410
+
411
+ Brunei Darussalam
412
+ To register a .bn domain name, you must be a company or organization registered in Brunei. Registrations are made beneath one of the following subdomains.
413
+
414
+ .com.bn
415
+ .edu.bn
416
+ .org.bn
417
+ .net.bn
418
+
419
+ Bulgaria
420
+ Here's the top-level domain for Bulgaria. Can be registered by Bulgarian companies and organizations, or foreign companies that have registered branches or commercial representatives in Bulgaria. The domain name has to represent the company name or its abbreviation.
421
+
422
+ .bg - Registrations are taken at second level or third level, under various subdomains.
423
+
424
+ Burkina Faso
425
+ Here is the country domain extension for Burkina Faso. It is currently unclear whether there are any restrictions on who can register a .bg domain name.
426
+
427
+ .bf - Domains are registered directly at the second-level. Some governement sites are registered at third-level beneath .gov.bf.
428
+
429
+ Burma (Union of Myanmar)
430
+ Here are the domain extensions for Burma. Note that, although there are some functional sites in Burma under this domain, there is relatively little Internet activity in the country. Registrations are at third level beneath the following second-level categories.
431
+
432
+ .net.mm
433
+ .com.mm
434
+ .edu.mm
435
+ .org.mm
436
+ .gov.mm
437
+
438
+ Burundi
439
+ Here is the top-level domain for Burundi. Anyone in the world can register a .bi domain name, however, use for misleading purposes is discouraged.
440
+
441
+ .bi - Registrations are taken directly at second-level or at third-level beneath one of several second-level domains.
442
+
443
+ Cambodia
444
+ Here are the country code extensions for Cambodia. Note that offensive or inappropriate names may be refused registration. Registrations are at third level beneath the following second-level labels.
445
+
446
+ .per.kh - Personal names
447
+ .com.kh - Commercial entities
448
+ .edu.kh - Educational institutions
449
+ .gov.kh - Government entities
450
+ .mil.kh - Military entities
451
+ .net.kh - Network infrastructure
452
+ .org.kh - Noncommercial organizations
453
+
454
+ Cameroon
455
+ Here are the country domain extensions for Cameroon. Local presence is required before you can register a .cm domain name.
456
+
457
+ .cm - Registrations are made directly at the second level (except for government sites, as indicated below).
458
+ .gov.cm - For government websites.
459
+
460
+ Canada
461
+ Here are the country domain extensions for Canada. To register a .ca domain name, you must meet the Canadian Presence Requirements as specified by the registry.
462
+
463
+ .ca - registrants can either register their domain names directly at the second-level, or at the third-level, under one of the (geographic) second-level domains below.
464
+ .ab.ca - Alberta
465
+ .bc.ca - British Columbia
466
+ .mb.ca - Manitoba
467
+ .nb.ca - New Brunswick
468
+ .nf.ca - Newfoundland (no longer accepting new registrations, replaced by .nl.ca)
469
+ .nl.ca - Newfoundland and Labrador
470
+ .ns.ca - Nova Scotia
471
+ .nt.ca - Northwest Territories
472
+ .nu.ca - Nunavut
473
+ .on.ca - Ontario
474
+ .pe.ca - Prince Edward Island
475
+ .qc.ca - Quebec
476
+ .sk.ca - Saskatchewan
477
+ .yk.ca - Yukon
478
+
479
+ Examples of entities that meet the Canadian Presence Requirements include:
480
+
481
+ a Canadian citizen of the age of majority,
482
+ a permanent resident of Canada,
483
+ a legally recognized Canadian organization,
484
+ an Inuit, First Nation, M�tis or other people indigenous to Canada,
485
+ an Indian Band as defined in the Indian Act of Canada,
486
+ a foreign resident of Canada that holds a registered Canadian trademark,
487
+ An executor, administrator or other legal representative of a person or organization that meets the requirements,
488
+ a division of the government,
489
+ Queen Elizabeth II in her capacity as head of state of Canada
490
+
491
+ Cape Verde
492
+ Must have working DNS for domain set up first before registering.
493
+
494
+ .cv - Domain name registrations are directly at second-level.
495
+
496
+ Cayman Islands
497
+ Here are the domain extensions for the Cayman Islands. Domain registration is limited to residents and registered companies in the Cayman Islands. A local address and phone number is required for the registrant and administrative contact.
498
+
499
+ .ky - Registrations are made directly at second level, or at third level beneath the following second-level names.
500
+ .com.ky
501
+ .org.ky
502
+ .net.ky
503
+ .edu.ky - Restricted to educational institutions
504
+ .gov.ky - Restricted to governmental entities
505
+
506
+ Central African Republic
507
+ Here's the top-level domain for the Central African Republic. It is intended for entities connected with the Central African Republic.
508
+
509
+ .cf - Domain registrations are done directly at the second-level
510
+
511
+ Chad (French: Tchad)
512
+ Here is the top-level domain for Chad. There are no restrictions on registering domain names with this extension.
513
+
514
+ .td - Registrations are made directly at the second-level. Note that registrations were not accepted by the registry at the time of writing.
515
+
516
+ Chile
517
+ Here are the domain extensions for Chile. Anyone can register a .cl domain name, however a foreign registration must have a domestic representative who has a RUT (RUT, which stands for Rol �nico Tributario, is the Chilean national identification number).
518
+
519
+ .cl - Registrations are made directly at the second level (except for government sites, as indicated below).
520
+ .gov.cl - For government websites.
521
+ .gob.cl - For government websites.
522
+
523
+ China
524
+ Here are the country domain extensions for China. Second-level and most third-level names are unrestricted; .gov.cn and .edu.cn are limited to qualified entities.
525
+
526
+ .cn - Domain names may be registered directly at the second level or at the third level beneath the following second-level domains.
527
+
528
+ Generic Second-Level Domains
529
+
530
+ .ac.cn - Academic or scientific research institutions
531
+ .com.cn - Commercial
532
+ .edu.cn - Educational institutions
533
+ .gov.cn - Government agencies
534
+ .net.cn - Internet oriented organizations
535
+ .org.cn - Organizations
536
+
537
+ Second-Level Domains for Chinese Provinces
538
+
539
+ .ah.cn - Anhui
540
+ .bj.cn - Beijing
541
+ .cq.cn - Chongqing
542
+ .fj.cn - Fujian
543
+ .gd.cn - Guangdong
544
+ .gs.cn - Gansu
545
+ .gz.cn - Guizhou
546
+ .gx.cn - Guangxi
547
+ .ha.cn - Henan
548
+ .hb.cn - Hubei
549
+ .he.cn - Hebei
550
+ .hi.cn - Hainan
551
+ .hl.cn - Heilongjiang
552
+ .hn.cn - Hunan
553
+ .jl.cn - Jilin
554
+ .js.cn - Jiangsu
555
+ .jx.cn - Jiangxi
556
+ .ln.cn - Liaoning
557
+ .nm.cn - Inner Mongolia
558
+ .nx.cn - Ningxia
559
+ .qh.cn - Qinghai
560
+ .sc.cn - Sichuan
561
+ .sd.cn - Shandong
562
+ .sh.cn - Shanghai
563
+ .sn.cn - Shaanxi
564
+ .sx.cn - Shanxi
565
+ .tj.cn - Tianjin
566
+ .tw.cn - Taiwan
567
+ .xj.cn - Xinjiang
568
+ .xz.cn - Xizang
569
+ .yn.cn - Yunnan
570
+ .zj.cn - Zhejiang
571
+
572
+ Christmas Island
573
+ Here's the top-level domain name for Christmas Island. There is no restriction on who can register a domain name with this extension.
574
+
575
+ .cx - Registrations can be made directly at second level. Some third-level domain names exist for Christmas Island websites such as governmental sites in .gov.cx.
576
+
577
+ Cocos (Keeling) Islands
578
+ The top-level domain for Cocos (Keeling) Islands is .cc. There are no restrictions on who can register .cc domain names.
579
+
580
+ .cc - Registration is done directly at the second-level
581
+
582
+ Columbia
583
+ Here are the country domain extensions for Columbia. Registration is limited to registrants located in Colombia. Further restrictions vary by each second-level subdomain. Domain name registration is only permitted at the third level.
584
+
585
+ .com.co - Commercial
586
+ .org.co - Organizations
587
+ .edu.co - Educational
588
+ .gov.co - Government
589
+ .net.co - Network infrastructure
590
+ .mil.co - Military
591
+ .nom.co - Private person
592
+
593
+ Comoros
594
+ Below are the country domain extensions for Comoros. Second-level registrations are subject to restrictions and local presence requirements.
595
+ Third-level registrations are unrestricted in .com.km if the name is not already registered elsewhere within the .km extension. Various category-specific restrictions apply to each of the other third-level domains. Personal name .nom.km registrations are limited to island residents and to citizens resident abroad. Also, various categories corresponding to the individual professions each require the applicant hold a license to practise that profession.
596
+
597
+ .km - Registration is available directly at second-level and under the following sub-domains
598
+ .com.km - companies - unrestricted use
599
+ .coop.km - co-operatives
600
+ .asso.km - associations
601
+ .nom.km - individuals ("nom" means "name")
602
+ .presse.km - press organisations
603
+ .tm.km - trademark owners
604
+ .medecin.km - medical doctors
605
+ .notaires.km - notaries
606
+ .pharmaciens.km - pharmacists
607
+ .veterinaire.km - veterinarians
608
+ .edu.km - universities and professional institutes
609
+ .gouv.km - government
610
+ .mil.km - registered at no charge, for the military
611
+
612
+ Congo, Democratic Republic of the
613
+ Here's the top-level domain for the Democratic Republic of the Congo. There is no restriction on who can register a domain under this extension.
614
+
615
+ .cd - Registration is done directly at the second-level
616
+
617
+ Congo, Republic of the
618
+ Here's the top-level domain for the Republic of Congo. Registration is unrestricted - anyone can register a domain name under this extension. Republic of the Congo citizens get one free domain name registration.
619
+
620
+ .cg - Registration is done directly at the second-level.
621
+
622
+ Cook Islands
623
+ Here are the domain extensions for the Cook Islands.
624
+
625
+ Companies can only register a domain name based on their legal name. Non-Resident domain applications cost $150.00(USD) for a minimum of 2 years, and must be renewed every 2 years thereafter. Registrations are made at the third level beneath second-level categories.
626
+
627
+ Note that .ck domains are monitored on the web, on a regular basis for profanity on the Internet if it is found to be doing so, or if the site is deemed inappropriate, the domain will be terminated without notification or refund.
628
+
629
+ .co.ck - Business organisations
630
+ .org.ck - Not-for-profit organisations
631
+ .edu.ck - Educational institutions
632
+ .gov.ck - Government agencies
633
+ .net.ck - Internet Service Providers
634
+ .gen.ck
635
+ .biz.ck - Business related pages for the Cook Islands
636
+ .info.ck - Information pages relating to the Cook Islands
637
+
638
+ Costa Rica
639
+ Here are the domain name extensions for Costa Rica. There are varying restrictions based on which second-level domain is used.
640
+
641
+ .cr - Registrations are directly at second level, or at third level beneath one of the following second-level domains.
642
+ .ac.cr - Academic/universities
643
+ .co.cr - Commercial
644
+ .ed.cr - Educational
645
+ .fi.cr - Financial institutions
646
+ .go.cr - Governmental
647
+ .or.cr - Non-profit organizations
648
+ .sa.cr - Health related institutions
649
+
650
+ C�te d'Ivoire
651
+ Here's the top-level domain for C�te d'Ivoire. Registrants name must match official name of company, organization, or trademark.
652
+
653
+ .ci - Registrations are made directly at the second level, or at third level beneath some second-level domain.
654
+
655
+ Croatia
656
+ Here's the country code top-level domain for Croatia. Registration is limited to Croatian citizens, residents, and companies/organizations. There are various rules and restrictions based on categories of registrants.
657
+
658
+ .hr - Domain registrations are taken directly at the second level, or under various subdomains such as .com.hr and .iz.hr.
659
+
660
+ Cuba
661
+ Here's the top-level domain for Cuba. Registrations are limited to people and companies located in Cuba. Also, third-level registrations may have other limitations based on which second-level domain they are within.
662
+
663
+ .cu - May register at second-level or at the third-level, beneath generic second-level domains.
664
+
665
+ Cyprus, Republic of
666
+ Limited to Cyprus residents and registered companies/organizations. There are further restrictions for different subdomains
667
+
668
+ .ac.cy - Academic and research institutions.
669
+ .net.cy - Internet or Network service providers.
670
+ .gov.cy - Governmental institutions.
671
+ .org.cy - Not for profit organisations.
672
+ .pro.cy - Professional organizations.
673
+ .name.cy - Natural persons.
674
+ .ekloges.cy - Organizations or persons related to elections.
675
+ .tm.cy - Officially registered trademarks.
676
+ .ltd.cy - Private and public limited companies.
677
+ .biz.cy - Any other registered company.
678
+ .press.cy - Organizations and entities connected to the press.
679
+ .parliament.cy - The Cyprus Parliament and associated entities.
680
+ .com.cy - Commercial entities (unrestricted registration for Cypriot entities).
681
+
682
+ Czech Republic
683
+ Here is the domain extension for the Czech Republic. Businesses must provide tax registration number when registering a domain name with this extension.
684
+
685
+ .cz - Domain names can be registered directly at second level.
686
+
687
+ Denmark
688
+ Here's the top-level domain for Denmark. There are no restrictions on who can register domain names with this extension.
689
+
690
+ .dk - Domain names can be registered directly at second level.
691
+
692
+ Djibouti
693
+ Here's the top-level domain for Djbouti. There are no restrictions on who can register domain names with this extension, although some names are reserved or subject to famous trademark owners having first registration rights.
694
+
695
+ .dj - Domain names can be registered directly at second level.
696
+
697
+ Dominica
698
+ Here are the domain extensions for Dominica. There are no restrictions on who can register domain names with this extension. Third-level names in .com.dm, .net.dm, and .org.dm are included automatically upon registration of all .dm domain names.
699
+
700
+ .dm - Domain registrations are taken directly at second level.
701
+ .com.dm - Included automatically upon registration at the second-level (i.e. yourdomain.dm).
702
+ .net.dm - Included automatically upon registration at the second-level (i.e. yourdomain.dm).
703
+ .org.dm - Included automatically upon registration at the second-level (i.e. yourdomain.dm).
704
+
705
+ Dominican Republic
706
+ There are generally no restrictions for .do domains, although .gov.do domains require a signed letter from a government agency. Domain name registrations are taken at the third level beneath the following second-level names:
707
+
708
+ .edu.do - Academic institutions
709
+ .gob.do - Governmental institutions
710
+ .gov.do - Governmental institutions
711
+ .com.do - Commercial organizations
712
+ .sld.do - Institutions of health
713
+ .org.do - Nongovernmental institutions
714
+ .net.do - Internet service providers
715
+ .web.do - Web development and services
716
+ .mil.do - Military institutions
717
+ .art.do - Arts institutions
718
+
719
+ East Timor
720
+ Here is the top-level domain for East Timor. Domain registrations must not be used for any purpose that is obscene, indecent, or spam-related.
721
+
722
+ .tl - Registrations are taken at the second-level and beneath the following subdomains.
723
+ .com.tl - For commercial use (although there are currently no restrictions, other than the ones as above).
724
+ .gov.tl - Some government websites are located beneath this second-level domain.
725
+
726
+ Ecuador
727
+ Some third-level registrations have restrictions depending on second-level name they are within.
728
+
729
+ .ec - Registrations are made directly at the second level, or at third level beneath one of the following second-level domains.
730
+ .com.ec - Commercial use
731
+ .info.ec - General information
732
+ .net.ec - Providers of internet services
733
+ .fin.ec - Financial institutions and services
734
+ .med.ec - Medical and health-related entities
735
+ .pro.ec - Professionals such as lawyers, architects, accountants, etc.
736
+ .org.ec - Non-profit organizations and entities.
737
+ .edu.ec - Educational entities.
738
+ .gov.ec - Government of Ecuador
739
+ .mil.ec - Ecuadorian military
740
+
741
+ Eygypt
742
+ Any entity who wants to register a domain name ending with .eg must have a local representative or the domain name has to be hosted on Egyptian DNS servers
743
+
744
+ .com.eg - Commercial sites.
745
+ .edu.eg - Educational sites.
746
+ .eun.eg - Egyptian Universities Network.
747
+ .gov.eg - Governmental sites.
748
+ .mil.eg - Military sites.
749
+ .name.eg - Personal "name" websites.
750
+ .net.eg - Networking.
751
+ .org.eg - Egyptian organizations.
752
+ .sci.eg - Scientific sites.
753
+
754
+ El Salvador
755
+ Below are the domain extensions for El Salvador. Registrants must have a local contact. Registrations are at third level beneath the following second-level names.
756
+
757
+ .edu.sv - Education and/or research institutions
758
+ .gob.sv - National governmental institutions
759
+ .com.sv - Commercial entities and other not included in the rest
760
+ .org.sv - Non-profit Organizations
761
+ .red.sv - National network administration
762
+
763
+ Equatorial Guinea
764
+ Here's the top-level domain for Equatorial Guinea. Registration details are unclear at the time of writing. It's unclear whether there are any restrictions surrounding registration of domain names under this extension.
765
+
766
+ .gq - It's unclear whether domains are registered at second level or third level (or both)
767
+
768
+ Eritrea
769
+ Registrations are at third level beneath the following second-level domains.
770
+
771
+ .com.er - presumably for commercial organisations
772
+ .edu.er - presumably for academic/educational organisations
773
+ .gov.er - presumably for governmental organisations
774
+ .mil.er - presumably for military organisations, empty zone unchanged since August 2004
775
+ .net.er - presumably for networking organisations
776
+ .org.er - presumably for non-governmental organisations
777
+ .ind.er - unknown, empty zone unchanged since August 2004
778
+ .rochest.er - (lame delegation - delegated servers have no such zone)
779
+ .w.er - unknown (mx record only, unchanged since 2005)
780
+
781
+ Estonia
782
+ Registrants ust be Estonian. Some subdomains have further restrictions. Limit of one domain per legal entity. Name servers must be configured prior to registration.
783
+
784
+ .ee - Registrations are taken directly at the second level, or at the third level beneath various second-level domains.
785
+
786
+ Ethiopia
787
+ Domain name registrations for Ethiopia are made at the third level beneath the following subdomains:
788
+
789
+ .com.et - For Commercial Companies
790
+ .gov.et - For Governmental Organizations
791
+ .org.et - For Non-Profit Organizations and NGO's
792
+ .edu.et - For Educational Institutions
793
+ .net.et - For network related companies
794
+ .biz.et - For businesses
795
+ .name.et - For individuals
796
+ .info.et - For all uses
797
+
798
+ European Union
799
+ The European Union (EU) is an economic and political union of 27 member states, located primarily in Europe. Registrants for .eu domain names must be located within the EU.
800
+
801
+ .eu - Domain names are registered directly at the second level.
802
+
803
+ Falkland Islands
804
+ Here are the domain extensions for the Falkland Islands. Only entities resident in Falkland Islands may register a domain name. Second-level registrations prohibited; registration is at the third level under the following second level domains.
805
+
806
+ .co.fk - For commercial organizations
807
+ .org.fk - For non-commercial organizations
808
+ .gov.fk - For government organizations
809
+ .ac.fk - For academic organizations
810
+ .nom.fk - For private individuals
811
+ .net.fk - For ISP and similar network organizations
812
+
813
+ Faroe Islands
814
+ Here is the top-level domain for the Faroe Islands.
815
+
816
+ Any domain name should correspond to a trademark of the registrant (for Type A applications). For Type B applications, you are allowed to register a domain name without owning a matching trademark. Any entity that owns such a trademark can fill an opposition within 20 days after the domain registration and have the domain transferred into their name.
817
+
818
+ .fo - Registrations are available directly at second level.
819
+
820
+ Federated States of Micronesia
821
+ Here is the top-level domain for Federated States of Micronesia. There are no restrictions on who can register domain names with the .fm extension.
822
+
823
+ .fm - Registrations are available directly at second level.
824
+
825
+ Fiji
826
+ These are the country domain extensions for Fiji. Generally, there are no restrictions on who can register domain names with these extensions, however, some are restricted (such as .ac.fj for academic institutions).
827
+
828
+ Registrations are only taken under the following second-level domains:
829
+
830
+ .ac.fj
831
+ .biz.fj
832
+ .com.fj
833
+ .info.fj
834
+ .mil.fj
835
+ .name.fj
836
+ .net.fj
837
+ .org.fj
838
+ .pro.fj
839
+
840
+ Finland
841
+ Here's the top-level domain for Finland. Registration is limited to companies and organizations registered in Finland and Finnish nationals.
842
+
843
+ .fi - Registrations are taken directly at second level.
844
+
845
+ France
846
+ Here are the country domain extensions for France. There is a French presence requirement and an administrative contact address must be in France. There are also further restrictions on some of the subdomains.
847
+
848
+ .fr - Registrations are taken directly at the second level or at the third level beneath one of the following subdomains.
849
+ .tm.fr - for owners of trademarks
850
+ .asso.fr - for associations
851
+ .nom.fr - for surnames
852
+ .prd.fr - for research and development programs
853
+ .presse.fr - for press publications
854
+ .com.fr - open to all applicants without justification of the requested name
855
+ .gouv.fr - for the French administration
856
+
857
+ French Guiana
858
+ Here is the country code top-level domain for French Guiana. The domain is intended for entities connected with French Guiana. It's unclear whether there are any restrictions regarding who can use this extension.
859
+
860
+ .gf - It's unclear whether domains are registered directly at second level or at thrid level (or both).
861
+
862
+ French Polynesia
863
+ Here are the country domain extensions for French Polynesia. Local presence is required in order to register a domain name with this extension.
864
+
865
+ .pf - Registrations are accepted directly at the second-level or beneath the following subdomain.
866
+ .com.pf
867
+
868
+ French Southern and Antarctic Lands (France)
869
+ Here is the top-level domain for French Southern and Antarctic Lands. A local administrative contact with proof of address in French Southern Territory is required.
870
+
871
+ .tf - Registrations are made directly at the second-level. Note that an unofficial service makes free, redirected domains available at third level.
872
+
873
+ Gabon
874
+ Here is the country code top-level domain for Gabon. It is unclear whether there are any restrictions on registering domain names with this extension.
875
+
876
+ .ga - Domain names are registered directly at the second level.
877
+
878
+ The Gambia
879
+ Here's the country code top-level domain for The Gambia. Company must be registered in The Gambia or have strong ties to it. The domain name must be connected to that of the company or organization requesting it.
880
+
881
+ .gm - Registrations are made directly at the second level.
882
+
883
+ Georgia
884
+ Here is the country code top-level domain for Georgia. Domain name registrations are limited to persons and companies located in Georgia. Third-level registrations have various restrictions depending on which second-level name they are within.
885
+
886
+ .ge - Registrations are available directly at second level as well as at third level beneath some second-level domains.
887
+
888
+ Germany
889
+ Here's the top-level domain for Germany. Registrants must have administrative contact resident in Germany.
890
+
891
+ .de - domain names can be registered directly at second level.
892
+
893
+ Ghana
894
+ Below are the domain extensions for Ghana. Companies wishing to use this extension must be registered in Ghana, and the domain administrator must be located there. Second-level registrations are no longer accepted. Registrations must now be at third level beneath second-level labels..
895
+
896
+ .com.gh - For companies
897
+ .edu.gh - For schools
898
+ .gov.gh - For government
899
+ .org.gh - For organizations
900
+ .mil.gh - For military
901
+
902
+ Gibraltar
903
+ Here is the country code top-level domain for Gibralter. Second-level names are limited to Gibraltar companies and organizations. Third-level names have various restrictions.
904
+
905
+ .gi - Registrations are made directly at the second level or at the third level beneath some second-level labels.
906
+
907
+ Greece
908
+ Here are the country domain extensions for Greece. Second-level domains and .com.gr domain names can be registered without restrictions. Some restrictions apply on some of the subdomains.
909
+
910
+ .gr - Registrations are taken directly at the second level or beneath one of the following subdomains.
911
+ .com.gr - For those engaging in commercial activities
912
+ .edu.gr - For educational institutions
913
+ .net.gr - Internet Service Providers (ISPs) and network providers
914
+ .org.gr - Non-profit organizations
915
+ .gov.gr - Exclusively for governmental organizations
916
+
917
+ Greenland
918
+ Below is the country code top-level domain for Greenland. There are no restrictions on registering domain names using this extension.
919
+
920
+ .gl - Domain names can be registered directly at the second level.
921
+
922
+ Grenada
923
+ Here is the country code top-level domain for Grenada. There are no restrictions on who can register domain names with this extension.
924
+
925
+ .gd - Domain names are registered directly at the second level.
926
+
927
+ Guadeloupe
928
+ Below are the domain extensions for Guadeloupe. Domain names with this extension is available worldwide but more expensive for non-Guadeloupe residents.
929
+
930
+ .gp - Registrations are directly at second level, or at third level beneath the following second-level categories.
931
+ .com.gp
932
+ .net.gp
933
+ .mobi.gp
934
+ .edu.gp
935
+ .asso.gp
936
+ .org.gp
937
+
938
+ Guam
939
+ The country code top-level domain for Guam is .gu. Registrants must have a contact in Guam to register domain names under this extension..
940
+
941
+ .com.gu - Registrations are only accepted at the third level, under various second level domains including this one.
942
+
943
+ Guatemala
944
+ Here are the domain extensions for Guatemala. Domain registrations are generally made at the third level under the following second level domains..
945
+
946
+ .com.gt - Commercial entities
947
+ .edu.gt - Educational institutions
948
+ .net.gt - Networks; unrestricted in registration
949
+ .gob.gt - Guatemalan governmental entities
950
+ .org.gt - Organizations; unrestricted in registration
951
+ .mil.gt - Guatemalan military entities
952
+ .ind.gt - Individuals
953
+
954
+ Guernsey
955
+ Below are the domain extensions for Guernsey. There are no restrictions on who can register domain names under this extension.
956
+
957
+ .gg - Can be registered directly at second level, or under one of the following subdomains.
958
+ .ac.gg - Guernsey academic institutions only
959
+ .co.gg - commercial/personal domains
960
+ .gov.gg - governments of Guernsey, Alderney, and Sark
961
+ .net.gg - Internet service providers and commercial
962
+ .sch.gg - schools
963
+ .org.gg - organisations
964
+
965
+ Guinea
966
+ Below are the country domain extensions for Guinea. Registrants must have presence in Guinea and demonstrable intent to use name; two name servers must be in different networks. Domain name registrations are at third level beneath second-level categories.
967
+
968
+ .com.gn - Commercial
969
+ .ac.gn - Academic
970
+ .gov.gn - Government
971
+ .org.gn - Not-for-profit
972
+ .net.gn - Network infrastructure
973
+
974
+ Guinea-Bissau
975
+ Here is the country code top-level domain for Guinea-Bissau. The only restriction on domain names is: no porn.
976
+
977
+ .gw - Registrations can be done directly at the second level.
978
+
979
+ Guyana
980
+ Here's the country code top-level domain for Guyana. You do not need physical presence in Guyana to register a domain name using any of its extensions.
981
+
982
+ .gy - Registrations can take place at the second level or at the third level under one of the following subdomains.
983
+ .co.gy
984
+ .com.gy
985
+ .net.gy
986
+
987
+ Haiti
988
+ Here is the country code top-level domain for Haiti. Anyone can register a domain with this country extension.
989
+
990
+ .ht - Registrations are taken directly at the second level.
991
+
992
+ Heard and McDonald Islands
993
+ Here's the country code top-level domain for the Heard and McDonald Islands. Anyone can register a domain with this country extension.
994
+
995
+ .hm - Registrations are taken directly at the second level.
996
+
997
+ Honduras
998
+ Here's the country code top-level domain for the Honduras. Anyone can register a domain with this country extension.
999
+
1000
+ .hn - Registrations are taken directly at the second level.
1001
+
1002
+ Hong Kong
1003
+ Below are the domain extensions for Hong Kong. Second-level registrations are open to all. Specific third-level registrations require identity documents depending on varying rules for each sector. Both English and Chinese characters are allowed.
1004
+
1005
+ .hk - Registrations are accepted directly at the second level or under one of the following subdomains.
1006
+ .com.hk / ??.hk - commercial entities
1007
+ .edu.hk / ??.hk - educational institutions
1008
+ .gov.hk / ??.hk - government departments
1009
+ .idv.hk / ??.hk - HKID cardholders aged 11 or above
1010
+ .net.hk / ??.hk - network service providers
1011
+ .org.hk / ??.hk - non-profit organizations
1012
+
1013
+ Hungary
1014
+ Below are the country domain extensions for Hungary. Open to persons and companies in Hungary or the European Union. If you are not an EU citizen then you need to have a valid trademark in Hungary. Internationalized domain name registrations are also accepted.
1015
+
1016
+ .hu - Domain name registrations can be made directly at the second level or beneath the following subdomains.
1017
+ .2000.hu
1018
+ .agrar.hu
1019
+ .bolt.hu
1020
+ .casino.hu
1021
+ .city.hu
1022
+ .co.hu
1023
+ .erotica.hu
1024
+ .erotika.hu
1025
+ .film.hu
1026
+ .forum.hu
1027
+ .games.hu
1028
+ .hotel.hu
1029
+ .info.hu
1030
+ .ingatlan.hu
1031
+ .jogasz.hu
1032
+ .konyvelo.hu
1033
+ .lakas.hu
1034
+ .media.hu
1035
+ .news.hu
1036
+ .org.hu
1037
+ .priv.hu
1038
+ .reklam.hu
1039
+ .sex.hu
1040
+ .shop.hu
1041
+ .sport.hu
1042
+ .suli.hu
1043
+ .szex.hu
1044
+ .tm.hu
1045
+ .tozsde.hu
1046
+ .utazas.hu
1047
+ .video.hu
1048
+
1049
+ Iceland
1050
+ Here is the top-level country code domain for Iceland. Generally, anyone can register a domain name with this extension, however, foreign entities must appoint a local representative in Iceland (Administrative Contact of the domain).
1051
+
1052
+ .is - Registrations are directly at second level.
1053
+
1054
+ India
1055
+ Below are the country domain extensions for India. There are no restrictions on who can register second-level domains or most third-level domains. There are some restrictions under some specialized subdomains.
1056
+
1057
+ .in - Available to anyone; used by companies, individuals, and organizations in India
1058
+ .co.in - Originally for banks, registered companies, and trademarks
1059
+ .firm.in - Originally for shops, partnerships, liaison offices, sole proprietorships
1060
+ .net.in - Originally for Internet service providers
1061
+ .org.in - Originally for non-profit organizations
1062
+ .gen.in - Originally for general/miscellaneous use
1063
+ .ind.in - Originally for individuals
1064
+
1065
+ Six zones are reserved for use by qualified organizations in India:
1066
+
1067
+ .ac.in - Academic institutions
1068
+ .edu.in - Educational institutions
1069
+ .res.in - Indian research institutes
1070
+ .gov.in - Indian government
1071
+ .mil.in - Indian military
1072
+ .nic.in - Reserved for India's National Informatics Centre, but in practice most Indian government agencies have domains with this extension..
1073
+
1074
+ Indonesia
1075
+ The country code top-level domain for Indonesia is .id. Domain name registrations are at the third level under the existing second-level domains. International entities can register under the .web.id subdomain. Other subdomains have specific requirements. Also restricted are domain names containing geographical names, trademarks without permissions from the trademark's owner, ethnic slurs etc.
1076
+
1077
+ .ac.id - Academic Institutions
1078
+ .co.id - Commercial Entities
1079
+ .net.id - Communication/ISP Company
1080
+ .or.id - Formal Organizations/Community
1081
+ .web.id - Informal Organizations/Personal
1082
+ .sch.id - School
1083
+ .mil.id - Military
1084
+ .go.id - Government and Governmental System
1085
+
1086
+ Iran
1087
+ Below are the country domain extensions for Iran. These domains are generally restricted to Iranian-related entities. Third-level registrations under subdomains have varied restrictions.
1088
+
1089
+ .ir - Public. May register at second level or at third level beneath the following generic second-level domains.
1090
+ .ac.ir - Academic (tertiary education and research establishments) and learned societies.
1091
+ .co.ir - Commercial/companies
1092
+ .gov.ir - Government (Islamic Republic of Iran)
1093
+ .id.ir - Personal
1094
+ .net.ir - ISPs and network companies approved by IRTCT
1095
+ .org.ir - Non-profit organisations
1096
+ .sch.ir - Schools, primary and secondary education
1097
+
1098
+ Iraq
1099
+ Here are the domain extensions for Iraq. No online registrations are known to be taking place at the time of writing.
1100
+
1101
+ .iq - General
1102
+ .gov.iq - Governmental entities
1103
+ .edu.iq - Educational Institutions
1104
+ .com.iq - Commercial entitites
1105
+ .mil.iq - Military Institutions
1106
+ .org.iq - Non-profit organizations
1107
+
1108
+ Ireland
1109
+ Below is the country code top-level domain for Ireland. Registrants must have a "real and substantive" connection with Ireland, or have a European Union trademark. The applicant must prove their connection to the desired domain name. Personal domains of individuals are limited to initials and a number.
1110
+
1111
+ .ie - Domain name registrations are done directly at the second level.
1112
+
1113
+ Israel
1114
+ Below are the domain extensions for Israel. Restrictions vary based on which second-level domain is used. The registry reserves right to screen and reject applications. Also, there is a llimit of 10 domain names per owner unless exception granted. Domain name registrations are made at the third level beneath the second level domains.
1115
+
1116
+ .ac.il - Academic Institutions; administration delegated to the Inter-University Computation Center.
1117
+ .co.il - Commercial Entities; administration delegated to five private registrars.
1118
+ .org.il - Non-commercial Organizations; administration delegated to five private registrars.
1119
+ .net.il - Israeli Internet service providers; available only to licensed providers by the Israel Internet Association.
1120
+ .k12.il - Schools and Kindergartens
1121
+ .gov.il - Government and Governmental System; administration delegated to ministry of finance.
1122
+ .muni.il - Municipal Government
1123
+ .idf.il - Israel Defense Forces; administration delegated to the army's Center of Computing and Information Systems.
1124
+
1125
+ Isle of Man
1126
+ Below are the country domain extensions for Isle of Man. Restrictions apply to some extensions. Some second-level domains such as gov.im are reserved for third-level domains representing entities in the Isle of Man.
1127
+
1128
+ .im - Direct second-level registrations are allowed.
1129
+ .plc.co.im
1130
+ .net.im
1131
+ .co.im
1132
+ .org.im
1133
+ .ac.im
1134
+ .ltd.co.im
1135
+ .com.im
1136
+ .gov.im
1137
+
1138
+ Italy
1139
+ Here's the country code top-level domain for Italy. Registrants must be a resident of an EU country to register a domain name with this extension. Registration requires sending a paper or fax letter which must be completed in Italian.
1140
+
1141
+ .it - Registrations are at second level or third level under various second-level domains. Most second-level domains represent a province, region, or municipality. There is also .gov.it for government organizations.
1142
+
1143
+ Jamaica
1144
+ Below are the country domain extensions for Jamaica. There are no restrictions on who can register domain names with this extension, however, it is more expensive for non-residents. It is also cheaper for government departments and non-profit organizations. And it is free for schools and educational institutions.
1145
+
1146
+ .com.jm
1147
+ .net.jm
1148
+ .org.jm
1149
+ .edu.jm
1150
+ .gov.jm
1151
+ .mil.jm
1152
+
1153
+ Japan
1154
+ Here are the country domain extensions for Japan. Second-level registrations require a Japanese mailing address, and third-level registrations have varying rules depending on which second-level name they are beneath.
1155
+
1156
+ .jp - Domain registrations taken at the second level and at third level beneath the following second-level labels.
1157
+ .ac.jp - Higher level academic institutions, such as universities
1158
+ .ad.jp - JPNIC members
1159
+ .co.jp - Most forms of incorporated companies, including foreign companies registered in Japan
1160
+ .ed.jp - Educational institutions for individuals under 18
1161
+ .go.jp - Japanese government ministries and their endeavours
1162
+ .gr.jp - Groups of two or more people, or groups of registered companies
1163
+ .lg.jp - Local government authorities
1164
+ .ne.jp - Network service providers
1165
+ .or.jp - Registered organizations and non-profit organizations
1166
+
1167
+ Jersey
1168
+ Here is the country code top-level domain for Jersey. There are no restrictions on who can register domain names with this extension.
1169
+
1170
+ .je - Registrations are directly at second level or under the following second level generic categories
1171
+ .co.je - Commercial and Personal Domains
1172
+ .org.je - Organizations
1173
+ .net.je - ISP and commercial use
1174
+ .sch.je - Jersey Grid for Learning (Schools in the Bailiwick of Jersey)
1175
+ .gov.je - Official use only by the States of Jersey and Jersey parishes
1176
+
1177
+ Jordan
1178
+ Here are the domain extensions for Jordan. A local contact is required to register a domain with this extension. Also, you must submit official documentation.
1179
+
1180
+ .jo - Domain registrations taken at the second level and at third level beneath the following second-level labels.
1181
+ .com.jo - Companies, Organizations
1182
+ .net.jo - Network Providers
1183
+ .gov.jo - Government
1184
+ .edu.jo - Colleges, Universities, Schools,Educational Institutes
1185
+ .org.jo - Non Profit Organizations
1186
+ .mil.jo - Military
1187
+ .name.jo - Individuals
1188
+ .sch.jo - Schools
1189
+
1190
+ Kazakhstan
1191
+ Here are the country domain extensions for Kazakhstan. There are no restrictions for second-level domain names. There are some restrictions at the third-level, depending on which second-level name it is under.
1192
+
1193
+ .org.kz - Nonprofit organizations
1194
+ .edu.kz - Licensed educational organizations
1195
+ .net.kz - Licensed networks of data communications
1196
+ .gov.kz - Governmental organizations
1197
+ .mil.kz - Ministry of Defense
1198
+ .com.kz - Commercial organizations; registered trademark protection
1199
+
1200
+ Kenya
1201
+ Below are the domain extensions for Kenya. Some extensions require supporting documentation.
1202
+
1203
+ .co.ke - For Companies
1204
+ .or.ke - For Not-for-Profit-Making Organisations or NGO's
1205
+ .ne.ke - For Network Devices
1206
+ .go.ke - For Government Entities. Requires Supporting Documents
1207
+ .ac.ke - For Institutions of Higher Education. Requires Supporting Documents
1208
+ .sc.ke - For Lower and Middle Institutes of Learning. Requires Supporting Documents
1209
+
1210
+ Kiribati
1211
+ Here are the domain extensions fro Kiribati. Domain names with this extension are generally unrestricted.
1212
+
1213
+ .com.ki
1214
+ .biz.ki
1215
+ .net.ki
1216
+ .info.ki
1217
+ .org.ki
1218
+ .gov.ki
1219
+ .edu.ki
1220
+ .mob.ki
1221
+ .tel.ki
1222
+ .phone.ki
1223
+
1224
+
1225
+ Note that the registrant of de.ki offers free redirected subdomains beneath this address (to the German-speaking market), and this currently accounts for a large number of the current uses of the .ki extension.
1226
+ Korea, North (Democratic People's Republic of Korea)
1227
+ Here's the country code top-level domain for North Korea. At the time of writing, there are only two known websites using this domain extension. This extension is not yet available for registration.
1228
+
1229
+ .kp - Not yet available for registration.
1230
+
1231
+ Korea, South (Republic of Korea)
1232
+ Here are the domain extensions for South Korea. Registrants must have a local presence within South Korea. Varying restrictions exist for registration under different second-level names. Standard domain names must be registered under one of the second-level domains. Internationalized domain names must be registered at the second-level (directly under the top-level domain).
1233
+
1234
+ .kr - Commercial (Organizations or individuals)
1235
+ .co.kr - Commercial (Organizations or individuals)
1236
+ .ne.kr - Network (Organizations or individuals)
1237
+ .or.kr - Non-commercial (Organizations or individuals)
1238
+ .re.kr - Research (Organizations or individuals)
1239
+ .pe.kr - Personal (Individuals)
1240
+ .go.kr - Government
1241
+ .mil.kr - Military
1242
+ .ac.kr - Colleges or universities
1243
+ .hs.kr - High schools
1244
+ .ms.kr - Middle schools
1245
+ .es.kr - Elementary schools
1246
+ .sc.kr - Other education organizations
1247
+ .kg.kr - Kindergartens
1248
+
1249
+ Organizations or individuals that have connection with relevant areas:
1250
+
1251
+ .seoul.kr - Seoul
1252
+ .busan.kr - Busan
1253
+ .daegu.kr - Daegu
1254
+ .incheon.kr - Incheon
1255
+ .gwangju.kr - Gwangju
1256
+ .daejeon.kr - Daejeon
1257
+ .ulsan.kr - Ulsan
1258
+ .gyeonggi.kr - Gyeonggi-do
1259
+ .gangwon.kr - Gangwon-do
1260
+ .chungbuk.kr - Chungcheongbuk-do
1261
+ .chungnam.kr - Chungcheongnam-do
1262
+ .jeonbuk.kr - Jeollabuk-do
1263
+ .jeonnam.kr - Jeollanam-do
1264
+ .gyeongbuk.kr - Gyeongsangbuk-do
1265
+ .gyeongnam.kr - Gyeongsangnam-do
1266
+ .jeju.kr - Jeju-do
1267
+ #.??.kr - Unlimited (Organizations or individuals)
1268
+
1269
+ Kuwait
1270
+ Below are the domain extensions for Kuwait. Domain registration under this extension is limited to Kuwaiti citizens, companies, and organizations. Registrants must show appropriate documents to prove status. Some third-level names have additional restrictions. Registrations are made at third level beneath the following second-level domains.
1271
+
1272
+ .edu.kw - Academic & Research Institutions
1273
+ .com.kw - Commercial Entities & Individuals
1274
+ .net.kw - Commercial Entities & Individuals
1275
+ .org.kw - Non-Profit Organizations
1276
+ .gov.kw - Government Entities
1277
+
1278
+ Kyrgyzstan
1279
+ Here is the country code top-level domain for Kyrgyzstan.
1280
+
1281
+ .kg - Domain registrations are directly at second level, but there are some special third-level registrations such as those below.
1282
+ .gov.kg - Governement organizations.
1283
+ .mil.kg - Military.
1284
+
1285
+ Laos
1286
+ Here's the top-level domain for Laos. There are no restrictions for registering domain names with this extension, however, some "premium" names have been reserved and are available at an extra cost. Although this is a country code top-level domain for Laos, the domain registrar is currently marketing it for the city of Los Angeles.
1287
+
1288
+ .la - Domain resistrations are taken directly at the second-level.
1289
+
1290
+ Latvia
1291
+ Below are the country domain extensions for Latvia. There are no restrictions on the top-level domain, however, some subdomains may carry restrictions.
1292
+
1293
+ .lv - Registrations are made directly at the second-level, or beneath one of the following subdomains.
1294
+ .com.lv - Commercial entities
1295
+ .edu.lv - Educational institutions
1296
+ .gov.lv - Government and semi-government entities.
1297
+ .org.lv - Various forms of affiliation groups
1298
+ .mil.lv - Defense entities of Latvia
1299
+ .id.lv - Individuals
1300
+ .net.lv - Network infrastructure providers
1301
+ .asn.lv - Associations
1302
+ .conf.lv - Conferences and exhibitions requiring short duration Internet connectivity
1303
+
1304
+ Lebanon
1305
+ Here are the domain extensions for Lebanon. Registrant must have Lebanese trademark certificate for the exact name being registered. There are also specific restrictions for each second-level subdomain. Also, registered names are required to be unique within the entire top-level domain (i.e. mydomain.com.lb and mydomain.org.lb cannot co-exist). Domain name registrations are at the third level beneath the existing second-level domains.
1306
+
1307
+ .com.lb - Commercial
1308
+ .edu.lb - Educational
1309
+ .gov.lb - Government
1310
+ .net.lb - Network infrastructure
1311
+ .org.lb - Organizations
1312
+
1313
+ Lesotho
1314
+ Here's the country code top-level domain for Lesotho. There are no restrictions for registering domain names with this extension.
1315
+
1316
+ .ls - Registrations are mostly at the third level beneath .co.ls and .org.ls, though some other names exist mostly for use by the government of Lesotho or the national university.
1317
+ .co.ls
1318
+ .org.ls
1319
+
1320
+ Liberia
1321
+ Here are the domain extensions for Liberia. Registrants must have local presence and intent to use domain. Registrations are made at the third level beneath second-level names.
1322
+
1323
+ .com.lr - Commercial
1324
+ .edu.lr - Schools granting baccalaureate degrees
1325
+ .gov.lr - Governmental entities
1326
+ .org.lr - Not for profit organizations
1327
+ .net.lr - Network infrastructure (i.e.routers) only
1328
+
1329
+ Libya
1330
+ Here are the domain extensions for Libya. Note that any .ly domain name may be registered, except domains containing obscene and indecent names/phrases, including words of a sexual nature. Furthermore domain names may not contain words/phrases or abbreviations insulting religion or politics, or be related to gambling and lottery industry or be contrary to Libyan law or Islamic morality.
1331
+
1332
+ .ly - Domain names can be registered directly at the second-level or beneath one of the following subdomains. Note that second-level registrations are much more expensive than third-level.
1333
+ .com.ly - Commercial services
1334
+ .net.ly - Internet-related services
1335
+ .gov.ly - Government and ministries
1336
+ .plc.ly - State-owned companies
1337
+ .edu.ly - Educational and training institutions
1338
+ .sch.ly - Schools
1339
+ .med.ly - Health-related services
1340
+ .org.ly - Non-profit organizations
1341
+ .id.ly - Individuals.
1342
+
1343
+ Liechtenstein
1344
+ Here is the country code top-level domain for Liechtenstein. There are no restrictions on registering domain names with this extension. Internationalized domain names are accepted.
1345
+
1346
+ .li - Registrations are made directly at the second-level.
1347
+
1348
+ Lithuania
1349
+ Here is the country code top-level domain for Lithuania. There are no restrictions on registering domain names with this extension.
1350
+
1351
+ .lt - Registrations are made directly at the second level
1352
+
1353
+ Luxembourg
1354
+ Below is the country code top-level domain for Luxembourg. To register a domain with this extension, the administrative contact must be in Luxembourg.
1355
+
1356
+ .lu - Domain registrations are made directly at the second level.
1357
+
1358
+ Macau
1359
+ Here are the domain extensions for Macau. Registrations are limited to local businesses and organizations in Macau. The primary name server must also be in Macau. Subdomains have specific restrictions.
1360
+
1361
+ .mo - Second-level registrations are available to registrants who already have the same name at third level.
1362
+ .com.mo - Commercial entities
1363
+ .edu.mo - Educational institutions
1364
+ .gov.mo - Government
1365
+ .net.mo - Network service providers
1366
+ .org.mo - Non-profit organizations
1367
+
1368
+ Macedonia (Republic of Macedonia)
1369
+ Here are the country domain extensions for Macedonia. Registration is unrestricted, but it is intended to be used for commercial organizations.
1370
+
1371
+ .mk
1372
+ .com.mk
1373
+ .org.mk
1374
+ .net.mk
1375
+ .edu.mk
1376
+ .gov.mk
1377
+ .inf.mk
1378
+ .name.mk
1379
+
1380
+ Madagascar
1381
+ Below are the country domain extensions for Madagascar. For some subdomains, registrants must show registration of company, organization, or trademark.
1382
+
1383
+ .mg - Registrations are taken directly at the second level, or at the third level beneath the following second level names:
1384
+ .org.mg - Organizations
1385
+ .nom.mg - Individuals
1386
+ .gov.mg - Government entities
1387
+ .prd.mg - Research projects or programs
1388
+ .tm.mg - Registered trademarks
1389
+ .edu.mg - Educational institutions
1390
+ .mil.mg - Military entities
1391
+ .com.mg - Commercial (unrestricted registration)
1392
+
1393
+ Malawi
1394
+ Below are the domain extensions for Malawi. There are no restrictions on registering domain names with this extension. Registrations are taken at the third-level, beneath the following subdomains.
1395
+
1396
+ .ac.mw - Academic institutions
1397
+ .co.mw - Commercial organisations
1398
+ .com.mw - An alternative for commercial organisations
1399
+ .coop.mw - Cooperative associations
1400
+ .edu.mw - Degree granting academic institutions
1401
+ .gov.mw - Restricted to government preferably Malawi Government
1402
+ .int.mw - International treaty organisations
1403
+ .museum.mw - Museums, historical, documentation or diplay organisations
1404
+ .net.mw - Networking organisations
1405
+ .org.mw - Non-profit making organisations
1406
+
1407
+ Malaysia
1408
+ Below are the country domain extensions for Malaysia. Registrants must have Malaysian presence. There are also various restrictions specific to different subdomains.
1409
+
1410
+ .my - Registrations are taken at the second-level and beneath the following subdomains.
1411
+ .com.my - Commercial organisations or activities.
1412
+ .net.my - Network-related organisations or activities.
1413
+ .org.my - Organisations or activities that do not fall under other categories.
1414
+ .gov.my - Malaysian government organisations only.
1415
+ .edu.my - Malaysian educational organisations only.
1416
+ .sch.my - Malaysian schools only.
1417
+ .mil.my - Malaysian military organisations only.
1418
+ .name.my - Malaysian individuals' personal use only.
1419
+
1420
+ Maldives (Republic of Maldives)
1421
+ Here are the domain extensions for the Maldives. There are no restrictions for .com.mv and .org.mv domain names, but other subdomains may have restrictions. Registrations are taken under the following extensions.
1422
+
1423
+ .aero.mv - Aviation
1424
+ .biz.mv - Business organization
1425
+ .com.mv - Commercial
1426
+ .coop.mv - Cooperative organization
1427
+ .edu.mv - Educational institutions
1428
+ .gov.mv - Government
1429
+ .info.mv - Information
1430
+ .int.mv - International Organization
1431
+ .mil.mv - Military
1432
+ .museum.mv - Museums
1433
+ .name.mv - Personal
1434
+ .net.mv - Networks
1435
+ .org.mv - Organizations
1436
+ .pro.mv - Professionals
1437
+
1438
+ Mali
1439
+ Here are the domain extensions for Mali. There are varying requirements for registrations under different second-level names; generally, local presence is required. Registrations are at the third level beneath the following subdomains:
1440
+
1441
+ .com.ml - Local companies and trademark registrants; may reflect legal or brand name (must show registration)
1442
+ .net.ml - Internet providers
1443
+ .org.ml - Associations (must show registration); international organizations permitted, but must be registered with the local administration
1444
+ .edu.ml - Local schools
1445
+ .gov.ml - Governmental organisations
1446
+ .presse.ml - Local press
1447
+
1448
+ Malta
1449
+ Here are the country domain extensions for Malta. Registrants must declare their right to use the domain name as trademark or business name in accordance with Maltese law. Domain name registrations are taken at the third-level, beneath the following second-level domains.
1450
+
1451
+ .com.mt - Commercial entities
1452
+ .org.mt - Non-profit entities
1453
+ .net.mt - Internet-related network service providers
1454
+ .edu.mt - Educational institutions
1455
+ .gov.mt - Malta government entity
1456
+
1457
+ Martinique
1458
+ Here is the top-level domain for Martinique. It is unclear of whether there are any restrictions on this extension.
1459
+
1460
+ .mq - Names are currently registered directly at second level.
1461
+
1462
+ Marshall Islands
1463
+ Here is the country code top-level domain for the Marshall Islands. The registrar is not currently accepting registrations with this extension.
1464
+
1465
+ .mh - Domain names with this extension are currently not available.
1466
+
1467
+ Mauritania
1468
+ This is the top-level domain for Mauritania. A local contact is required in order to register a domain name with this extension.
1469
+
1470
+ .mr - Registrations are taken directly at second-level (although government sites are taken at .gov.mr)
1471
+ .gov.mr - Government sites.
1472
+
1473
+ Mauritius
1474
+ Here are the country domain extensions for Mauritius. There are no restrictions on registering domains under this extension.
1475
+
1476
+ .mu - Domain name registration is available directly at the second level or at third level beneath the following second-level labels.
1477
+ .com.mu - Commercial entities
1478
+ .net.mu - Network entities
1479
+ .org.mu - Non-profit organizations
1480
+ .gov.mu - Government organizations
1481
+ .ac.mu - Academic institutions
1482
+ .co.mu - Commercial entities (No longer available for new registration by most registrars)
1483
+ .or.mu - Non-profit organizations (No longer available for new registration by most registrars)
1484
+
1485
+ Mexico
1486
+ Below are the domain extensions for Mexico. There are no restrictions for .com.mx domains. Other subdomains may have restrictions. Domain name registrations are only taken at the third-level beneath the following subdomains.
1487
+
1488
+ .com.mx - Commercial entities (actually unrestricted, like .com)
1489
+ .net.mx - Network providers (registration limited to qualifying entities)
1490
+ .org.mx - Non-profit organizations (registration limited to qualifying entities)
1491
+ .edu.mx - Educational institutions (registration limited to qualifying entities)
1492
+ .gob.mx - Governmental entities (Mexican federal, state, or local)
1493
+
1494
+ Moldova
1495
+ Here is the country code top-level domain for Moldova. There are no restrictions on registering domain names with this extension.
1496
+
1497
+ .md - Domain name registrations are taken directly at the second level.
1498
+
1499
+ Monaco
1500
+ Here are the domain extensions for Monaco. Registrants must show registration of company, organization, or trademark.
1501
+
1502
+ .mc - Domain registrations are made directly at the second-level, or at the third level under one of the following second-level domains.
1503
+ .tm.mc - Registered trademarks - registered in Monaco or internationally with World Intellectual Property Organization (WIPO)
1504
+ .asso.mc - Associations (must be chartered in Monaco)
1505
+
1506
+ Mongolia
1507
+ Below are the country domain extensions for Mongolia. The only restriction is that individual registrants must be over 18 years old.
1508
+
1509
+ .mn - Registrations are usually directly at the second-level. Some institutions will use the following subdomains.
1510
+ .gov.mn - government institutions
1511
+ .edu.mn - educational institutions
1512
+ .org.mn - non-profit organisations
1513
+
1514
+ Montenegro
1515
+ Below are the domain extensions for Montenegro. Second-level registrations available worldwide; third-level registrations under certain second-level names available within Montenegro.
1516
+
1517
+ .me - Domain registration is available directly at second-level or beneath the following subdomains.
1518
+ .co.me - Unlimited registration, but appropriate for corporations
1519
+ .net.me - Unlimited registration, but appropriate for providers of Internet services
1520
+ .org.me - Unlimited registration, but appropriate for civil organizations and associations
1521
+ .edu.me - Educational institutions, such as primary and high schools
1522
+ .ac.me - Academic and post-secondary organizations such as universities; University of Montenegro has ucg.ac.me as its primary domain
1523
+ .gov.me - State and Government authorities
1524
+ .its.me - Unlimited registration, but appropriate for personal use
1525
+ .priv.me - Unlimited registration, but appropriate for personal use
1526
+
1527
+ Montserrat
1528
+ Here is the top-level domain for Montserrat. There are no restrictions on registering domain names using this extension.
1529
+
1530
+ .ms - Domain name registrations are taken directly at the second-level.
1531
+
1532
+ Morocco
1533
+ Below are the domain extensions for Morocco. To register a domain name with this extension, you must have a local contact.
1534
+
1535
+ .ma - General use. Domain registrations are made directly at the second-level or under one of the following subdomains.
1536
+ .net.ma - Internet providers
1537
+ .ac.ma - Educational institutions
1538
+ .org.ma - Organizations
1539
+ .gov.ma - Governmental entities
1540
+ .press.ma - The press and publications
1541
+ .co.ma - Commercial entities
1542
+
1543
+ Mozambique
1544
+ Here are the domain extensions for Mozambique. Registrants must have working nameservers and a bona fide intention to actually use the domain name. Domain name registrations are taken at the third-level beneath the following second-level domains.
1545
+
1546
+ .co.mz
1547
+ .org.mz
1548
+ .gov.mz
1549
+ .edu.mz
1550
+
1551
+ Namibia
1552
+ Here is the top-level domain for Namibia. There are no restrictions on registering domain names with this extension.
1553
+
1554
+ .na - Domain name registrations are taken at the second-level and the third-level, beneath the following subdomains.
1555
+ .com.na
1556
+ .co.na
1557
+ .org.na
1558
+ .edu.na
1559
+ .alt.na
1560
+ .in.na
1561
+ .info.na
1562
+ .mobi.na
1563
+ .ws.na
1564
+
1565
+ Nauru
1566
+ Here are the domain extensions for Nauru. The .gov.nr and .edu.nr extensions are restricted to appropriate institutions in Nauru, all other extensions are unrestricted.
1567
+
1568
+ .nr - Domain names are registered directly at the second-level and under the following subdomains.
1569
+ .edu.nr (restricted)
1570
+ .gov.nr (restricted)
1571
+ .biz.nr (unrestricted)
1572
+ .info.nr (unrestricted)
1573
+ .net.nr (unrestricted)
1574
+ .org.nr (unrestricted)
1575
+ .com.nr (unrestricted)
1576
+
1577
+ Nepal
1578
+ Here are the domain extensions for Nepal. Local presence is required. Domain names must be based on company/organization or brand name. Domain names are registered under the following third-level domains.
1579
+
1580
+ .com.np
1581
+ .org.np
1582
+ .edu.np
1583
+ .net.np
1584
+ .gov.np
1585
+ .mil.np
1586
+
1587
+ Netherlands
1588
+ Here is the top-level domain for the Netherlands. Registrants must provide contact address in Netherlands.
1589
+
1590
+ .nl - Registrations are taken directly at the second-level.
1591
+
1592
+ Netherlands Antilles
1593
+ The top-level country code for the Netherlands Antilles is .an. Registrations must correspond to name or trademark of registrant; proof of identity must be shown on registration.
1594
+
1595
+ .an - Registrations are taken directly at the second-level or at the third-level beneath some second-level domains.
1596
+
1597
+ New Caledonia
1598
+ Here is the top-level domain for New Caledonia. Registrants must be a registered company or organization in New Caledonia with a local contact; individuals are not eligible to register domain names with this extension.
1599
+
1600
+ .nc - Registrations are made directly at the second level.
1601
+
1602
+ New Zealand
1603
+ Here are the domain extensions for New Zealand. There are no restrictions under most second-level names, however, some are "moderated" - eligibility is checked before registration is granted. Names are registered at the third-level within the generic second-level categories.
1604
+ Moderated Domains
1605
+
1606
+ .ac.nz - Tertiary educational institutions and related organisations
1607
+ .co.nz - Organisations pursuing commercial aims and purposes
1608
+ .geek.nz - For people who are concentrative, technically skilled and imaginative who are generally adept with computers
1609
+ .gen.nz - Individuals and other organisations not covered elsewhere
1610
+ .maori.nz - Maori people, groups, and organisations
1611
+ .net.nz - Organisations and service providers directly related to the NZ Internet
1612
+ .org.nz - Not-for-profit organisations
1613
+ .school.nz - Primary, secondary and pre-schools and related organisations
1614
+
1615
+ Unmoderated Domains
1616
+
1617
+ .cri.nz - Crown Research Institutes.
1618
+ .govt.nz - National, regional and local government organisations operating with statutory powers. Registration is only available through the government registrar, DNS.govt.nz, and there is a government portal at www.govt.nz
1619
+ .iwi.nz - A traditional Maori tribe, hapu, or Taurahere group. Available from register.iwi.nz.
1620
+ .parliament.nz - Reserved for parliamentary agencies, Offices of Parliament, and parliamentary political parties and their elected members.
1621
+ .mil.nz - the military organisation of the NZ Government - the New Zealand Defence Force.
1622
+
1623
+ Nicaragua
1624
+ Here are the domain extensions for Nicaragua.
1625
+
1626
+ .ni - Although there are websites at the second-level, most domains are registered at the third-level, under the following subdomains.
1627
+ .gob.ni - Nicaraguan government
1628
+ .co.ni - .com.ni: Commercial entities
1629
+ .ac.ni - .edu.ni: Educational institutions
1630
+ .org.ni - Non-governmental organizations
1631
+ .nom.ni - Personal domains of individuals
1632
+ .net.ni - Networks
1633
+ .mil.ni - Military institutions in Nicaragua
1634
+
1635
+ Niger
1636
+ Here's the top-level domain for Niger. To register a domain name, your company must be registered with Niger's authority, and in most cases the domain name must resemble the company name.
1637
+
1638
+ .ne - Registrations are taken directly at the second-level
1639
+
1640
+ Nigeria
1641
+ Here are the country domain extensions for Nigeria. Must have presence in Nigeria and intent to use name. Each organization can only register one domain name. Registrations are taken at second-level under the following subdomains.
1642
+
1643
+ .com.ng - Commercial entities and businesses
1644
+ .org.ng - Non-commercial organizations
1645
+ .gov.ng - Governmental organizations
1646
+ .edu.ng - Degree awarding institutions
1647
+ .net.ng - ISP infrastructure
1648
+
1649
+ Niue
1650
+ Here is the top-level domain for the island state of Niue. There are no restrictions on registering domain names with this extension.
1651
+
1652
+ .nu - Registrations are taken directly at the second-level.
1653
+
1654
+ Norfolk Island
1655
+ Here are the domain extensions for Norfolk Island. Domain registrations are unrestricted.
1656
+
1657
+ Note that Norfolk Island domain names are very expensive. Second-level domains are more expensive than third-level domains. At the time of writing, second-level domains are $995 per year and third-level domains are $577 per year.
1658
+
1659
+ .nf - Registrations are taken directly at the second-level and under the following extensions.
1660
+ .com.nf
1661
+ .net.nf
1662
+ .per.nf
1663
+ .rec.nf
1664
+ .web.nf
1665
+ .arts.nf
1666
+ .firm.nf
1667
+ .info.nf
1668
+ .other.nf
1669
+ .store.nf
1670
+
1671
+ Northern Mariana Islands
1672
+ Here is the top-level domain for the Northern Mariana Islands. Although there are no registration restrictions, free personal sites are hosted on registry's own servers and must be built using the chi.mp system. Purchased domains have no restrictions.
1673
+
1674
+ .mp - Registrations are directly at second level (although there are a few sites related to the Northern Mariana Islands in third level domains under such second level names as .gov.mp and .org.mp).
1675
+
1676
+ Norway
1677
+ The registrant must be a registered organisation in Norway, except under .priv.no, which is open to registration by individuals. Specific subdomains have varied requirements. There is a limit of 20 second-level registrations per domain holder.
1678
+
1679
+ .no - Domain names are usually registered directly at the second-level, but some may be registered under various second-level domains.
1680
+
1681
+ Oman
1682
+ Below are the country code domain extensions for Oman. There is a local nexus requirement for each registrant. Administrative contact must be physically in Oman. Also, sale or transfer of Oman domain names is prohibited. Although some second-level domain names exist, registrations are made at the third level beneath the following second-level labels.
1683
+
1684
+ .com.om - Commercial Company, trading company, registered at the Ministry of Commerce and Industry of the Sultanate of Oman
1685
+ .co.om - Commercial Company, trading company, registered at the Ministry of Commerce and Industry of the sultanate of Oman
1686
+ .edu.om - Educational institutions, e.g., universities and colleges, registered at the Ministry of Higher Education of the Sultanate of Oman
1687
+ .ac.om - Academic Organization (e.g. university, college), registered at the Ministry of Higher Education of the Sultanate of Oman
1688
+ .sch.om - Elementary schools, secondary schools, and high schools with valid licenses from Ministry of Education
1689
+ .gov.om - Government Departments and Ministries of the Sultanate of Oman
1690
+ .net.om - Intended to hold only the computers of network providers that are the NIC and NOC computers, the administrative computers, and the network node computers, registered at the Ministry of Transportation and communications or registered at Oman Telecommunication Company.
1691
+ .org.om - Non-profit organizations, registered at Ministry of Social Affairs, Labour and Vocational Training
1692
+ .mil.om - Ministry of Defense establishments
1693
+ .museum.om - For Museums
1694
+ .biz.om - Commercial Company, trading company, registered at the Ministry of Commerce and Industry of the Sultanate of Oman
1695
+ .pro.om - Professionals, and Professionals Association.
1696
+ .med.om - Hospitals and medical clinics with valid licenses from Ministry of Health.
1697
+
1698
+ Pakistan
1699
+ Here are the domain extensions for Pakistan. Some domains are restricted whilst others aren't.
1700
+
1701
+ .pk - Available to anyone; used by companies, individuals, and organizations in Pakistan.
1702
+ .net.pk - For network related businesses and Internet service providers
1703
+ .edu.pk - For educational institutes
1704
+ .org.pk - For non-profit organizations
1705
+ .fam.pk - For individuals
1706
+ .biz.pk - For general business use
1707
+ .web.pk - Originally for websites
1708
+ .gov.pk - Government of Pakistan
1709
+ .gob.pk - Domains for the Government of Balochistan
1710
+ .gok.pk - Domains for the Government of Azad Kashmir
1711
+ .gon.pk - Domains for the Government of NWFP
1712
+ .gop.pk - Domains for the Government of Punjab
1713
+ .gos.pk - Domains for the Government of Sindh
1714
+
1715
+ Palau
1716
+ Below are the domain extensions for Palau. There are no restrictions for registering domain names with this extension.
1717
+
1718
+ Registrants can obtain third level registrations of the form firstname.lastname.pw along with the corresponding e-mail address of firstname@lastname.pw. Second-level domain registrations are not permitted, so that the registry can reserve all second-level names for use in constructing these addresses. Registrations are for third-level names and their corresponding e-mail addresses within second-level names.
1719
+
1720
+ .com.pw - For commercial use; use is not restricted
1721
+ .net.pw - For technology service providers; use is not restricted
1722
+ .org.pw - For non-commercial organizations; organizations must be registered at the Office of Corporate Registrar
1723
+ .edu.pw - For educational institutions; Ministry of Education certification required
1724
+ .gov.pw - For governmental agencies only
1725
+ .belau.pw - For indigenous art, history and culture use, tourism and general purposes; use is not restricted
1726
+
1727
+ Palestinian Territory, Occupied
1728
+ Below are the domain extensions for the Palestinian Territory. Second-level registrations are unrestricted. Third-level registrations may have limitations based on which second-level domain they are within.
1729
+
1730
+ .ps - Registrations are available at the second-level and under the following subdomains.
1731
+ .com.ps - Commercial Entities
1732
+ .biz.ps - Businesses
1733
+ .net.ps - Network Service Providers
1734
+ .edu.ps - Post-secondary Educational Institutions
1735
+ .gov.ps - Government
1736
+ .sch.ps - Schools and Kindergartens
1737
+ .mun.ps - Municipal Government
1738
+
1739
+ Panama
1740
+ Here are the country domain extensions for Panama. Primary and secondary name servers must be geographically separated.
1741
+ Registrations are at third level beneath the following second-level labels.
1742
+
1743
+ .net.pa - Reserved for internet service providers.
1744
+ .com.pa
1745
+ .ac.pa
1746
+ .sld.pa
1747
+ .gob.pa
1748
+ .edu.pa
1749
+ .org.pa
1750
+ .abo.pa
1751
+ .ing.pa
1752
+ .med.pa
1753
+ .nom.pa
1754
+
1755
+ Papua New Guinea
1756
+ Here are the country extensions for Papua New Guinea. Registrants must have a local presence or interests in Papua New Guinea. Registrations are made at the third level beneath the following second-level labels.
1757
+
1758
+ .com.pg
1759
+ .net.pg
1760
+ .ac.pg
1761
+ .gov.pg
1762
+ .mil.pg
1763
+ .org.pg
1764
+
1765
+ Paraguay
1766
+ Below are the domain extensions for Paraguay. Registrants must have a contact in Paraguay. Subdomains have various restrictions. All domain name applications are subject to approval by the registry. Registrations are at third level beneath the following second-level domains.
1767
+
1768
+ .org.py
1769
+ .edu.py
1770
+ .mil.py
1771
+ .gov.py
1772
+ .net.py
1773
+ .com.py
1774
+ .una.py (In Spanish: National University of Asuncion)
1775
+
1776
+ Peru
1777
+ Here are the domain extensions for Peru. Generally, there are no restrictions, however, some names may be prohibited for use as a second-level domain.
1778
+
1779
+ .pe - Registrations are accepted directly at the second-level and beneath the following subdomains.
1780
+ .edu.pe - Educational Institutions of Peru
1781
+ .gob.pe - Government of Peru
1782
+ .nom.pe - Individuals from Peru
1783
+ .mil.pe - Military of Peru
1784
+ .sld.pe - Health System of Peru
1785
+ .org.pe - Organizations of Peru
1786
+ .com.pe - Commercial entities of Peru
1787
+ .net.pe - Network providers of Peru
1788
+
1789
+ Philippines
1790
+ Below are the domain extensions for the Philippines. Generally, there are no restrictions, but some subdomains may have restrictions.
1791
+
1792
+ .ph - Domain names can be registered at the second-level and beneath the following subdomains.
1793
+ .com.ph - Businesses/commercial entities
1794
+ .net.ph - Internet-oriented organizations
1795
+ .org.ph - Non-commercial organizations
1796
+ .mil.ph - Military
1797
+ .ngo.ph - Philippine non-governmental organizations
1798
+ .i.ph - Domains for individuals
1799
+ .gov.ph - Government agencies
1800
+ .edu.ph - Educational institutions
1801
+
1802
+ Pitcairn Islands
1803
+ Here is the top-level domain for the Pitcairn Islands. There are no restrictions on registering domain names with this extension.
1804
+
1805
+ .pn - Registrations are taken at the second-level and under the following subdomains.
1806
+ .in.pn
1807
+ .co.pn
1808
+ .eu.pn
1809
+ .org.pn
1810
+ .net.pn
1811
+ .me.pn
1812
+ .{firstname}.{lastname}.pn - Individuals can register domains with their first name as a third-level domain, and their last name as the second-level domain.
1813
+
1814
+ Poland
1815
+ Below are the country domain extensions for Poland. There are no restrictions for registering domain names with this extension, however applicants are asked to "describe their rights to use this domain name".
1816
+
1817
+ .pl - Domains can be registered directly at the second level and beneath the following subdomains.
1818
+ .com.pl - Commercial
1819
+ .biz.pl - Commerce
1820
+ .net.pl - Network infrastructure
1821
+ .art.pl - Art
1822
+ .edu.pl - Education
1823
+ .org.pl - Organizations
1824
+ .ngo.pl - Organizations
1825
+ .gov.pl - Government
1826
+ .info.pl - Information
1827
+ .mil.pl - Military
1828
+ .waw.pl - Warsaw
1829
+ .warszawa.pl - Warsaw
1830
+ .wroc.pl - Wroclaw
1831
+ .wroclaw.pl - Wroclaw
1832
+ .krakow.pl - Krak�w
1833
+ .katowice.pl - Katowice
1834
+ .poznan.pl - Poznan
1835
+ .lodz.pl - L�dz
1836
+ .gda.pl - Gdansk
1837
+ .gdansk.pl - Gdansk
1838
+ .slupsk.pl - Slupsk
1839
+ .radom.pl - Radom
1840
+ .szczecin.pl - Szczecin
1841
+ .lublin.pl - Lublin
1842
+ .bialystok.pl - Bialystok
1843
+ .olsztyn.pl - Olsztyn
1844
+ .torun.pl - Torun
1845
+ .gorzow.pl - Gorz�w Wielkopolski
1846
+ .zgora.pl - Zielona G�ra
1847
+
1848
+ Portugal
1849
+ Below are the domain extensions for Portugal. There are various restrictions for each subdomain, however the .com.pt extension is unrestricted.
1850
+
1851
+ .pt - Domain registrations are available directly at the second-level and beneath the following second-level domains.
1852
+ .com.pt - No restrictions; online registration
1853
+ .edu.pt - Education
1854
+ .gov.pt - Government of Portugal
1855
+ .int.pt - International organizations or diplomatic missions in Portugal
1856
+ .net.pt - Telecommunications providers
1857
+ .nome.pt - Individuals (nome is Portuguese for name)
1858
+ .org.pt - Non-profit organizations
1859
+ .publ.pt - Publications (e.g. newspapers)
1860
+
1861
+ Puerto Rico
1862
+ Here are the country domain extensions for Puerto Rico. Some subdomains have restrictions. Domain names with the .isla.pr extension are cheaper, but are restricted to residents of Puerto Rico.
1863
+
1864
+ .pr - For businesses, professionals, individuals, companies, public relations, etc (costs for direct second-level domains are currently more expensive at $1,000/yr).
1865
+ .biz.pr - For businesses
1866
+ .com.pr - For companies, but not restricted to
1867
+ .edu.pr - For educational institutions with presence in Puerto Rico
1868
+ .gov.pr - For agencies of the government of Puerto Rico
1869
+ .info.pr - For informative websites
1870
+ .isla.pr - For people with presence in Puerto Rico
1871
+ .name.pr - For individuals
1872
+ .net.pr - For network oriented entities (but not restricted to)
1873
+ .org.pr - For organizations (but not restricted to)
1874
+ .pro.pr - For professionals
1875
+ .est.pr - For university students
1876
+ .prof.pr - For university professors
1877
+ .ac.pr - For academics
1878
+
1879
+ Qatar
1880
+ Here are the domain extensions for Qatar.
1881
+
1882
+ Registrants must adhere to certain rules and regulations. The first character of the domain name must be a letter. Special characters, such as a hyphen symbol, are not permitted at the beginning or end of the .qa domain name. Domain names containing words, abbreviations, or phrases that are potentially offensive, obscene, indecent, or contrary to the Qatari Law or Islamic morality must be avoided.
1883
+
1884
+ Also, a letter requesting the domain name registration and signed Power of Attorney (notarized and legalized up to the Qatari Consulate) are required for getting a .qa registration.
1885
+
1886
+ Domains are registered at the third-level under the following second-level domains.
1887
+
1888
+ .com.qa - For commercial sites
1889
+ .org.qa - For not-for-profit organizations
1890
+ .edu.qa - For educational institutions
1891
+ .gov.qa - For governmental entities
1892
+ .net.qa - For network providers
1893
+
1894
+ Romania
1895
+ Below are the country domain extensions for Romania. There are no restrictions for second-level domains. Some restrictions apply for third-level domains.
1896
+
1897
+ .ro - Registrations are taken directly at the second-level and at the third-level below the following subdomains.
1898
+ .arts.ro
1899
+ .com.ro
1900
+ .firm.ro
1901
+ .info.ro
1902
+ .nom.ro
1903
+ .nt.ro
1904
+ .org.ro
1905
+ .rec.ro
1906
+ .store.ro
1907
+ .tm.ro
1908
+ .www.ro
1909
+
1910
+ R�union
1911
+ Here are the country domain extensions for R�union. Registrants are required to have local presence.
1912
+
1913
+ .re - Domain names are registered directly at the second-level and at the third-level under the following subdomains.
1914
+ .asso.re - Associations
1915
+ .nom.re - Surnames
1916
+ .com.re - Commercial (unrestricted registration)
1917
+
1918
+ Russia (Russian Federation)
1919
+ Below are the country domain extensions for Russia. There are no restrictions on second-level domains, but there are for the third-level domains.
1920
+
1921
+ .ru - Domain name registrations are taken at the second-level as well as beneath the following subdomains.
1922
+ .com.ru - Commercial. Was suspended by the NIC at the time of writing.
1923
+ .net.ru - For organizations that take part in the developing the Internet for the purpose of realization of Internet development projects..
1924
+ .org.ru - Non-commercial organizations.
1925
+ .pp.ru - For individuals (including non-residents)
1926
+
1927
+ Rwanda
1928
+ Below are the domain extensions for Rwanda. The first domain name registration is free for citizens and companies/organizations based in Rwanda. Others can register for a fee.
1929
+
1930
+ .rw - Registrations are directly at second level.
1931
+
1932
+ Reserved Second-Level Domains
1933
+ The following second-level domains have been reserved by the registry and could be used for third-level registrations in the future.
1934
+
1935
+ .gov.rw
1936
+ .net.rw
1937
+ .edu.rw
1938
+ .ac.rw
1939
+ .com.rw
1940
+ .co.rw
1941
+ .int.rw
1942
+ .mil.rw
1943
+ .gouv.rw
1944
+
1945
+ Saint Helena
1946
+ Here are the domain extensions for Saint Helena. Second-level registrants must have professional or academic qualification (although this doesn't appear to be enforced). Third-level registrants must be a resident of Saint Helena.
1947
+
1948
+ .sh - Registrations can be made at the second-level or under the following subdomains.
1949
+ .co.sh - Commercial Entities
1950
+ .com.sh - Commercial Entities
1951
+ .org.sh - Non-profit Organizations
1952
+ .gov.sh - Government Departments & Agencies
1953
+ .edu.sh - Educational Institutions
1954
+ .net.sh - Network Service Providers
1955
+ .nom.sh - Non-island websites
1956
+
1957
+ Saint Kitts and Nevis
1958
+ Below are the domain extensions for Saint Kitts and Nevis. There are no restrictions, except for those domains under the edu.kn and gov.kn extensions.
1959
+
1960
+ .kn - Registrations are made directly at second level, or at third level beneath the following second-level names.
1961
+ .org.kn - Organizations (unrestricted)
1962
+ .net.kn - Networks (unrestricted)
1963
+ .gov.kn - Governmental organizations
1964
+ .edu.kn - Educational institutions.
1965
+
1966
+ Saint Lucia
1967
+ The following extension represents the island nation of Saint Lucia in the Eastern Caribbean. These extensions are available worldwide. It is currently being marketed as a good choice for Limited Companies (LC). For example, mycompany.lc, mycompany.l.lc, or mycompany.p.lc.
1968
+
1969
+ .lc - Registrations are made directly at the second-level, or beneath one of the following subdomains.
1970
+ .com.lc
1971
+ .org.lc
1972
+ .net.lc
1973
+ .co.lc
1974
+ .l.lc
1975
+ .p.lc
1976
+
1977
+ Saint Vincent and the Grenadines
1978
+ Here is the top-level domain for Saint Vincent and the Grenadines. There are no restrictions on registering domain names with this extension.
1979
+
1980
+ .vc - Registrations are made directly at the second-level or at the third level beneath the following second-level names
1981
+ .com.vc
1982
+ .net.vc
1983
+ .org.vc - For non-profit organizations only.
1984
+
1985
+ Samoa
1986
+ Here are the domain extensions for Samoa. There are no restrictions on registering domain names with this extension.
1987
+
1988
+ Unrestricted:
1989
+
1990
+ .ws - Registrations are available at the second-level or beneath the following subdomains.
1991
+ .com.ws
1992
+ .net.ws
1993
+
1994
+ Restricted:
1995
+
1996
+ .org.ws
1997
+ .gov.ws
1998
+ .edu.ws
1999
+
2000
+ San Marino
2001
+ Here is the top-level domain for San Marino. The domain name must be the same as the company name or trademark. There is a limit of 50 domain registrations per year, per company. Individuals and other organizations are limited to one registration in total.
2002
+
2003
+ .sm - Domain name registrations are made directly at the second-level.
2004
+
2005
+ S�o Tom� and Pr�ncipe
2006
+ Here is the top-level domain for S�o Tom� and Pr�ncipe. There are no restrictions on registering domain names with this extension.
2007
+
2008
+ .st - Registrations are made directly at the second-level, although the following second-level domains have been reserved for future use..
2009
+
2010
+ Reserved Second-Level Domains
2011
+ The following second-level domains have been reserved by the registry for future use.
2012
+
2013
+ .gov.st - Government of S�o Tom� and Pr�ncipe
2014
+ .saotome.st - Island of S�o Tom�
2015
+ .principe.st - Island of Principe
2016
+ .consulado.st - S�o Tom� and Pr�ncipe consulates
2017
+ .embaixada.st - S�o Tom� and Pr�ncipe embassies
2018
+ .org.st
2019
+ .edu.st
2020
+ .net.st
2021
+ .com.st
2022
+ .store.st
2023
+ .mil.st
2024
+ .co.st
2025
+
2026
+ Saudi Arabia
2027
+ Below are the domain extensions for Saudi Arabia. Registrants must have Saudi presence, a local representative, or trademark registered in Saudi Arabia, and must show legal papers verifying identity. Registrations are taken at the third-level under the following second-level domains.
2028
+
2029
+ .com.sa - Commercial entitites and registered trademarks
2030
+ .edu.sa - Educational institutions
2031
+ .sch.sa - Elementary and secondary schools
2032
+ .med.sa - Health services (hospitals, clinics, etc.)
2033
+ .gov.sa - Governmental entities
2034
+ .net.sa - Internet-related services (ISPs, web hosting, portal sites, etc.)
2035
+ .org.sa - Non-profit organizations
2036
+ .pub.sa - Entities or individuals that do not fit in other categories, including personal names.
2037
+
2038
+ Senegal
2039
+ Here is the top-level domain for Senegal. There are no restrictions on registering domain names with this extension.
2040
+
2041
+ .sn - Registrations are made directly at the second-level.
2042
+
2043
+ Serbia
2044
+ Here are the domain extensions for Serbia. There are no restrictions at the second-level, but there are some on the third-level depending on category.
2045
+
2046
+ .rs - Registrations are made at the second-level and third-level under the following subdomains.
2047
+ .co.rs - Corporations
2048
+ .org.rs - Civil organizations and associations
2049
+ .edu.rs - Educational institutions and organizations (outside of ac.rs sub-domain)
2050
+ .ac.rs - Academic and research network of Serbia (delegated)
2051
+ .gov.rs - State and Government authorities (delegated)
2052
+ .in.rs - Personal use
2053
+
2054
+ Seychelles
2055
+ Here are the country domain extensions for Seychelles. Priority is given to Seychelles-based entities for domain name registrations. There are varying restrictions for different third-level registrations.
2056
+
2057
+ .sc - Registrations can be directly at the second-level or under the following subdomains.
2058
+ .com.sc - commercial, for-profit organizations
2059
+ .net.sc - network infrastructure machines and organizations
2060
+ .edu.sc - educational institutions
2061
+ .gov.sc - governmental institutions
2062
+ .org.sc - miscellaneous, usually non-profit, organizations
2063
+
2064
+ Sierra Leone
2065
+ Below are the country domain extensions for Sierra Leone. The registry reserves the right to screen and reject applications.
2066
+
2067
+ .sl - General (may be registered by anyone)
2068
+ .com.sl - Commercial entities, e.g. companies
2069
+ .net.sl - Commercial entities with relation to networking (such as ISPs, cable companies etc)
2070
+ .org.sl - Charities and non-profit organisations
2071
+ .edu.sl - For educational institutions registered in Sierra Leone
2072
+ .gov.sl - State and local government entities (requires authorization letter from the local Minister of Information Office)
2073
+
2074
+ Singapore
2075
+ Below are the country domain extensions for Singapore. Singapore presence is required in order to register a domain name with this extension.Third-level names have various restrictions depending on which second level label they are under.
2076
+
2077
+ .sg - Domain name registrations are available at the second level and under the following subdomains.
2078
+ .com.sg - Commercial entities
2079
+ .net.sg - Network providers and info-com operators
2080
+ .org.sg - Organisations in the Registry of Societies
2081
+ .gov.sg - Government organizations
2082
+ .edu.sg - Educational institutions
2083
+ .per.sg - Personal domain names
2084
+ .idn.sg - Chinese & Tamil Domain Names (IDN stands for Internationalized Domain Names).
2085
+
2086
+ Slovakia
2087
+ Here is the top-level domain for Slovakia. Domain name registration is restricted to companies registered within the republic of Slovakia. For companies without local presence, a local administrative contact is required. There is a maximum of 5 domain names per Slovak company.
2088
+
2089
+ .sk - Domain name registrations are taken at the second-level.
2090
+
2091
+ Slovenia
2092
+ Here is the top-level domain for Slovenia. There are no restrictions on registering domain names with this extension.
2093
+
2094
+ .si - Domain name registrations are taken directly at the second-level.
2095
+
2096
+ Solomon Islands
2097
+ Here are the domain extensions for the Solomon Islands. The com.sb and net.sb extensions are unrestricted. The other extensions have some restrictions including local presence requirement. Registrations are at the third-level under the following subdomains.
2098
+
2099
+ .com.sb - Unrestricted.
2100
+ .net.sb - Unrestricted.
2101
+ .edu.sb - Restricted.
2102
+ .org.sb - Restricted.
2103
+ .gov.sb - Restricted.
2104
+
2105
+ South Africa
2106
+ Below are the domain extensions for South Africa. There are no restrictions for .co.za but there various restrictions under the other subdomains. Registrations are only taken at the third-level, beneath the following subdomains.
2107
+
2108
+ Active Second (and Third) Level Domains
2109
+
2110
+ .ac.za - Academic and tertiary societies
2111
+ .city.za - For municipal governments. Domain registration coming soon.
2112
+ .co.za - Commercial, general use
2113
+ .edu.za - For distance learning institutions
2114
+ .gov.za - Government departments
2115
+ .law.za - For legal firms
2116
+ .mil.za - Military institutions
2117
+ .nom.za - For personal names, not organizations
2118
+ .org.za - For non-commercial entities.
2119
+ .school.za - For schools in South Africa
2120
+ .ecape.school.za - Eastern Cape
2121
+ .fs.school.za - Free State
2122
+ .gp.school.za - Gauteng
2123
+ .kzn.school.za - Kwazulu-Natal
2124
+ .mpm.school.za - Mpumalanga
2125
+ .ncape.school.za - Northern Cape
2126
+ .lp.school.za - Limpopo
2127
+ .nw.school.za - North West
2128
+ .wcape.school.za - Western Cape
2129
+
2130
+ Dormant Second-Level Domains
2131
+
2132
+ .alt.za - Historical registrants
2133
+ .net.za - Network infrastructure.
2134
+ .ngo.za - For non-governmental organizations. New registrations pending .za DNA public consultation process
2135
+ .tm.za - For trademarks. On hold pending establishment of the .ZA DNA
2136
+ .web.za - For web servers. New registration system under development.
2137
+
2138
+ Private Second-Level Domains
2139
+
2140
+ .agric.za - ARC & Company
2141
+ .cybernet.za - Infront Investments Five cc
2142
+ .grondar.za - Mark R V Murray
2143
+ .iaccess.za - Compustat
2144
+ .inca.za - Internetworking Cape
2145
+ .nis.za - Network Information Systems
2146
+ .olivetti.za - Olivetti/Mark Elkins
2147
+ .pix.za - Proxima Information Exchange
2148
+
2149
+ South Georgia and the South Sandwich Islands
2150
+ Here is the country code top-level domain for South Georgia and the South Sandwich Islands. There are no restrictions regarding registrations of domain name using this extension.
2151
+
2152
+ .gs - Domain registrations are made directly at second level.
2153
+
2154
+ Soviet Union
2155
+ Here is the top-level domain for the Soviet Union. This extension is still in use today, despite the fact that the Soviet Union no longer exists. There are no restrictions on registering domain names with this extension.
2156
+
2157
+ .su - Registrations are made directly at the second-level.
2158
+
2159
+ Spain
2160
+ There are no longer any restrictions on the .es top-level domain. Some second-level domains carry restrictions.
2161
+
2162
+ .es - Registrations are taken directly at the second level or at the third level beneath the following second-level domains.
2163
+ .com.es - open to all applicants (intended for commercial entities)
2164
+ .nom.es - open to all applicants (intended for personal names)
2165
+ .org.es - open to all applicants (intended for noncommercial organizations)
2166
+ .gob.es - for governmental entities
2167
+ .edu.es - for educational institutions
2168
+
2169
+ Sri Lanka
2170
+ Below are the domain extensions for Sri Lanka. Registrants must provide clear justification for registering particular domain name. Some third-level names restricted by category. Registrants must have local presence, otherwise, they can only reserve a domain name (but not actually register it).
2171
+ Open registration:
2172
+
2173
+ .com.lk - Commercial entities
2174
+ .org.lk - Noncommercial organizations
2175
+ .edu.lk - Educational sites
2176
+ .ngo.lk - Non-governmental organizations
2177
+ .soc.lk - Registered societies
2178
+ .web.lk - Web sites
2179
+ .ltd.lk - Limited liability companies
2180
+ .assn.lk - Associations
2181
+ .grp.lk - Groups of companies
2182
+ .hotel.lk - Hotels
2183
+
2184
+ Restricted registration:
2185
+
2186
+ .gov.lk - Governmental departments of Sri Lanka (Automatically reserves name at second level and under all other second level names)
2187
+ .sch.lk - Registered schools in Sri Lanka
2188
+ .net.lk - Licensed Internet Service Providers in Sri Lanka
2189
+ .int.lk - International treaty organizations
2190
+
2191
+ Sudan
2192
+ Below are the domain extensions for Sudan. Applications are screened by the registry; and may be restricted based on which second-level category they are under.
2193
+
2194
+ .sd - Registrations can be made directly at the second-level or under the following subdomains.
2195
+ .com.sd - Companies
2196
+ .net.sd - Network Providers, ISP
2197
+ .org.sd - Sudanese NGOs
2198
+ .edu.sd - Sudanese Universities and Colleges
2199
+ .med.sd - Medical
2200
+ .tv.sd - Media
2201
+ .gov.sd - Sudanese government and Ministries
2202
+ .info.sd - Newspapers, Information & Media
2203
+
2204
+ Suriname
2205
+ Here is the top-level domain for Suriname. There are no restrictions on registering domain names with this extension.
2206
+
2207
+ .sr - Registrations are made directly at the second-level.
2208
+
2209
+ Swaziland
2210
+ Here are the domain extensions for Swaziland. Registrants must have local presence and a bona fide intention to use name on a regular basis.
2211
+
2212
+ .sz - Registrations are directly at the second-level or third-level below one of the following subdomains.
2213
+ .co.sz - Commercial Entities
2214
+ .ac.sz - Academic Institutions
2215
+ .org.sz - Non-commercial Organizations
2216
+
2217
+ Sweden
2218
+ Below are the domain extensions for Sweden. Some third-level domains are restricted. Internationalized Domain Names are accepted.
2219
+
2220
+ .se - Registrations can be made directly at the second-level or under the following subdomains.
2221
+ .a.se - Stockholm City
2222
+ .b.se - Stockholm County
2223
+ .ac.se - V�sterbotten County
2224
+ .bd.se - Norrbotten County
2225
+ .c.se - Uppsala County
2226
+ .d.se - S�dermanland County
2227
+ .e.se - �sterg�tland County
2228
+ .f.se - J�nk�ping County
2229
+ .g.se - Kronoberg County
2230
+ .h.se - Kalmar County
2231
+ .i.se - Gotland County
2232
+ .k.se - Blekinge County
2233
+ .l.se - Kristianstad County
2234
+ .m.se - Sk�ne County
2235
+ .n.se - Halland County
2236
+ .o.se - V�stra G�taland County
2237
+ .p.se - �lvsborg County
2238
+ .r.se - Skaraborg County
2239
+ .s.se - V�rmland County
2240
+ .t.se - �rebro County
2241
+ .u.se - V�stmanland County
2242
+ .w.se - Dalarna County
2243
+ .x.se - G�vleborg County
2244
+ .y.se - V�sternorrland County
2245
+ .z.se - J�mtland County
2246
+ .org.se - Non-profit Organizations
2247
+ .pp.se - Private Persons
2248
+ .tm.se - Trade Marks
2249
+ .parti.se - Political Parties
2250
+ .press.se - Periodical Publications
2251
+
2252
+ Switzerland
2253
+ Here's the top-level domain for Switzerland. Registration is unrestricted - anyone can register a domain name under this extension.
2254
+
2255
+ .ch - Registration is done directly at the second-level.
2256
+
2257
+ The .ch comes from Confoederatio Helvetica (Helvetic (Swiss) Confederation), the Latin name for the country. All Swiss coins are also stamped with this name.
2258
+ Syria
2259
+ Below are the domain extensions for Syria. There are no restrictions on registering domain names with this extension.
2260
+
2261
+ .sy - Registrations are directly at second-level or under the following subdomains.
2262
+ .edu.sy
2263
+ .gov.sy
2264
+ .net.sy
2265
+ .mil.sy
2266
+ .com.sy
2267
+ .org.sy
2268
+ .news.sy
2269
+
2270
+ Taiwan (Republic of China)
2271
+ Below are the country domain extensions for Taiwan. Requirements vary depending on which second-level name registration is within. Non-residents are allowed to register domain names under several subdomains.
2272
+
2273
+ .tw - Unrestricted. Registrations are made directly at second level and beneath the following subdomains.
2274
+ .edu.tw - For educational and academic institutions
2275
+ .gov.tw - For Republic of China government agencies
2276
+ .mil.tw - For the Military of the Republic of China
2277
+ .com.tw - For companies or firms (Taiwanese or foreign) registered under the laws of their country
2278
+ .net.tw - For network or telecommunications license holders
2279
+ .org.tw - For non-profit organizations (Taiwanese or foreign) established according to the laws of their country
2280
+ .idv.tw - For individuals (must verify their identity by e-mail)
2281
+ .game.tw - Unrestricted (but registrant must verify their identity by e-mail)
2282
+ .ebiz.tw - Unrestricted (but registrant must verify their identity by e-mail)
2283
+ .club.tw - Unrestricted (but registrant must verify their identity by e-mail)
2284
+
2285
+ Tajikistan
2286
+ Here are the domain extensions for Tajikistan. There are no restrictions on registering domain names with this extension, however, residents of Tajikistan have priority in the event there's a dispute over a name.
2287
+
2288
+ .tj - Registrations can be made at the second-level or under the following subdomains.
2289
+ .ac.tj
2290
+ .aero.tj
2291
+ .biz.tj
2292
+ .co.tj
2293
+ .com.tj
2294
+ .coop.tj
2295
+ .dyn.tj
2296
+ .edu.tj
2297
+ .go.tj
2298
+ .gov.tj
2299
+ .info.tj
2300
+ .int.tj
2301
+ .mil.tj
2302
+ .museum.tj
2303
+ .my.tj
2304
+ .name.tj
2305
+ .net.tj
2306
+ .org.tj
2307
+ .per.tj
2308
+ .pro.tj
2309
+ .web.tj
2310
+
2311
+ Tanzania
2312
+ Below are the country domain extensions for Tanzania. Registrants must have presence in Tanzania and demonstrable intent to use the domain name on the Internet. Vanity and placemark registrations are not permitted. One registration per organization. Must have secondary name server on a different backbone. Registrations are at third level beneath the following second-level labels.
2313
+
2314
+ .co.tz - Commercial
2315
+ .ac.tz - Schools granting baccalaureate degrees
2316
+ .go.tz - Governmental entities
2317
+ .or.tz - Not-for-profit organizations
2318
+ .ne.tz - Network infrastructure
2319
+
2320
+ Thailand
2321
+ Here are the country domain extensions for Thailand. There are various restrictions on registering domain names with this extension. The restrictions depend on which extension the domain name is being registered under. Registrations are under the following extensions.
2322
+
2323
+ .ac.th - Academic
2324
+ .co.th - Commercial
2325
+ .in.th - Individuals (or organizations)
2326
+ .go.th - Governmental
2327
+ .mi.th - Military
2328
+ .or.th - Non-profit organizations
2329
+ .net.th - Internet provider
2330
+
2331
+ Togo
2332
+ Here is the top-level domain for Togo. There are no restrictions on registering domain names with this extension.
2333
+
2334
+ .tg - Registrations are made directly at the second-level.
2335
+
2336
+ Tokelau
2337
+ Here is the top-level domain for Tokelau - a territory of New Zealand located in the South Pacific. There are no restrictions on registering domain names with this extension. Some free domain names are available, hosted with the registry. Extenal hosting is available with paid domains.
2338
+
2339
+ .tk - Registrations are made directly at the second-level.
2340
+
2341
+ Tonga
2342
+ Here is the second-level domain for Tonga. Registrations are open to everyone but obscene words and spam are prohibited.
2343
+
2344
+ .to - Registrations are permitted at the second-level. Some subdomains exists such as .gov.to for government departments.
2345
+
2346
+ Trinidad and Tobago
2347
+ Below are the country domain extensions for Trinidad and Tobago. There are no restrictions on registering domain names with these extensions (except under .gov.tt, .mil.tt and .edu.tt).
2348
+ Unrestricted
2349
+
2350
+ .tt - Registrations are taken directly at second-level and under the following subdomains.
2351
+ .co.tt
2352
+ .com.tt
2353
+ .org.tt
2354
+ .net.tt
2355
+ .biz.tt
2356
+ .info.tt
2357
+ .pro.tt
2358
+ .name.tt
2359
+
2360
+ Restricted
2361
+
2362
+ .edu.tt - For educational institutions in Trinidad and Tobago
2363
+ .gov.tt - For agencies of the government of Trinidad and Tobago
2364
+
2365
+ Tunisia
2366
+ Below are the domain extensions for Tunisia. Registrants must be a local resident.
2367
+
2368
+ .tn - Registrations are taken directly at the second-level or beneath the following subdomains.
2369
+ .com.tn
2370
+ .ens.tn
2371
+ .fin.tn
2372
+ .gov.tn
2373
+ .ind.tn
2374
+ .intl.tn
2375
+ .nat.tn
2376
+ .net.tn
2377
+ .org.tn
2378
+ .info.tn
2379
+ .perso.tn
2380
+ .tourism.tn
2381
+ .edunet.tn
2382
+ .rnrt.tn
2383
+ .rns.tn
2384
+ .rnu.tn
2385
+ .mincom.tn
2386
+ .agrinet.tn
2387
+ .defense.tn
2388
+
2389
+ Turkey
2390
+ Below are the domain extensions for Turkey. Proof of company registration or trademark is required. There is further restrictions depending on which second-level domain is used. Registration is at the third-level under the following subdomains.
2391
+
2392
+ .com.tr
2393
+ .gen.tr
2394
+ .org.tr
2395
+ .biz.tr
2396
+ .info.tr
2397
+ .av.tr
2398
+ .dr.tr
2399
+ .pol.tr
2400
+ .bel.tr
2401
+ .mil.tr
2402
+ .tsk.tr
2403
+ .bbs.tr
2404
+ .k12.tr
2405
+ .edu.tr
2406
+ .name.tr
2407
+ .net.tr
2408
+ .gov.tr
2409
+ .web.tr
2410
+ .tel.tr
2411
+ .tv.tr
2412
+
2413
+ Turkmenistan
2414
+ Here is the top-level domain for Turkmenistan. There are no restrictions at second-level but third-level registrants must be a resident of Turkmenistan.
2415
+
2416
+ .tm - Registration is taken directly at the second-level or under various subdomains.
2417
+
2418
+ Turks and Caicos Islands
2419
+ Here is the top-level domain for Turks and Caicos Islands. There are no restrictions on registering domain names with this extension.
2420
+
2421
+ .tc - Registrations are made directly at the second-level.
2422
+
2423
+ Tuvalu
2424
+ Here is the country code top-level domain for the island nation of Tuvalu. There are no restrictions on the second-level domain names, however, some second-level names are reserved (i.e. .com.tv, .net.tv, .org.tv, .gov.tv). The .tv domain has been a popular choice for websites for television shows.
2425
+
2426
+ .tv - Registrations are directly at the second-level.
2427
+
2428
+ Uganda
2429
+ Below are the domain extensions for Uganda. There are no restrictions on registering domain names with this extension.
2430
+
2431
+ .ug - Domain names can be registered directly at the second-level or beneath the following subdomains.
2432
+ .co.ug - Commercial entities
2433
+ .ac.ug - Educational Institution offering Diplomas, Degrees and higher Academic awards
2434
+ .sc.ug - Primary. secondary and lower educational branches
2435
+ .go.ug - Government Agencies and independent authorities under government
2436
+ .ne.ug - Network providers or special equipment for network provision
2437
+ .or.ug - Non Governmental Institutions
2438
+
2439
+ Ukraine
2440
+ Here are the domain extensions for Ukraine. To register a domain name, the registry requests a trademark from Ukraine or a trademark registered under the Madrid agreement that covers Ukraine.
2441
+
2442
+ .ua - Registrations are taken at the second-level and beneath the following second-level domains.
2443
+ .com.ua - Commercial organisations
2444
+ .gov.ua - Governmental organisations
2445
+ .net.ua - Network service providers
2446
+ .edu.ua - Educational organisations
2447
+ .org.ua - Other organisations (non-commercial)
2448
+ .in.ua - Domains for individuals
2449
+
2450
+ United Arab Emirates
2451
+ These are the country domain extensions for the United Arab Emirates. Second-level registrations are generally unrestricted. Third-level registrations require local presence and documentation (business registration), and if applicable, certificate from relevant ministry (for org, mil, gov, sch and ac).
2452
+
2453
+ .ae - Companies, Organizations or Individuals. Domain names can be registered directly at the second-level or at the third-level, under one of the following extensions.
2454
+ .co.ae - Companies -- was deprecated by UAEnic in 2003 and reintroduced by .aeDA (domain registrar for the .ae ccTLD) in 2008
2455
+ .net.ae - Network Providers
2456
+ .gov.ae - Government and Ministries
2457
+ .ac.ae - Colleges, Universities or Academic Institute
2458
+ .sch.ae - Public and Private Schools
2459
+ .org.ae - Non Profit Organizations
2460
+ .mil.ae - Military Entities
2461
+ .pro.ae - Professionals -- was deprecated by .aeDA in 2008
2462
+ .name.ae - Individuals -- was deprecated by .aeDA in 2008
2463
+
2464
+ United Kingdom
2465
+ Below are the country domain extensions for the United Kingdom (UK). There are no restrictions on registering domain names with the .co.uk and .org.uk extensions, but the other extensions have varying restrictions. Registration is at the third level, beneath the generic-category second-level domains, except under .sch.uk where registration is at fourth level. There are no second-level registrations, although some second-level domains have been grandfathered.
2466
+
2467
+ .ac.uk - Academic (tertiary education and research establishments) and learned societies.
2468
+ .co.uk - Commercial/general
2469
+ .gov.uk - Government (central and local)
2470
+ .ltd.uk - Limited companies
2471
+ .me.uk - Personal
2472
+ .mod.uk - Ministry of Defence and HM Forces public sites
2473
+ .net.uk - ISPs and network companies
2474
+ .nic.uk - Network use only
2475
+ .nhs.uk - National Health Service institutions
2476
+ .org.uk - Non-profit organisations
2477
+ .plc.uk - Public limited companies
2478
+ .police.uk - Police
2479
+ .sch.uk - Local education authorities, schools, primary and secondary education, community education
2480
+
2481
+ United States of America
2482
+ Below are the country domain extensions for the United States. Registrants of .us domains must be United States citizens, residents, or organizations, or a foreign entity with a presence in the United States. Originally registrations were within third or fourth level hierarchy, but currently direct second-level registrations are allowed. Also, the kids.us extension allows third-level registrations for child-friendly sites.
2483
+
2484
+ Second-Level Domains for Each State
2485
+
2486
+ .ak.us - Alaska
2487
+ .al.us - Alabama
2488
+ .ar.us - Arkansas
2489
+ .az.us - Arizona
2490
+ .ca.us - California
2491
+ .co.us - Colorado
2492
+ .ct.us - Connecticut
2493
+ .de.us - Delaware
2494
+ .fl.us - Florida
2495
+ .ga.us - Georgia
2496
+ .hi.us - Hawaii
2497
+ .ia.us - Iowa
2498
+ .id.us - Idaho
2499
+ .il.us - Illinois
2500
+ .in.us - Indiana
2501
+ .ks.us - Kansas
2502
+ .ky.us - Kentucky
2503
+ .la.us - Louisiana
2504
+ .ma.us - Massachusetts
2505
+ .md.us - Maryland
2506
+ .me.us - Maine
2507
+ .mi.us - Michigan
2508
+ .mn.us - Minnesota
2509
+ .mo.us - Missouri
2510
+ .ms.us - Mississippi
2511
+ .mt.us - Montana
2512
+ .nc.us - North Carolina
2513
+ .nd.us - North Dakota
2514
+ .ne.us - Nebraska
2515
+ .nh.us - New Hampshire
2516
+ .nj.us - New Jersey
2517
+ .nm.us - New Mexico
2518
+ .nv.us - Nevada
2519
+ .ny.us - New York
2520
+ .oh.us - Ohio
2521
+ .ok.us - Oklahoma
2522
+ .or.us - Oregon
2523
+ .pa.us - Pennsylvania
2524
+ .ri.us - Rhode Island
2525
+ .sc.us - South Carolina
2526
+ .sd.us - South Dakota
2527
+ .tn.us - Tennessee
2528
+ .tx.us - Texas
2529
+ .ut.us - Utah
2530
+ .va.us - Virginia
2531
+ .vt.us - Vermont
2532
+ .wa.us - Washington
2533
+ .wi.us - Wisconsin
2534
+ .wv.us - West Virginia
2535
+ .wy.us - Wyoming
2536
+
2537
+ Federal District and Territories
2538
+
2539
+ .dc.us - District of Columbia
2540
+ .as.us - Territory of American Samoa - an alternate for the .as country code top-level domain
2541
+ .gu.us - Territory of Guam - an alternate for the .gu country code top-level domain
2542
+ .mp.us - Commonwealth of the Northern Mariana Islands - an alternate for the .mp country code top-level domain
2543
+ .pr.us - Commonwealth of Puerto Rico - an alternate for the .pr country code top-level domain
2544
+ .vi.us - Territory of the United States Virgin Islands - an alternate for the .vi country code top-level domain
2545
+
2546
+ Other Second-Level .US Domains
2547
+
2548
+ .dni.us - Distributed national institutes
2549
+ .fed.us - Federal government agencies (an alternative to .gov)
2550
+ .isa.us - Interstate agency (only used for the Interstate Mining Compact Commission, imcc.isa.us)
2551
+ .kids.us - Content "suitable for children under 13"
2552
+ .nsn.us - Native sovereign nations (federally recognized Native American tribes)
2553
+
2554
+ Uruguay
2555
+ Here are the domain extensions for Uruguay. Registrants must be a customer of Amtel (Uruguay's government-owned telecommunications company). Registrations are at third level beneath the following second-level names.
2556
+
2557
+ .com.uy - For commercial companies (a local billing contact is required for foreign registrants).
2558
+ .edu.uy - For local educational entities.
2559
+ .gub.uy - For local governmental entities.
2560
+ .net.uy - For local Internet service providers.
2561
+ .mil.uy - For local military.
2562
+ .org.uy - For non-profit organisations.
2563
+
2564
+ U.S. Virgin Islands
2565
+ Here is the top-level domain for the U.S Virgin Islands. Second-level names are restricted to entities with local presence.
2566
+
2567
+ .vi - Domain name registrations are taken directly at the second-level or at the third-level under the following subdomains.
2568
+ .co.vi
2569
+ .com.vi
2570
+
2571
+ Uzbekistan
2572
+ Below are the country domain extensions for Uzbekistan. There are no restrictions with registering domain names with this extension.
2573
+
2574
+ .uz - Registrations are available at the second-level and under the following subdomains.
2575
+ .co.uz
2576
+ .com.uz
2577
+
2578
+ Vanuatu
2579
+ Here is the domain extension for Vanuatu. There is no restriction on registering domain names with this extension.
2580
+
2581
+ .vu - Domain registrations are taken directly at the second-level. Some subdomains exist such as .gov.vu etc
2582
+
2583
+ Vatican (State of Vatican City)
2584
+ Here is the top-level domain for the Vatican. No public registrations are available, as this domain extension is solely for use by official websites of the Vatican. Only official sites of the Vatican are in this domain; they are at second-level names, as well as within vatican.va.
2585
+
2586
+ .va - No public registrations are available.
2587
+
2588
+ Venezuela
2589
+ Below are the domain extensions for Venezuela. There are no restrictions on registering domain names with this extension. Registrations are at the third-level under the following subdomains.
2590
+
2591
+ .com.ve - Venezuelan commercial entity
2592
+ .edu.ve - Venezuela based educational institutions
2593
+ .gob.ve - Government-related websites
2594
+ .mil.ve - Venezuelan military institution
2595
+ .net.ve - Network service providers
2596
+ .org.ve - Non-profit organizations
2597
+ .info.ve - Informational sites
2598
+ .co.ve - A website originally ".com" ported to Venezuelan Spanish
2599
+ .web.ve - Individuals
2600
+
2601
+ Vietnam
2602
+ Here are the domain extensions for Vietnam. There are no restrictions on registering domain names with this extension.
2603
+
2604
+ .vn - Domain names are registered directly at the third level or under the following subdomains.
2605
+ .com.vn - commercial
2606
+ .biz.vn - business, equivalent to domain name ".com.vn"
2607
+ .edu.vn - education and training
2608
+ .gov.vn - government (central and local)
2609
+ .net.vn - establishment and provision of online services.
2610
+ .org.vn - organizations involved in political, cultural and social activities.
2611
+ .int.vn - Vietnam-based international organizations.
2612
+ .ac.vn - organizations and individuals involved in research activities.
2613
+ .pro.vn - organizations and individuals involved in highly-specialized domains.
2614
+ .info.vn - organizations and individuals involved in the creation, distribution and supply of information.
2615
+ .health.vn - organizations and individuals involved in pharmaceutical and medical activities.
2616
+ .name.vn - proper names of individuals involved in Internet-related activities.
2617
+
2618
+ Wallis and Futuna Islands
2619
+ Here is the top-level domain for Wallis and Futuna Islands. Note that the registry is not currently accepting registrations at this time.
2620
+
2621
+ .wf - Registry is not currently accepting registrations.
2622
+
2623
+ Yemen
2624
+ Here are the domain extensions for Yemen. Registrants must have a local contact in Yemen.Registrations are taken at the third-level beneath the following second-level domains.
2625
+
2626
+ .com.ye - Commercial Entities
2627
+ .co.ye - Companies
2628
+ .ltd.ye - Limited Companies
2629
+ .me.ye - Private Individuals
2630
+ .net.ye - Network Providers
2631
+ .org.ye - Non-commercial Organizations
2632
+ .plc.ye
2633
+ .gov.ye - Government and Governmental System
2634
+
2635
+ Zambia
2636
+ Here are the domain extensions for Zambia. Local presence is required to register domain names with this extension.
2637
+
2638
+ .ac.zm - Academic Institutions
2639
+ .co.zm - Commercial Entities
2640
+ .com.zm
2641
+ .org.zm - Non-commercial Organizations
2642
+
2643
+ Zimbabwe
2644
+ Here is the domain extension for Zimbabwe. There are no restrictions with registering domain names with this extension. Registrations are only taken at the third-level beneath the following subdomain.
2645
+
2646
+ .co.zw