🏡 index : github.com/captn3m0/tld-squatting.git

author Nemo <me@captnemo.in> 2024-01-30 11:48:34.0 +05:30:00
committer Nemo <me@captnemo.in> 2024-01-30 11:48:34.0 +05:30:00
commit
c31dfc54e670c8a1bd1af953c1c2ee76ea64f9cd [patch]
tree
0ff6bc4a49cd82fc988fa94c350a99e3e4456c3b
download
c31dfc54e670c8a1bd1af953c1c2ee76ea64f9cd.tar.gz

initial commit



Diff

 .gitignore               |    6 ++++++
 404.html                 |   25 +++++++++++++++++++++++++
 Gemfile                  |   35 +++++++++++++++++++++++++++++++++++
 Gemfile.lock             |  132 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 _config.yml              |   25 +++++++++++++++++++++++++
 index.md                 |   84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ntld_parse.py            |   66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 tlds-alpha-by-domain.txt | 1453 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 water.css                | 1689 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 _data/domain_count.yml   | 1122 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 _data/fakebrands.yml     |   81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 _data/ntld.csv           | 1123 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 _data/ntld.yml           | 6743 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 _data/porkbun.json       |  583 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 _data/punycode.yml       |   14 ++++++++++++++
 _includes/footer.html    |   33 +++++++++++++++++++++++++++++++++
 _layouts/default.html    |   25 +++++++++++++++++++++++++
 17 files changed, 13239 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c113fa5 100644
--- /dev/null
+++ a/.gitignore
@@ -1,0 +1,6 @@
_site
.sass-cache
.jekyll-cache
.jekyll-metadata
vendor
ntld.html
diff --git a/404.html b/404.html
new file mode 100644
index 0000000..086a5c9 100644
--- /dev/null
+++ a/404.html
@@ -1,0 +1,25 @@
---
permalink: /404.html
layout: default
---

<style type="text/css" media="screen">
  .container {
    margin: 10px auto;
    max-width: 600px;
    text-align: center;
  }
  h1 {
    margin: 30px 0;
    font-size: 4em;
    line-height: 1;
    letter-spacing: -1px;
  }
</style>

<div class="container">
  <h1>404</h1>

  <p><strong>Page not found :(</strong></p>
  <p>The requested page could not be found.</p>
</div>
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..2280e17 100644
--- /dev/null
+++ a/Gemfile
@@ -1,0 +1,35 @@
source "https://rubygems.org"
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
#     bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 4.3.2"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
  gem "jekyll-feed", "~> 0.12"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do
  gem "tzinfo", ">= 1", "< 3"
  gem "tzinfo-data"
end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]

# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

gem "json", "~> 2.7"
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..3c113cf 100644
--- /dev/null
+++ a/Gemfile.lock
@@ -1,0 +1,132 @@
GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.8.6)
      public_suffix (>= 2.0.2, < 6.0)
    colorator (1.1.0)
    concurrent-ruby (1.2.3)
    em-websocket (0.5.3)
      eventmachine (>= 0.12.9)
      http_parser.rb (~> 0)
    eventmachine (1.2.7)
    ffi (1.16.3)
    forwardable-extended (2.6.0)
    google-protobuf (3.25.2)
    google-protobuf (3.25.2-aarch64-linux)
    google-protobuf (3.25.2-arm64-darwin)
    google-protobuf (3.25.2-x86-linux)
    google-protobuf (3.25.2-x86_64-darwin)
    google-protobuf (3.25.2-x86_64-linux)
    http_parser.rb (0.8.0)
    i18n (1.14.1)
      concurrent-ruby (~> 1.0)
    jekyll (4.3.3)
      addressable (~> 2.4)
      colorator (~> 1.0)
      em-websocket (~> 0.5)
      i18n (~> 1.0)
      jekyll-sass-converter (>= 2.0, < 4.0)
      jekyll-watch (~> 2.0)
      kramdown (~> 2.3, >= 2.3.1)
      kramdown-parser-gfm (~> 1.0)
      liquid (~> 4.0)
      mercenary (>= 0.3.6, < 0.5)
      pathutil (~> 0.9)
      rouge (>= 3.0, < 5.0)
      safe_yaml (~> 1.0)
      terminal-table (>= 1.8, < 4.0)
      webrick (~> 1.7)
    jekyll-feed (0.17.0)
      jekyll (>= 3.7, < 5.0)
    jekyll-sass-converter (3.0.0)
      sass-embedded (~> 1.54)
    jekyll-seo-tag (2.8.0)
      jekyll (>= 3.8, < 5.0)
    jekyll-watch (2.2.1)
      listen (~> 3.0)
    json (2.7.1)
    kramdown (2.4.0)
      rexml
    kramdown-parser-gfm (1.1.0)
      kramdown (~> 2.0)
    liquid (4.0.4)
    listen (3.8.0)
      rb-fsevent (~> 0.10, >= 0.10.3)
      rb-inotify (~> 0.9, >= 0.9.10)
    mercenary (0.4.0)
    minima (2.5.1)
      jekyll (>= 3.5, < 5.0)
      jekyll-feed (~> 0.9)
      jekyll-seo-tag (~> 2.1)
    pathutil (0.16.2)
      forwardable-extended (~> 2.6)
    public_suffix (5.0.4)
    rb-fsevent (0.11.2)
    rb-inotify (0.10.1)
      ffi (~> 1.0)
    rexml (3.2.6)
    rouge (4.2.0)
    safe_yaml (1.0.5)
    sass-embedded (1.69.5-aarch64-linux-android)
      google-protobuf (~> 3.23)
    sass-embedded (1.69.5-aarch64-linux-gnu)
      google-protobuf (~> 3.23)
    sass-embedded (1.69.5-aarch64-linux-musl)
      google-protobuf (~> 3.23)
    sass-embedded (1.69.5-arm-linux-androideabi)
      google-protobuf (~> 3.23)
    sass-embedded (1.69.5-arm-linux-gnueabihf)
      google-protobuf (~> 3.23)
    sass-embedded (1.69.5-arm-linux-musleabihf)
      google-protobuf (~> 3.23)
    sass-embedded (1.69.5-arm64-darwin)
      google-protobuf (~> 3.23)
    sass-embedded (1.69.5-x86-linux-android)
      google-protobuf (~> 3.23)
    sass-embedded (1.69.5-x86-linux-gnu)
      google-protobuf (~> 3.23)
    sass-embedded (1.69.5-x86-linux-musl)
      google-protobuf (~> 3.23)
    sass-embedded (1.69.5-x86_64-darwin)
      google-protobuf (~> 3.23)
    sass-embedded (1.69.5-x86_64-linux-android)
      google-protobuf (~> 3.23)
    sass-embedded (1.69.5-x86_64-linux-gnu)
      google-protobuf (~> 3.23)
    sass-embedded (1.69.5-x86_64-linux-musl)
      google-protobuf (~> 3.23)
    terminal-table (3.0.2)
      unicode-display_width (>= 1.1.1, < 3)
    unicode-display_width (2.5.0)
    webrick (1.8.1)

PLATFORMS
  aarch64-linux
  aarch64-linux-android
  aarch64-linux-gnu
  aarch64-linux-musl
  arm-linux-androideabi
  arm-linux-gnueabihf
  arm-linux-musleabihf
  arm64-darwin
  x86-linux
  x86-linux-android
  x86-linux-gnu
  x86-linux-musl
  x86_64-darwin
  x86_64-linux-android
  x86_64-linux-gnu
  x86_64-linux-musl

DEPENDENCIES
  http_parser.rb (~> 0.6.0)
  jekyll (~> 4.3.2)
  jekyll-feed (~> 0.12)
  json (~> 2.7)
  minima (~> 2.5)
  tzinfo (>= 1, < 3)
  tzinfo-data
  wdm (~> 0.1.1)

BUNDLED WITH
   2.5.4
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..28cc235 100644
--- /dev/null
+++ a/_config.yml
@@ -1,0 +1,25 @@
title: TLD Squatting
description: >- # 

  List of companies that have squatted on entire TLDs.
baseurl: "/tld-squatting"
url: "https://captnemo.in" # the base hostname & protocol for your site, e.g. http://example.com
github_username:  captn3m0

theme: minima

exclude:
  - .sass-cache/
  - .jekyll-cache/
  - Gemfile
  - Gemfile.lock
  - "*.py"
  - vendor
author:
  name: Nemo
sass:
  sass_dir: _scss
  quiet_deps: true

rtypes:
  - unrestricted
  - semi-unrestricted
diff --git a/index.md b/index.md
new file mode 100644
index 0000000..64296f9 100644
--- /dev/null
+++ a/index.md
@@ -1,0 +1,84 @@
---

layout: home
---


There's more than 1000 gTLDs delegated by ICANN. Unfortunately, a lot of owners of various TLDs have
decided to squat on them, and despite owning them for many years - these are not yet available
for registration.

Several of the brand gTLDs have been squatted by various corporations as well. The case
of Amazon.com, Inc. owning `.amazon` when several governments applied for it is well known.
But there are several smaller examples: `.apple` is owned by a technology company and apple
farmers can't use it (unlike `.kiwi` which can be used by Kiwi farmers.). Similarly `.mango` and `.orange` 
are also unavailable for registration, as are `.mint`, `.java`, `.ice`, `.food`, `.eat.

**Amazon** and **Google** own a bunch of such TLDs (40% of the below list) which are blocked from registrations
by the general public - `.book`, `.ads`, `.buy`, `.cal`, `.call`, `.circle`, `.docs`, `.drive`, `.eat`, 
`.fast`, `.fire`, `.free`, `.here`, and so on.

It is such a pity that corporations have decided to squat on these TLDs for several years
, and not allow them for registrations.

<table>
	<thead>

		<tr>

			<th>TLD</th>

			<!-- <th>Status</th> -->

			<th>Owner</th>

			<th>Type</th>

			<th>Domain Count</th>

		</tr>

	</thead>

	<tbody>


{% assign DATA = site.data.ntld|sort:'tld'%}
{% for T in DATA %}
{% assign count = site.data.domain_count[T.tld] |plus:0%}
{% if T.status!="GA" and site.data.fakebrands contains T.tld or site.rtypes contains T.type %}
<tr>
	<td>

		{{T.tld}}

		{% if site.data.punycode contains T.tld %}

		({{site.data.punycode[T.tld]}})

		{% endif %}

	</td>

	<!-- <td>{{T.status}}</td> -->

	<td>{{T.owner}}</td>

	<td>{{T.type}}</td>

	<td>{{count}}-{{count|times:10}}</td>

</tr>
{% endif %}
{% endfor %}
</tbody></table>


## Methodology

Source of the dataset is [nTLDStats](https://ntldstats.com/tld), with the following TLDs shown:

1. Curated list of BRAND TLDs (_data/fakebrands.yml). Contributions and corrections are welcome.
2. Unrestricted or Semi-restricted TLDs which are not in "GA".

Domain Counts for nTLDStats are known to be inaccurate, hence approximate ranges are shown instead.

## Why

Here's a list of some cool domains that you can't buy today (with what I'd do with some of them)

1. `bengaluru.cal` - A single events calendar for happenings in Bangalore
1. `block.analytics` - A petition to enforce DNT via regulation.
1. `block.ads` - redirects to uBO.
1. `software.bom` - Publish SBOMs.
1. `donot.call` - DNT submission
1. `bigger.data`
1. `linux.diy` - LFS + NAND2TETRIS speedrun.
1. `pleasemindthe.gap` - redirect to London metro.
1. `alphonso.mango` - 
1. `whatto.read` - fix my older [what-to-read project](https://github.com/captn3m0/what-to-read/), but use OpenLibrary and Bookwyrm instead.
1. `book.search` - ISBN OpenLibrary search.
1. `which.song` - Shazam alternative.
1. `blr.weather` - wttr.in/bengaluru
1. `much.wow` - RIP Doge
1. `fuck.you` - no explanation needed
1. `fuck.you.amazon` - please open registrations on `.zero`, `.you`, `.wow`, `.tushu`, `.tunes`, `.talk`, `.star`, `.smile`, `.spot`, .`silk`, `.secure`, `.save`, `.safe`, `.room`, `.read`, `.prime`, `.pin`, `.pay`, `.now`, `.like`, `.joy`, `.jot`, `.hot`, `.got`, `.free`, `.fire`, `.fast`, `.deal`, `.coupon`, `.circle`, `.call`, `.buy`, `.book`, `.author`, `.amazon`.
1. `fuck.you.google` - pleas open registrations on `.ads`, `.cal`, `.chrome`, `.docs`, `.drive`, `.eat`, `.hangout`, `.here`, `.map`, `.meet`, `.play`, `.search`.
diff --git a/ntld_parse.py b/ntld_parse.py
new file mode 100644
index 0000000..3090956 100644
--- /dev/null
+++ a/ntld_parse.py
@@ -1,0 +1,66 @@
from bs4 import BeautifulSoup
import re
import yaml
import csv
from math import floor,log10
import http.client

def parse_row(soup):
    table = soup.find("tbody")

    for row in table.find_all("tr"):
        if len(row.find_all("td")) < 5:
            continue
        status = row.select_one(".label").text
        tld_element = row.select_one("td:nth-child(3) a")
        tld_match = re.search(r"xn--[\w-]+", tld_element["href"])
        tld = tld_match.group() if tld_match else tld_element.text[1:]
        icon_type_mapping = {
            "fa-users": "unrestricted",
            "fa-lock": "restricted",
            "fa-registered": "brand",
            "fa-exclamation": "semi-restricted",
        }  # Add more mappings as needed
        icon_class = row.select_one(".fa")["class"][1]
        tld_type = icon_type_mapping.get(icon_class, "unknown")
        domain_count = int(
            row.select_one("td.right:nth-child(8)").text.replace(",", "")
        )
        domain_count_approx = 10**(floor(log10(domain_count)))
        owner = row.select_one("td:nth-child(5)").text.strip()
        if "Identity Digital Inc." in owner:
            owner = "Donuts"
        if "Charleston Road Registry" in owner:
            owner = "Google"
        if "Amazon Registry" in owner:
            owner = "Amazon"

        yield {
            "status": status,
            "tld": tld,
            "type": tld_type,
            "domain_count": domain_count_approx,
            "owner": owner
        }

if __name__ == "__main__":
    # Make Request
    conn = http.client.HTTPSConnection("ntldstats.com")
    conn.request("GET", "/tld")
    html = conn.getresponse().read().decode('utf-8')
    soup = BeautifulSoup(html, "html.parser")

    # Parse the response
    tlds = list(parse_row(soup))
    tlds = sorted(tlds, key=lambda x: x["tld"])
    # Write domain counts (1-10, 10-100, and so on. We note the lower count)
    with open("_data/domain_count.yml", "w") as f:
        yaml.dump({row["tld"]: row["domain_count"] for row in tlds}, f)
    # Write other tld information
    with open("_data/ntld.csv", "w") as f:
        writer = csv.DictWriter(
            f, fieldnames=["tld", "status", "type", "owner"], extrasaction="ignore"
        )
        writer.writeheader()
        for row in tlds:
            writer.writerow(row)
diff --git a/tlds-alpha-by-domain.txt b/tlds-alpha-by-domain.txt
new file mode 100644
index 0000000..15a2c09 100644
--- /dev/null
+++ a/tlds-alpha-by-domain.txt
@@ -1,0 +1,1453 @@
# Version 2024012700, Last Updated Sat Jan 27 07:07:01 2024 UTC
AAA
AARP
ABB
ABBOTT
ABBVIE
ABC
ABLE
ABOGADO
ABUDHABI
AC
ACADEMY
ACCENTURE
ACCOUNTANT
ACCOUNTANTS
ACO
ACTOR
AD
ADS
ADULT
AE
AEG
AERO
AETNA
AF
AFL
AFRICA
AG
AGAKHAN
AGENCY
AI
AIG
AIRBUS
AIRFORCE
AIRTEL
AKDN
AL
ALIBABA
ALIPAY
ALLFINANZ
ALLSTATE
ALLY
ALSACE
ALSTOM
AM
AMAZON
AMERICANEXPRESS
AMERICANFAMILY
AMEX
AMFAM
AMICA
AMSTERDAM
ANALYTICS
ANDROID
ANQUAN
ANZ
AO
AOL
APARTMENTS
APP
APPLE
AQ
AQUARELLE
AR
ARAB
ARAMCO
ARCHI
ARMY
ARPA
ART
ARTE
AS
ASDA
ASIA
ASSOCIATES
AT
ATHLETA
ATTORNEY
AU
AUCTION
AUDI
AUDIBLE
AUDIO
AUSPOST
AUTHOR
AUTO
AUTOS
AVIANCA
AW
AWS
AX
AXA
AZ
AZURE
BA
BABY
BAIDU
BANAMEX
BAND
BANK
BAR
BARCELONA
BARCLAYCARD
BARCLAYS
BAREFOOT
BARGAINS
BASEBALL
BASKETBALL
BAUHAUS
BAYERN
BB
BBC
BBT
BBVA
BCG
BCN
BD
BE
BEATS
BEAUTY
BEER
BENTLEY
BERLIN
BEST
BESTBUY
BET
BF
BG
BH
BHARTI
BI
BIBLE
BID
BIKE
BING
BINGO
BIO
BIZ
BJ
BLACK
BLACKFRIDAY
BLOCKBUSTER
BLOG
BLOOMBERG
BLUE
BM
BMS
BMW
BN
BNPPARIBAS
BO
BOATS
BOEHRINGER
BOFA
BOM
BOND
BOO
BOOK
BOOKING
BOSCH
BOSTIK
BOSTON
BOT
BOUTIQUE
BOX
BR
BRADESCO
BRIDGESTONE
BROADWAY
BROKER
BROTHER
BRUSSELS
BS
BT
BUILD
BUILDERS
BUSINESS
BUY
BUZZ
BV
BW
BY
BZ
BZH
CA
CAB
CAFE
CAL
CALL
CALVINKLEIN
CAM
CAMERA
CAMP
CANON
CAPETOWN
CAPITAL
CAPITALONE
CAR
CARAVAN
CARDS
CARE
CAREER
CAREERS
CARS
CASA
CASE
CASH
CASINO
CAT
CATERING
CATHOLIC
CBA
CBN
CBRE
CC
CD
CENTER
CEO
CERN
CF
CFA
CFD
CG
CH
CHANEL
CHANNEL
CHARITY
CHASE
CHAT
CHEAP
CHINTAI
CHRISTMAS
CHROME
CHURCH
CI
CIPRIANI
CIRCLE
CISCO
CITADEL
CITI
CITIC
CITY
CK
CL
CLAIMS
CLEANING
CLICK
CLINIC
CLINIQUE
CLOTHING
CLOUD
CLUB
CLUBMED
CM
CN
CO
COACH
CODES
COFFEE
COLLEGE
COLOGNE
COM
COMCAST
COMMBANK
COMMUNITY
COMPANY
COMPARE
COMPUTER
COMSEC
CONDOS
CONSTRUCTION
CONSULTING
CONTACT
CONTRACTORS
COOKING
COOL
COOP
CORSICA
COUNTRY
COUPON
COUPONS
COURSES
CPA
CR
CREDIT
CREDITCARD
CREDITUNION
CRICKET
CROWN
CRS
CRUISE
CRUISES
CU
CUISINELLA
CV
CW
CX
CY
CYMRU
CYOU
CZ
DABUR
DAD
DANCE
DATA
DATE
DATING
DATSUN
DAY
DCLK
DDS
DE
DEAL
DEALER
DEALS
DEGREE
DELIVERY
DELL
DELOITTE
DELTA
DEMOCRAT
DENTAL
DENTIST
DESI
DESIGN
DEV
DHL
DIAMONDS
DIET
DIGITAL
DIRECT
DIRECTORY
DISCOUNT
DISCOVER
DISH
DIY
DJ
DK
DM
DNP
DO
DOCS
DOCTOR
DOG
DOMAINS
DOT
DOWNLOAD
DRIVE
DTV
DUBAI
DUNLOP
DUPONT
DURBAN
DVAG
DVR
DZ
EARTH
EAT
EC
ECO
EDEKA
EDU
EDUCATION
EE
EG
EMAIL
EMERCK
ENERGY
ENGINEER
ENGINEERING
ENTERPRISES
EPSON
EQUIPMENT
ER
ERICSSON
ERNI
ES
ESQ
ESTATE
ET
EU
EUROVISION
EUS
EVENTS
EXCHANGE
EXPERT
EXPOSED
EXPRESS
EXTRASPACE
FAGE
FAIL
FAIRWINDS
FAITH
FAMILY
FAN
FANS
FARM
FARMERS
FASHION
FAST
FEDEX
FEEDBACK
FERRARI
FERRERO
FI
FIDELITY
FIDO
FILM
FINAL
FINANCE
FINANCIAL
FIRE
FIRESTONE
FIRMDALE
FISH
FISHING
FIT
FITNESS
FJ
FK
FLICKR
FLIGHTS
FLIR
FLORIST
FLOWERS
FLY
FM
FO
FOO
FOOD
FOOTBALL
FORD
FOREX
FORSALE
FORUM
FOUNDATION
FOX
FR
FREE
FRESENIUS
FRL
FROGANS
FRONTIER
FTR
FUJITSU
FUN
FUND
FURNITURE
FUTBOL
FYI
GA
GAL
GALLERY
GALLO
GALLUP
GAME
GAMES
GAP
GARDEN
GAY
GB
GBIZ
GD
GDN
GE
GEA
GENT
GENTING
GEORGE
GF
GG
GGEE
GH
GI
GIFT
GIFTS
GIVES
GIVING
GL
GLASS
GLE
GLOBAL
GLOBO
GM
GMAIL
GMBH
GMO
GMX
GN
GODADDY
GOLD
GOLDPOINT
GOLF
GOO
GOODYEAR
GOOG
GOOGLE
GOP
GOT
GOV
GP
GQ
GR
GRAINGER
GRAPHICS
GRATIS
GREEN
GRIPE
GROCERY
GROUP
GS
GT
GU
GUARDIAN
GUCCI
GUGE
GUIDE
GUITARS
GURU
GW
GY
HAIR
HAMBURG
HANGOUT
HAUS
HBO
HDFC
HDFCBANK
HEALTH
HEALTHCARE
HELP
HELSINKI
HERE
HERMES
HIPHOP
HISAMITSU
HITACHI
HIV
HK
HKT
HM
HN
HOCKEY
HOLDINGS
HOLIDAY
HOMEDEPOT
HOMEGOODS
HOMES
HOMESENSE
HONDA
HORSE
HOSPITAL
HOST
HOSTING
HOT
HOTELS
HOTMAIL
HOUSE
HOW
HR
HSBC
HT
HU
HUGHES
HYATT
HYUNDAI
IBM
ICBC
ICE
ICU
ID
IE
IEEE
IFM
IKANO
IL
IM
IMAMAT
IMDB
IMMO
IMMOBILIEN
IN
INC
INDUSTRIES
INFINITI
INFO
ING
INK
INSTITUTE
INSURANCE
INSURE
INT
INTERNATIONAL
INTUIT
INVESTMENTS
IO
IPIRANGA
IQ
IR
IRISH
IS
ISMAILI
IST
ISTANBUL
IT
ITAU
ITV
JAGUAR
JAVA
JCB
JE
JEEP
JETZT
JEWELRY
JIO
JLL
JM
JMP
JNJ
JO
JOBS
JOBURG
JOT
JOY
JP
JPMORGAN
JPRS
JUEGOS
JUNIPER
KAUFEN
KDDI
KE
KERRYHOTELS
KERRYLOGISTICS
KERRYPROPERTIES
KFH
KG
KH
KI
KIA
KIDS
KIM
KINDLE
KITCHEN
KIWI
KM
KN
KOELN
KOMATSU
KOSHER
KP
KPMG
KPN
KR
KRD
KRED
KUOKGROUP
KW
KY
KYOTO
KZ
LA
LACAIXA
LAMBORGHINI
LAMER
LANCASTER
LAND
LANDROVER
LANXESS
LASALLE
LAT
LATINO
LATROBE
LAW
LAWYER
LB
LC
LDS
LEASE
LECLERC
LEFRAK
LEGAL
LEGO
LEXUS
LGBT
LI
LIDL
LIFE
LIFEINSURANCE
LIFESTYLE
LIGHTING
LIKE
LILLY
LIMITED
LIMO
LINCOLN
LINK
LIPSY
LIVE
LIVING
LK
LLC
LLP
LOAN
LOANS
LOCKER
LOCUS
LOL
LONDON
LOTTE
LOTTO
LOVE
LPL
LPLFINANCIAL
LR
LS
LT
LTD
LTDA
LU
LUNDBECK
LUXE
LUXURY
LV
LY
MA
MADRID
MAIF
MAISON
MAKEUP
MAN
MANAGEMENT
MANGO
MAP
MARKET
MARKETING
MARKETS
MARRIOTT
MARSHALLS
MATTEL
MBA
MC
MCKINSEY
MD
ME
MED
MEDIA
MEET
MELBOURNE
MEME
MEMORIAL
MEN
MENU
MERCKMSD
MG
MH
MIAMI
MICROSOFT
MIL
MINI
MINT
MIT
MITSUBISHI
MK
ML
MLB
MLS
MM
MMA
MN
MO
MOBI
MOBILE
MODA
MOE
MOI
MOM
MONASH
MONEY
MONSTER
MORMON
MORTGAGE
MOSCOW
MOTO
MOTORCYCLES
MOV
MOVIE
MP
MQ
MR
MS
MSD
MT
MTN
MTR
MU
MUSEUM
MUSIC
MV
MW
MX
MY
MZ
NA
NAB
NAGOYA
NAME
NATURA
NAVY
NBA
NC
NE
NEC
NET
NETBANK
NETFLIX
NETWORK
NEUSTAR
NEW
NEWS
NEXT
NEXTDIRECT
NEXUS
NF
NFL
NG
NGO
NHK
NI
NICO
NIKE
NIKON
NINJA
NISSAN
NISSAY
NL
NO
NOKIA
NORTON
NOW
NOWRUZ
NOWTV
NP
NR
NRA
NRW
NTT
NU
NYC
NZ
OBI
OBSERVER
OFFICE
OKINAWA
OLAYAN
OLAYANGROUP
OLLO
OM
OMEGA
ONE
ONG
ONL
ONLINE
OOO
OPEN
ORACLE
ORANGE
ORG
ORGANIC
ORIGINS
OSAKA
OTSUKA
OTT
OVH
PA
PAGE
PANASONIC
PARIS
PARS
PARTNERS
PARTS
PARTY
PAY
PCCW
PE
PET
PF
PFIZER
PG
PH
PHARMACY
PHD
PHILIPS
PHONE
PHOTO
PHOTOGRAPHY
PHOTOS
PHYSIO
PICS
PICTET
PICTURES
PID
PIN
PING
PINK
PIONEER
PIZZA
PK
PL
PLACE
PLAY
PLAYSTATION
PLUMBING
PLUS
PM
PN
PNC
POHL
POKER
POLITIE
PORN
POST
PR
PRAMERICA
PRAXI
PRESS
PRIME
PRO
PROD
PRODUCTIONS
PROF
PROGRESSIVE
PROMO
PROPERTIES
PROPERTY
PROTECTION
PRU
PRUDENTIAL
PS
PT
PUB
PW
PWC
PY
QA
QPON
QUEBEC
QUEST
RACING
RADIO
RE
READ
REALESTATE
REALTOR
REALTY
RECIPES
RED
REDSTONE
REDUMBRELLA
REHAB
REISE
REISEN
REIT
RELIANCE
REN
RENT
RENTALS
REPAIR
REPORT
REPUBLICAN
REST
RESTAURANT
REVIEW
REVIEWS
REXROTH
RICH
RICHARDLI
RICOH
RIL
RIO
RIP
RO
ROCKS
RODEO
ROGERS
ROOM
RS
RSVP
RU
RUGBY
RUHR
RUN
RW
RWE
RYUKYU
SA
SAARLAND
SAFE
SAFETY
SAKURA
SALE
SALON
SAMSCLUB
SAMSUNG
SANDVIK
SANDVIKCOROMANT
SANOFI
SAP
SARL
SAS
SAVE
SAXO
SB
SBI
SBS
SC
SCB
SCHAEFFLER
SCHMIDT
SCHOLARSHIPS
SCHOOL
SCHULE
SCHWARZ
SCIENCE
SCOT
SD
SE
SEARCH
SEAT
SECURE
SECURITY
SEEK
SELECT
SENER
SERVICES
SEVEN
SEW
SEX
SEXY
SFR
SG
SH
SHANGRILA
SHARP
SHAW
SHELL
SHIA
SHIKSHA
SHOES
SHOP
SHOPPING
SHOUJI
SHOW
SI
SILK
SINA
SINGLES
SITE
SJ
SK
SKI
SKIN
SKY
SKYPE
SL
SLING
SM
SMART
SMILE
SN
SNCF
SO
SOCCER
SOCIAL
SOFTBANK
SOFTWARE
SOHU
SOLAR
SOLUTIONS
SONG
SONY
SOY
SPA
SPACE
SPORT
SPOT
SR
SRL
SS
ST
STADA
STAPLES
STAR
STATEBANK
STATEFARM
STC
STCGROUP
STOCKHOLM
STORAGE
STORE
STREAM
STUDIO
STUDY
STYLE
SU
SUCKS
SUPPLIES
SUPPLY
SUPPORT
SURF
SURGERY
SUZUKI
SV
SWATCH
SWISS
SX
SY
SYDNEY
SYSTEMS
SZ
TAB
TAIPEI
TALK
TAOBAO
TARGET
TATAMOTORS
TATAR
TATTOO
TAX
TAXI
TC
TCI
TD
TDK
TEAM
TECH
TECHNOLOGY
TEL
TEMASEK
TENNIS
TEVA
TF
TG
TH
THD
THEATER
THEATRE
TIAA
TICKETS
TIENDA
TIPS
TIRES
TIROL
TJ
TJMAXX
TJX
TK
TKMAXX
TL
TM
TMALL
TN
TO
TODAY
TOKYO
TOOLS
TOP
TORAY
TOSHIBA
TOTAL
TOURS
TOWN
TOYOTA
TOYS
TR
TRADE
TRADING
TRAINING
TRAVEL
TRAVELERS
TRAVELERSINSURANCE
TRUST
TRV
TT
TUBE
TUI
TUNES
TUSHU
TV
TVS
TW
TZ
UA
UBANK
UBS
UG
UK
UNICOM
UNIVERSITY
UNO
UOL
UPS
US
UY
UZ
VA
VACATIONS
VANA
VANGUARD
VC
VE
VEGAS
VENTURES
VERISIGN
VERSICHERUNG
VET
VG
VI
VIAJES
VIDEO
VIG
VIKING
VILLAS
VIN
VIP
VIRGIN
VISA
VISION
VIVA
VIVO
VLAANDEREN
VN
VODKA
VOLVO
VOTE
VOTING
VOTO
VOYAGE
VU
WALES
WALMART
WALTER
WANG
WANGGOU
WATCH
WATCHES
WEATHER
WEATHERCHANNEL
WEBCAM
WEBER
WEBSITE
WED
WEDDING
WEIBO
WEIR
WF
WHOSWHO
WIEN
WIKI
WILLIAMHILL
WIN
WINDOWS
WINE
WINNERS
WME
WOLTERSKLUWER
WOODSIDE
WORK
WORKS
WORLD
WOW
WS
WTC
WTF
XBOX
XEROX
XFINITY
XIHUAN
XIN
XN--11B4C3D
XN--1CK2E1B
XN--1QQW23A
XN--2SCRJ9C
XN--30RR7Y
XN--3BST00M
XN--3DS443G
XN--3E0B707E
XN--3HCRJ9C
XN--3PXU8K
XN--42C2D9A
XN--45BR5CYL
XN--45BRJ9C
XN--45Q11C
XN--4DBRK0CE
XN--4GBRIM
XN--54B7FTA0CC
XN--55QW42G
XN--55QX5D
XN--5SU34J936BGSG
XN--5TZM5G
XN--6FRZ82G
XN--6QQ986B3XL
XN--80ADXHKS
XN--80AO21A
XN--80AQECDR1A
XN--80ASEHDB
XN--80ASWG
XN--8Y0A063A
XN--90A3AC
XN--90AE
XN--90AIS
XN--9DBQ2A
XN--9ET52U
XN--9KRT00A
XN--B4W605FERD
XN--BCK1B9A5DRE4C
XN--C1AVG
XN--C2BR7G
XN--CCK2B3B
XN--CCKWCXETD
XN--CG4BKI
XN--CLCHC0EA0B2G2A9GCD
XN--CZR694B
XN--CZRS0T
XN--CZRU2D
XN--D1ACJ3B
XN--D1ALF
XN--E1A4C
XN--ECKVDTC9D
XN--EFVY88H
XN--FCT429K
XN--FHBEI
XN--FIQ228C5HS
XN--FIQ64B
XN--FIQS8S
XN--FIQZ9S
XN--FJQ720A
XN--FLW351E
XN--FPCRJ9C3D
XN--FZC2C9E2C
XN--FZYS8D69UVGM
XN--G2XX48C
XN--GCKR3F0F
XN--GECRJ9C
XN--GK3AT1E
XN--H2BREG3EVE
XN--H2BRJ9C
XN--H2BRJ9C8C
XN--HXT814E
XN--I1B6B1A6A2E
XN--IMR513N
XN--IO0A7I
XN--J1AEF
XN--J1AMH
XN--J6W193G
XN--JLQ480N2RG
XN--JVR189M
XN--KCRX77D1X4A
XN--KPRW13D
XN--KPRY57D
XN--KPUT3I
XN--L1ACC
XN--LGBBAT1AD8J
XN--MGB9AWBF
XN--MGBA3A3EJT
XN--MGBA3A4F16A
XN--MGBA7C0BBN0A
XN--MGBAAM7A8H
XN--MGBAB2BD
XN--MGBAH1A3HJKRD
XN--MGBAI9AZGQP6J
XN--MGBAYH7GPA
XN--MGBBH1A
XN--MGBBH1A71E
XN--MGBC0A9AZCG
XN--MGBCA7DZDO
XN--MGBCPQ6GPA1A
XN--MGBERP4A5D4AR
XN--MGBGU82A
XN--MGBI4ECEXP
XN--MGBPL2FH
XN--MGBT3DHD
XN--MGBTX2B
XN--MGBX4CD0AB
XN--MIX891F
XN--MK1BU44C
XN--MXTQ1M
XN--NGBC5AZD
XN--NGBE9E0A
XN--NGBRX
XN--NODE
XN--NQV7F
XN--NQV7FS00EMA
XN--NYQY26A
XN--O3CW4H
XN--OGBPF8FL
XN--OTU796D
XN--P1ACF
XN--P1AI
XN--PGBS0DH
XN--PSSY2U
XN--Q7CE6A
XN--Q9JYB4C
XN--QCKA1PMC
XN--QXA6A
XN--QXAM
XN--RHQV96G
XN--ROVU88B
XN--RVC1E0AM3E
XN--S9BRJ9C
XN--SES554G
XN--T60B56A
XN--TCKWE
XN--TIQ49XQYJ
XN--UNUP4Y
XN--VERMGENSBERATER-CTB
XN--VERMGENSBERATUNG-PWB
XN--VHQUV
XN--VUQ861B
XN--W4R85EL8FHU5DNRA
XN--W4RS40L
XN--WGBH1C
XN--WGBL6A
XN--XHQ521B
XN--XKC2AL3HYE2A
XN--XKC2DL3A5EE0H
XN--Y9A3AQ
XN--YFRO4I67O
XN--YGBI2AMMX
XN--ZFR164B
XXX
XYZ
YACHTS
YAHOO
YAMAXUN
YANDEX
YE
YODOBASHI
YOGA
YOKOHAMA
YOU
YOUTUBE
YT
YUN
ZA
ZAPPOS
ZARA
ZERO
ZIP
ZM
ZONE
ZUERICH
ZW
diff --git a/water.css b/water.css
new file mode 100644
index 0000000..d5c741d 100644
--- /dev/null
+++ a/water.css
@@ -1,0 +1,1689 @@
/**
 * Automatic version:
 * Uses light theme by default but switches to dark theme
 * if a system-wide theme preference is set on the user's device.
 */

:root {
  --background-body: #fff;
  --background: #efefef;
  --background-alt: #f7f7f7;
  --selection: #9e9e9e;
  --text-main: #363636;
  --text-bright: #000;
  --text-muted: #70777f;
  --links: #0076d1;
  --focus: #0096bfab;
  --border: #dbdbdb;
  --code: #000;
  --animation-duration: 0.1s;
  --button-base: #d0cfcf;
  --button-hover: #9b9b9b;
  --scrollbar-thumb: rgb(170, 170, 170);
  --scrollbar-thumb-hover: var(--button-hover);
  --form-placeholder: #949494;
  --form-text: #1d1d1d;
  --variable: #39a33c;
  --highlight: #ff0;
  --select-arrow: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='62.5' width='116.9' fill='%23161f27'%3E %3Cpath d='M115.3,1.6 C113.7,0 111.1,0 109.5,1.6 L58.5,52.7 L7.4,1.6 C5.8,0 3.2,0 1.6,1.6 C0,3.2 0,5.8 1.6,7.4 L55.5,61.3 C56.3,62.1 57.3,62.5 58.4,62.5 C59.4,62.5 60.5,62.1 61.3,61.3 L115.2,7.4 C116.9,5.8 116.9,3.2 115.3,1.6Z'/%3E %3C/svg%3E");
}

@media (prefers-color-scheme: dark) {
:root {
  --background-body: #202b38;
  --background: #161f27;
  --background-alt: #1a242f;
  --selection: #1c76c5;
  --text-main: #dbdbdb;
  --text-bright: #fff;
  --text-muted: #a9b1ba;
  --links: #41adff;
  --focus: #0096bfab;
  --border: #526980;
  --code: #ffbe85;
  --animation-duration: 0.1s;
  --button-base: #0c151c;
  --button-hover: #040a0f;
  --scrollbar-thumb: var(--button-hover);
  --scrollbar-thumb-hover: rgb(0, 0, 0);
  --form-placeholder: #a9a9a9;
  --form-text: #fff;
  --variable: #d941e2;
  --highlight: #efdb43;
  --select-arrow: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='62.5' width='116.9' fill='%23efefef'%3E %3Cpath d='M115.3,1.6 C113.7,0 111.1,0 109.5,1.6 L58.5,52.7 L7.4,1.6 C5.8,0 3.2,0 1.6,1.6 C0,3.2 0,5.8 1.6,7.4 L55.5,61.3 C56.3,62.1 57.3,62.5 58.4,62.5 C59.4,62.5 60.5,62.1 61.3,61.3 L115.2,7.4 C116.9,5.8 116.9,3.2 115.3,1.6Z'/%3E %3C/svg%3E");
}
}

html {
  scrollbar-color: rgb(170, 170, 170) #fff;
  scrollbar-color: var(--scrollbar-thumb) var(--background-body);
  scrollbar-width: thin;
}

@media (prefers-color-scheme: dark) {

  html {
  scrollbar-color: #040a0f #202b38;
  scrollbar-color: var(--scrollbar-thumb) var(--background-body);
  }
}

@media (prefers-color-scheme: dark) {

  html {
  scrollbar-color: #040a0f #202b38;
  scrollbar-color: var(--scrollbar-thumb) var(--background-body);
  }
}

@media (prefers-color-scheme: dark) {

  html {
  scrollbar-color: #040a0f #202b38;
  scrollbar-color: var(--scrollbar-thumb) var(--background-body);
  }
}

@media (prefers-color-scheme: dark) {

  html {
  scrollbar-color: #040a0f #202b38;
  scrollbar-color: var(--scrollbar-thumb) var(--background-body);
  }
}

@media (prefers-color-scheme: dark) {

  html {
  scrollbar-color: #040a0f #202b38;
  scrollbar-color: var(--scrollbar-thumb) var(--background-body);
  }
}

@media (prefers-color-scheme: dark) {

  html {
  scrollbar-color: #040a0f #202b38;
  scrollbar-color: var(--scrollbar-thumb) var(--background-body);
  }
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif;
  line-height: 1.4;
  max-width: 800px;
  margin: 20px auto;
  padding: 0 10px;
  word-wrap: break-word;
  color: #363636;
  color: var(--text-main);
  background: #fff;
  background: var(--background-body);
  text-rendering: optimizeLegibility;
}

@media (prefers-color-scheme: dark) {

  body {
  background: #202b38;
  background: var(--background-body);
  }
}

@media (prefers-color-scheme: dark) {

  body {
  color: #dbdbdb;
  color: var(--text-main);
  }
}

button {
  transition:
    background-color 0.1s linear,
    border-color 0.1s linear,
    color 0.1s linear,
    box-shadow 0.1s linear,
    transform 0.1s ease;
  transition:
    background-color var(--animation-duration) linear,
    border-color var(--animation-duration) linear,
    color var(--animation-duration) linear,
    box-shadow var(--animation-duration) linear,
    transform var(--animation-duration) ease;
}

@media (prefers-color-scheme: dark) {

  button {
  transition:
    background-color 0.1s linear,
    border-color 0.1s linear,
    color 0.1s linear,
    box-shadow 0.1s linear,
    transform 0.1s ease;
  transition:
    background-color var(--animation-duration) linear,
    border-color var(--animation-duration) linear,
    color var(--animation-duration) linear,
    box-shadow var(--animation-duration) linear,
    transform var(--animation-duration) ease;
  }
}

input {
  transition:
    background-color 0.1s linear,
    border-color 0.1s linear,
    color 0.1s linear,
    box-shadow 0.1s linear,
    transform 0.1s ease;
  transition:
    background-color var(--animation-duration) linear,
    border-color var(--animation-duration) linear,
    color var(--animation-duration) linear,
    box-shadow var(--animation-duration) linear,
    transform var(--animation-duration) ease;
}

@media (prefers-color-scheme: dark) {

  input {
  transition:
    background-color 0.1s linear,
    border-color 0.1s linear,
    color 0.1s linear,
    box-shadow 0.1s linear,
    transform 0.1s ease;
  transition:
    background-color var(--animation-duration) linear,
    border-color var(--animation-duration) linear,
    color var(--animation-duration) linear,
    box-shadow var(--animation-duration) linear,
    transform var(--animation-duration) ease;
  }
}

textarea {
  transition:
    background-color 0.1s linear,
    border-color 0.1s linear,
    color 0.1s linear,
    box-shadow 0.1s linear,
    transform 0.1s ease;
  transition:
    background-color var(--animation-duration) linear,
    border-color var(--animation-duration) linear,
    color var(--animation-duration) linear,
    box-shadow var(--animation-duration) linear,
    transform var(--animation-duration) ease;
}

@media (prefers-color-scheme: dark) {

  textarea {
  transition:
    background-color 0.1s linear,
    border-color 0.1s linear,
    color 0.1s linear,
    box-shadow 0.1s linear,
    transform 0.1s ease;
  transition:
    background-color var(--animation-duration) linear,
    border-color var(--animation-duration) linear,
    color var(--animation-duration) linear,
    box-shadow var(--animation-duration) linear,
    transform var(--animation-duration) ease;
  }
}

h1 {
  font-size: 2.2em;
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 12px;
  margin-top: 24px;
}

h1 {
  color: #000;
  color: var(--text-bright);
}

@media (prefers-color-scheme: dark) {

  h1 {
  color: #fff;
  color: var(--text-bright);
  }
}

h2 {
  color: #000;
  color: var(--text-bright);
}

@media (prefers-color-scheme: dark) {

  h2 {
  color: #fff;
  color: var(--text-bright);
  }
}

h3 {
  color: #000;
  color: var(--text-bright);
}

@media (prefers-color-scheme: dark) {

  h3 {
  color: #fff;
  color: var(--text-bright);
  }
}

h4 {
  color: #000;
  color: var(--text-bright);
}

@media (prefers-color-scheme: dark) {

  h4 {
  color: #fff;
  color: var(--text-bright);
  }
}

h5 {
  color: #000;
  color: var(--text-bright);
}

@media (prefers-color-scheme: dark) {

  h5 {
  color: #fff;
  color: var(--text-bright);
  }
}

h6 {
  color: #000;
  color: var(--text-bright);
}

@media (prefers-color-scheme: dark) {

  h6 {
  color: #fff;
  color: var(--text-bright);
  }
}

strong {
  color: #000;
  color: var(--text-bright);
}

@media (prefers-color-scheme: dark) {

  strong {
  color: #fff;
  color: var(--text-bright);
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
  font-weight: 600;
}

q::before {
  content: none;
}

q::after {
  content: none;
}

blockquote {
  border-left: 4px solid #0096bfab;
  border-left: 4px solid var(--focus);
  margin: 1.5em 0;
  padding: 0.5em 1em;
  font-style: italic;
}

@media (prefers-color-scheme: dark) {

  blockquote {
  border-left: 4px solid #0096bfab;
  border-left: 4px solid var(--focus);
  }
}

q {
  border-left: 4px solid #0096bfab;
  border-left: 4px solid var(--focus);
  margin: 1.5em 0;
  padding: 0.5em 1em;
  font-style: italic;
}

@media (prefers-color-scheme: dark) {

  q {
  border-left: 4px solid #0096bfab;
  border-left: 4px solid var(--focus);
  }
}

blockquote > footer {
  font-style: normal;
  border: 0;
}

blockquote cite {
  font-style: normal;
}

address {
  font-style: normal;
}

a[href^='mailto\:']::before {
  content: '📧 ';
}

a[href^='tel\:']::before {
  content: '📞 ';
}

a[href^='sms\:']::before {
  content: '💬 ';
}

mark {
  background-color: #ff0;
  background-color: var(--highlight);
  border-radius: 2px;
  padding: 0 2px 0 2px;
  color: #000;
}

@media (prefers-color-scheme: dark) {

  mark {
  background-color: #efdb43;
  background-color: var(--highlight);
  }
}

a > code,
a > strong {
  color: inherit;
}

button,
select,
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='checkbox'],
input[type='range'],
input[type='radio'] {
  cursor: pointer;
}

input,
select {
  display: block;
}

[type='checkbox'],
[type='radio'] {
  display: initial;
}

input {
  color: #1d1d1d;
  color: var(--form-text);
  background-color: #efefef;
  background-color: var(--background);
  font-family: inherit;
  font-size: inherit;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 10px;
  border: none;
  border-radius: 6px;
  outline: none;
}

@media (prefers-color-scheme: dark) {

  input {
  background-color: #161f27;
  background-color: var(--background);
  }
}

@media (prefers-color-scheme: dark) {

  input {
  color: #fff;
  color: var(--form-text);
  }
}

button {
  color: #1d1d1d;
  color: var(--form-text);
  background-color: #efefef;
  background-color: var(--background);
  font-family: inherit;
  font-size: inherit;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 10px;
  border: none;
  border-radius: 6px;
  outline: none;
}

@media (prefers-color-scheme: dark) {

  button {
  background-color: #161f27;
  background-color: var(--background);
  }
}

@media (prefers-color-scheme: dark) {

  button {
  color: #fff;
  color: var(--form-text);
  }
}

textarea {
  color: #1d1d1d;
  color: var(--form-text);
  background-color: #efefef;
  background-color: var(--background);
  font-family: inherit;
  font-size: inherit;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 10px;
  border: none;
  border-radius: 6px;
  outline: none;
}

@media (prefers-color-scheme: dark) {

  textarea {
  background-color: #161f27;
  background-color: var(--background);
  }
}

@media (prefers-color-scheme: dark) {

  textarea {
  color: #fff;
  color: var(--form-text);
  }
}

select {
  color: #1d1d1d;
  color: var(--form-text);
  background-color: #efefef;
  background-color: var(--background);
  font-family: inherit;
  font-size: inherit;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 10px;
  border: none;
  border-radius: 6px;
  outline: none;
}

@media (prefers-color-scheme: dark) {

  select {
  background-color: #161f27;
  background-color: var(--background);
  }
}

@media (prefers-color-scheme: dark) {

  select {
  color: #fff;
  color: var(--form-text);
  }
}

button {
  background-color: #d0cfcf;
  background-color: var(--button-base);
  padding-right: 30px;
  padding-left: 30px;
}

@media (prefers-color-scheme: dark) {

  button {
  background-color: #0c151c;
  background-color: var(--button-base);
  }
}

input[type='submit'] {
  background-color: #d0cfcf;
  background-color: var(--button-base);
  padding-right: 30px;
  padding-left: 30px;
}

@media (prefers-color-scheme: dark) {

  input[type='submit'] {
  background-color: #0c151c;
  background-color: var(--button-base);
  }
}

input[type='reset'] {
  background-color: #d0cfcf;
  background-color: var(--button-base);
  padding-right: 30px;
  padding-left: 30px;
}

@media (prefers-color-scheme: dark) {

  input[type='reset'] {
  background-color: #0c151c;
  background-color: var(--button-base);
  }
}

input[type='button'] {
  background-color: #d0cfcf;
  background-color: var(--button-base);
  padding-right: 30px;
  padding-left: 30px;
}

@media (prefers-color-scheme: dark) {

  input[type='button'] {
  background-color: #0c151c;
  background-color: var(--button-base);
  }
}

button:hover {
  background: #9b9b9b;
  background: var(--button-hover);
}

@media (prefers-color-scheme: dark) {

  button:hover {
  background: #040a0f;
  background: var(--button-hover);
  }
}

input[type='submit']:hover {
  background: #9b9b9b;
  background: var(--button-hover);
}

@media (prefers-color-scheme: dark) {

  input[type='submit']:hover {
  background: #040a0f;
  background: var(--button-hover);
  }
}

input[type='reset']:hover {
  background: #9b9b9b;
  background: var(--button-hover);
}

@media (prefers-color-scheme: dark) {

  input[type='reset']:hover {
  background: #040a0f;
  background: var(--button-hover);
  }
}

input[type='button']:hover {
  background: #9b9b9b;
  background: var(--button-hover);
}

@media (prefers-color-scheme: dark) {

  input[type='button']:hover {
  background: #040a0f;
  background: var(--button-hover);
  }
}

input[type='color'] {
  min-height: 2rem;
  padding: 8px;
  cursor: pointer;
}

input[type='checkbox'],
input[type='radio'] {
  height: 1em;
  width: 1em;
}

input[type='radio'] {
  border-radius: 100%;
}

input {
  vertical-align: top;
}

label {
  vertical-align: middle;
  margin-bottom: 4px;
  display: inline-block;
}

input:not([type='checkbox']):not([type='radio']),
input[type='range'],
select,
button,
textarea {
  -webkit-appearance: none;
}

textarea {
  display: block;
  margin-right: 0;
  box-sizing: border-box;
  resize: vertical;
}

textarea:not([cols]) {
  width: 100%;
}

textarea:not([rows]) {
  min-height: 40px;
  height: 140px;
}

select {
  background: #efefef url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='62.5' width='116.9' fill='%23161f27'%3E %3Cpath d='M115.3,1.6 C113.7,0 111.1,0 109.5,1.6 L58.5,52.7 L7.4,1.6 C5.8,0 3.2,0 1.6,1.6 C0,3.2 0,5.8 1.6,7.4 L55.5,61.3 C56.3,62.1 57.3,62.5 58.4,62.5 C59.4,62.5 60.5,62.1 61.3,61.3 L115.2,7.4 C116.9,5.8 116.9,3.2 115.3,1.6Z'/%3E %3C/svg%3E") calc(100% - 12px) 50% / 12px no-repeat;
  background: var(--background) var(--select-arrow) calc(100% - 12px) 50% / 12px no-repeat;
  padding-right: 35px;
}

@media (prefers-color-scheme: dark) {

  select {
  background: #161f27 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='62.5' width='116.9' fill='%23efefef'%3E %3Cpath d='M115.3,1.6 C113.7,0 111.1,0 109.5,1.6 L58.5,52.7 L7.4,1.6 C5.8,0 3.2,0 1.6,1.6 C0,3.2 0,5.8 1.6,7.4 L55.5,61.3 C56.3,62.1 57.3,62.5 58.4,62.5 C59.4,62.5 60.5,62.1 61.3,61.3 L115.2,7.4 C116.9,5.8 116.9,3.2 115.3,1.6Z'/%3E %3C/svg%3E") calc(100% - 12px) 50% / 12px no-repeat;
  background: var(--background) var(--select-arrow) calc(100% - 12px) 50% / 12px no-repeat;
  }
}

@media (prefers-color-scheme: dark) {

  select {
  background: #161f27 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='62.5' width='116.9' fill='%23efefef'%3E %3Cpath d='M115.3,1.6 C113.7,0 111.1,0 109.5,1.6 L58.5,52.7 L7.4,1.6 C5.8,0 3.2,0 1.6,1.6 C0,3.2 0,5.8 1.6,7.4 L55.5,61.3 C56.3,62.1 57.3,62.5 58.4,62.5 C59.4,62.5 60.5,62.1 61.3,61.3 L115.2,7.4 C116.9,5.8 116.9,3.2 115.3,1.6Z'/%3E %3C/svg%3E") calc(100% - 12px) 50% / 12px no-repeat;
  background: var(--background) var(--select-arrow) calc(100% - 12px) 50% / 12px no-repeat;
  }
}

@media (prefers-color-scheme: dark) {

  select {
  background: #161f27 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='62.5' width='116.9' fill='%23efefef'%3E %3Cpath d='M115.3,1.6 C113.7,0 111.1,0 109.5,1.6 L58.5,52.7 L7.4,1.6 C5.8,0 3.2,0 1.6,1.6 C0,3.2 0,5.8 1.6,7.4 L55.5,61.3 C56.3,62.1 57.3,62.5 58.4,62.5 C59.4,62.5 60.5,62.1 61.3,61.3 L115.2,7.4 C116.9,5.8 116.9,3.2 115.3,1.6Z'/%3E %3C/svg%3E") calc(100% - 12px) 50% / 12px no-repeat;
  background: var(--background) var(--select-arrow) calc(100% - 12px) 50% / 12px no-repeat;
  }
}

@media (prefers-color-scheme: dark) {

  select {
  background: #161f27 url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='62.5' width='116.9' fill='%23efefef'%3E %3Cpath d='M115.3,1.6 C113.7,0 111.1,0 109.5,1.6 L58.5,52.7 L7.4,1.6 C5.8,0 3.2,0 1.6,1.6 C0,3.2 0,5.8 1.6,7.4 L55.5,61.3 C56.3,62.1 57.3,62.5 58.4,62.5 C59.4,62.5 60.5,62.1 61.3,61.3 L115.2,7.4 C116.9,5.8 116.9,3.2 115.3,1.6Z'/%3E %3C/svg%3E") calc(100% - 12px) 50% / 12px no-repeat;
  background: var(--background) var(--select-arrow) calc(100% - 12px) 50% / 12px no-repeat;
  }
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  padding-right: 10px;
  background-image: none;
  overflow-y: auto;
}

input:focus {
  box-shadow: 0 0 0 2px #0096bfab;
  box-shadow: 0 0 0 2px var(--focus);
}

@media (prefers-color-scheme: dark) {

  input:focus {
  box-shadow: 0 0 0 2px #0096bfab;
  box-shadow: 0 0 0 2px var(--focus);
  }
}

select:focus {
  box-shadow: 0 0 0 2px #0096bfab;
  box-shadow: 0 0 0 2px var(--focus);
}

@media (prefers-color-scheme: dark) {

  select:focus {
  box-shadow: 0 0 0 2px #0096bfab;
  box-shadow: 0 0 0 2px var(--focus);
  }
}

button:focus {
  box-shadow: 0 0 0 2px #0096bfab;
  box-shadow: 0 0 0 2px var(--focus);
}

@media (prefers-color-scheme: dark) {

  button:focus {
  box-shadow: 0 0 0 2px #0096bfab;
  box-shadow: 0 0 0 2px var(--focus);
  }
}

textarea:focus {
  box-shadow: 0 0 0 2px #0096bfab;
  box-shadow: 0 0 0 2px var(--focus);
}

@media (prefers-color-scheme: dark) {

  textarea:focus {
  box-shadow: 0 0 0 2px #0096bfab;
  box-shadow: 0 0 0 2px var(--focus);
  }
}

input[type='checkbox']:active,
input[type='radio']:active,
input[type='submit']:active,
input[type='reset']:active,
input[type='button']:active,
input[type='range']:active,
button:active {
  transform: translateY(2px);
}

input:disabled,
select:disabled,
button:disabled,
textarea:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

::-moz-placeholder {
  color: #949494;
  color: var(--form-placeholder);
}

:-ms-input-placeholder {
  color: #949494;
  color: var(--form-placeholder);
}

::-ms-input-placeholder {
  color: #949494;
  color: var(--form-placeholder);
}

::placeholder {
  color: #949494;
  color: var(--form-placeholder);
}

@media (prefers-color-scheme: dark) {

  ::-moz-placeholder {
  color: #a9a9a9;
  color: var(--form-placeholder);
  }

  :-ms-input-placeholder {
  color: #a9a9a9;
  color: var(--form-placeholder);
  }

  ::-ms-input-placeholder {
  color: #a9a9a9;
  color: var(--form-placeholder);
  }

  ::placeholder {
  color: #a9a9a9;
  color: var(--form-placeholder);
  }
}

fieldset {
  border: 1px #0096bfab solid;
  border: 1px var(--focus) solid;
  border-radius: 6px;
  margin: 0;
  margin-bottom: 12px;
  padding: 10px;
}

@media (prefers-color-scheme: dark) {

  fieldset {
  border: 1px #0096bfab solid;
  border: 1px var(--focus) solid;
  }
}

legend {
  font-size: 0.9em;
  font-weight: 600;
}

input[type='range'] {
  margin: 10px 0;
  padding: 10px 0;
  background: transparent;
}

input[type='range']:focus {
  outline: none;
}

input[type='range']::-webkit-slider-runnable-track {
  width: 100%;
  height: 9.5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #efefef;
  background: var(--background);
  border-radius: 3px;
}

@media (prefers-color-scheme: dark) {

  input[type='range']::-webkit-slider-runnable-track {
  background: #161f27;
  background: var(--background);
  }
}

input[type='range']::-webkit-slider-thumb {
  box-shadow: 0 1px 1px #000, 0 0 1px #0d0d0d;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #dbdbdb;
  background: var(--border);
  -webkit-appearance: none;
  margin-top: -7px;
}

@media (prefers-color-scheme: dark) {

  input[type='range']::-webkit-slider-thumb {
  background: #526980;
  background: var(--border);
  }
}

input[type='range']:focus::-webkit-slider-runnable-track {
  background: #efefef;
  background: var(--background);
}

@media (prefers-color-scheme: dark) {

  input[type='range']:focus::-webkit-slider-runnable-track {
  background: #161f27;
  background: var(--background);
  }
}

input[type='range']::-moz-range-track {
  width: 100%;
  height: 9.5px;
  -moz-transition: 0.2s;
  transition: 0.2s;
  background: #efefef;
  background: var(--background);
  border-radius: 3px;
}

@media (prefers-color-scheme: dark) {

  input[type='range']::-moz-range-track {
  background: #161f27;
  background: var(--background);
  }
}

input[type='range']::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #dbdbdb;
  background: var(--border);
}

@media (prefers-color-scheme: dark) {

  input[type='range']::-moz-range-thumb {
  background: #526980;
  background: var(--border);
  }
}

input[type='range']::-ms-track {
  width: 100%;
  height: 9.5px;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}

input[type='range']::-ms-fill-lower {
  background: #efefef;
  background: var(--background);
  border: 0.2px solid #010101;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
}

@media (prefers-color-scheme: dark) {

  input[type='range']::-ms-fill-lower {
  background: #161f27;
  background: var(--background);
  }
}

input[type='range']::-ms-fill-upper {
  background: #efefef;
  background: var(--background);
  border: 0.2px solid #010101;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
}

@media (prefers-color-scheme: dark) {

  input[type='range']::-ms-fill-upper {
  background: #161f27;
  background: var(--background);
  }
}

input[type='range']::-ms-thumb {
  box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
  border: 1px solid #000;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #dbdbdb;
  background: var(--border);
}

@media (prefers-color-scheme: dark) {

  input[type='range']::-ms-thumb {
  background: #526980;
  background: var(--border);
  }
}

input[type='range']:focus::-ms-fill-lower {
  background: #efefef;
  background: var(--background);
}

@media (prefers-color-scheme: dark) {

  input[type='range']:focus::-ms-fill-lower {
  background: #161f27;
  background: var(--background);
  }
}

input[type='range']:focus::-ms-fill-upper {
  background: #efefef;
  background: var(--background);
}

@media (prefers-color-scheme: dark) {

  input[type='range']:focus::-ms-fill-upper {
  background: #161f27;
  background: var(--background);
  }
}

a {
  text-decoration: none;
  color: #0076d1;
  color: var(--links);
}

@media (prefers-color-scheme: dark) {

  a {
  color: #41adff;
  color: var(--links);
  }
}

a:hover {
  text-decoration: underline;
}

code {
  background: #efefef;
  background: var(--background);
  color: #000;
  color: var(--code);
  padding: 2.5px 5px;
  border-radius: 6px;
  font-size: 1em;
}

@media (prefers-color-scheme: dark) {

  code {
  color: #ffbe85;
  color: var(--code);
  }
}

@media (prefers-color-scheme: dark) {

  code {
  background: #161f27;
  background: var(--background);
  }
}

samp {
  background: #efefef;
  background: var(--background);
  color: #000;
  color: var(--code);
  padding: 2.5px 5px;
  border-radius: 6px;
  font-size: 1em;
}

@media (prefers-color-scheme: dark) {

  samp {
  color: #ffbe85;
  color: var(--code);
  }
}

@media (prefers-color-scheme: dark) {

  samp {
  background: #161f27;
  background: var(--background);
  }
}

time {
  background: #efefef;
  background: var(--background);
  color: #000;
  color: var(--code);
  padding: 2.5px 5px;
  border-radius: 6px;
  font-size: 1em;
}

@media (prefers-color-scheme: dark) {

  time {
  color: #ffbe85;
  color: var(--code);
  }
}

@media (prefers-color-scheme: dark) {

  time {
  background: #161f27;
  background: var(--background);
  }
}

pre > code {
  padding: 10px;
  display: block;
  overflow-x: auto;
}

var {
  color: #39a33c;
  color: var(--variable);
  font-style: normal;
  font-family: monospace;
}

@media (prefers-color-scheme: dark) {

  var {
  color: #d941e2;
  color: var(--variable);
  }
}

kbd {
  background: #efefef;
  background: var(--background);
  border: 1px solid #dbdbdb;
  border: 1px solid var(--border);
  border-radius: 2px;
  color: #363636;
  color: var(--text-main);
  padding: 2px 4px 2px 4px;
}

@media (prefers-color-scheme: dark) {

  kbd {
  color: #dbdbdb;
  color: var(--text-main);
  }
}

@media (prefers-color-scheme: dark) {

  kbd {
  border: 1px solid #526980;
  border: 1px solid var(--border);
  }
}

@media (prefers-color-scheme: dark) {

  kbd {
  background: #161f27;
  background: var(--background);
  }
}

img,
video {
  max-width: 100%;
  height: auto;
}

hr {
  border: none;
  border-top: 1px solid #dbdbdb;
  border-top: 1px solid var(--border);
}

@media (prefers-color-scheme: dark) {

  hr {
  border-top: 1px solid #526980;
  border-top: 1px solid var(--border);
  }
}

table {
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
  table-layout: fixed;
}

table caption {
  text-align: left;
}

td,
th {
  padding: 6px;
  text-align: left;
  vertical-align: top;
  word-wrap: break-word;
}

thead {
  border-bottom: 1px solid #dbdbdb;
  border-bottom: 1px solid var(--border);
}

@media (prefers-color-scheme: dark) {

  thead {
  border-bottom: 1px solid #526980;
  border-bottom: 1px solid var(--border);
  }
}

tfoot {
  border-top: 1px solid #dbdbdb;
  border-top: 1px solid var(--border);
}

@media (prefers-color-scheme: dark) {

  tfoot {
  border-top: 1px solid #526980;
  border-top: 1px solid var(--border);
  }
}

tbody tr:nth-child(even) {
  background-color: #efefef;
  background-color: var(--background);
}

@media (prefers-color-scheme: dark) {

  tbody tr:nth-child(even) {
  background-color: #161f27;
  background-color: var(--background);
  }
}

tbody tr:nth-child(even) button {
  background-color: #f7f7f7;
  background-color: var(--background-alt);
}

@media (prefers-color-scheme: dark) {

  tbody tr:nth-child(even) button {
  background-color: #1a242f;
  background-color: var(--background-alt);
  }
}

tbody tr:nth-child(even) button:hover {
  background-color: #fff;
  background-color: var(--background-body);
}

@media (prefers-color-scheme: dark) {

  tbody tr:nth-child(even) button:hover {
  background-color: #202b38;
  background-color: var(--background-body);
  }
}

::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #efefef;
  background: var(--background);
  border-radius: 6px;
}

@media (prefers-color-scheme: dark) {

  ::-webkit-scrollbar-track {
  background: #161f27;
  background: var(--background);
  }
}

::-webkit-scrollbar-thumb {
  background: rgb(170, 170, 170);
  background: var(--scrollbar-thumb);
  border-radius: 6px;
}

@media (prefers-color-scheme: dark) {

  ::-webkit-scrollbar-thumb {
  background: #040a0f;
  background: var(--scrollbar-thumb);
  }
}

@media (prefers-color-scheme: dark) {

  ::-webkit-scrollbar-thumb {
  background: #040a0f;
  background: var(--scrollbar-thumb);
  }
}

::-webkit-scrollbar-thumb:hover {
  background: #9b9b9b;
  background: var(--scrollbar-thumb-hover);
}

@media (prefers-color-scheme: dark) {

  ::-webkit-scrollbar-thumb:hover {
  background: rgb(0, 0, 0);
  background: var(--scrollbar-thumb-hover);
  }
}

@media (prefers-color-scheme: dark) {

  ::-webkit-scrollbar-thumb:hover {
  background: rgb(0, 0, 0);
  background: var(--scrollbar-thumb-hover);
  }
}

::-moz-selection {
  background-color: #9e9e9e;
  background-color: var(--selection);
  color: #000;
  color: var(--text-bright);
}

::selection {
  background-color: #9e9e9e;
  background-color: var(--selection);
  color: #000;
  color: var(--text-bright);
}

@media (prefers-color-scheme: dark) {

  ::-moz-selection {
  color: #fff;
  color: var(--text-bright);
  }

  ::selection {
  color: #fff;
  color: var(--text-bright);
  }
}

@media (prefers-color-scheme: dark) {

  ::-moz-selection {
  background-color: #1c76c5;
  background-color: var(--selection);
  }

  ::selection {
  background-color: #1c76c5;
  background-color: var(--selection);
  }
}

details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #f7f7f7;
  background-color: var(--background-alt);
  padding: 10px 10px 0;
  margin: 1em 0;
  border-radius: 6px;
  overflow: hidden;
}

@media (prefers-color-scheme: dark) {

  details {
  background-color: #1a242f;
  background-color: var(--background-alt);
  }
}

details[open] {
  padding: 10px;
}

details > :last-child {
  margin-bottom: 0;
}

details[open] summary {
  margin-bottom: 10px;
}

summary {
  display: list-item;
  background-color: #efefef;
  background-color: var(--background);
  padding: 10px;
  margin: -10px -10px 0;
  cursor: pointer;
  outline: none;
}

@media (prefers-color-scheme: dark) {

  summary {
  background-color: #161f27;
  background-color: var(--background);
  }
}

summary:hover,
summary:focus {
  text-decoration: underline;
}

details > :not(summary) {
  margin-top: 0;
}

summary::-webkit-details-marker {
  color: #363636;
  color: var(--text-main);
}

@media (prefers-color-scheme: dark) {

  summary::-webkit-details-marker {
  color: #dbdbdb;
  color: var(--text-main);
  }
}

dialog {
  background-color: #f7f7f7;
  background-color: var(--background-alt);
  color: #363636;
  color: var(--text-main);
  border: none;
  border-radius: 6px;
  border-color: #dbdbdb;
  border-color: var(--border);
  padding: 10px 30px;
}

@media (prefers-color-scheme: dark) {

  dialog {
  border-color: #526980;
  border-color: var(--border);
  }
}

@media (prefers-color-scheme: dark) {

  dialog {
  color: #dbdbdb;
  color: var(--text-main);
  }
}

@media (prefers-color-scheme: dark) {

  dialog {
  background-color: #1a242f;
  background-color: var(--background-alt);
  }
}

dialog > header:first-child {
  background-color: #efefef;
  background-color: var(--background);
  border-radius: 6px 6px 0 0;
  margin: -10px -30px 10px;
  padding: 10px;
  text-align: center;
}

@media (prefers-color-scheme: dark) {

  dialog > header:first-child {
  background-color: #161f27;
  background-color: var(--background);
  }
}

dialog::-webkit-backdrop {
  background: #0000009c;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

dialog::backdrop {
  background: #0000009c;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

footer {
  border-top: 1px solid #dbdbdb;
  border-top: 1px solid var(--border);
  padding-top: 10px;
  color: #70777f;
  color: var(--text-muted);
}

@media (prefers-color-scheme: dark) {

  footer {
  color: #a9b1ba;
  color: var(--text-muted);
  }
}

@media (prefers-color-scheme: dark) {

  footer {
  border-top: 1px solid #526980;
  border-top: 1px solid var(--border);
  }
}

body > footer {
  margin-top: 40px;
}

@media print {
  body,
  pre,
  code,
  summary,
  details,
  button,
  input,
  textarea {
    background-color: #fff;
  }

  button,
  input,
  textarea {
    border: 1px solid #000;
  }

  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  code,
  button,
  input,
  textarea,
  footer,
  summary,
  strong {
    color: #000;
  }

  summary::marker {
    color: #000;
  }

  summary::-webkit-details-marker {
    color: #000;
  }

  tbody tr:nth-child(even) {
    background-color: #f2f2f2;
  }

  a {
    color: #00f;
    text-decoration: underline;
  }
}
diff --git a/_data/domain_count.yml b/_data/domain_count.yml
new file mode 100644
index 0000000..6fdf682 100644
--- /dev/null
+++ a/_data/domain_count.yml
@@ -1,0 +1,1122 @@
aaa: 1
aarp: 1
abb: 10
abbott: 100
abbvie: 10
abc: 10
able: 1
abogado: 100
abudhabi: 100
academy: 10000
accenture: 1
accountant: 1000
accountants: 1000
aco: 100
actor: 1000
ads: 1
adult: 1000
aeg: 1
aetna: 1
afl: 100
africa: 10000
agakhan: 1
agency: 100000
aig: 10
airbus: 10
airforce: 100
airtel: 1
akdn: 1
alibaba: 1
alipay: 1
allfinanz: 1000
allstate: 10
ally: 10
alsace: 1000
alstom: 1
amazon: 10
americanexpress: 1
americanfamily: 1
amex: 1
amfam: 1
amica: 1
amsterdam: 10000
analytics: 1
android: 1
anquan: 1
anz: 10
aol: 1
apartments: 1000
app: 100000
apple: 10
aquarelle: 10
arab: 1
aramco: 1
archi: 1000
army: 1000
art: 100000
arte: 10
asda: 1
associates: 1000
athleta: 1
attorney: 1000
auction: 1000
audi: 1000
audible: 1
audio: 1000
auspost: 100
author: 1
auto: 100
autos: 10000
avianca: 1
aws: 100
axa: 10
azure: 10
baby: 10000
baidu: 1
banamex: 1
band: 10000
bank: 1000
bar: 10000
barcelona: 1000
barclaycard: 10
barclays: 100
barefoot: 1
bargains: 1000
baseball: 1
basketball: 100
bauhaus: 10
bayern: 10000
bbc: 1
bbt: 1
bbva: 10
bcg: 1
bcn: 1
beats: 1
beauty: 10000
beer: 10000
bentley: 10
berlin: 10000
best: 10000
bestbuy: 1
bet: 10000
bharti: 1
bible: 1000
bid: 10000
bike: 10000
bing: 10
bingo: 1000
bio: 10000
black: 1000
blackfriday: 100
blockbuster: 1
blog: 100000
bloomberg: 10
blue: 10000
bms: 1
bmw: 100
bnpparibas: 100
boats: 10000
boehringer: 1
bofa: 1
bom: 1
bond: 100000
boo: 1000
book: 1
booking: 1
bosch: 1
bostik: 1
boston: 1000
bot: 1000
boutique: 10000
box: 1000
bradesco: 100
bridgestone: 10
broadway: 100
broker: 1000
brother: 10
brussels: 1000
build: 1000
builders: 1000
business: 10000
buy: 1
buzz: 100000
bzh: 10000
cab: 1000
cafe: 10000
cal: 1
call: 1
calvinklein: 1
cam: 10000
camera: 1000
camp: 1000
canon: 10
capetown: 1000
capital: 10000
capitalone: 1
car: 100
caravan: 1
cards: 10000
care: 10000
career: 1000
careers: 10000
cars: 100
casa: 10000
case: 10
cash: 10000
casino: 10000
catering: 1000
catholic: 10
cba: 10
cbn: 1
cbre: 1
cbs: 10
center: 10000
ceo: 1000
cern: 10
cfa: 1
cfd: 1000000
chanel: 1
channel: 100
charity: 1000
chase: 10
chat: 10000
cheap: 1000
chintai: 1
christmas: 1000
chrome: 1
church: 10000
cipriani: 1
circle: 1
cisco: 10
citadel: 1
citi: 1
citic: 100
city: 10000
claims: 1000
cleaning: 1000
click: 100000
clinic: 10000
clinique: 1
clothing: 10000
cloud: 100000
club: 100000
clubmed: 10
coach: 10000
codes: 10000
coffee: 10000
college: 1000
cologne: 1000
comcast: 1
commbank: 1
community: 10000
company: 10000
compare: 100
computer: 1000
comsec: 1
condos: 1000
construction: 10000
consulting: 10000
contact: 10000
contractors: 1000
cooking: 1000
cool: 10000
corsica: 1000
country: 1000
coupon: 1
coupons: 1000
courses: 1000
cpa: 1000
credit: 10000
creditcard: 1000
creditunion: 100
cricket: 1000
crown: 1
crs: 100
cruise: 1
cruises: 1000
cuisinella: 10
cymru: 1000
cyou: 100000
dabur: 1
dad: 1000
dance: 1000
data: 1
date: 1000
dating: 1000
datsun: 1
day: 10000
dclk: 1
dds: 1
deal: 1
dealer: 100
deals: 1000
degree: 1000
delivery: 1000
dell: 10
deloitte: 10
delta: 1
democrat: 1000
dental: 1000
dentist: 1000
desi: 1000
design: 100000
dev: 100000
dhl: 10
diamonds: 1000
diet: 1000
digital: 100000
direct: 10000
directory: 10000
discount: 1000
discover: 100
dish: 1
diy: 1
dnp: 1
docs: 1
doctor: 1000
dog: 10000
domains: 1000
dot: 1
download: 1000
drive: 1
dtv: 1
dubai: 10
dunlop: 1
dupont: 1
durban: 1000
dvag: 1000
dvr: 1
earth: 10000
eat: 1
eco: 1000
edeka: 10
education: 10000
email: 100000
emerck: 10
energy: 10000
engineer: 1000
engineering: 10000
enterprises: 1000
epson: 1
equipment: 1000
ericsson: 1
erni: 100
esq: 1000
estate: 10000
eurovision: 1
eus: 10000
events: 10000
exchange: 10000
expert: 10000
exposed: 1000
express: 1000
extraspace: 10
fage: 10
fail: 1000
fairwinds: 1
faith: 1000
family: 10000
fan: 1000
fans: 1000
farm: 10000
farmers: 1
fashion: 10000
fast: 1
fedex: 1
feedback: 1000
ferrari: 1
ferrero: 1
fidelity: 1
fido: 1
film: 1000
final: 1
finance: 10000
financial: 1000
fire: 1
firestone: 1
firmdale: 10
fish: 1000
fishing: 1000
fit: 10000
fitness: 10000
flickr: 1
flights: 1000
flir: 1
florist: 1000
flowers: 1000
fly: 1
foo: 1000
food: 1
football: 1000
ford: 10
forex: 1000
forsale: 1000
forum: 1000
foundation: 10000
fox: 100
free: 1
fresenius: 10
frl: 10000
frogans: 1
frontier: 1
ftr: 1
fujitsu: 1
fun: 100000
fund: 10000
furniture: 1000
futbol: 1000
fyi: 10000
gal: 1000
gallery: 10000
gallo: 1
gallup: 1
game: 1000
games: 10000
gap: 1
garden: 1000
gay: 10000
gbiz: 1
gdn: 10000
gea: 10
gent: 1000
genting: 1
george: 1
ggee: 1
gift: 1000
gifts: 1000
gives: 1000
giving: 1000
glass: 1000
gle: 10
global: 10000
globo: 100
gmail: 1
gmbh: 10000
gmo: 10
gmx: 100
godaddy: 10
gold: 10000
goldpoint: 1
golf: 10000
goo: 1
goodyear: 1
goog: 100
google: 100
gop: 1000
got: 1
grainger: 1
graphics: 1000
gratis: 1000
green: 1000
gripe: 1000
grocery: 1
group: 100000
guardian: 1
gucci: 10
guge: 1
guide: 10000
guitars: 100
guru: 10000
hair: 10000
hamburg: 10000
hangout: 1
haus: 1000
hbo: 1
hdfc: 1
hdfcbank: 1
health: 10000
healthcare: 10000
help: 10000
helsinki: 10
here: 1
hermes: 1
hiphop: 1000
hisamitsu: 10
hitachi: 10
hiv: 100
hkt: 1
hockey: 1000
holdings: 1000
holiday: 1000
homedepot: 1
homegoods: 1
homes: 10000
homesense: 1
honda: 1
horse: 1000
hospital: 1000
host: 10000
hosting: 1000
hot: 1
hotels: 1
hotmail: 10
house: 10000
how: 1000
hsbc: 10
hughes: 1
hyatt: 10
hyundai: 10
ibm: 1
icbc: 1
ice: 1
icu: 100000
ieee: 1
ifm: 10
ikano: 10
imamat: 1
imdb: 1
immo: 10000
immobilien: 1000
inc: 1000
industries: 1000
infiniti: 1
ing: 10000
ink: 10000
institute: 10000
insurance: 100
insure: 1000
international: 10000
intuit: 1
investments: 1000
ipiranga: 10
irish: 1000
ismaili: 10
ist: 1000
istanbul: 1000
itau: 10
itv: 10
jaguar: 1
java: 1
jcb: 10
jeep: 1
jetzt: 10000
jewelry: 1000
jio: 10
jll: 10
jmp: 1
jnj: 100
joburg: 1000
jot: 1
joy: 1
jpmorgan: 10
jprs: 1
juegos: 100
juniper: 1
kaufen: 1000
kddi: 1
kerryhotels: 1
kerrylogistics: 1
kerryproperties: 1
kfh: 10
kia: 1
kids: 1000
kim: 1000
kindle: 1
kitchen: 1000
kiwi: 10000
koeln: 10000
komatsu: 10
kosher: 1
kpmg: 10
kpn: 10
krd: 1000
kred: 1000
kuokgroup: 1
kyoto: 1000
lacaixa: 1
lamborghini: 100
lamer: 1
lancaster: 1
land: 10000
landrover: 1
lanxess: 10
lasalle: 1
lat: 100000
latino: 1
latrobe: 10
law: 10000
lawyer: 1000
lds: 1
lease: 1000
leclerc: 1000
lefrak: 1
legal: 10000
lego: 1
lexus: 1
lgbt: 1000
lidl: 10
life: 100000
lifeinsurance: 1
lifestyle: 1
lighting: 1000
like: 1
lilly: 1
limited: 1000
limo: 1000
lincoln: 1
link: 100000
lipsy: 100
live: 100000
living: 1
llc: 10000
llp: 1
loan: 1000
loans: 1000
locker: 1
locus: 10
lol: 100000
london: 10000
lotte: 1
lotto: 10
love: 10000
lpl: 1
lplfinancial: 1
ltd: 100000
ltda: 100
lundbeck: 100
luxe: 1000
luxury: 1000
madrid: 1000
maif: 1
maison: 1000
makeup: 10000
man: 100
management: 10000
mango: 10
map: 1
market: 10000
marketing: 10000
markets: 1000
marriott: 10
marshalls: 1
mattel: 1
mba: 10000
mckinsey: 1
med: 10000
media: 10000
meet: 10
melbourne: 1000
meme: 1000
memorial: 100
men: 10000
menu: 1000
merckmsd: 1
miami: 10000
microsoft: 10
mini: 100
mint: 1
mit: 1
mitsubishi: 1
mlb: 10
mls: 1
mma: 1000
mobile: 1
moda: 1000
moe: 10000
moi: 100
mom: 10000
monash: 10
money: 10000
monster: 10000
mormon: 1
mortgage: 1000
moscow: 10000
moto: 1
motorcycles: 1000
mov: 1000
movie: 1000
msd: 1
mtn: 1
mtr: 1
music: 100
nab: 1
nagoya: 1000
natura: 1
navy: 1000
nba: 1
nec: 1
netbank: 1
netflix: 1
network: 10000
neustar: 100
new: 1000
news: 10000
next: 10
nextdirect: 1
nexus: 1000
nfl: 1
ngo: 1000
nhk: 1
nico: 10
nike: 1
nikon: 1
ninja: 10000
nissan: 1
nissay: 1
nokia: 1
norton: 1
now: 1
nowruz: 10
nowtv: 1
nra: 100
nrw: 10000
ntt: 10
nyc: 10000
obi: 1
observer: 1000
office: 1
okinawa: 1000
olayan: 1
olayangroup: 1
ollo: 1
omega: 1
one: 100000
ong: 1000
onl: 1000
online: 1000000
ooo: 10000
open: 1
oracle: 1
orange: 1
organic: 1000
origins: 1
osaka: 100
otsuka: 10
ott: 1
ovh: 10000
page: 10000
panasonic: 1
paris: 10000
pars: 1
partners: 10000
parts: 1000
party: 10000
pay: 1
pccw: 1
pet: 10000
pfizer: 10
pharmacy: 100
phd: 1000
philips: 10
phone: 1
photo: 10000
photography: 10000
photos: 10000
physio: 1000
pics: 10000
pictet: 10
pictures: 1000
pid: 1
pin: 1
ping: 1
pink: 1000
pioneer: 10
pizza: 1000
place: 10000
play: 1
playstation: 1
plumbing: 1000
plus: 10000
pnc: 1
pohl: 1
poker: 1000
politie: 10
porn: 1000
pramerica: 1
praxi: 10
press: 10000
prime: 1
prod: 1
productions: 10000
prof: 100
progressive: 1
promo: 1000
properties: 10000
property: 1000
protection: 100
pru: 10
prudential: 10
pub: 10000
pwc: 1
qpon: 100
quebec: 1000
quest: 10000
racing: 1000
radio: 1000
read: 1
realestate: 10000
realtor: 10000
realty: 1000
recipes: 1000
red: 10000
redstone: 10
redumbrella: 1
rehab: 1000
reise: 100
reisen: 1000
reit: 100
reliance: 1
ren: 10000
rent: 10000
rentals: 10000
repair: 1000
report: 10000
republican: 1000
rest: 10000
restaurant: 1000
review: 10000
reviews: 10000
rexroth: 10
rich: 100
richardli: 1
ricoh: 10
ril: 1
rio: 100
rip: 10000
rocks: 10000
rodeo: 1000
rogers: 1
room: 1
rsvp: 1000
rugby: 100
ruhr: 1000
run: 10000
rwe: 1
ryukyu: 100
saarland: 1000
safe: 1
safety: 1
sakura: 1
sale: 10000
salon: 1000
samsclub: 1
samsung: 1
sandvik: 10
sandvikcoromant: 10
sanofi: 10
sap: 10
sarl: 1000
sas: 1
save: 1
saxo: 10
sbi: 100
sbs: 100000
scb: 10
schaeffler: 10
schmidt: 10
scholarships: 1
school: 10000
schule: 1000
schwarz: 100
science: 10000
scot: 10000
search: 1
seat: 100
secure: 1
security: 100
seek: 1
select: 100
sener: 10
services: 10000
seven: 10
sew: 10
sex: 1000
sexy: 10000
sfr: 1
shangrila: 1
sharp: 10
shaw: 1
shell: 10
shia: 1
shiksha: 100
shoes: 1000
shop: 1000000
shopping: 1000
shouji: 1
show: 10000
showtime: 1
silk: 1
sina: 1
singles: 1000
site: 1000000
ski: 1000
skin: 10000
sky: 100
skype: 1
sling: 1
smart: 10
smile: 1
sncf: 10
soccer: 1000
social: 10000
softbank: 1
software: 10000
sohu: 1
solar: 10000
solutions: 100000
song: 1
sony: 10
soy: 1000
spa: 1000
space: 100000
sport: 1000
spot: 1
srl: 1000
stada: 100
staples: 1
star: 1
statebank: 10
statefarm: 10
stc: 10
stcgroup: 1
stockholm: 100
storage: 100
store: 1000000
stream: 10000
studio: 100000
study: 1000
style: 10000
sucks: 1000
supplies: 1000
supply: 1000
support: 10000
surf: 1000
surgery: 1000
suzuki: 10
swatch: 1
swiss: 10000
sydney: 1000
systems: 10000
tab: 1
taipei: 1000
talk: 1
taobao: 1
target: 10
tatamotors: 10
tatar: 100
tattoo: 1000
tax: 10000
taxi: 1000
tci: 1
tdk: 1
team: 10000
tech: 100000
technology: 10000
temasek: 1
tennis: 1000
teva: 10
thd: 1
theater: 1000
theatre: 100
tiaa: 1
tickets: 1000
tienda: 1000
tips: 10000
tires: 1000
tirol: 1000
tjmaxx: 1
tjx: 1
tkmaxx: 1
tmall: 1
today: 100000
tokyo: 100000
tools: 10000
top: 1000000
toray: 10
toshiba: 1
total: 100
tours: 10000
town: 1000
toyota: 10
toys: 1000
trade: 10000
trading: 1000
training: 10000
travelers: 1
travelersinsurance: 1
trust: 10
trv: 1
tube: 1000
tui: 10
tunes: 1
tushu: 1
tvs: 1
ubank: 1
ubs: 1
unicom: 1
university: 1000
uno: 10000
uol: 10
ups: 1
vacations: 1000
vana: 1
vanguard: 10
vegas: 10000
ventures: 10000
verisign: 1
versicherung: 1000
vet: 10000
viajes: 100
video: 10000
vig: 10
viking: 1
villas: 1000
vin: 10000
vip: 100000
virgin: 1
visa: 1
vision: 10000
viva: 1
vivo: 10
vlaanderen: 1000
vodka: 1000
volvo: 1
vote: 1000
voting: 10
voto: 1000
voyage: 1000
wales: 10000
walmart: 1
walter: 10
wang: 10000
wanggou: 1
watch: 10000
watches: 100
weather: 1
weatherchannel: 1
webcam: 1000
weber: 100
website: 100000
wed: 10
wedding: 10000
weibo: 1
weir: 100
whoswho: 100
wien: 10000
wiki: 10000
williamhill: 10
win: 100000
windows: 10
wine: 10000
winners: 1
wme: 1
wolterskluwer: 1
woodside: 10
work: 100000
works: 10000
world: 100000
wow: 1
wtc: 1
wtf: 10000
xbox: 10
xerox: 1
xfinity: 1
xihuan: 1
xin: 10000
xn--11b4c3d: 1
xn--1ck2e1b: 100
xn--1qqw23a: 100
xn--30rr7y: 1
xn--3bst00m: 1000
xn--3ds443g: 10000
xn--3pxu8k: 1
xn--42c2d9a: 1
xn--45q11c: 10
xn--4gbrim: 100
xn--55qw42g: 10
xn--55qx5d: 10000
xn--5su34j936bgsg: 1
xn--5tzm5g: 1000
xn--6frz82g: 1000
xn--6qq986b3xl: 10000
xn--80adxhks: 10000
xn--80aqecdr1a: 1
xn--80asehdb: 1000
xn--80aswg: 1000
xn--8y0a063a: 1
xn--9dbq2a: 1000
xn--9et52u: 1
xn--9krt00a: 1
xn--b4w605ferd: 1
xn--bck1b9a5dre4c: 10
xn--c1avg: 100
xn--c2br7g: 1
xn--cck2b3b: 100
xn--cckwcxetd: 1
xn--cg4bki: 1
xn--czr694b: 10000
xn--czrs0t: 1000
xn--czru2d: 10000
xn--d1acj3b: 100
xn--eckvdtc9d: 1
xn--efvy88h: 1
xn--fct429k: 10
xn--fhbei: 1
xn--fiq228c5hs: 10000
xn--fiq64b: 100
xn--fjq720a: 100
xn--flw351e: 1
xn--fzys8d69uvgm: 1
xn--g2xx48c: 1000
xn--gckr3f0f: 10
xn--gk3at1e: 1
xn--hxt814e: 1000
xn--i1b6b1a6a2e: 100
xn--imr513n: 10
xn--io0a7i: 10000
xn--j1aef: 1
xn--jlq480n2rg: 1
xn--jvr189m: 10
xn--kcrx77d1x4a: 10
xn--kput3i: 10000
xn--mgba3a3ejt: 1
xn--mgba7c0bbn0a: 1
xn--mgbab2bd: 100
xn--mgbca7dzdo: 10
xn--mgbi4ecexp: 1
xn--mgbt3dhd: 1
xn--mk1bu44c: 1000
xn--mxtq1m: 1
xn--ngbc5azd: 100
xn--ngbe9e0a: 10
xn--ngbrx: 1
xn--nqv7f: 100
xn--nqv7fs00ema: 1
xn--nyqy26a: 10
xn--otu796d: 10
xn--p1acf: 10000
xn--pssy2u: 1
xn--q9jyb4c: 1000
xn--qcka1pmc: 1
xn--rhqv96g: 1000
xn--rovu88b: 10
xn--ses554g: 10000
xn--t60b56a: 1000
xn--tckwe: 1000
xn--tiq49xqyj: 1
xn--unup4y: 100
xn--vermgensberater-ctb: 1
xn--vermgensberatung-pwb: 1
xn--vhquv: 1000
xn--vuq861b: 1000
xn--w4r85el8fhu5dnra: 1
xn--w4rs40l: 1
xn--xhq521b: 100
xn--zfr164b: 10
xyz: 1000000
yachts: 10000
yahoo: 1
yamaxun: 1
yandex: 100
yodobashi: 1
yoga: 10000
yokohama: 1000
you: 1
youtube: 10
yun: 1
zappos: 1
zara: 1
zero: 1
zip: 10000
zone: 10000
zuerich: 1000
diff --git a/_data/fakebrands.yml b/_data/fakebrands.yml
new file mode 100644
index 0000000..aa6ab83 100644
--- /dev/null
+++ a/_data/fakebrands.yml
@@ -1,0 +1,81 @@
# these are TLDs that were awarded despite being generic enough
- weather
- winners
- zero
- viva
- viking
- travelers
- target
- star
- spot
- smart
- sky
- sharp
- seven
- search
- schwarz
- scholarships
- schmidt
- schaeffler
- rogers
- prime
- play
- ping
- pin
- phone
- ott
- origins
- orange
- open
- office
- next
- mobile
- mint
- mini
# - med TODO: Check since domain count is high
- mango
- man
- locker
- living
- lincoln
- lifestyle
- lifeinsurance
- kosher
- juniper
- jot
- jmp
- java
- ice
- hot
- hangout
- guardian
- grocery
- goo
- george
- gap
- frontier
- fox
- food
- fire
- farmers
- drive
- dot
- diy
- dish
- discover
- data
- circle
- chrome
- catholic
- caravan
- cal
- brother
- bauhaus
- baseball
- barefoot
- azure
- apple
- analytics
- amazon
- abc
- aaa
diff --git a/_data/ntld.csv b/_data/ntld.csv
new file mode 100644
index 0000000..73cf539 100644
--- /dev/null
+++ a/_data/ntld.csv
@@ -1,0 +1,1123 @@
tld,status,type,owner
aaa,NA,brand,"American Automobile Association, Inc."
aarp,NA,brand,AARP
abb,NA,brand,ABB Ltd
abbott,NA,brand,"Abbott Laboratories, Inc."
abbvie,GA,brand,AbbVie Inc.
abc,NA,brand,"Disney Enterprises, Inc."
able,NA,brand,Able Inc.
abogado,GA,restricted,"Registry Services, LLC"
abudhabi,GA,restricted,Abu Dhabi Systems and Information Centre
academy,GA,unrestricted,Donuts
accenture,NA,brand,Accenture plc
accountant,GA,unrestricted,Global Registry Services Limited (Domain Venture Partners)
accountants,GA,unrestricted,Donuts
aco,NA,brand,ACO Severin Ahlmann GmbH & Co. KG
actor,GA,unrestricted,Donuts
ads,NA,unrestricted,Google
adult,GA,unrestricted,ICM Registry LLC (Minds + Machines Group Limited)
aeg,NA,brand,Aktiebolaget Electrolux
aetna,NA,brand,Aetna Life Insurance Company
afl,NA,brand,Australian Football League
africa,GA,unrestricted,ZA Central Registry NPC trading as Registry.Africa
agakhan,NA,brand,Fondation Aga Khan
agency,GA,unrestricted,Donuts
aig,NA,brand,"American International Group, Inc."
airbus,NA,brand,Airbus S.A.S.
airforce,GA,semi-restricted,Donuts
airtel,NA,brand,Bharti Airtel Limited
akdn,NA,brand,Fondation Aga Khan
alibaba,NA,brand,Alibaba Group Holding Ltd. (Alibaba Group Holding Ltd.)
alipay,NA,brand,Alibaba Group Holding Ltd. (Alibaba Group Holding Ltd.)
allfinanz,NA,brand,Allfinanz Deutsche Vermögensberatung Aktiengesellschaft (Deutsche Vermögensberatung AG)
allstate,NA,brand,Allstate Fire and Casualty Insurance Company
ally,NA,brand,Ally Financial Inc.
alsace,GA,semi-restricted,REGION GRAND EST
alstom,NA,brand,ALSTOM
amazon,NA,brand,Amazon
americanexpress,NA,brand,"American Express Travel Related Services Company, Inc."
americanfamily,NA,brand,"AmFam, Inc."
amex,NA,brand,"American Express Travel Related Services Company, Inc."
amfam,NA,brand,"AmFam, Inc."
amica,NA,brand,Amica Mutual Insurance Company
amsterdam,GA,unrestricted,Gemeente Amsterdam
analytics,NA,brand,Campus IP LLC
android,NA,brand,Google
anquan,NA,brand,QIHOO 360 Technology Co. Ltd.
anz,NA,brand,Australia and New Zealand Banking Group Ltd.
aol,NA,brand,OATH Inc.
apartments,GA,unrestricted,Donuts
app,GA,unrestricted,Google
apple,NA,brand,Apple Inc.
aquarelle,NA,brand,Aquarelle.com
arab,NA,restricted,League of Arab States
aramco,NA,brand,Aramco Services Company
archi,GA,semi-restricted,Donuts
army,GA,semi-restricted,Donuts
art,GA,unrestricted,UK Creative Ideas Limited
arte,NA,brand,Association Relative à la Télévision Européenne G.E.I.E.
asda,NA,brand,"Wal-Mart Stores, Inc."
associates,GA,unrestricted,Donuts
athleta,NA,brand,"The Gap, Inc."
attorney,GA,semi-restricted,Donuts
auction,GA,unrestricted,Donuts
audi,NA,brand,AUDI Aktiengesellschaft
audible,NA,brand,Amazon
audio,GA,unrestricted,XYZ.COM LLC
auspost,NA,brand,Australian Postal Corporation
author,NA,unrestricted,Amazon
auto,GA,unrestricted,XYZ.COM LLC
autos,GA,restricted,XYZ.COM LLC
avianca,NA,brand,Aerovias del Continente Americano S.A. Avianca
aws,NA,brand,Amazon
axa,NA,brand,AXA SA
azure,NA,brand,Microsoft Corporation
baby,GA,restricted,XYZ.COM LLC
baidu,NA,brand,"Baidu, Inc."
banamex,NA,brand,Citigroup Inc.
band,GA,unrestricted,Donuts
bank,GA,restricted,fTLD Registry Services LLC
bar,GA,unrestricted,Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable
barcelona,GA,semi-restricted,Municipi de Barcelona
barclaycard,NA,brand,Barclays Bank PLC
barclays,NA,brand,Barclays Bank PLC
barefoot,NA,brand,"Gallo Vineyards, Inc."
bargains,GA,unrestricted,Donuts
baseball,NA,brand,"MLB Advanced Media DH, LLC"
basketball,GA,unrestricted,Fédération Internationale de Basketball (FIBA)
bauhaus,NA,brand,Werkhaus GmbH
bayern,GA,semi-restricted,Bayern Connect GmbH (Minds + Machines Group Limited)
bbc,NA,brand,British Broadcasting Corporation
bbt,NA,brand,BB&T Corporation
bbva,NA,brand,"BANCO BILBAO VIZCAYA ARGENTARIA, S.A."
bcg,NA,brand,"The Boston Consulting Group, Inc."
bcn,NA,brand,Municipi de Barcelona
beats,NA,brand,"Beats Electronics, LLC"
beauty,GA,brand,XYZ.COM LLC
beer,GA,unrestricted,"Registry Services, LLC"
bentley,GA,brand,Bentley Motors Limited
berlin,GA,semi-restricted,dotBERLIN GmbH & Co. KG
best,GA,unrestricted,BestTLD Pty Ltd
bestbuy,NA,brand,"BBY Solutions, Inc."
bet,GA,unrestricted,Donuts
bharti,NA,brand,Bharti Enterprises (Holding) Private Ltd.
bible,GA,unrestricted,American Bible Society
bid,GA,unrestricted,Global Registry Services Limited (Domain Venture Partners)
bike,GA,unrestricted,Donuts
bing,NA,brand,Microsoft Corporation
bingo,GA,unrestricted,Donuts
bio,GA,semi-restricted,Donuts
black,GA,unrestricted,Donuts
blackfriday,GA,unrestricted,"Registry Services, LLC"
blockbuster,NA,brand,Dish DBS Corporation
blog,GA,unrestricted,"Knock Knock WHOIS There, LLC"
bloomberg,NA,brand,Bloomberg IP Holdings LLC
blue,GA,unrestricted,Donuts
bms,NA,brand,Bristol-Myers Squibb Company
bmw,NA,brand,Bayerische Motoren Werke Aktiengesellschaft
bnpparibas,NA,brand,BNP Paribas
boats,GA,restricted,XYZ.COM LLC
boehringer,NA,brand,Boehringer Ingelheim International GmbH
bofa,NA,brand,Bank of America Corporation
bom,NA,unrestricted,Núcleo de Informação e Coordenação do Ponto BR
bond,GA,unrestricted,Shortdot SA
boo,GA,unrestricted,Google
book,NA,unrestricted,Amazon
booking,NA,brand,Booking.com B.V.
bosch,NA,brand,Robert Bosch GMBH
bostik,NA,brand,Bostik SA
boston,GA,unrestricted,"Registry Services, LLC"
bot,GA,unrestricted,Amazon
boutique,GA,unrestricted,Donuts
box,NA,unrestricted,Intercap Registry Inc.
bradesco,NA,brand,Banco Bradesco S.A.
bridgestone,NA,brand,Bridgestone Corporation
broadway,GA,restricted,"Celebrate Broadway, Inc."
broker,GA,semi-restricted,Donuts
brother,NA,brand,"Brother Industries, Ltd."
brussels,GA,unrestricted,DNS.be vzw
build,GA,unrestricted,Plan Bee LLC
builders,GA,unrestricted,Donuts
business,GA,unrestricted,Donuts
buy,NA,unrestricted,Amazon
buzz,GA,unrestricted,DOTSTRATEGY CO.
bzh,GA,semi-restricted,Association www.bzh
cab,GA,unrestricted,Donuts
cafe,GA,unrestricted,Donuts
cal,NA,brand,Google
call,NA,unrestricted,Amazon
calvinklein,NA,brand,PVH gTLD Holdings LLC
cam,GA,unrestricted,CAM Connecting SARL
camera,GA,unrestricted,Donuts
camp,GA,unrestricted,Donuts
canon,NA,brand,Canon Inc.
capetown,GA,unrestricted,ZA Central Registry NPC trading as ZA Central Registry
capital,GA,unrestricted,Donuts
capitalone,NA,brand,Capital One Financial Corporation
car,GA,unrestricted,XYZ.COM LLC
caravan,NA,brand,"Caravan International, Inc."
cards,GA,unrestricted,Donuts
care,GA,unrestricted,Donuts
career,GA,unrestricted,dotCareer LLC
careers,GA,unrestricted,Donuts
cars,GA,unrestricted,XYZ.COM LLC
casa,GA,unrestricted,"Registry Services, LLC"
case,GA,brand,CNH Industrial N.V.
cash,GA,unrestricted,Donuts
casino,GA,unrestricted,Donuts
catering,GA,unrestricted,Donuts
catholic,NA,brand,Pontificium Consilium de Comunicationibus Socialibus
cba,NA,brand,COMMONWEALTH BANK OF AUSTRALIA
cbn,NA,brand,"The Christian Broadcasting Network, Inc."
cbre,NA,brand,"CBRE, Inc."
cbs,NA,brand,CBS Domains Inc.
center,GA,unrestricted,Donuts
ceo,GA,unrestricted,CEOTLD Pty Ltd (PeopleBrowsr Inc.)
cern,NA,brand,"European Organization for Nuclear Research (""CERN"")"
cfa,NA,brand,CFA Institute
cfd,GA,restricted,Shortdot SA
chanel,NA,brand,Chanel International B.V.
channel,GA,brand,Google
charity,GA,unrestricted,Public Interest Registry (PIR)
chase,NA,brand,JPMorgan Chase & Co.
chat,GA,unrestricted,Donuts
cheap,GA,unrestricted,Donuts
chintai,NA,brand,CHINTAI Corporation
christmas,GA,unrestricted,XYZ.COM LLC
chrome,NA,brand,Google
church,GA,unrestricted,Donuts
cipriani,NA,brand,Hotel Cipriani Srl
circle,NA,brand,Amazon
cisco,NA,brand,"Cisco Technology, Inc."
citadel,NA,brand,Citadel Domain LLC
citi,NA,brand,Citigroup Inc.
citic,NA,brand,CITIC Group Corporation
city,GA,unrestricted,Donuts
claims,GA,unrestricted,Donuts
cleaning,GA,unrestricted,Donuts
click,GA,unrestricted,Internet Naming Co.
clinic,GA,unrestricted,Donuts
clinique,NA,brand,The Estée Lauder Companies Inc.
clothing,GA,unrestricted,Donuts
cloud,GA,unrestricted,ARUBA PEC S.p.A.
club,GA,unrestricted,"Registry Services, LLC"
clubmed,NA,brand,Club Méditerranée S.A.
coach,GA,unrestricted,Donuts
codes,GA,unrestricted,Donuts
coffee,GA,unrestricted,Donuts
college,GA,unrestricted,XYZ.COM LLC
cologne,GA,unrestricted,dotKoeln GmbH
comcast,NA,brand,"Comcast IP Holdings I, LLC"
commbank,NA,brand,COMMONWEALTH BANK OF AUSTRALIA
community,GA,unrestricted,Donuts
company,GA,unrestricted,Donuts
compare,GA,brand,"Registry Services, LLC"
computer,GA,unrestricted,Donuts
comsec,NA,restricted,"VeriSign, Inc."
condos,GA,unrestricted,Donuts
construction,GA,unrestricted,Donuts
consulting,GA,unrestricted,Donuts
contact,GA,unrestricted,Donuts
contractors,GA,unrestricted,Donuts
cooking,GA,unrestricted,"Registry Services, LLC"
cool,GA,unrestricted,Donuts
corsica,GA,semi-restricted,Collectivité de Corse
country,GA,unrestricted,Internet Naming Co.
coupon,NA,unrestricted,Amazon
coupons,GA,unrestricted,Donuts
courses,GA,unrestricted,"Registry Services, LLC"
cpa,GA,restricted,American Institute of Certified Public Accountants
credit,GA,unrestricted,Donuts
creditcard,GA,unrestricted,Donuts
creditunion,GA,restricted,DotCooperation LLC
cricket,GA,unrestricted,Global Registry Services Limited (Domain Venture Partners)
crown,NA,brand,Crown Equipment Corporation
crs,NA,brand,Federated Co-operatives Limited
cruise,NA,brand,Viking River Cruises (Bermuda) Ltd.
cruises,GA,unrestricted,Donuts
cuisinella,NA,brand,SCHMIDT GROUPE S.A.S.
cymru,GA,unrestricted,Nominet UK
cyou,GA,unrestricted,Shortdot SA
dabur,NA,brand,Dabur India Limited
dad,GA,unrestricted,Google
dance,GA,unrestricted,Donuts
data,NA,brand,Dish DBS Corporation
date,GA,unrestricted,Global Registry Services Limited (Domain Venture Partners)
dating,GA,unrestricted,Donuts
datsun,NA,brand,"NISSAN MOTOR CO., LTD."
day,GA,unrestricted,Google
dclk,NA,brand,Google
dds,NA,restricted,"Registry Services, LLC"
deal,NA,unrestricted,Amazon
dealer,GA,brand,Intercap Registry Inc.
deals,GA,unrestricted,Donuts
degree,GA,semi-restricted,Donuts
delivery,GA,unrestricted,Donuts
dell,NA,brand,Dell Inc.
deloitte,NA,brand,Deloitte Touche Tohmatsu
delta,NA,brand,"Delta Air Lines, Inc."
democrat,GA,unrestricted,Donuts
dental,GA,unrestricted,Donuts
dentist,GA,semi-restricted,Donuts
desi,GA,unrestricted,Emergency Back-End Registry Operator Program - ICANN
design,GA,unrestricted,"Registry Services, LLC"
dev,GA,brand,Google
dhl,NA,brand,Deutsche Post AG
diamonds,GA,unrestricted,Donuts
diet,GA,semi-restricted,XYZ.COM LLC
digital,GA,unrestricted,Donuts
direct,GA,unrestricted,Donuts
directory,GA,unrestricted,Donuts
discount,GA,unrestricted,Donuts
discover,NA,brand,Discover Financial Services
dish,NA,brand,Dish DBS Corporation
diy,SR,brand,"Lifestyle Domain Holdings, Inc."
dnp,NA,brand,"Dai Nippon Printing Co., Ltd."
docs,NA,unrestricted,Google
doctor,GA,unrestricted,Donuts
dog,GA,unrestricted,Donuts
domains,GA,unrestricted,Donuts
dot,NA,brand,Dish DBS Corporation
download,GA,unrestricted,Global Registry Services Limited (Domain Venture Partners)
drive,NA,brand,Google
dtv,NA,brand,Dish DBS Corporation
dubai,NA,semi-restricted,Dubai Smart Government Department
dunlop,NA,brand,The Goodyear Tire & Rubber Company
dupont,NA,brand,E. I. du Pont de Nemours and Company
durban,GA,unrestricted,ZA Central Registry NPC trading as ZA Central Registry
dvag,NA,brand,Deutsche Vermögensberatung Aktiengesellschaft DVAG (Deutsche Vermögensberatung AG)
dvr,NA,brand,Hughes Satellite Systems Corporation
earth,GA,unrestricted,"Interlink Co., Ltd."
eat,NA,unrestricted,Google
eco,GA,restricted,Big Room Inc.
edeka,NA,brand,EDEKA Verband kaufmännischer Genossenschaften e.V.
education,GA,unrestricted,Donuts
email,GA,unrestricted,Donuts
emerck,NA,brand,Merck KGaA
energy,GA,unrestricted,Donuts
engineer,GA,semi-restricted,Donuts
engineering,GA,unrestricted,Donuts
enterprises,GA,unrestricted,Donuts
epson,NA,brand,Seiko Epson Corporation
equipment,GA,unrestricted,Donuts
ericsson,NA,brand,Telefonaktiebolaget L M Ericsson
erni,NA,brand,ERNI Group Holding AG
esq,GA,restricted,Google
estate,GA,unrestricted,Donuts
eurovision,NA,brand,European Broadcasting Union (EBU)
eus,GA,semi-restricted,Puntueus Fundazioa
events,GA,unrestricted,Donuts
exchange,GA,unrestricted,Donuts
expert,GA,unrestricted,Donuts
exposed,GA,unrestricted,Donuts
express,GA,unrestricted,Donuts
extraspace,NA,brand,Extra Space Storage LLC
fage,NA,brand,Fage International S.A.
fail,GA,unrestricted,Donuts
fairwinds,NA,brand,"FairWinds Partners, LLC"
faith,GA,unrestricted,Global Registry Services Limited (Domain Venture Partners)
family,GA,unrestricted,Donuts
fan,GA,unrestricted,Donuts
fans,GA,unrestricted,ZDNS International Limited
farm,GA,unrestricted,Donuts
farmers,NA,brand,Farmers Insurance Exchange
fashion,GA,unrestricted,"Registry Services, LLC"
fast,NA,unrestricted,Amazon
fedex,NA,brand,Federal Express Corporation
feedback,GA,semi-restricted,"Top Level Spectrum, Inc."
ferrari,NA,brand,Fiat Chrysler Automobiles N.V.
ferrero,NA,brand,Ferrero Trading Lux S.A.
fidelity,NA,brand,Fidelity Brokerage Services LLC
fido,NA,brand,Rogers Communications Canada Inc.
film,GA,restricted,Motion Picture Domain Registry Pty Ltd
final,NA,unrestricted,Núcleo de Informação e Coordenação do Ponto BR
finance,GA,unrestricted,Donuts
financial,GA,unrestricted,Donuts
fire,NA,brand,Amazon
firestone,NA,brand,"Bridgestone Licensing Services, Inc."
firmdale,NA,brand,Firmdale Holdings Limited
fish,GA,unrestricted,Donuts
fishing,GA,unrestricted,"Registry Services, LLC"
fit,GA,unrestricted,"Registry Services, LLC"
fitness,GA,unrestricted,Donuts
flickr,NA,brand,"Flickr, Inc."
flights,GA,unrestricted,Donuts
flir,NA,brand,"FLIR Systems, Inc."
florist,GA,unrestricted,Donuts
flowers,GA,unrestricted,XYZ.COM LLC
fly,NA,restricted,Google
foo,GA,unrestricted,Google
food,SR,brand,"Lifestyle Domain Holdings, Inc."
football,GA,unrestricted,Donuts
ford,NA,brand,Ford Motor Company
forex,GA,semi-restricted,Donuts
forsale,GA,unrestricted,Donuts
forum,GA,unrestricted,"Fegistry, LLC"
foundation,GA,unrestricted,Public Interest Registry (PIR)
fox,NA,brand,"FOX Registry, LLC"
free,NA,unrestricted,Amazon
fresenius,NA,brand,Fresenius Immobilien-Verwaltungs-GmbH
frl,GA,unrestricted,FRLregistry B.V.
frogans,NA,unrestricted,OP3FT
frontier,NA,brand,Frontier Communications Corporation
ftr,NA,brand,Frontier Communications Corporation
fujitsu,NA,brand,Fujitsu Ltd.
fun,GA,unrestricted,Radix FZC
fund,GA,unrestricted,Donuts
furniture,GA,unrestricted,Donuts
futbol,GA,unrestricted,Donuts
fyi,GA,unrestricted,Donuts
gal,GA,semi-restricted,Asociación puntoGAL
gallery,GA,unrestricted,Donuts
gallo,NA,brand,"Gallo Vineyards, Inc."
gallup,NA,brand,"Gallup, Inc."
game,GA,unrestricted,XYZ.COM LLC
games,GA,unrestricted,Donuts
gap,NA,brand,"The Gap, Inc."
garden,GA,unrestricted,"Registry Services, LLC"
gay,GA,unrestricted,"Top Level Design, LLC"
gbiz,NA,brand,Google
gdn,GA,unrestricted,"Joint Stock Company ""Navigation-information systems"""
gea,NA,brand,GEA Group Aktiengesellschaft
gent,GA,unrestricted,Combell nv
genting,NA,brand,Resorts World Inc Pte. Ltd.
george,NA,brand,"Wal-Mart Stores, Inc."
ggee,NA,brand,"GMO Registry, Inc."
gift,GA,unrestricted,"DotGift, LLC"
gifts,GA,unrestricted,Donuts
gives,GA,semi-restricted,Public Interest Registry (PIR)
giving,GA,brand,Public Interest Registry (PIR)
glass,GA,unrestricted,Donuts
gle,NA,brand,Google
global,GA,unrestricted,Dot Global Domain Registry Limited
globo,NA,brand,Globo Comunicação e Participações S.A
gmail,NA,brand,Google
gmbh,GA,semi-restricted,Donuts
gmo,NA,brand,"GMO Registry, Inc."
gmx,NA,brand,11 Mail Media GmbH
godaddy,NA,brand,"Go Daddy East, LLC"
gold,GA,unrestricted,Donuts
goldpoint,NA,brand,"YODOBASHI CAMERA CO.,LTD."
golf,GA,unrestricted,Donuts
goo,NA,brand,NTT Resonant Inc.
goodyear,NA,brand,The Goodyear Tire & Rubber Company
goog,NA,brand,Google
google,NA,brand,Google
gop,GA,unrestricted,"Republican State Leadership Committee, Inc."
got,NA,unrestricted,Amazon
grainger,NA,brand,"Grainger Registry Services, LLC"
graphics,GA,unrestricted,Donuts
gratis,GA,unrestricted,Donuts
green,GA,unrestricted,Donuts
gripe,GA,unrestricted,Donuts
grocery,NA,brand,"Wal-Mart Stores, Inc."
group,GA,unrestricted,Donuts
guardian,NA,brand,The Guardian Life Insurance Company of America
gucci,NA,brand,Guccio Gucci S.p.a.
guge,NA,brand,Google
guide,GA,unrestricted,Donuts
guitars,GA,unrestricted,XYZ.COM LLC
guru,GA,unrestricted,Donuts
hair,GA,brand,XYZ.COM LLC
hamburg,GA,semi-restricted,Hamburg Top-Level-Domain GmbH
hangout,NA,brand,Google
haus,GA,unrestricted,Donuts
hbo,NA,brand,"HBO Registry Services, Inc."
hdfc,NA,brand,Housing Development Finance Corp. Ltd.
hdfcbank,NA,brand,HDFC Bank Limited
health,GA,restricted,"Registry Services, LLC"
healthcare,GA,unrestricted,Donuts
help,GA,unrestricted,UNR Corp.
helsinki,NA,brand,City of Helsinki
here,NA,unrestricted,Google
hermes,NA,brand,HERMES INTERNATIONAL
hiphop,GA,semi-restricted,"Dot Hip Hop, LLC"
hisamitsu,NA,brand,"Hisamitsu Pharmaceutical Co.,Inc."
hitachi,NA,brand,"Hitachi, Ltd."
hiv,GA,unrestricted,Internet Naming Co.
hkt,NA,brand,PCCW-HKT DataCom Services Limited
hockey,GA,unrestricted,Donuts
holdings,GA,unrestricted,Donuts
holiday,GA,unrestricted,Donuts
homedepot,NA,brand,"Home Depot Product Authority, LLC"
homegoods,NA,brand,"The TJX Companies, Inc."
homes,GA,restricted,XYZ.COM LLC
homesense,NA,brand,"The TJX Companies, Inc."
honda,NA,brand,"Honda Motor Co., Ltd."
horse,GA,unrestricted,"Registry Services, LLC"
hospital,GA,unrestricted,Donuts
host,GA,unrestricted,Radix FZC
hosting,GA,unrestricted,XYZ.COM LLC
hot,NA,brand,Amazon
hotels,NA,brand,Booking.com B.V.
hotmail,NA,brand,Microsoft Corporation
house,GA,unrestricted,Donuts
how,GA,unrestricted,Google
hsbc,NA,brand,HSBC Holdings PLC
hughes,NA,brand,Hughes Satellite Systems Corporation
hyatt,NA,brand,"Hyatt GTLD, L.L.C."
hyundai,NA,brand,Hyundai Motor Company
ibm,NA,brand,International Business Machines Corporation
icbc,NA,brand,Industrial and Commercial Bank of China Limited
ice,NA,brand,"IntercontinentalExchange, Inc."
icu,GA,unrestricted,Shortdot SA
ieee,GA,brand,IEEE Global LLC
ifm,NA,brand,IFM Electronic GmbH
ikano,NA,brand,Ikano S.A.
imamat,NA,brand,Fondation Aga Khan
imdb,NA,brand,Amazon
immo,GA,unrestricted,Donuts
immobilien,GA,unrestricted,Donuts
inc,GA,unrestricted,Intercap Registry Inc.
industries,GA,unrestricted,Donuts
infiniti,NA,brand,"NISSAN MOTOR CO., LTD."
ing,GA,unrestricted,Google
ink,GA,unrestricted,"Top Level Design, LLC"
institute,GA,unrestricted,Donuts
insurance,GA,restricted,fTLD Registry Services LLC
insure,GA,unrestricted,Donuts
international,GA,unrestricted,Donuts
intuit,NA,brand,"Intuit Administrative Services, Inc."
investments,GA,unrestricted,Donuts
ipiranga,NA,brand,Ipiranga Produtos de Petroleo S.A.
irish,GA,unrestricted,Donuts
ismaili,NA,brand,Fondation Aga Khan
ist,GA,unrestricted,Istanbul Dijital Medya Tic. A.S.
istanbul,GA,unrestricted,Istanbul Dijital Medya Tic. A.S.
itau,NA,brand,Itau Unibanco Holding S.A.
itv,NA,brand,ITV Services Ltd.
jaguar,NA,brand,Jaguar Land Rover Ltd
java,NA,brand,Oracle Corporation
jcb,NA,brand,"JCB Co., Ltd."
jeep,NA,brand,FCA US LLC.
jetzt,GA,unrestricted,Donuts
jewelry,GA,unrestricted,Donuts
jio,NA,brand,"Affinity Names, Inc."
jll,NA,brand,Jones Lang LaSalle Incorporated
jmp,NA,brand,Matrix IP LLC
jnj,NA,brand,"Johnson & Johnson Services, Inc."
joburg,GA,unrestricted,ZA Central Registry NPC trading as ZA Central Registry
jot,NA,brand,Amazon
joy,NA,unrestricted,Amazon
jpmorgan,NA,brand,JPMorgan Chase & Co.
jprs,NA,brand,"Japan Registry Services Co., Ltd."
juegos,GA,semi-restricted,UNR Corp.
juniper,NA,brand,"JUNIPER NETWORKS, INC."
kaufen,GA,unrestricted,Donuts
kddi,NA,brand,KDDI Corp.
kerryhotels,NA,brand,Kerry Trading Co. Limited
kerrylogistics,NA,brand,Kerry Trading Co. Limited
kerryproperties,NA,brand,Kerry Trading Co. Limited
kfh,NA,brand,Kuwait Finance House
kia,NA,brand,KIA Motors Corp.
kids,GA,unrestricted,DotKids Foundation Limited
kim,GA,unrestricted,Donuts
kindle,NA,brand,Amazon
kitchen,GA,unrestricted,Donuts
kiwi,GA,unrestricted,DOT KIWI Ltd.
koeln,GA,unrestricted,dotKoeln GmbH
komatsu,NA,brand,Komatsu Ltd.
kosher,NA,brand,Kosher Marketing Assets LLC
kpmg,GA,brand,KPMG International
kpn,NA,brand,Koninklijke KPN N.V.
krd,GA,semi-restricted,KRG Department of Information Technology
kred,NA,brand,KredTLD Pty Ltd (PeopleBrowsr Inc.)
kuokgroup,NA,brand,Kerry Trading Co. Limited
kyoto,GA,semi-restricted,Academic Institution: Kyoto Jyoho Gakuen
lacaixa,NA,brand,CAIXA D'ESTALVIS I PENSIONS DE BARCELONA
lamborghini,NA,brand,Automobili Lamborghini S.p.A.
lamer,NA,brand,The Estée Lauder Companies Inc.
lancaster,NA,brand,LANCASTER
land,GA,unrestricted,Donuts
landrover,NA,brand,Jaguar Land Rover Ltd
lanxess,NA,brand,LANXESS Corporation
lasalle,NA,brand,Jones Lang LaSalle Incorporated
lat,GA,unrestricted,XYZ.COM LLC
latino,NA,semi-restricted,Dish DBS Corporation
latrobe,NA,brand,La Trobe University
law,GA,restricted,"Registry Services, LLC"
lawyer,GA,semi-restricted,Donuts
lds,NA,brand,"IRI Domain Management, LLC"
lease,GA,unrestricted,Donuts
leclerc,NA,brand,A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc
lefrak,NA,brand,"LeFrak Organization, Inc."
legal,GA,unrestricted,Donuts
lego,NA,brand,LEGO Juris A/S
lexus,NA,brand,TOYOTA MOTOR CORPORATION
lgbt,GA,unrestricted,Donuts
lidl,NA,brand,Schwarz Domains und Services GmbH & Co. KG
life,GA,unrestricted,Donuts
lifeinsurance,NA,brand,American Council of Life Insurers
lifestyle,SR,brand,"Lifestyle Domain Holdings, Inc."
lighting,GA,unrestricted,Donuts
like,NA,unrestricted,Amazon
lilly,NA,brand,Eli Lilly and Company
limited,GA,unrestricted,Donuts
limo,GA,unrestricted,Donuts
lincoln,NA,brand,Ford Motor Company
link,GA,unrestricted,Nova Registry Ltd.
lipsy,NA,brand,Lipsy Ltd
live,GA,unrestricted,Donuts
living,SR,brand,"Lifestyle Domain Holdings, Inc."
llc,NA,unrestricted,Donuts
llp,NA,unrestricted,Intercap Registry Inc.
loan,GA,unrestricted,Global Registry Services Limited (Domain Venture Partners)
loans,GA,unrestricted,Donuts
locker,NA,brand,Dish DBS Corporation
locus,NA,brand,Locus Analytics LLC
lol,GA,unrestricted,XYZ.COM LLC
london,GA,unrestricted,Dot London Domains Limited (Minds + Machines Group Limited)
lotte,NA,brand,"Lotte Holdings Co., Ltd."
lotto,GA,restricted,Donuts
love,GA,unrestricted,Merchant Law Group LLP
lpl,NA,brand,"LPL Holdings, Inc."
lplfinancial,NA,brand,"LPL Holdings, Inc."
ltd,GA,unrestricted,Donuts
ltda,GA,restricted,InterNetX Corp.
lundbeck,NA,brand,H. Lundbeck A/S
luxe,GA,unrestricted,"Registry Services, LLC"
luxury,GA,unrestricted,Luxury Partners LLC
madrid,GA,semi-restricted,Comunidad de Madrid
maif,NA,brand,Mutuelle Assurance Instituteur France (MAIF)
maison,GA,unrestricted,Donuts
makeup,GA,semi-restricted,XYZ.COM LLC
man,NA,brand,MAN SE
management,GA,unrestricted,Donuts
mango,NA,brand,PUNTO FA S.L.
map,NA,unrestricted,Google
market,GA,semi-restricted,Donuts
marketing,GA,unrestricted,Donuts
markets,GA,unrestricted,Donuts
marriott,NA,brand,Marriott Worldwide Corporation
marshalls,NA,brand,"The TJX Companies, Inc."
mattel,NA,brand,"Mattel Sites, Inc."
mba,GA,unrestricted,Donuts
mckinsey,NA,brand,"McKinsey Holdings, Inc."
med,NA,brand,Medistry LLC
media,GA,unrestricted,Donuts
meet,NA,unrestricted,Google
melbourne,GA,restricted,"The Crown in right of the State of Victoria, represented by its Department of State Development, Business and Innovation"
meme,GA,unrestricted,Google
memorial,GA,unrestricted,Donuts
men,GA,unrestricted,Global Registry Services Limited (Domain Venture Partners)
menu,GA,unrestricted,"Wedding TLD2, LLC"
merckmsd,NA,brand,"MSD Registry Holdings, Inc."
miami,GA,unrestricted,"Registry Services, LLC"
microsoft,NA,brand,Microsoft Corporation
mini,NA,brand,Bayerische Motoren Werke Aktiengesellschaft
mint,NA,brand,"Intuit Administrative Services, Inc."
mit,NA,brand,Massachusetts Institute of Technology
mitsubishi,NA,brand,Mitsubishi Corporation
mlb,NA,brand,"MLB Advanced Media DH, LLC"
mls,NA,restricted,The Canadian Real Estate Association
mma,NA,brand,MMA IARD
mobile,NA,brand,Dish DBS Corporation
moda,GA,unrestricted,Donuts
moe,GA,unrestricted,"Interlink Co., Ltd."
moi,GA,unrestricted,Amazon
mom,GA,unrestricted,XYZ.COM LLC
monash,NA,brand,Monash University
money,GA,unrestricted,Donuts
monster,GA,brand,XYZ.COM LLC
mormon,NA,brand,"IRI Domain Management, LLC"
mortgage,GA,semi-restricted,Donuts
moscow,GA,unrestricted,Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)
moto,NA,brand,"Motorola Trademark Holdings, LLC"
motorcycles,GA,restricted,XYZ.COM LLC
mov,GA,unrestricted,Google
movie,GA,unrestricted,Donuts
msd,NA,brand,"MSD Registry Holdings, Inc."
mtn,NA,brand,MTN Dubai Limited
mtr,NA,brand,MTR Corporation Limited
music,NA,restricted,DotMusic Limited
nab,NA,brand,National Australia Bank Limited
nagoya,GA,unrestricted,"GMO Registry, Inc."
natura,NA,brand,NATURA COSMÉTICOS S.A.
navy,GA,semi-restricted,Donuts
nba,NA,brand,"NBA REGISTRY, LLC"
nec,NA,brand,NEC Corporation
netbank,NA,brand,COMMONWEALTH BANK OF AUSTRALIA
netflix,NA,brand,"Netflix, Inc."
network,GA,unrestricted,Donuts
neustar,NA,brand,"NeuStar, Inc."
new,GA,unrestricted,Google
news,GA,unrestricted,Donuts
next,NA,brand,Next plc
nextdirect,NA,brand,Next plc
nexus,GA,brand,Google
nfl,NA,brand,NFL Reg Ops LLC
ngo,GA,restricted,Public Interest Registry (PIR)
nhk,NA,brand,Japan Broadcasting Corporation (NHK)
nico,NA,brand,"DWANGO Co., Ltd."
nike,NA,brand,NIKE Inc.
nikon,NA,brand,NIKON CORPORATION
ninja,GA,unrestricted,Donuts
nissan,NA,brand,"NISSAN MOTOR CO., LTD."
nissay,NA,brand,Nippon Life Insurance Company
nokia,NA,brand,Nokia Corporation
norton,NA,brand,Symantec Corporation
now,NA,unrestricted,Amazon
nowruz,GA,unrestricted,Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.
nowtv,NA,brand,Starbucks (HK) Limited
nra,NA,brand,"NRA Holdings Company, INC."
nrw,GA,semi-restricted,Minds + Machines GmbH (Minds + Machines Group Limited)
ntt,NA,brand,NIPPON Telegraph and Telephone Corp.
nyc,GA,semi-restricted,The City of New York by and through the New York City Department of Information Technology & Telecommunications
obi,NA,brand,OBI Group Holding SE & Co. KGaA
observer,GA,unrestricted,Donuts
office,NA,brand,Microsoft Corporation
okinawa,GA,unrestricted,"BRregistry, Inc."
olayan,NA,brand,Crescent Holding GmbH
olayangroup,NA,brand,Crescent Holding GmbH
ollo,NA,brand,Dish DBS Corporation
omega,NA,brand,The Swatch Group Ltd
one,GA,unrestricted,One Registry
ong,GA,restricted,Public Interest Registry (PIR)
onl,GA,unrestricted,iRegistry GmbH
online,GA,unrestricted,Radix FZC
ooo,GA,unrestricted,Infibeam Avenues Limited
open,NA,brand,"American Express Travel Related Services Company, Inc."
oracle,NA,brand,Oracle Corporation
orange,NA,brand,Orange Brand Services Limited
organic,GA,restricted,Donuts
origins,NA,brand,The Estée Lauder Companies Inc.
osaka,GA,semi-restricted,"Osaka Registry Co., Ltd."
otsuka,NA,brand,"Otsuka Holdings Co., Ltd."
ott,NA,brand,Dish DBS Corporation
ovh,GA,unrestricted,OVH SAS
page,GA,brand,Google
panasonic,NA,brand,Panasonic Corporation
paris,GA,semi-restricted,City of Paris
pars,NA,unrestricted,Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.
partners,GA,unrestricted,Donuts
parts,GA,unrestricted,Donuts
party,GA,unrestricted,Global Registry Services Limited (Domain Venture Partners)
pay,NA,unrestricted,Amazon
pccw,NA,brand,PCCW Enterprises Limited
pet,GA,unrestricted,Donuts
pfizer,NA,brand,Pfizer Inc.
pharmacy,GA,restricted,National Association of Boards of Pharmacy
phd,GA,restricted,Google
philips,NA,brand,Koninklijke Philips N.V.
phone,NA,brand,Dish DBS Corporation
photo,GA,unrestricted,"Registry Services, LLC"
photography,GA,unrestricted,Donuts
photos,GA,unrestricted,Donuts
physio,GA,semi-restricted,PhysBiz Pty Ltd
pics,GA,unrestricted,XYZ.COM LLC
pictet,NA,brand,Pictet Europe S.A.
pictures,GA,unrestricted,Donuts
pid,NA,unrestricted,"Top Level Spectrum, Inc."
pin,NA,brand,Amazon
ping,NA,brand,"Ping Registry Provider, Inc."
pink,GA,unrestricted,Donuts
pioneer,GA,brand,Pioneer Corporation
pizza,GA,unrestricted,Donuts
place,GA,unrestricted,Donuts
play,NA,brand,Google
playstation,NA,brand,Sony Computer Entertainment Inc.
plumbing,GA,unrestricted,Donuts
plus,GA,unrestricted,Donuts
pnc,NA,brand,"PNC Domain Co., LLC"
pohl,NA,brand,Deutsche Vermögensberatung Aktiengesellschaft DVAG (Deutsche Vermögensberatung AG)
poker,GA,unrestricted,Donuts
politie,NA,brand,Politie Nederland
porn,GA,unrestricted,ICM Registry LLC (Minds + Machines Group Limited)
pramerica,NA,brand,"Prudential Financial, Inc."
praxi,NA,brand,Praxi S.p.A.
press,GA,unrestricted,Radix FZC
prime,NA,brand,Amazon
prod,NA,brand,Google
productions,GA,unrestricted,Donuts
prof,GA,unrestricted,Google
progressive,NA,brand,Progressive Casualty Insurance Company
promo,GA,unrestricted,Donuts
properties,GA,unrestricted,Donuts
property,GA,unrestricted,Internet Naming Co.
protection,GA,semi-restricted,XYZ.COM LLC
pru,NA,brand,"Prudential Financial, Inc."
prudential,NA,brand,"Prudential Financial, Inc."
pub,GA,unrestricted,Donuts
pwc,NA,brand,PricewaterhouseCoopers LLP
qpon,GA,unrestricted,"dotCOOL, Inc."
quebec,GA,semi-restricted,PointQuébec Inc
quest,GA,brand,XYZ.COM LLC
racing,GA,unrestricted,Global Registry Services Limited (Domain Venture Partners)
radio,GA,unrestricted,European Broadcasting Union (EBU)
read,NA,unrestricted,Amazon
realestate,GA,brand,dotRealEstate LLC
realtor,GA,restricted,Real Estate Domains LLC
realty,GA,unrestricted,Donuts
recipes,GA,unrestricted,Donuts
red,GA,unrestricted,Donuts
redstone,NA,brand,"Redstone Haute Couture Co., Ltd."
redumbrella,NA,brand,"Travelers TLD, LLC"
rehab,GA,semi-restricted,Donuts
reise,GA,semi-restricted,Donuts
reisen,GA,unrestricted,Donuts
reit,GA,restricted,"National Association of Real Estate Investment Trusts, Inc."
reliance,NA,brand,Reliance Industries Ltd.
ren,GA,unrestricted,ZDNS International Limited
rent,GA,unrestricted,XYZ.COM LLC
rentals,GA,unrestricted,Donuts
repair,GA,unrestricted,Donuts
report,GA,unrestricted,Donuts
republican,GA,unrestricted,Donuts
rest,GA,unrestricted,Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable
restaurant,GA,unrestricted,Donuts
review,GA,unrestricted,Global Registry Services Limited (Domain Venture Partners)
reviews,GA,unrestricted,Donuts
rexroth,NA,brand,Robert Bosch GMBH
rich,GA,unrestricted,iRegistry GmbH
richardli,NA,brand,Pacific Century Asset Management (HK) Ltd.
ricoh,NA,brand,"Ricoh Company, Ltd."
ril,NA,brand,Reliance Industries Ltd.
rio,GA,semi-restricted,Empresa Municipal de Informática SA - IPLANRIO
rip,GA,unrestricted,Donuts
rocks,GA,unrestricted,Donuts
rodeo,GA,unrestricted,"Registry Services, LLC"
rogers,NA,brand,Rogers Communications Canada Inc.
room,NA,unrestricted,Amazon
rsvp,GA,unrestricted,Google
rugby,GA,unrestricted,World Rugby Strategic Developments Limited
ruhr,GA,semi-restricted,dotSaarland GmbH (CentralNic Group PLC)
run,GA,unrestricted,Donuts
rwe,NA,brand,RWE AG
ryukyu,GA,unrestricted,"BRregistry, Inc."
saarland,GA,unrestricted,dotSaarland GmbH (CentralNic Group PLC)
safe,NA,unrestricted,Amazon
safety,NA,restricted,"Safety Registry Services, LLC."
sakura,NA,brand,SAKURA Internet Inc.
sale,GA,unrestricted,Donuts
salon,GA,unrestricted,Donuts
samsclub,NA,brand,"Wal-Mart Stores, Inc."
samsung,NA,brand,"SAMSUNG SDS CO., LTD"
sandvik,NA,brand,Sandvik AB
sandvikcoromant,NA,brand,Sandvik AB
sanofi,NA,brand,Sanofi
sap,NA,brand,SAP AG
sarl,GA,unrestricted,Donuts
sas,NA,brand,Research IP LLC
save,NA,unrestricted,Amazon
saxo,NA,brand,Saxo Bank A/S
sbi,NA,brand,STATE BANK OF INDIA
sbs,GA,brand,Shortdot SA
scb,NA,brand,"The Siam Commercial Bank Public Company Limited (""SCB"")"
schaeffler,NA,brand,Schaeffler Technologies AG & Co. KG
schmidt,NA,brand,SCHMIDT GROUPE S.A.S.
scholarships,NA,brand,"Scholarships.com, LLC"
school,GA,unrestricted,Donuts
schule,GA,unrestricted,Donuts
schwarz,NA,brand,Schwarz Domains und Services GmbH & Co. KG
science,GA,unrestricted,Global Registry Services Limited (Domain Venture Partners)
scot,GA,semi-restricted,Dot Scot Registry Limited
search,NA,brand,Google
seat,NA,brand,"SEAT, S.A. (Sociedad Unipersonal)"
secure,NA,unrestricted,Amazon
security,GA,semi-restricted,XYZ.COM LLC
seek,NA,brand,Seek Limited
select,GA,brand,"Registry Services, LLC"
sener,NA,brand,"Sener Ingeniería y Sistemas, S.A."
services,GA,unrestricted,Donuts
seven,NA,brand,Seven West Media Ltd
sew,NA,brand,SEW-EURODRIVE GmbH & Co KG
sex,GA,unrestricted,ICM Registry LLC (Minds + Machines Group Limited)
sexy,GA,unrestricted,Internet Naming Co.
sfr,NA,brand,Societe Francaise du Radiotelephone - SFR
shangrila,NA,brand,Shangri‐La International Hotel Management Limited
sharp,NA,brand,Sharp Corporation
shaw,NA,brand,Shaw Cablesystems G.P.
shell,NA,brand,Shell Information Technology International Inc
shia,NA,unrestricted,Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.
shiksha,GA,unrestricted,Donuts
shoes,GA,unrestricted,Donuts
shop,GA,unrestricted,"GMO Registry, Inc."
shopping,GA,unrestricted,Donuts
shouji,NA,brand,QIHOO 360 Technology Co. Ltd.
show,GA,unrestricted,Donuts
showtime,NA,brand,CBS Domains Inc.
silk,NA,unrestricted,Amazon
sina,NA,brand,Sina Corporation
singles,GA,unrestricted,Donuts
site,GA,unrestricted,Radix FZC
ski,GA,unrestricted,Donuts
skin,GA,brand,XYZ.COM LLC
sky,NA,brand,Sky International AG
skype,NA,brand,Microsoft Corporation
sling,NA,brand,Hughes Satellite Systems Corporation
smart,NA,brand,"Smart Communications, Inc."
smile,NA,unrestricted,Amazon
sncf,NA,brand,SNCF (Société Nationale des Chemins de fer Francais)
soccer,GA,unrestricted,Donuts
social,GA,unrestricted,Donuts
softbank,NA,brand,SoftBank Group Corp.
software,GA,semi-restricted,Donuts
sohu,NA,brand,Sohu.com Limited
solar,GA,unrestricted,Donuts
solutions,GA,unrestricted,Donuts
song,NA,unrestricted,Amazon
sony,NA,brand,Sony Corporation
soy,GA,unrestricted,Google
spa,NA,unknown,Asia Spa and Wellness Promotion Council Limited
space,GA,unrestricted,Radix FZC
sport,GA,semi-restricted,Global Association of International Sports Federations (GAISF)
spot,NA,brand,Amazon
srl,GA,semi-restricted,InterNetX Corp.
stada,NA,brand,STADA Arzneimittel AG
staples,NA,brand,"Staples, Inc."
star,NA,brand,Star India Private Limited
statebank,NA,brand,STATE BANK OF INDIA
statefarm,NA,brand,State Farm Mutual Automobile Insurance Company
stc,NA,brand,Saudi Telecom Company
stcgroup,NA,brand,Saudi Telecom Company
stockholm,GA,semi-restricted,Stockholms kommun
storage,GA,unrestricted,XYZ.COM LLC
store,GA,unrestricted,Radix FZC
stream,GA,unrestricted,Global Registry Services Limited (Domain Venture Partners)
studio,GA,unrestricted,Donuts
study,GA,unrestricted,"Registry Services, LLC"
style,GA,unrestricted,Donuts
sucks,GA,unrestricted,Vox Populi Registry Inc.
supplies,GA,unrestricted,Donuts
supply,GA,unrestricted,Donuts
support,GA,unrestricted,Donuts
surf,GA,unrestricted,"Registry Services, LLC"
surgery,GA,unrestricted,Donuts
suzuki,NA,brand,SUZUKI MOTOR CORPORATION
swatch,NA,brand,The Swatch Group Ltd
swiss,GA,semi-restricted,Swiss Confederation
sydney,GA,restricted,"State of New South Wales, Department of Premier and Cabinet"
systems,GA,unrestricted,Donuts
tab,NA,brand,Tabcorp Holdings Limited
taipei,GA,unrestricted,Taipei City Government
talk,NA,unrestricted,Amazon
taobao,NA,brand,Alibaba Group Holding Ltd. (Alibaba Group Holding Ltd.)
target,NA,brand,"Target Domain Holdings, LLC"
tatamotors,NA,brand,Tata Motors Ltd
tatar,GA,unrestricted,"Limited Liability Company ""Coordination Center of Regional Domain of Tatarstan Republic"""
tattoo,GA,unrestricted,"Top Level Design, LLC"
tax,GA,unrestricted,Donuts
taxi,GA,unrestricted,Donuts
tci,NA,unrestricted,Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.
tdk,NA,brand,TDK Corporation
team,GA,unrestricted,Donuts
tech,GA,unrestricted,Radix FZC
technology,GA,unrestricted,Donuts
temasek,NA,brand,Temasek Holdings (Private) Limited
tennis,GA,unrestricted,Donuts
teva,NA,brand,Teva Pharmaceutical Industries Limited
thd,NA,brand,"Home Depot Product Authority, LLC"
theater,GA,unrestricted,Donuts
theatre,GA,unrestricted,XYZ.COM LLC
tiaa,NA,brand,Teachers Insurance and Annuity Association of America
tickets,GA,semi-restricted,XYZ.COM LLC
tienda,GA,unrestricted,Donuts
tips,GA,unrestricted,Donuts
tires,GA,unrestricted,Donuts
tirol,GA,semi-restricted,punkt Tirol GmbH
tjmaxx,NA,brand,"The TJX Companies, Inc."
tjx,NA,brand,"The TJX Companies, Inc."
tkmaxx,NA,brand,"The TJX Companies, Inc."
tmall,NA,brand,Alibaba Group Holding Ltd. (Alibaba Group Holding Ltd.)
today,GA,unrestricted,Donuts
tokyo,GA,unrestricted,"GMO Registry, Inc."
tools,GA,unrestricted,Donuts
top,GA,unrestricted,"Jiangsu Bangning Science & Technology Co.,Ltd."
toray,NA,brand,"Toray Industries, Inc."
toshiba,NA,brand,TOSHIBA Corporation
total,NA,brand,Total SA
tours,GA,unrestricted,Donuts
town,GA,unrestricted,Donuts
toyota,NA,brand,TOYOTA MOTOR CORPORATION
toys,GA,unrestricted,Donuts
trade,GA,unrestricted,Global Registry Services Limited (Domain Venture Partners)
trading,GA,semi-restricted,Donuts
training,GA,unrestricted,Donuts
travelers,NA,brand,"Travelers TLD, LLC"
travelersinsurance,NA,brand,"Travelers TLD, LLC"
trust,GA,restricted,Internet Naming Co.
trv,NA,brand,"Travelers TLD, LLC"
tube,GA,unrestricted,Latin American Telecom LLC
tui,NA,brand,TUI AG
tunes,NA,unrestricted,Amazon
tushu,NA,unrestricted,Amazon
tvs,NA,brand,TV Sundram Iyengar & Sons Private Ltd.
ubank,NA,brand,National Australia Bank Limited
ubs,NA,brand,UBS AG
unicom,NA,brand,China United Network Communications Corp. Ltd.
university,GA,unrestricted,Donuts
uno,GA,unrestricted,Radix FZC
uol,NA,brand,UBN INTERNET LTDA.
ups,NA,brand,"UPS Market Driver, Inc."
vacations,GA,unrestricted,Donuts
vana,SR,brand,"Lifestyle Domain Holdings, Inc."
vanguard,NA,brand,"The Vanguard Group, Inc."
vegas,GA,unrestricted,"Dot Vegas, Inc."
ventures,GA,unrestricted,Donuts
verisign,NA,brand,"VeriSign, Inc."
versicherung,GA,restricted,TLD-BOX Registrydienstleistungen GmbH
vet,GA,semi-restricted,Donuts
viajes,GA,unrestricted,Donuts
video,GA,unrestricted,Donuts
vig,NA,brand,VIENNA INSURANCE GROUP AG
viking,NA,brand,Viking River Cruises (Bermuda) Ltd.
villas,GA,unrestricted,Donuts
vin,GA,unrestricted,Donuts
vip,GA,unrestricted,"Registry Services, LLC"
virgin,NA,brand,Virgin Enterprises Limited
visa,NA,brand,Visa Worldwide Pte. Limited
vision,GA,unrestricted,Donuts
viva,NA,brand,Saudi Telecom Company
vivo,NA,brand,Telefonica Brasil S.A.
vlaanderen,GA,unrestricted,DNS.be vzw
vodka,GA,unrestricted,"Registry Services, LLC"
volvo,NA,brand,Volvo Holding Sverige Aktiebolag
vote,GA,restricted,Donuts
voting,GA,unrestricted,Valuetainment Corp.
voto,GA,restricted,Donuts
voyage,GA,unrestricted,Donuts
wales,GA,unrestricted,Nominet UK
walmart,NA,brand,"Wal-Mart Stores, Inc."
walter,NA,brand,Sandvik AB
wang,GA,unrestricted,Zodiac Registry Limited (Zodiac Holdings Ltd.)
wanggou,NA,brand,Amazon
watch,GA,unrestricted,Donuts
watches,GA,brand,Donuts
weather,NA,brand,International Business Machines Corporation
weatherchannel,NA,brand,International Business Machines Corporation
webcam,GA,unrestricted,Global Registry Services Limited (Domain Venture Partners)
weber,NA,brand,Saint-Gobain Weber SA
website,GA,unrestricted,Radix FZC
wed,GA,unrestricted,Emergency Back-End Registry Operator Program - ICANN
wedding,GA,unrestricted,"Registry Services, LLC"
weibo,NA,brand,Sina Corporation
weir,NA,brand,Weir Group IP Limited
whoswho,GA,unrestricted,Who's Who Registry
wien,GA,semi-restricted,punkt.wien GmbH
wiki,GA,unrestricted,"Top Level Design, LLC"
williamhill,NA,brand,William Hill Organization Limited
win,GA,unrestricted,Global Registry Services Limited (Domain Venture Partners)
windows,NA,brand,Microsoft Corporation
wine,GA,unrestricted,Donuts
winners,NA,brand,"The TJX Companies, Inc."
wme,NA,brand,"William Morris Endeavor Entertainment, LLC"
wolterskluwer,NA,brand,Wolters Kluwer N.V.
woodside,NA,brand,Woodside Petroleum Limited
work,GA,unrestricted,"Registry Services, LLC"
works,GA,unrestricted,Donuts
world,GA,unrestricted,Donuts
wow,NA,unrestricted,Amazon
wtc,NA,brand,"World Trade Centers Association, Inc."
wtf,GA,unrestricted,Donuts
xbox,NA,brand,Microsoft Corporation
xerox,NA,brand,Xerox DNHC LLC
xfinity,NA,brand,"Comcast IP Holdings I, LLC"
xihuan,NA,brand,QIHOO 360 Technology Co. Ltd.
xin,GA,semi-restricted,Elegant Leader Limited (Alibaba Group Holding Ltd.)
xn--11b4c3d,NA,unrestricted,VeriSign Sarl
xn--1ck2e1b,GA,unrestricted,Amazon
xn--1qqw23a,GA,unrestricted,"Guangzhou YU Wei Information Technology Co., Ltd."
xn--30rr7y,NA,unrestricted,Excellent First Limited
xn--3bst00m,GA,unrestricted,Eagle Horizon Limited (Zodiac Holdings Ltd.)
xn--3ds443g,GA,unrestricted,TLD REGISTRY LIMITED
xn--3pxu8k,NA,unrestricted,VeriSign Sarl
xn--42c2d9a,NA,unrestricted,VeriSign Sarl
xn--45q11c,GA,unrestricted,Zodiac Scorpio Limited (Zodiac Holdings Ltd.)
xn--4gbrim,GA,unrestricted,Helium TLDs Ltd
xn--55qw42g,NA,restricted,China Organizational Name Administration Center
xn--55qx5d,GA,semi-restricted,Computer Network Information Center of Chinese Academy of Sciences China Internet Network Information Center
xn--5su34j936bgsg,NA,brand,Shangri‐La International Hotel Management Limited
xn--5tzm5g,GA,unrestricted,Global Website TLD Asia Limited
xn--6frz82g,GA,unrestricted,Donuts
xn--6qq986b3xl,GA,unrestricted,Tycoon Treasure Limited (Zodiac Holdings Ltd.)
xn--80adxhks,GA,unrestricted,Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)
xn--80aqecdr1a,NA,brand,Pontificium Consilium de Comunicationibus Socialibus
xn--80asehdb,GA,unrestricted,CORE Association
xn--80aswg,GA,unrestricted,CORE Association
xn--8y0a063a,NA,brand,China United Network Communications Corp. Ltd.
xn--9dbq2a,GA,unrestricted,VeriSign Sarl
xn--9et52u,NA,unrestricted,RISE Victory Ltd.
xn--9krt00a,NA,brand,Sina Corporation
xn--b4w605ferd,NA,brand,Temasek Holdings (Private) Limited
xn--bck1b9a5dre4c,GA,unrestricted,Amazon
xn--c1avg,GA,unrestricted,Public Interest Registry (PIR)
xn--c2br7g,NA,unrestricted,VeriSign Sarl
xn--cck2b3b,GA,unrestricted,Amazon
xn--cckwcxetd,NA,brand,Amazon
xn--cg4bki,NA,brand,"SAMSUNG SDS CO., LTD"
xn--czr694b,GA,restricted,Internet DotTrademark Organisation Limited
xn--czrs0t,GA,unrestricted,Donuts
xn--czru2d,GA,unrestricted,Zodiac Aquarius Limited (Zodiac Holdings Ltd.)
xn--d1acj3b,GA,unrestricted,The Foundation for Network Initiatives “The Smart Internet”
xn--eckvdtc9d,NA,unrestricted,Amazon
xn--efvy88h,NA,unrestricted,"Guangzhou YU Wei Information and Technology Co.,Ltd"
xn--fct429k,GA,unrestricted,Amazon
xn--fhbei,NA,unrestricted,VeriSign Sarl
xn--fiq228c5hs,GA,unrestricted,TLD REGISTRY LIMITED
xn--fiq64b,NA,brand,CITIC Group Corporation
xn--fjq720a,GA,unrestricted,Donuts
xn--flw351e,NA,brand,Google
xn--fzys8d69uvgm,NA,brand,PCCW Enterprises Limited
xn--g2xx48c,GA,unrestricted,"Nawang Heli(Xiamen) Network Service Co., LTD."
xn--gckr3f0f,GA,unrestricted,Amazon
xn--gk3at1e,NA,unrestricted,Amazon
xn--hxt814e,GA,unrestricted,Zodiac Libra Limited (Zodiac Holdings Ltd.)
xn--i1b6b1a6a2e,GA,unrestricted,Public Interest Registry (PIR)
xn--imr513n,GA,restricted,Internet DotTrademark Organisation Limited
xn--io0a7i,GA,semi-restricted,Computer Network Information Center of Chinese Academy of Sciences China Internet Network Information Center
xn--j1aef,NA,unrestricted,VeriSign Sarl
xn--jlq480n2rg,NA,brand,Amazon
xn--jvr189m,GA,unrestricted,Amazon
xn--kcrx77d1x4a,NA,brand,Koninklijke Philips N.V.
xn--kput3i,GA,unrestricted,"Beijing RITT-Net Technology Development Co., Ltd"
xn--mgba3a3ejt,NA,brand,Aramco Services Company
xn--mgba7c0bbn0a,NA,brand,Crescent Holding GmbH
xn--mgbab2bd,GA,unrestricted,CORE Association
xn--mgbca7dzdo,GA,brand,Abu Dhabi Systems and Information Centre
xn--mgbi4ecexp,NA,brand,Pontificium Consilium de Comunicationibus Socialibus
xn--mgbt3dhd,NA,unrestricted,Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.
xn--mk1bu44c,GA,unrestricted,VeriSign Sarl
xn--mxtq1m,NA,restricted,"Net-Chinese Co., Ltd."
xn--ngbc5azd,GA,unrestricted,International Domain Registry Pty. Ltd.
xn--ngbe9e0a,NA,brand,Kuwait Finance House
xn--ngbrx,NA,restricted,League of Arab States
xn--nqv7f,GA,unrestricted,Public Interest Registry (PIR)
xn--nqv7fs00ema,NA,unrestricted,Public Interest Registry (PIR)
xn--nyqy26a,GA,semi-restricted,Stable Tone Limited
xn--otu796d,GA,restricted,Dot Trademark TLD Holding Company Limited
xn--p1acf,GA,unrestricted,Rusnames Limited
xn--pssy2u,NA,unrestricted,VeriSign Sarl
xn--q9jyb4c,GA,unrestricted,Google
xn--qcka1pmc,NA,brand,Google
xn--rhqv96g,GA,unrestricted,Stable Tone Limited
xn--rovu88b,GA,unrestricted,Amazon
xn--ses554g,GA,semi-restricted,"KNET Co., Ltd."
xn--t60b56a,GA,unrestricted,VeriSign Sarl
xn--tckwe,GA,unrestricted,VeriSign Sarl
xn--tiq49xqyj,NA,brand,Pontificium Consilium de Comunicationibus Socialibus
xn--unup4y,GA,unrestricted,Donuts
xn--vermgensberater-ctb,NA,brand,Deutsche Vermögensberatung Aktiengesellschaft DVAG (Deutsche Vermögensberatung AG)
xn--vermgensberatung-pwb,NA,brand,Deutsche Vermögensberatung Aktiengesellschaft DVAG (Deutsche Vermögensberatung AG)
xn--vhquv,GA,unrestricted,Donuts
xn--vuq861b,GA,unrestricted,"Beijing Tele-info Network Technology Co., Ltd."
xn--w4r85el8fhu5dnra,NA,brand,Kerry Trading Co. Limited
xn--w4rs40l,NA,brand,Kerry Trading Co. Limited
xn--xhq521b,GA,unrestricted,"Guangzhou YU Wei Information Technology Co., Ltd."
xn--zfr164b,NA,brand,China Organizational Name Administration Center
xyz,GA,unrestricted,XYZ.COM LLC
yachts,GA,restricted,XYZ.COM LLC
yahoo,NA,brand,OATH Inc.
yamaxun,NA,unrestricted,Amazon
yandex,NA,brand,Yandex Europe B.V.
yodobashi,NA,brand,"YODOBASHI CAMERA CO.,LTD."
yoga,GA,unrestricted,"Registry Services, LLC"
yokohama,GA,unrestricted,"GMO Registry, Inc."
you,NA,unrestricted,Amazon
youtube,NA,brand,Google
yun,NA,brand,QIHOO 360 Technology Co. Ltd.
zappos,NA,brand,Amazon
zara,NA,brand,"Industria de Diseño Textil, S.A."
zero,NA,brand,Amazon
zip,GA,unrestricted,Google
zone,GA,unrestricted,Donuts
zuerich,GA,semi-restricted,Kanton Zürich
diff --git a/_data/ntld.yml b/_data/ntld.yml
new file mode 100644
index 0000000..15ba62e 100644
--- /dev/null
+++ a/_data/ntld.yml
@@ -1,0 +1,6743 @@
domain_count: 3713187
owner: 'XYZ.COM LLC  '
status: GA
tld: xyz
type: unrestricted
---
domain_count: 3363473
owner: 'Radix FZC  '
status: GA
tld: online
type: unrestricted
---
domain_count: 3088134
owner: 'Jiangsu Bangning Science & Technology Co.,Ltd.  '
status: GA
tld: top
type: unrestricted
---
domain_count: 2589405
owner: 'GMO Registry, Inc.  '
status: GA
tld: shop
type: unrestricted
---
domain_count: 1831672
owner: 'Radix FZC  '
status: GA
tld: site
type: unrestricted
---
domain_count: 1569439
owner: 'Radix FZC  '
status: GA
tld: store
type: unrestricted
---
domain_count: 1139908
owner: 'Shortdot SA  '
status: GA
tld: cfd
type: restricted
---
domain_count: 914119
owner: 'Registry Services, LLC  '
status: GA
tld: vip
type: unrestricted
---
domain_count: 699533
owner: Google
status: GA
tld: app
type: unrestricted
---
domain_count: 643407
owner: 'Internet Naming Co.  '
status: GA
tld: click
type: unrestricted
---
domain_count: 639404
owner: Donuts
status: GA
tld: live
type: unrestricted
---
domain_count: 635501
owner: 'Registry Services, LLC  '
status: GA
tld: club
type: unrestricted
---
domain_count: 503688
owner: 'Radix FZC  '
status: GA
tld: tech
type: unrestricted
---
domain_count: 470702
owner: 'Shortdot SA  '
status: GA
tld: sbs
type: brand
---
domain_count: 461652
owner: 'Radix FZC  '
status: GA
tld: fun
type: unrestricted
---
domain_count: 448684
owner: 'Radix FZC  '
status: GA
tld: space
type: unrestricted
---
domain_count: 440382
owner: 'Shortdot SA  '
status: GA
tld: icu
type: unrestricted
---
domain_count: 416579
owner: 'DOTSTRATEGY CO.  '
status: GA
tld: buzz
type: unrestricted
---
domain_count: 415630
owner: Google
status: GA
tld: dev
type: brand
---
domain_count: 408978
owner: Donuts
status: GA
tld: life
type: unrestricted
---
domain_count: 390038
owner: 'Shortdot SA  '
status: GA
tld: cyou
type: unrestricted
---
domain_count: 379926
owner: 'ARUBA PEC S.p.A.  '
status: GA
tld: cloud
type: unrestricted
---
domain_count: 356602
owner: 'Shortdot SA  '
status: GA
tld: bond
type: unrestricted
---
domain_count: 318339
owner: 'Radix FZC  '
status: GA
tld: website
type: unrestricted
---
domain_count: 265508
owner: 'Registry Services, LLC  '
status: GA
tld: work
type: unrestricted
---
domain_count: 257349
owner: 'Knock Knock WHOIS There, LLC  '
status: GA
tld: blog
type: unrestricted
---
domain_count: 251078
owner: 'UK Creative Ideas Limited  '
status: GA
tld: art
type: unrestricted
---
domain_count: 245197
owner: 'Nova Registry Ltd.  '
status: GA
tld: link
type: unrestricted
---
domain_count: 237491
owner: Donuts
status: GA
tld: today
type: unrestricted
---
domain_count: 226968
owner: Donuts
status: GA
tld: world
type: unrestricted
---
domain_count: 222939
owner: 'One Registry  '
status: GA
tld: one
type: unrestricted
---
domain_count: 135530
owner: 'XYZ.COM LLC  '
status: GA
tld: lol
type: unrestricted
---
domain_count: 134250
owner: Donuts
status: GA
tld: digital
type: unrestricted
---
domain_count: 125501
owner: 'XYZ.COM LLC  '
status: GA
tld: lat
type: unrestricted
---
domain_count: 121238
owner: 'GMO Registry, Inc.  '
status: GA
tld: tokyo
type: unrestricted
---
domain_count: 121203
owner: Donuts
status: GA
tld: ltd
type: unrestricted
---
domain_count: 120281
owner: Donuts
status: GA
tld: email
type: unrestricted
---
domain_count: 117381
owner: 'Registry Services, LLC  '
status: GA
tld: design
type: unrestricted
---
domain_count: 116947
owner: Donuts
status: GA
tld: studio
type: unrestricted
---
domain_count: 112890
owner: Donuts
status: GA
tld: agency
type: unrestricted
---
domain_count: 110953
owner: Donuts
status: GA
tld: group
type: unrestricted
---
domain_count: 103578
owner: Donuts
status: GA
tld: solutions
type: unrestricted
---
domain_count: 100501
owner: 'Global Registry Services Limited (Domain Venture Partners) '
status: GA
tld: win
type: unrestricted
---
domain_count: 98453
owner: 'KNET Co., Ltd.  '
status: GA
tld: xn--ses554g
type: semi-restricted
---
domain_count: 91448
owner: 'Top Level Design, LLC  '
status: GA
tld: ink
type: unrestricted
---
domain_count: 85945
owner: 'XYZ.COM LLC  '
status: GA
tld: monster
type: brand
---
domain_count: 81558
owner: Donuts
status: GA
tld: bio
type: semi-restricted
---
domain_count: 81424
owner: Donuts
status: GA
tld: company
type: unrestricted
---
domain_count: 80415
owner: Donuts
status: GA
tld: media
type: unrestricted
---
domain_count: 79219
owner: Donuts
status: GA
tld: services
type: unrestricted
---
domain_count: 79174
owner: 'BestTLD Pty Ltd  '
status: GA
tld: best
type: unrestricted
---
domain_count: 77136
owner: Donuts
status: GA
tld: network
type: unrestricted
---
domain_count: 73614
owner: 'XYZ.COM LLC  '
status: GA
tld: pics
type: unrestricted
---
domain_count: 72824
owner: 'XYZ.COM LLC  '
status: GA
tld: homes
type: restricted
---
domain_count: 71591
owner: Donuts
status: GA
tld: news
type: unrestricted
---
domain_count: 70455
owner: 'Merchant Law Group LLP  '
status: GA
tld: love
type: unrestricted
---
domain_count: 69158
owner: 'OVH SAS  '
status: GA
tld: ovh
type: unrestricted
---
domain_count: 68672
owner: Donuts
status: GA
tld: rocks
type: unrestricted
---
domain_count: 68162
owner: Donuts
status: GA
tld: fyi
type: unrestricted
---
domain_count: 67418
owner: Donuts
status: GA
tld: bet
type: unrestricted
---
domain_count: 65024
owner: 'Top Level Design, LLC  '
status: GA
tld: wiki
type: unrestricted
---
domain_count: 60810
owner: 'The City of New York by and through the New York City Department of Information
  Technology & Telecommunications  '
status: GA
tld: nyc
type: semi-restricted
---
domain_count: 59434
owner: 'XYZ.COM LLC  '
status: GA
tld: mom
type: unrestricted
---
domain_count: 58232
owner: Donuts
status: GA
tld: social
type: unrestricted
---
domain_count: 57508
owner: 'Dot Global Domain Registry Limited  '
status: GA
tld: global
type: unrestricted
---
domain_count: 57470
owner: Donuts
status: GA
tld: academy
type: unrestricted
---
domain_count: 57256
owner: Google
status: GA
tld: page
type: brand
---
domain_count: 56314
owner: Donuts
status: GA
tld: guru
type: unrestricted
---
domain_count: 51400
owner: Donuts
status: GA
tld: team
type: unrestricted
---
domain_count: 50617
owner: 'XYZ.COM LLC  '
status: GA
tld: autos
type: restricted
---
domain_count: 49062
owner: 'XYZ.COM LLC  '
status: GA
tld: skin
type: brand
---
domain_count: 48910
owner: Donuts
status: GA
tld: games
type: unrestricted
---
domain_count: 48475
owner: 'ZA Central Registry NPC trading as Registry.Africa  '
status: GA
tld: africa
type: unrestricted
---
domain_count: 48427
owner: 'Zodiac Registry Limited (Zodiac Holdings Ltd.) '
status: GA
tld: wang
type: unrestricted
---
domain_count: 47417
owner: 'dotBERLIN GmbH & Co. KG  '
status: GA
tld: berlin
type: semi-restricted
---
domain_count: 46162
owner: Donuts
status: GA
tld: zone
type: unrestricted
---
domain_count: 45720
owner: 'XYZ.COM LLC  '
status: GA
tld: quest
type: brand
---
domain_count: 43775
owner: 'XYZ.COM LLC  '
status: GA
tld: beauty
type: brand
---
domain_count: 42998
owner: 'TLD REGISTRY LIMITED  '
status: GA
tld: xn--3ds443g
type: unrestricted
---
domain_count: 41814
owner: 'Medistry LLC  '
status: NA
tld: med
type: brand
---
domain_count: 41377
owner: Donuts
status: GA
tld: photography
type: unrestricted
---
domain_count: 40701
owner: Donuts
status: GA
tld: center
type: unrestricted
---
domain_count: 40268
owner: Donuts
status: NA
tld: llc
type: unrestricted
---
domain_count: 40064
owner: Donuts
status: GA
tld: care
type: unrestricted
---
domain_count: 39563
owner: 'CAM Connecting SARL  '
status: GA
tld: cam
type: unrestricted
---
domain_count: 38992
owner: 'Registry Services, LLC  '
status: GA
tld: fit
type: unrestricted
---
domain_count: 38576
owner: Donuts
status: GA
tld: wtf
type: unrestricted
---
domain_count: 38401
owner: 'Interlink Co., Ltd.  '
status: GA
tld: earth
type: unrestricted
---
domain_count: 38176
owner: Donuts
status: GA
tld: systems
type: unrestricted
---
domain_count: 37920
owner: Donuts
status: GA
tld: consulting
type: unrestricted
---
domain_count: 37190
owner: 'Registry Services, LLC  '
status: GA
tld: health
type: restricted
---
domain_count: 36998
owner: Donuts
status: GA
tld: support
type: unrestricted
---
domain_count: 36860
owner: Donuts
status: GA
tld: finance
type: unrestricted
---
domain_count: 36767
owner: Donuts
status: GA
tld: chat
type: unrestricted
---
domain_count: 35686
owner: Donuts
status: GA
tld: business
type: unrestricted
---
domain_count: 35117
owner: Donuts
status: GA
tld: family
type: unrestricted
---
domain_count: 35047
owner: 'Public Interest Registry (PIR)  '
status: GA
tld: foundation
type: unrestricted
---
domain_count: 34663
owner: 'Dot London Domains Limited (Minds + Machines Group Limited) '
status: GA
tld: london
type: unrestricted
---
domain_count: 34225
owner: Donuts
status: GA
tld: technology
type: unrestricted
---
domain_count: 34193
owner: Donuts
status: GA
tld: expert
type: unrestricted
---
domain_count: 33685
owner: Donuts
status: GA
tld: events
type: unrestricted
---
domain_count: 33535
owner: 'Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable  '
status: GA
tld: bar
type: unrestricted
---
domain_count: 32678
owner: 'Real Estate Domains LLC  '
status: GA
tld: realtor
type: restricted
---
domain_count: 32601
owner: Donuts
status: GA
tld: education
type: unrestricted
---
domain_count: 32559
owner: Donuts
status: GA
tld: city
type: unrestricted
---
domain_count: 31878
owner: Donuts
status: GA
tld: works
type: unrestricted
---
domain_count: 31871
owner: Donuts
status: GA
tld: church
type: unrestricted
---
domain_count: 31649
owner: Donuts
status: GA
tld: marketing
type: unrestricted
---
domain_count: 30882
owner: Donuts
status: GA
tld: ninja
type: unrestricted
---
domain_count: 30526
owner: Donuts
status: GA
tld: plus
type: unrestricted
---
domain_count: 29803
owner: 'Bayern Connect GmbH (Minds + Machines Group Limited) '
status: GA
tld: bayern
type: semi-restricted
---
domain_count: 29760
owner: Donuts
status: GA
tld: run
type: unrestricted
---
domain_count: 29609
owner: Donuts
status: GA
tld: software
type: semi-restricted
---
domain_count: 29177
owner: Donuts
status: GA
tld: capital
type: unrestricted
---
domain_count: 29076
owner: 'UNR Corp.  '
status: GA
tld: help
type: unrestricted
---
domain_count: 28829
owner: 'Internet DotTrademark Organisation Limited  '
status: GA
tld: xn--czr694b
type: restricted
---
domain_count: 28593
owner: 'Top Level Design, LLC  '
status: GA
tld: gay
type: unrestricted
---
domain_count: 28526
owner: Donuts
status: GA
tld: international
type: unrestricted
---
domain_count: 28499
owner: 'Radix FZC  '
status: GA
tld: host
type: unrestricted
---
domain_count: 28157
owner: Donuts
status: GA
tld: gmbh
type: semi-restricted
---
domain_count: 27762
owner: 'Computer Network Information Center of Chinese Academy of Sciences China Internet
  Network Information Center  '
status: GA
tld: xn--55qx5d
type: semi-restricted
---
domain_count: 27176
owner: Donuts
status: GA
tld: coach
type: unrestricted
---
domain_count: 26798
owner: Donuts
status: GA
tld: farm
type: unrestricted
---
domain_count: 26500
owner: Donuts
status: GA
tld: coffee
type: unrestricted
---
domain_count: 25726
owner: 'Beijing RITT-Net Technology Development Co., Ltd  '
status: GA
tld: xn--kput3i
type: unrestricted
---
domain_count: 25502
owner: Donuts
status: GA
tld: cool
type: unrestricted
---
domain_count: 25138
owner: 'Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable  '
status: GA
tld: rest
type: unrestricted
---
domain_count: 25061
owner: Donuts
status: GA
tld: house
type: unrestricted
---
domain_count: 24876
owner: Donuts
status: GA
tld: community
type: unrestricted
---
domain_count: 24709
owner: 'Global Registry Services Limited (Domain Venture Partners) '
status: GA
tld: bid
type: unrestricted
---
domain_count: 24102
owner: Donuts
status: GA
tld: land
type: unrestricted
---
domain_count: 23927
owner: Donuts
status: GA
tld: cafe
type: unrestricted
---
domain_count: 23781
owner: Donuts
status: GA
tld: energy
type: unrestricted
---
domain_count: 23678
owner: Donuts
status: GA
tld: training
type: unrestricted
---
domain_count: 23506
owner: Donuts
status: GA
tld: tips
type: unrestricted
---
domain_count: 23476
owner: Donuts
status: GA
tld: tools
type: unrestricted
---
domain_count: 23437
owner: Donuts
status: GA
tld: pub
type: unrestricted
---
domain_count: 23273
owner: Donuts
status: GA
tld: video
type: unrestricted
---
domain_count: 23003
owner: Donuts
status: GA
tld: school
type: unrestricted
---
domain_count: 22457
owner: Donuts
status: GA
tld: ventures
type: unrestricted
---
domain_count: 22250
owner: Donuts
status: GA
tld: photos
type: unrestricted
---
domain_count: 22147
owner: 'Rusnames Limited  '
status: GA
tld: xn--p1acf
type: unrestricted
---
domain_count: 22004
owner: 'Minds + Machines GmbH (Minds + Machines Group Limited) '
status: GA
tld: nrw
type: semi-restricted
---
domain_count: 22003
owner: Donuts
status: GA
tld: market
type: semi-restricted
---
domain_count: 21653
owner: 'XYZ.COM LLC  '
status: GA
tld: hair
type: brand
---
domain_count: 21598
owner: Donuts
status: GA
tld: fund
type: unrestricted
---
domain_count: 21242
owner: 'Global Registry Services Limited (Domain Venture Partners) '
status: GA
tld: party
type: unrestricted
---
domain_count: 20868
owner: 'Gemeente Amsterdam  '
status: GA
tld: amsterdam
type: unrestricted
---
domain_count: 20858
owner: 'Registry Services, LLC  '
status: GA
tld: law
type: restricted
---
domain_count: 20748
owner: Donuts
status: GA
tld: cash
type: unrestricted
---
domain_count: 20381
owner: Donuts
status: GA
tld: bike
type: unrestricted
---
domain_count: 20274
owner: 'City of Paris  '
status: GA
tld: paris
type: semi-restricted
---
domain_count: 20226
owner: 'Radix FZC  '
status: GA
tld: uno
type: unrestricted
---
domain_count: 20059
owner: Donuts
status: GA
tld: gallery
type: unrestricted
---
domain_count: 20054
owner: 'Global Registry Services Limited (Domain Venture Partners) '
status: GA
tld: trade
type: unrestricted
---
domain_count: 19803
owner: Donuts
status: GA
tld: immo
type: unrestricted
---
domain_count: 19484
owner: Donuts
status: GA
tld: legal
type: unrestricted
---
domain_count: 19474
owner: Donuts
status: GA
tld: productions
type: unrestricted
---
domain_count: 19384
owner: 'dotKoeln GmbH  '
status: GA
tld: koeln
type: unrestricted
---
domain_count: 19245
owner: Donuts
status: GA
tld: red
type: unrestricted
---
domain_count: 19019
owner: 'Swiss Confederation  '
status: GA
tld: swiss
type: semi-restricted
---
domain_count: 19017
owner: 'Computer Network Information Center of Chinese Academy of Sciences China Internet
  Network Information Center  '
status: GA
tld: xn--io0a7i
type: semi-restricted
---
domain_count: 18991
owner: 'Radix FZC  '
status: GA
tld: press
type: unrestricted
---
domain_count: 18867
owner: Donuts
status: GA
tld: money
type: unrestricted
---
domain_count: 18837
owner: 'Hamburg Top-Level-Domain GmbH  '
status: GA
tld: hamburg
type: semi-restricted
---
domain_count: 18514
owner: Donuts
status: GA
tld: wine
type: unrestricted
---
domain_count: 18355
owner: Donuts
status: GA
tld: guide
type: unrestricted
---
domain_count: 18354
owner: Donuts
status: GA
tld: rip
type: unrestricted
---
domain_count: 18224
owner: Donuts
status: GA
tld: show
type: unrestricted
---
domain_count: 17990
owner: Donuts
status: GA
tld: exchange
type: unrestricted
---
domain_count: 17689
owner: 'XYZ.COM LLC  '
status: GA
tld: baby
type: restricted
---
domain_count: 17481
owner: Donuts
status: GA
tld: band
type: unrestricted
---
domain_count: 17450
owner: Donuts
status: GA
tld: dog
type: unrestricted
---
domain_count: 17306
owner: 'XYZ.COM LLC  '
status: GA
tld: boats
type: restricted
---
domain_count: 17210
owner: Google
status: GA
tld: ing
type: unrestricted
---
domain_count: 17149
owner: Donuts
status: GA
tld: codes
type: unrestricted
---
domain_count: 17144
owner: 'Registry Services, LLC  '
status: GA
tld: photo
type: unrestricted
---
domain_count: 17031
owner: 'Registry Services, LLC  '
status: GA
tld: casa
type: unrestricted
---
domain_count: 17000
owner: Donuts
status: GA
tld: directory
type: unrestricted
---
domain_count: 16971
owner: 'Foundation for Assistance for Internet Technologies and Infrastructure Development
  (FAITID)  '
status: GA
tld: moscow
type: unrestricted
---
domain_count: 16840
owner: Google
status: GA
tld: zip
type: unrestricted
---
domain_count: 16528
owner: 'dotRealEstate LLC  '
status: GA
tld: realestate
type: brand
---
domain_count: 16374
owner: Donuts
status: GA
tld: casino
type: unrestricted
---
domain_count: 16028
owner: 'punkt.wien GmbH  '
status: GA
tld: wien
type: semi-restricted
---
domain_count: 16023
owner: Donuts
status: GA
tld: institute
type: unrestricted
---
domain_count: 15016
owner: 'Puntueus Fundazioa  '
status: GA
tld: eus
type: semi-restricted
---
domain_count: 15004
owner: Donuts
status: GA
tld: blue
type: unrestricted
---
domain_count: 15004
owner: Donuts
status: GA
tld: boutique
type: unrestricted
---
domain_count: 14982
owner: Donuts
status: GA
tld: properties
type: unrestricted
---
domain_count: 14865
owner: 'Registry Services, LLC  '
status: GA
tld: wedding
type: unrestricted
---
domain_count: 14807
owner: Donuts
status: GA
tld: golf
type: unrestricted
---
domain_count: 14551
owner: Donuts
status: GA
tld: pet
type: unrestricted
---
domain_count: 14129
owner: Donuts
status: GA
tld: sale
type: unrestricted
---
domain_count: 14128
owner: 'Interlink Co., Ltd.  '
status: GA
tld: moe
type: unrestricted
---
domain_count: 14110
owner: 'Registry Services, LLC  '
status: GA
tld: beer
type: unrestricted
---
domain_count: 14064
owner: Donuts
status: GA
tld: partners
type: unrestricted
---
domain_count: 13747
owner: Donuts
status: GA
tld: clinic
type: unrestricted
---
domain_count: 13730
owner: Donuts
status: GA
tld: rentals
type: unrestricted
---
domain_count: 13710
owner: 'Registry Services, LLC  '
status: GA
tld: yoga
type: unrestricted
---
domain_count: 13678
owner: 'Global Registry Services Limited (Domain Venture Partners) '
status: GA
tld: stream
type: unrestricted
---
domain_count: 13628
owner: 'Dot Scot Registry Limited  '
status: GA
tld: scot
type: semi-restricted
---
domain_count: 13626
owner: 'XYZ.COM LLC  '
status: GA
tld: yachts
type: restricted
---
domain_count: 13606
owner: 'Registry Services, LLC  '
status: GA
tld: miami
type: unrestricted
---
domain_count: 13514
owner: 'Nominet UK  '
status: GA
tld: wales
type: unrestricted
---
domain_count: 13513
owner: 'XYZ.COM LLC  '
status: GA
tld: makeup
type: semi-restricted
---
domain_count: 13396
owner: Donuts
status: GA
tld: gold
type: unrestricted
---
domain_count: 13378
owner: 'Elegant Leader Limited (Alibaba Group Holding Ltd.) '
status: GA
tld: xin
type: semi-restricted
---
domain_count: 13299
owner: 'Dot Vegas, Inc.  '
status: GA
tld: vegas
type: unrestricted
---
domain_count: 13298
owner: Donuts
status: GA
tld: reviews
type: unrestricted
---
domain_count: 13288
owner: 'TLD REGISTRY LIMITED  '
status: GA
tld: xn--fiq228c5hs
type: unrestricted
---
domain_count: 13228
owner: Donuts
status: GA
tld: fitness
type: unrestricted
---
domain_count: 13118
owner: Donuts
status: GA
tld: management
type: unrestricted
---
domain_count: 13097
owner: 'Zodiac Aquarius Limited (Zodiac Holdings Ltd.) '
status: GA
tld: xn--czru2d
type: unrestricted
---
domain_count: 13028
owner: 'Joint Stock Company "Navigation-information systems"  '
status: GA
tld: gdn
type: unrestricted
---
domain_count: 12976
owner: Donuts
status: GA
tld: clothing
type: unrestricted
---
domain_count: 12759
owner: Donuts
status: GA
tld: tours
type: unrestricted
---
domain_count: 12747
owner: 'Association www.bzh  '
status: GA
tld: bzh
type: semi-restricted
---
domain_count: 12700
owner: Donuts
status: GA
tld: direct
type: unrestricted
---
domain_count: 12620
owner: Donuts
status: GA
tld: contact
type: unrestricted
---
domain_count: 12508
owner: Donuts
status: GA
tld: style
type: unrestricted
---
domain_count: 12458
owner: 'Global Registry Services Limited (Domain Venture Partners) '
status: GA
tld: science
type: unrestricted
---
domain_count: 11931
owner: Donuts
status: GA
tld: vision
type: unrestricted
---
domain_count: 11904
owner: 'DOT KIWI Ltd.  '
status: GA
tld: kiwi
type: unrestricted
---
domain_count: 11808
owner: 'Infibeam Avenues Limited  '
status: GA
tld: ooo
type: unrestricted
---
domain_count: 11747
owner: 'Global Registry Services Limited (Domain Venture Partners) '
status: GA
tld: review
type: unrestricted
---
domain_count: 11734
owner: 'ZDNS International Limited  '
status: GA
tld: ren
type: unrestricted
---
domain_count: 11652
owner: Donuts
status: GA
tld: tax
type: unrestricted
---
domain_count: 11642
owner: 'Foundation for Assistance for Internet Technologies and Infrastructure Development
  (FAITID)  '
status: GA
tld: xn--80adxhks
type: unrestricted
---
domain_count: 11594
owner: Donuts
status: GA
tld: vet
type: semi-restricted
---
domain_count: 11510
owner: Donuts
status: GA
tld: vin
type: unrestricted
---
domain_count: 11500
owner: Donuts
status: GA
tld: estate
type: unrestricted
---
domain_count: 11460
owner: 'Tycoon Treasure Limited (Zodiac Holdings Ltd.) '
status: GA
tld: xn--6qq986b3xl
type: unrestricted
---
domain_count: 11434
owner: Donuts
status: GA
tld: solar
type: unrestricted
---
domain_count: 11247
owner: Google
status: GA
tld: day
type: unrestricted
---
domain_count: 11237
owner: 'Global Registry Services Limited (Domain Venture Partners) '
status: GA
tld: men
type: unrestricted
---
domain_count: 11137
owner: Donuts
status: GA
tld: mba
type: unrestricted
---
domain_count: 10854
owner: Donuts
status: GA
tld: jetzt
type: unrestricted
---
domain_count: 10777
owner: Donuts
status: GA
tld: careers
type: unrestricted
---
domain_count: 10597
owner: 'Registry Services, LLC  '
status: GA
tld: fashion
type: unrestricted
---
domain_count: 10596
owner: Donuts
status: GA
tld: report
type: unrestricted
---
domain_count: 10584
owner: 'Internet Naming Co.  '
status: GA
tld: sexy
type: unrestricted
---
domain_count: 10576
owner: 'FRLregistry B.V.  '
status: GA
tld: frl
type: unrestricted
---
domain_count: 10529
owner: Donuts
status: GA
tld: place
type: unrestricted
---
domain_count: 10251
owner: Donuts
status: GA
tld: cards
type: unrestricted
---
domain_count: 10241
owner: Donuts
status: GA
tld: healthcare
type: unrestricted
---
domain_count: 10160
owner: Donuts
status: GA
tld: construction
type: unrestricted
---
domain_count: 10158
owner: Donuts
status: GA
tld: watch
type: unrestricted
---
domain_count: 10133
owner: Donuts
status: GA
tld: credit
type: unrestricted
---
domain_count: 10119
owner: Donuts
status: GA
tld: engineering
type: unrestricted
---
domain_count: 10101
owner: 'XYZ.COM LLC  '
status: GA
tld: rent
type: unrestricted
---
domain_count: 9893
owner: Donuts
status: GA
tld: express
type: unrestricted
---
domain_count: 9719
owner: Donuts
status: GA
tld: shopping
type: unrestricted
---
domain_count: 9656
owner: 'Global Association of International Sports Federations (GAISF)  '
status: GA
tld: sport
type: semi-restricted
---
domain_count: 9534
owner: Donuts
status: GA
tld: pictures
type: unrestricted
---
domain_count: 9473
owner: Donuts
status: GA
tld: green
type: unrestricted
---
domain_count: 9442
owner: Donuts
status: GA
tld: deals
type: unrestricted
---
domain_count: 9313
owner: Amazon
status: GA
tld: bot
type: unrestricted
---
domain_count: 9197
owner: Donuts
status: GA
tld: dental
type: unrestricted
---
domain_count: 9153
owner: Donuts
status: GA
tld: delivery
type: unrestricted
---
domain_count: 9149
owner: 'ZDNS International Limited  '
status: GA
tld: fans
type: unrestricted
---
domain_count: 9078
owner: Donuts
status: GA
tld: dance
type: unrestricted
---
domain_count: 9053
owner: Donuts
status: GA
tld: voto
type: restricted
---
domain_count: 9021
owner: Donuts
status: GA
tld: lawyer
type: semi-restricted
---
domain_count: 9018
owner: Donuts
status: GA
tld: haus
type: unrestricted
---
domain_count: 8908
owner: Donuts
status: GA
tld: kim
type: unrestricted
---
domain_count: 8906
owner: 'XYZ.COM LLC  '
status: GA
tld: college
type: unrestricted
---
domain_count: 8887
owner: Donuts
status: GA
tld: holdings
type: unrestricted
---
domain_count: 8863
owner: 'iRegistry GmbH  '
status: GA
tld: onl
type: unrestricted
---
domain_count: 8837
owner: Donuts
status: GA
tld: university
type: unrestricted
---
domain_count: 8695
owner: 'Big Room Inc.  '
status: GA
tld: eco
type: restricted
---
domain_count: 8551
owner: Donuts
status: GA
tld: football
type: unrestricted
---
domain_count: 8497
owner: 'DNS.be vzw  '
status: GA
tld: brussels
type: unrestricted
---
domain_count: 8444
owner: 'ICM Registry LLC (Minds + Machines Group Limited) '
status: GA
tld: porn
type: unrestricted
---
domain_count: 8437
owner: Donuts
status: GA
tld: restaurant
type: unrestricted
---
domain_count: 8428
owner: Donuts
status: GA
tld: camp
type: unrestricted
---
domain_count: 8400
owner: Donuts
status: GA
tld: pizza
type: unrestricted
---
domain_count: 8319
owner: 'punkt Tirol GmbH  '
status: GA
tld: tirol
type: semi-restricted
---
domain_count: 8319
owner: 'Nominet UK  '
status: GA
tld: cymru
type: unrestricted
---
domain_count: 8218
owner: 'Public Interest Registry (PIR)  '
status: GA
tld: gives
type: semi-restricted
---
domain_count: 8134
owner: Donuts
status: GA
tld: enterprises
type: unrestricted
---
domain_count: 8076
owner: Donuts
status: GA
tld: kitchen
type: unrestricted
---
domain_count: 8064
owner: 'Global Registry Services Limited (Domain Venture Partners) '
status: GA
tld: download
type: unrestricted
---
domain_count: 8028
owner: Donuts
status: GA
tld: repair
type: unrestricted
---
domain_count: 7999
owner: Donuts
status: GA
tld: domains
type: unrestricted
---
domain_count: 7983
owner: 'Istanbul Dijital Medya Tic. A.S.  '
status: GA
tld: ist
type: unrestricted
---
domain_count: 7960
owner: Donuts
status: GA
tld: financial
type: unrestricted
---
domain_count: 7832
owner: "PointQu\xE9bec Inc  "
status: GA
tld: quebec
type: semi-restricted
---
domain_count: 7782
owner: Donuts
status: GA
tld: computer
type: unrestricted
---
domain_count: 7740
owner: Donuts
status: GA
tld: fan
type: unrestricted
---
domain_count: 7515
owner: 'Vox Populi Registry Inc.  '
status: GA
tld: sucks
type: unrestricted
---
domain_count: 7488
owner: Donuts
status: GA
tld: limited
type: unrestricted
---
domain_count: 7471
owner: Donuts
status: GA
tld: parts
type: unrestricted
---
domain_count: 7446
owner: 'Global Registry Services Limited (Domain Venture Partners) '
status: GA
tld: date
type: unrestricted
---
domain_count: 7444
owner: Donuts
status: GA
tld: supply
type: unrestricted
---
domain_count: 7373
owner: Donuts
status: GA
tld: xn--6frz82g
type: unrestricted
---
domain_count: 7312
owner: 'XYZ.COM LLC  '
status: GA
tld: motorcycles
type: restricted
---
domain_count: 7206
owner: Donuts
status: GA
tld: immobilien
type: unrestricted
---
domain_count: 7139
owner: Donuts
status: GA
tld: industries
type: unrestricted
---
domain_count: 7133
owner: 'State of New South Wales, Department of Premier and Cabinet  '
status: GA
tld: sydney
type: restricted
---
domain_count: 7132
owner: 'InterNetX Corp.  '
status: GA
tld: srl
type: semi-restricted
---
domain_count: 7083
owner: "Asociaci\xF3n puntoGAL  "
status: GA
tld: gal
type: semi-restricted
---
domain_count: 6911
owner: Donuts
status: GA
tld: investments
type: unrestricted
---
domain_count: 6884
owner: Donuts
status: GA
tld: black
type: unrestricted
---
domain_count: 6865
owner: 'Global Registry Services Limited (Domain Venture Partners) '
status: GA
tld: loan
type: unrestricted
---
domain_count: 6819
owner: 'ICM Registry LLC (Minds + Machines Group Limited) '
status: GA
tld: sex
type: unrestricted
---
domain_count: 6766
owner: 'Public Interest Registry (PIR)  '
status: GA
tld: charity
type: unrestricted
---
domain_count: 6743
owner: 'ICM Registry LLC (Minds + Machines Group Limited) '
status: GA
tld: adult
type: unrestricted
---
domain_count: 6718
owner: Donuts
status: GA
tld: loans
type: unrestricted
---
domain_count: 6696
owner: Donuts
status: GA
tld: engineer
type: semi-restricted
---
domain_count: 6690
owner: Donuts
status: GA
tld: town
type: unrestricted
---
domain_count: 6617
owner: Donuts
status: GA
tld: graphics
type: unrestricted
---
domain_count: 6587
owner: 'Taipei City Government  '
status: GA
tld: taipei
type: unrestricted
---
domain_count: 6529
owner: Donuts
status: GA
tld: taxi
type: unrestricted
---
domain_count: 6526
owner: 'American Institute of Certified Public Accountants  '
status: GA
tld: cpa
type: restricted
---
domain_count: 6493
owner: Donuts
status: GA
tld: ski
type: unrestricted
---
domain_count: 6478
owner: 'Wedding TLD2, LLC  '
status: GA
tld: menu
type: unrestricted
---
domain_count: 6428
owner: 'Motion Picture Domain Registry Pty Ltd  '
status: GA
tld: film
type: restricted
---
domain_count: 6284
owner: 'The Crown in right of the State of Victoria, represented by its Department
  of State Development, Business and Innovation  '
status: GA
tld: melbourne
type: restricted
---
domain_count: 6195
owner: Donuts
status: GA
tld: promo
type: unrestricted
---
domain_count: 6160
owner: Donuts
status: GA
tld: kaufen
type: unrestricted
---
domain_count: 6111
owner: Donuts
status: GA
tld: auction
type: unrestricted
---
domain_count: 6081
owner: 'DotGift, LLC  '
status: GA
tld: gift
type: unrestricted
---
domain_count: 6055
owner: Donuts
status: GA
tld: insure
type: unrestricted
---
domain_count: 6041
owner: Donuts
status: GA
tld: lighting
type: unrestricted
---
domain_count: 6020
owner: 'Plan Bee LLC  '
status: GA
tld: build
type: unrestricted
---
domain_count: 5982
owner: 'DNS.be vzw  '
status: GA
tld: vlaanderen
type: unrestricted
---
domain_count: 5935
owner: Donuts
status: GA
tld: builders
type: unrestricted
---
domain_count: 5881
owner: Donuts
status: GA
tld: fish
type: unrestricted
---
domain_count: 5838
owner: 'Istanbul Dijital Medya Tic. A.S.  '
status: GA
tld: istanbul
type: unrestricted
---
domain_count: 5826
owner: "Deutsche Verm\xF6gensberatung Aktiengesellschaft DVAG (Deutsche Verm\xF6gensberatung\
  \ AG) "
status: NA
tld: dvag
type: brand
---
domain_count: 5752
owner: Donuts
status: GA
tld: pink
type: unrestricted
---
domain_count: 5649
owner: Donuts
status: GA
tld: gifts
type: unrestricted
---
domain_count: 5579
owner: 'VeriSign Sarl  '
status: GA
tld: xn--mk1bu44c
type: unrestricted
---
domain_count: 5576
owner: Donuts
status: GA
tld: doctor
type: unrestricted
---
domain_count: 5393
owner: Google
status: GA
tld: boo
type: unrestricted
---
domain_count: 5363
owner: 'Registry Services, LLC  '
status: GA
tld: boston
type: unrestricted
---
domain_count: 5342
owner: Donuts
status: GA
tld: toys
type: unrestricted
---
domain_count: 5228
owner: 'Top Level Design, LLC  '
status: GA
tld: tattoo
type: unrestricted
---
domain_count: 5159
owner: 'Public Interest Registry (PIR)  '
status: GA
tld: ngo
type: restricted
---
domain_count: 5158
owner: Donuts
status: GA
tld: attorney
type: semi-restricted
---
domain_count: 5139
owner: 'Global Registry Services Limited (Domain Venture Partners) '
status: GA
tld: faith
type: unrestricted
---
domain_count: 5079
owner: 'XYZ.COM LLC  '
status: GA
tld: audio
type: unrestricted
---
domain_count: 5038
owner: 'dotSaarland GmbH (CentralNic Group PLC) '
status: GA
tld: ruhr
type: semi-restricted
---
domain_count: 5025
owner: 'Municipi de Barcelona  '
status: GA
tld: barcelona
type: semi-restricted
---
domain_count: 4999
owner: Donuts
status: GA
tld: vote
type: restricted
---
domain_count: 4948
owner: 'Registry Services, LLC  '
status: GA
tld: garden
type: unrestricted
---
domain_count: 4875
owner: Donuts
status: GA
tld: army
type: semi-restricted
---
domain_count: 4854
owner: Donuts
status: GA
tld: equipment
type: unrestricted
---
domain_count: 4850
owner: 'Intercap Registry Inc.  '
status: GA
tld: inc
type: unrestricted
---
domain_count: 4822
owner: 'XYZ.COM LLC  '
status: GA
tld: game
type: unrestricted
---
domain_count: 4790
owner: 'dotKoeln GmbH  '
status: GA
tld: cologne
type: unrestricted
---
domain_count: 4782
owner: 'Internet Naming Co.  '
status: GA
tld: country
type: unrestricted
---
domain_count: 4771
owner: 'Registry Services, LLC  '
status: GA
tld: surf
type: unrestricted
---
domain_count: 4691
owner: 'BRregistry, Inc.  '
status: GA
tld: okinawa
type: unrestricted
---
domain_count: 4665
owner: Donuts
status: GA
tld: salon
type: unrestricted
---
domain_count: 4645
owner: Donuts
status: GA
tld: forsale
type: unrestricted
---
domain_count: 4603
owner: 'DotKids Foundation Limited  '
status: GA
tld: kids
type: unrestricted
---
domain_count: 4589
owner: 'Latin American Telecom LLC  '
status: GA
tld: tube
type: unrestricted
---
domain_count: 4538
owner: Donuts
status: GA
tld: mortgage
type: semi-restricted
---
domain_count: 4514
owner: Donuts
status: GA
tld: fail
type: unrestricted
---
domain_count: 4504
owner: 'Registry Services, LLC  '
status: GA
tld: fishing
type: unrestricted
---
domain_count: 4463
owner: Donuts
status: GA
tld: movie
type: unrestricted
---
domain_count: 4453
owner: Donuts
status: GA
tld: shoes
type: unrestricted
---
domain_count: 4401
owner: 'ZA Central Registry NPC trading as ZA Central Registry  '
status: GA
tld: capetown
type: unrestricted
---
domain_count: 4399
owner: Donuts
status: GA
tld: reisen
type: unrestricted
---
domain_count: 4381
owner: Donuts
status: GA
tld: claims
type: unrestricted
---
domain_count: 4348
owner: 'Global Registry Services Limited (Domain Venture Partners) '
status: GA
tld: racing
type: unrestricted
---
domain_count: 4348
owner: Donuts
status: GA
tld: cab
type: unrestricted
---
domain_count: 4281
owner: Donuts
status: GA
tld: recipes
type: unrestricted
---
domain_count: 4278
owner: 'GMO Registry, Inc.  '
status: GA
tld: nagoya
type: unrestricted
---
domain_count: 4262
owner: Donuts
status: GA
tld: jewelry
type: unrestricted
---
domain_count: 4256
owner: Donuts
status: GA
tld: apartments
type: unrestricted
---
domain_count: 4252
owner: Donuts
status: GA
tld: schule
type: unrestricted
---
domain_count: 4167
owner: Donuts
status: GA
tld: poker
type: unrestricted
---
domain_count: 4162
owner: Donuts
status: GA
tld: holiday
type: unrestricted
---
domain_count: 4031
owner: Donuts
status: GA
tld: associates
type: unrestricted
---
domain_count: 4024
owner: Google
status: GA
tld: mov
type: unrestricted
---
domain_count: 3979
owner: 'dotSaarland GmbH (CentralNic Group PLC) '
status: GA
tld: saarland
type: unrestricted
---
domain_count: 3970
owner: Google
status: GA
tld: how
type: unrestricted
---
domain_count: 3891
owner: Donuts
status: GA
tld: lgbt
type: unrestricted
---
domain_count: 3871
owner: Donuts
status: GA
tld: glass
type: unrestricted
---
domain_count: 3845
owner: 'CEOTLD Pty Ltd (PeopleBrowsr Inc.) '
status: GA
tld: ceo
type: unrestricted
---
domain_count: 3821
owner: 'GMO Registry, Inc.  '
status: GA
tld: yokohama
type: unrestricted
---
domain_count: 3807
owner: Donuts
status: GA
tld: gratis
type: unrestricted
---
domain_count: 3801
owner: Donuts
status: GA
tld: contractors
type: unrestricted
---
domain_count: 3789
owner: 'Registry Services, LLC  '
status: GA
tld: courses
type: unrestricted
---
domain_count: 3774
owner: 'XYZ.COM LLC  '
status: GA
tld: christmas
type: unrestricted
---
domain_count: 3759
owner: Donuts
status: GA
tld: cheap
type: unrestricted
---
domain_count: 3730
owner: 'VeriSign Sarl  '
status: GA
tld: xn--tckwe
type: unrestricted
---
domain_count: 3659
owner: Donuts
status: GA
tld: dating
type: unrestricted
---
domain_count: 3651
owner: Donuts
status: GA
tld: soccer
type: unrestricted
---
domain_count: 3621
owner: Donuts
status: GA
tld: irish
type: unrestricted
---
domain_count: 3608
owner: Donuts
status: GA
tld: vacations
type: unrestricted
---
domain_count: 3588
owner: 'Registry Services, LLC  '
status: GA
tld: horse
type: unrestricted
---
domain_count: 3587
owner: Donuts
status: GA
tld: camera
type: unrestricted
---
domain_count: 3585
owner: 'Public Interest Registry (PIR)  '
status: GA
tld: ong
type: restricted
---
domain_count: 3535
owner: Donuts
status: GA
tld: trading
type: semi-restricted
---
domain_count: 3531
owner: Google
status: GA
tld: rsvp
type: unrestricted
---
domain_count: 3526
owner: Donuts
status: GA
tld: catering
type: unrestricted
---
domain_count: 3520
owner: Donuts
status: GA
tld: supplies
type: unrestricted
---
domain_count: 3520
owner: 'Combell nv  '
status: GA
tld: gent
type: unrestricted
---
domain_count: 3501
owner: 'Registry Services, LLC  '
status: GA
tld: rodeo
type: unrestricted
---
domain_count: 3500
owner: 'Zodiac Libra Limited (Zodiac Holdings Ltd.) '
status: GA
tld: xn--hxt814e
type: unrestricted
---
domain_count: 3492
owner: Donuts
status: GA
tld: furniture
type: unrestricted
---
domain_count: 3473
owner: Donuts
status: GA
tld: archi
type: semi-restricted
---
domain_count: 3454
owner: 'Registry Services, LLC  '
status: GA
tld: study
type: unrestricted
---
domain_count: 3416
owner: Donuts
status: GA
tld: exposed
type: unrestricted
---
domain_count: 3388
owner: Donuts
status: GA
tld: discount
type: unrestricted
---
domain_count: 3312
owner: 'Comunidad de Madrid  '
status: GA
tld: madrid
type: semi-restricted
---
domain_count: 3301
owner: Donuts
status: GA
tld: voyage
type: unrestricted
---
domain_count: 3243
owner: Donuts
status: GA
tld: singles
type: unrestricted
---
domain_count: 3158
owner: 'KredTLD Pty Ltd (PeopleBrowsr Inc.) '
status: NA
tld: kred
type: brand
---
domain_count: 3149
owner: 'Registry Services, LLC  '
status: GA
tld: luxe
type: unrestricted
---
domain_count: 3135
owner: 'Luxury Partners LLC  '
status: GA
tld: luxury
type: unrestricted
---
domain_count: 3096
owner: Donuts
status: GA
tld: plumbing
type: unrestricted
---
domain_count: 3067
owner: Donuts
status: GA
tld: markets
type: unrestricted
---
domain_count: 3062
owner: 'Eagle Horizon Limited (Zodiac Holdings Ltd.) '
status: GA
tld: xn--3bst00m
type: unrestricted
---
domain_count: 3029
owner: 'European Broadcasting Union (EBU)  '
status: GA
tld: radio
type: unrestricted
---
domain_count: 2997
owner: Donuts
status: GA
tld: dentist
type: semi-restricted
---
domain_count: 2996
owner: 'Nawang Heli(Xiamen) Network Service Co., LTD.  '
status: GA
tld: xn--g2xx48c
type: unrestricted
---
domain_count: 2993
owner: Donuts
status: GA
tld: cleaning
type: unrestricted
---
domain_count: 2962
owner: Donuts
status: GA
tld: actor
type: unrestricted
---
domain_count: 2962
owner: Donuts
status: GA
tld: degree
type: semi-restricted
---
domain_count: 2930
owner: 'ZA Central Registry NPC trading as ZA Central Registry  '
status: GA
tld: joburg
type: unrestricted
---
domain_count: 2929
owner: 'CORE Association  '
status: GA
tld: xn--80aswg
type: unrestricted
---
domain_count: 2883
owner: Google
status: GA
tld: meme
type: unrestricted
---
domain_count: 2870
owner: Donuts
status: GA
tld: moda
type: unrestricted
---
domain_count: 2839
owner: Donuts
status: GA
tld: xn--vhquv
type: unrestricted
---
domain_count: 2812
owner: 'XYZ.COM LLC  '
status: GA
tld: hosting
type: unrestricted
---
domain_count: 2807
owner: 'Global Registry Services Limited (Domain Venture Partners) '
status: GA
tld: webcam
type: unrestricted
---
domain_count: 2721
owner: Donuts
status: GA
tld: observer
type: unrestricted
---
domain_count: 2714
owner: 'Registry Services, LLC  '
status: GA
tld: cooking
type: unrestricted
---
domain_count: 2684
owner: Google
status: GA
tld: dad
type: unrestricted
---
domain_count: 2677
owner: 'fTLD Registry Services LLC  '
status: GA
tld: bank
type: restricted
---
domain_count: 2643
owner: Donuts
status: GA
tld: futbol
type: unrestricted
---
domain_count: 2602
owner: Donuts
status: GA
tld: florist
type: unrestricted
---
domain_count: 2598
owner: 'Beijing Tele-info Network Technology Co., Ltd.  '
status: GA
tld: xn--vuq861b
type: unrestricted
---
domain_count: 2580
owner: Donuts
status: GA
tld: diamonds
type: unrestricted
---
domain_count: 2502
owner: 'Internet Naming Co.  '
status: GA
tld: property
type: unrestricted
---
domain_count: 2496
owner: 'REGION GRAND EST  '
status: GA
tld: alsace
type: semi-restricted
---
domain_count: 2430
owner: Donuts
status: GA
tld: bingo
type: unrestricted
---
domain_count: 2420
owner: Donuts
status: GA
tld: coupons
type: unrestricted
---
domain_count: 2415
owner: Google
status: GA
tld: foo
type: unrestricted
---
domain_count: 2381
owner: 'ZA Central Registry NPC trading as ZA Central Registry  '
status: GA
tld: durban
type: unrestricted
---
domain_count: 2347
owner: Donuts
status: GA
tld: rehab
type: semi-restricted
---
domain_count: 2344
owner: Donuts
status: GA
tld: broker
type: semi-restricted
---
domain_count: 2336
owner: "Collectivit\xE9 de Corse  "
status: GA
tld: corsica
type: semi-restricted
---
domain_count: 2329
owner: 'CORE Association  '
status: GA
tld: xn--80asehdb
type: unrestricted
---
domain_count: 2326
owner: Donuts
status: GA
tld: limo
type: unrestricted
---
domain_count: 2302
owner: Google
status: GA
tld: esq
type: restricted
---
domain_count: 2282
owner: Google
status: GA
tld: xn--q9jyb4c
type: unrestricted
---
domain_count: 2222
owner: Donuts
status: GA
tld: cruises
type: unrestricted
---
domain_count: 2219
owner: Donuts
status: GA
tld: tienda
type: unrestricted
---
domain_count: 2194
owner: 'VeriSign Sarl  '
status: GA
tld: xn--t60b56a
type: unrestricted
---
domain_count: 2187
owner: Donuts
status: GA
tld: hospital
type: unrestricted
---
domain_count: 2169
owner: Donuts
status: GA
tld: bargains
type: unrestricted
---
domain_count: 2158
owner: Donuts
status: GA
tld: flights
type: unrestricted
---
domain_count: 2138
owner: 'Public Interest Registry (PIR)  '
status: GA
tld: giving
type: brand
---
domain_count: 2106
owner: Donuts
status: GA
tld: villas
type: unrestricted
---
domain_count: 2105
owner: Donuts
status: GA
tld: lease
type: unrestricted
---
domain_count: 2101
owner: Donuts
status: GA
tld: hockey
type: unrestricted
---
domain_count: 1950
owner: Donuts
status: GA
tld: tennis
type: unrestricted
---
domain_count: 1892
owner: Donuts
status: GA
tld: accountants
type: unrestricted
---
domain_count: 1874
owner: 'Fegistry, LLC  '
status: GA
tld: forum
type: unrestricted
---
domain_count: 1870
owner: Donuts
status: GA
tld: organic
type: restricted
---
domain_count: 1857
owner: 'Emergency Back-End Registry Operator Program - ICANN  '
status: GA
tld: desi
type: unrestricted
---
domain_count: 1848
owner: Google
status: GA
tld: soy
type: unrestricted
---
domain_count: 1835
owner: 'Registry Services, LLC  '
status: GA
tld: vodka
type: unrestricted
---
domain_count: 1823
owner: Google
status: GA
tld: phd
type: restricted
---
domain_count: 1799
owner: 'Global Website TLD Asia Limited  '
status: GA
tld: xn--5tzm5g
type: unrestricted
---
domain_count: 1785
owner: Donuts
status: GA
tld: condos
type: unrestricted
---
domain_count: 1782
owner: Donuts
status: GA
tld: surgery
type: unrestricted
---
domain_count: 1696
owner: 'AUDI Aktiengesellschaft  '
status: NA
tld: audi
type: brand
---
domain_count: 1692
owner: 'VeriSign Sarl  '
status: GA
tld: xn--9dbq2a
type: unrestricted
---
domain_count: 1664
owner: 'MMA IARD  '
status: NA
tld: mma
type: brand
---
domain_count: 1631
owner: Google
status: GA
tld: nexus
type: brand
---
domain_count: 1554
owner: Donuts
status: GA
tld: theater
type: unrestricted
---
domain_count: 1545
owner: 'Dot Hip Hop, LLC  '
status: GA
tld: hiphop
type: semi-restricted
---
domain_count: 1543
owner: 'Global Registry Services Limited (Domain Venture Partners) '
status: GA
tld: accountant
type: unrestricted
---
domain_count: 1487
owner: 'TLD-BOX Registrydienstleistungen GmbH  '
status: GA
tld: versicherung
type: restricted
---
domain_count: 1444
owner: Google
status: GA
tld: new
type: unrestricted
---
domain_count: 1429
owner: Donuts
status: GA
tld: creditcard
type: unrestricted
---
domain_count: 1421
owner: 'dotCareer LLC  '
status: GA
tld: career
type: unrestricted
---
domain_count: 1411
owner: 'American Bible Society  '
status: GA
tld: bible
type: unrestricted
---
domain_count: 1394
owner: "Kanton Z\xFCrich  "
status: GA
tld: zuerich
type: semi-restricted
---
domain_count: 1363
owner: 'Intercap Registry Inc.  '
status: NA
tld: box
type: unrestricted
---
domain_count: 1331
owner: 'XYZ.COM LLC  '
status: GA
tld: diet
type: semi-restricted
---
domain_count: 1314
owner: Donuts
status: GA
tld: maison
type: unrestricted
---
domain_count: 1306
owner: 'Republican State Leadership Committee, Inc.  '
status: GA
tld: gop
type: unrestricted
---
domain_count: 1304
owner: 'KRG Department of Information Technology  '
status: GA
tld: krd
type: semi-restricted
---
domain_count: 1286
owner: "Allfinanz Deutsche Verm\xF6gensberatung Aktiengesellschaft (Deutsche Verm\xF6\
  gensberatung AG) "
status: NA
tld: allfinanz
type: brand
---
domain_count: 1275
owner: Donuts
status: GA
tld: realty
type: unrestricted
---
domain_count: 1269
owner: 'Global Registry Services Limited (Domain Venture Partners) '
status: GA
tld: cricket
type: unrestricted
---
domain_count: 1250
owner: Donuts
status: GA
tld: xn--czrs0t
type: unrestricted
---
domain_count: 1222
owner: Donuts
status: GA
tld: tires
type: unrestricted
---
domain_count: 1212
owner: 'Asia Spa and Wellness Promotion Council Limited  '
status: NA
tld: spa
type: unknown
---
domain_count: 1178
owner: Donuts
status: GA
tld: navy
type: semi-restricted
---
domain_count: 1175
owner: Donuts
status: GA
tld: republican
type: unrestricted
---
domain_count: 1170
owner: Donuts
status: GA
tld: democrat
type: unrestricted
---
domain_count: 1137
owner: 'A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc  '
status: NA
tld: leclerc
type: brand
---
domain_count: 1134
owner: 'XYZ.COM LLC  '
status: GA
tld: flowers
type: unrestricted
---
domain_count: 1126
owner: Donuts
status: GA
tld: sarl
type: unrestricted
---
domain_count: 1103
owner: Donuts
status: GA
tld: gripe
type: unrestricted
---
domain_count: 1041
owner: 'Academic Institution: Kyoto Jyoho Gakuen  '
status: GA
tld: kyoto
type: semi-restricted
---
domain_count: 1039
owner: 'Stable Tone Limited  '
status: GA
tld: xn--rhqv96g
type: unrestricted
---
domain_count: 1025
owner: Donuts
status: GA
tld: forex
type: semi-restricted
---
domain_count: 1022
owner: 'PhysBiz Pty Ltd  '
status: GA
tld: physio
type: semi-restricted
---
domain_count: 1018
owner: 'Top Level Spectrum, Inc.  '
status: GA
tld: feedback
type: semi-restricted
---
domain_count: 1013
owner: 'XYZ.COM LLC  '
status: GA
tld: tickets
type: semi-restricted
---
domain_count: 990
owner: Donuts
status: GA
tld: reise
type: semi-restricted
---
domain_count: 987
owner: 'Registry Services, LLC  '
status: GA
tld: blackfriday
type: unrestricted
---
domain_count: 987
owner: 'Osaka Registry Co., Ltd.  '
status: GA
tld: osaka
type: semi-restricted
---
domain_count: 965
owner: 'Limited Liability Company "Coordination Center of Regional Domain of Tatarstan
  Republic"  '
status: GA
tld: tatar
type: unrestricted
---
domain_count: 961
owner: Donuts
status: GA
tld: viajes
type: unrestricted
---
domain_count: 955
owner: Donuts
status: GA
tld: airforce
type: semi-restricted
---
domain_count: 944
owner: 'Abu Dhabi Systems and Information Centre  '
status: GA
tld: abudhabi
type: restricted
---
domain_count: 915
owner: 'Who''s Who Registry  '
status: GA
tld: whoswho
type: unrestricted
---
domain_count: 859
owner: Donuts
status: GA
tld: memorial
type: unrestricted
---
domain_count: 851
owner: 'Public Interest Registry (PIR)  '
status: GA
tld: xn--c1avg
type: unrestricted
---
domain_count: 808
owner: "The Foundation for Network Initiatives \u201CThe Smart Internet\u201D  "
status: GA
tld: xn--d1acj3b
type: unrestricted
---
domain_count: 766
owner: 'SEAT, S.A. (Sociedad Unipersonal)  '
status: NA
tld: seat
type: brand
---
domain_count: 758
owner: Google
status: GA
tld: prof
type: unrestricted
---
domain_count: 757
owner: 'National Association of Real Estate Investment Trusts, Inc.  '
status: GA
tld: reit
type: restricted
---
domain_count: 741
owner: 'XYZ.COM LLC  '
status: GA
tld: guitars
type: unrestricted
---
domain_count: 707
owner: "F\xE9d\xE9ration Internationale de Basketball (FIBA)  "
status: GA
tld: basketball
type: unrestricted
---
domain_count: 705
owner: "Empresa Municipal de Inform\xE1tica SA - IPLANRIO  "
status: GA
tld: rio
type: semi-restricted
---
domain_count: 700
owner: 'Registry Services, LLC  '
status: GA
tld: abogado
type: restricted
---
domain_count: 689
owner: 'BRregistry, Inc.  '
status: GA
tld: ryukyu
type: unrestricted
---
domain_count: 679
owner: 'NeuStar, Inc.  '
status: NA
tld: neustar
type: brand
---
domain_count: 658
owner: 'Registry Services, LLC  '
status: GA
tld: select
type: brand
---
domain_count: 657
owner: 'Registry Services, LLC  '
status: GA
tld: compare
type: brand
---
domain_count: 634
owner: Donuts
status: GA
tld: shiksha
type: unrestricted
---
domain_count: 623
owner: 'XYZ.COM LLC  '
status: GA
tld: security
type: semi-restricted
---
domain_count: 622
owner: 'National Association of Boards of Pharmacy  '
status: GA
tld: pharmacy
type: restricted
---
domain_count: 604
owner: 'XYZ.COM LLC  '
status: GA
tld: storage
type: unrestricted
---
domain_count: 601
owner: 'InterNetX Corp.  '
status: GA
tld: ltda
type: restricted
---
domain_count: 577
owner: 'dotCOOL, Inc.  '
status: GA
tld: qpon
type: unrestricted
---
domain_count: 574
owner: 'World Rugby Strategic Developments Limited  '
status: GA
tld: rugby
type: unrestricted
---
domain_count: 567
owner: 'Federated Co-operatives Limited  '
status: NA
tld: crs
type: brand
---
domain_count: 565
owner: 'International Domain Registry Pty. Ltd.  '
status: GA
tld: xn--ngbc5azd
type: unrestricted
---
domain_count: 562
owner: 'UNR Corp.  '
status: GA
tld: juegos
type: semi-restricted
---
domain_count: 553
owner: 'CORE Association  '
status: GA
tld: xn--mgbab2bd
type: unrestricted
---
domain_count: 518
owner: 'XYZ.COM LLC  '
status: GA
tld: auto
type: unrestricted
---
domain_count: 496
owner: Donuts
status: GA
tld: xn--fjq720a
type: unrestricted
---
domain_count: 483
owner: Donuts
status: GA
tld: xn--unup4y
type: unrestricted
---
domain_count: 479
owner: 'DotCooperation LLC  '
status: GA
tld: creditunion
type: restricted
---
domain_count: 474
owner: '11 Mail Media GmbH  '
status: NA
tld: gmx
type: brand
---
domain_count: 407
owner: 'Public Interest Registry (PIR)  '
status: GA
tld: xn--nqv7f
type: unrestricted
---
domain_count: 404
owner: 'Schwarz Domains und Services GmbH & Co. KG  '
status: NA
tld: schwarz
type: brand
---
domain_count: 360
owner: 'Abbott Laboratories, Inc.  '
status: NA
tld: abbott
type: brand
---
domain_count: 359
owner: Amazon
status: GA
tld: moi
type: unrestricted
---
domain_count: 353
owner: 'ACO Severin Ahlmann GmbH & Co. KG  '
status: NA
tld: aco
type: brand
---
domain_count: 344
owner: Google
status: NA
tld: goog
type: brand
---
domain_count: 329
owner: 'XYZ.COM LLC  '
status: GA
tld: car
type: unrestricted
---
domain_count: 308
owner: 'Celebrate Broadway, Inc.  '
status: GA
tld: broadway
type: restricted
---
domain_count: 302
owner: Google
status: GA
tld: channel
type: brand
---
domain_count: 296
owner: 'XYZ.COM LLC  '
status: GA
tld: cars
type: unrestricted
---
domain_count: 289
owner: 'BNP Paribas  '
status: NA
tld: bnpparibas
type: brand
---
domain_count: 278
owner: 'Guangzhou YU Wei Information Technology Co., Ltd.  '
status: GA
tld: xn--xhq521b
type: unrestricted
---
domain_count: 258
owner: 'H. Lundbeck A/S  '
status: NA
tld: lundbeck
type: brand
---
domain_count: 252
owner: Donuts
status: GA
tld: watches
type: brand
---
domain_count: 245
owner: 'Automobili Lamborghini S.p.A.  '
status: NA
tld: lamborghini
type: brand
---
domain_count: 234
owner: 'FOX Registry, LLC  '
status: NA
tld: fox
type: brand
---
domain_count: 217
owner: 'Internet Naming Co.  '
status: GA
tld: hiv
type: unrestricted
---
domain_count: 198
owner: 'Banco Bradesco S.A.  '
status: NA
tld: bradesco
type: brand
---
domain_count: 190
owner: 'fTLD Registry Services LLC  '
status: GA
tld: insurance
type: restricted
---
domain_count: 189
owner: 'Stockholms kommun  '
status: GA
tld: stockholm
type: semi-restricted
---
domain_count: 187
owner: 'Bayerische Motoren Werke Aktiengesellschaft  '
status: NA
tld: mini
type: brand
---
domain_count: 181
owner: 'MAN SE  '
status: NA
tld: man
type: brand
---
domain_count: 176
owner: Google
status: NA
tld: google
type: brand
---
domain_count: 174
owner: 'CITIC Group Corporation  '
status: NA
tld: xn--fiq64b
type: brand
---
domain_count: 174
owner: 'Weir Group IP Limited  '
status: NA
tld: weir
type: brand
---
domain_count: 164
owner: "Globo Comunica\xE7\xE3o e Participa\xE7\xF5es S.A  "
status: NA
tld: globo
type: brand
---
domain_count: 163
owner: 'Saint-Gobain Weber SA  '
status: NA
tld: weber
type: brand
---
domain_count: 157
owner: 'Intercap Registry Inc.  '
status: GA
tld: dealer
type: brand
---
domain_count: 155
owner: 'CITIC Group Corporation  '
status: NA
tld: citic
type: brand
---
domain_count: 154
owner: 'DotMusic Limited  '
status: NA
tld: music
type: restricted
---
domain_count: 147
owner: 'Guangzhou YU Wei Information Technology Co., Ltd.  '
status: GA
tld: xn--1qqw23a
type: unrestricted
---
domain_count: 145
owner: Amazon
status: GA
tld: xn--cck2b3b
type: unrestricted
---
domain_count: 135
owner: 'Barclays Bank PLC  '
status: NA
tld: barclays
type: brand
---
domain_count: 134
owner: 'Public Interest Registry (PIR)  '
status: GA
tld: xn--i1b6b1a6a2e
type: unrestricted
---
domain_count: 132
owner: 'Lipsy Ltd  '
status: NA
tld: lipsy
type: brand
---
domain_count: 132
owner: 'NRA Holdings Company, INC.  '
status: NA
tld: nra
type: brand
---
domain_count: 130
owner: 'Johnson & Johnson Services, Inc.  '
status: NA
tld: jnj
type: brand
---
domain_count: 129
owner: 'Bayerische Motoren Werke Aktiengesellschaft  '
status: NA
tld: bmw
type: brand
---
domain_count: 126
owner: 'XYZ.COM LLC  '
status: GA
tld: theatre
type: unrestricted
---
domain_count: 121
owner: 'STADA Arzneimittel AG  '
status: NA
tld: stada
type: brand
---
domain_count: 120
owner: Amazon
status: NA
tld: aws
type: brand
---
domain_count: 115
owner: 'Australian Postal Corporation  '
status: NA
tld: auspost
type: brand
---
domain_count: 114
owner: 'STATE BANK OF INDIA  '
status: NA
tld: sbi
type: brand
---
domain_count: 114
owner: 'XYZ.COM LLC  '
status: GA
tld: protection
type: semi-restricted
---
domain_count: 114
owner: 'ERNI Group Holding AG  '
status: NA
tld: erni
type: brand
---
domain_count: 108
owner: Amazon
status: GA
tld: xn--1ck2e1b
type: unrestricted
---
domain_count: 108
owner: 'Helium TLDs Ltd  '
status: GA
tld: xn--4gbrim
type: unrestricted
---
domain_count: 106
owner: 'Sky International AG  '
status: NA
tld: sky
type: brand
---
domain_count: 106
owner: 'iRegistry GmbH  '
status: GA
tld: rich
type: unrestricted
---
domain_count: 106
owner: 'Total SA  '
status: NA
tld: total
type: brand
---
domain_count: 105
owner: 'Australian Football League  '
status: NA
tld: afl
type: brand
---
domain_count: 103
owner: 'Yandex Europe B.V.  '
status: NA
tld: yandex
type: brand
---
domain_count: 101
owner: 'Discover Financial Services  '
status: NA
tld: discover
type: brand
---
domain_count: 99
owner: 'Valuetainment Corp.  '
status: GA
tld: voting
type: unrestricted
---
domain_count: 98
owner: Donuts
status: GA
tld: lotto
type: restricted
---
domain_count: 97
owner: 'Saxo Bank A/S  '
status: NA
tld: saxo
type: brand
---
domain_count: 96
owner: "EDEKA Verband kaufm\xE4nnischer Genossenschaften e.V.  "
status: NA
tld: edeka
type: brand
---
domain_count: 93
owner: 'TOYOTA MOTOR CORPORATION  '
status: NA
tld: toyota
type: brand
---
domain_count: 93
owner: 'Teva Pharmaceutical Industries Limited  '
status: NA
tld: teva
type: brand
---
domain_count: 92
owner: 'Target Domain Holdings, LLC  '
status: NA
tld: target
type: brand
---
domain_count: 87
owner: 'Microsoft Corporation  '
status: NA
tld: microsoft
type: brand
---
domain_count: 86
owner: Amazon
status: GA
tld: xn--gckr3f0f
type: unrestricted
---
domain_count: 84
owner: 'Microsoft Corporation  '
status: NA
tld: azure
type: brand
---
domain_count: 83
owner: 'Toray Industries, Inc.  '
status: NA
tld: toray
type: brand
---
domain_count: 82
owner: 'European Organization for Nuclear Research ("CERN")  '
status: NA
tld: cern
type: brand
---
domain_count: 79
owner: 'Monash University  '
status: NA
tld: monash
type: brand
---
domain_count: 78
owner: 'Deloitte Touche Tohmatsu  '
status: NA
tld: deloitte
type: brand
---
domain_count: 78
owner: 'COMMONWEALTH BANK OF AUSTRALIA  '
status: NA
tld: cba
type: brand
---
domain_count: 78
owner: 'Prudential Financial, Inc.  '
status: NA
tld: pru
type: brand
---
domain_count: 76
owner: 'Bloomberg IP Holdings LLC  '
status: NA
tld: bloomberg
type: brand
---
domain_count: 76
owner: 'Deutsche Post AG  '
status: NA
tld: dhl
type: brand
---
domain_count: 74
owner: Amazon
status: NA
tld: amazon
type: brand
---
domain_count: 74
owner: Amazon
status: GA
tld: xn--fct429k
type: unrestricted
---
domain_count: 73
owner: 'Canon Inc.  '
status: NA
tld: canon
type: brand
---
domain_count: 70
owner: 'TUI AG  '
status: NA
tld: tui
type: brand
---
domain_count: 69
owner: 'IFM Electronic GmbH  '
status: NA
tld: ifm
type: brand
---
domain_count: 69
owner: 'Komatsu Ltd.  '
status: NA
tld: komatsu
type: brand
---
domain_count: 69
owner: 'Prudential Financial, Inc.  '
status: NA
tld: prudential
type: brand
---
domain_count: 63
owner: "SNCF (Soci\xE9t\xE9 Nationale des Chemins de fer Francais)  "
status: NA
tld: sncf
type: brand
---
domain_count: 63
owner: 'Fage International S.A.  '
status: NA
tld: fage
type: brand
---
domain_count: 61
owner: 'Kuwait Finance House  '
status: NA
tld: kfh
type: brand
---
domain_count: 59
owner: Amazon
status: GA
tld: xn--bck1b9a5dre4c
type: unrestricted
---
domain_count: 57
owner: 'Abu Dhabi Systems and Information Centre  '
status: GA
tld: xn--mgbca7dzdo
type: brand
---
domain_count: 57
owner: 'Koninklijke KPN N.V.  '
status: NA
tld: kpn
type: brand
---
domain_count: 56
owner: 'Pfizer Inc.  '
status: NA
tld: pfizer
type: brand
---
domain_count: 56
owner: 'Schwarz Domains und Services GmbH & Co. KG  '
status: NA
tld: lidl
type: brand
---
domain_count: 56
owner: 'JPMorgan Chase & Co.  '
status: NA
tld: chase
type: brand
---
domain_count: 54
owner: 'UBN INTERNET LTDA.  '
status: NA
tld: uol
type: brand
---
domain_count: 52
owner: 'Internet Naming Co.  '
status: GA
tld: trust
type: restricted
---
domain_count: 51
owner: Amazon
status: GA
tld: xn--jvr189m
type: unrestricted
---
domain_count: 51
owner: 'American International Group, Inc.  '
status: NA
tld: aig
type: brand
---
domain_count: 50
owner: 'Dot Trademark TLD Holding Company Limited  '
status: GA
tld: xn--otu796d
type: restricted
---
domain_count: 50
owner: Google
status: NA
tld: meet
type: unrestricted
---
domain_count: 50
owner: 'PUNTO FA S.L.  '
status: NA
tld: mango
type: brand
---
domain_count: 49
owner: 'Ricoh Company, Ltd.  '
status: NA
tld: ricoh
type: brand
---
domain_count: 49
owner: 'Shell Information Technology International Inc  '
status: NA
tld: shell
type: brand
---
domain_count: 49
owner: 'Smart Communications, Inc.  '
status: NA
tld: smart
type: brand
---
domain_count: 48
owner: 'Bridgestone Corporation  '
status: NA
tld: bridgestone
type: brand
---
domain_count: 48
owner: 'Firmdale Holdings Limited  '
status: NA
tld: firmdale
type: brand
---
domain_count: 47
owner: 'Airbus S.A.S.  '
status: NA
tld: airbus
type: brand
---
domain_count: 45
owner: 'Aquarelle.com  '
status: NA
tld: aquarelle
type: brand
---
domain_count: 44
owner: 'Fresenius Immobilien-Verwaltungs-GmbH  '
status: NA
tld: fresenius
type: brand
---
domain_count: 44
owner: 'JPMorgan Chase & Co.  '
status: NA
tld: jpmorgan
type: brand
---
domain_count: 42
owner: 'AXA SA  '
status: NA
tld: axa
type: brand
---
domain_count: 42
owner: 'Pictet Europe S.A.  '
status: NA
tld: pictet
type: brand
---
domain_count: 42
owner: 'China Organizational Name Administration Center  '
status: NA
tld: xn--zfr164b
type: brand
---
domain_count: 41
owner: 'Koninklijke Philips N.V.  '
status: NA
tld: philips
type: brand
---
domain_count: 41
owner: 'MLB Advanced Media DH, LLC  '
status: NA
tld: mlb
type: brand
---
domain_count: 40
owner: 'State Farm Mutual Automobile Insurance Company  '
status: NA
tld: statefarm
type: brand
---
domain_count: 39
owner: 'The Siam Commercial Bank Public Company Limited ("SCB")  '
status: NA
tld: scb
type: brand
---
domain_count: 39
owner: 'Ipiranga Produtos de Petroleo S.A.  '
status: NA
tld: ipiranga
type: brand
---
domain_count: 38
owner: Amazon
status: GA
tld: xn--rovu88b
type: unrestricted
---
domain_count: 38
owner: 'Microsoft Corporation  '
status: NA
tld: xbox
type: brand
---
domain_count: 38
owner: 'Zodiac Scorpio Limited (Zodiac Holdings Ltd.) '
status: GA
tld: xn--45q11c
type: unrestricted
---
domain_count: 38
owner: 'Apple Inc.  '
status: NA
tld: apple
type: brand
---
domain_count: 38
owner: 'CNH Industrial N.V.  '
status: GA
tld: case
type: brand
---
domain_count: 37
owner: 'STATE BANK OF INDIA  '
status: NA
tld: statebank
type: brand
---
domain_count: 37
owner: 'Telefonica Brasil S.A.  '
status: NA
tld: vivo
type: brand
---
domain_count: 35
owner: 'Emergency Back-End Registry Operator Program - ICANN  '
status: GA
tld: wed
type: unrestricted
---
domain_count: 35
owner: 'Go Daddy East, LLC  '
status: NA
tld: godaddy
type: brand
---
domain_count: 35
owner: 'Internet DotTrademark Organisation Limited  '
status: GA
tld: xn--imr513n
type: restricted
---
domain_count: 34
owner: 'AbbVie Inc.  '
status: GA
tld: abbvie
type: brand
---
domain_count: 34
owner: 'Sandvik AB  '
status: NA
tld: sandvik
type: brand
---
domain_count: 34
owner: 'SCHMIDT GROUPE S.A.S.  '
status: NA
tld: schmidt
type: brand
---
domain_count: 33
owner: 'Australia and New Zealand Banking Group Ltd.  '
status: NA
tld: anz
type: brand
---
domain_count: 32
owner: 'Werkhaus GmbH  '
status: NA
tld: bauhaus
type: brand
---
domain_count: 31
owner: 'SAP AG  '
status: NA
tld: sap
type: brand
---
domain_count: 31
owner: 'ABB Ltd  '
status: NA
tld: abb
type: brand
---
domain_count: 29
owner: 'VIENNA INSURANCE GROUP AG  '
status: NA
tld: vig
type: brand
---
domain_count: 28
owner: 'Barclays Bank PLC  '
status: NA
tld: barclaycard
type: brand
---
domain_count: 28
owner: 'ITV Services Ltd.  '
status: NA
tld: itv
type: brand
---
domain_count: 28
owner: 'Ikano S.A.  '
status: NA
tld: ikano
type: brand
---
domain_count: 27
owner: 'Bentley Motors Limited  '
status: GA
tld: bentley
type: brand
---
domain_count: 27
owner: 'Hisamitsu Pharmaceutical Co.,Inc.  '
status: NA
tld: hisamitsu
type: brand
---
domain_count: 27
owner: 'La Trobe University  '
status: NA
tld: latrobe
type: brand
---
domain_count: 27
owner: 'Stable Tone Limited  '
status: GA
tld: xn--nyqy26a
type: semi-restricted
---
domain_count: 27
owner: 'Dell Inc.  '
status: NA
tld: dell
type: brand
---
domain_count: 27
owner: 'Cisco Technology, Inc.  '
status: NA
tld: cisco
type: brand
---
domain_count: 26
owner: "Club M\xE9diterran\xE9e S.A.  "
status: NA
tld: clubmed
type: brand
---
domain_count: 26
owner: 'Itau Unibanco Holding S.A.  '
status: NA
tld: itau
type: brand
---
domain_count: 25
owner: 'SEW-EURODRIVE GmbH & Co KG  '
status: NA
tld: sew
type: brand
---
domain_count: 24
owner: 'William Hill Organization Limited  '
status: NA
tld: williamhill
type: brand
---
domain_count: 24
owner: "Sener Ingenier\xEDa y Sistemas, S.A.  "
status: NA
tld: sener
type: brand
---
domain_count: 23
owner: 'Sandvik AB  '
status: NA
tld: walter
type: brand
---
domain_count: 23
owner: 'Microsoft Corporation  '
status: NA
tld: bing
type: brand
---
domain_count: 22
owner: 'Woodside Petroleum Limited  '
status: NA
tld: woodside
type: brand
---
domain_count: 22
owner: 'GMO Registry, Inc.  '
status: NA
tld: gmo
type: brand
---
domain_count: 22
owner: 'Microsoft Corporation  '
status: NA
tld: windows
type: brand
---
domain_count: 22
owner: 'Hyatt GTLD, L.L.C.  '
status: NA
tld: hyatt
type: brand
---
domain_count: 21
owner: 'Schaeffler Technologies AG & Co. KG  '
status: NA
tld: schaeffler
type: brand
---
domain_count: 21
owner: 'Allstate Fire and Casualty Insurance Company  '
status: NA
tld: allstate
type: brand
---
domain_count: 21
owner: 'Fondation Aga Khan  '
status: NA
tld: ismaili
type: brand
---
domain_count: 20
owner: 'Microsoft Corporation  '
status: NA
tld: hotmail
type: brand
---
domain_count: 19
owner: 'LANXESS Corporation  '
status: NA
tld: lanxess
type: brand
---
domain_count: 19
owner: 'Praxi S.p.A.  '
status: NA
tld: praxi
type: brand
---
domain_count: 19
owner: Google
status: NA
tld: youtube
type: brand
---
domain_count: 19
owner: 'Sanofi  '
status: NA
tld: sanofi
type: brand
---
domain_count: 19
owner: 'GEA Group Aktiengesellschaft  '
status: NA
tld: gea
type: brand
---
domain_count: 19
owner: 'Locus Analytics LLC  '
status: NA
tld: locus
type: brand
---
domain_count: 19
owner: 'Sharp Corporation  '
status: NA
tld: sharp
type: brand
---
domain_count: 19
owner: 'Affinity Names, Inc.  '
status: NA
tld: jio
type: brand
---
domain_count: 18
owner: 'Ally Financial Inc.  '
status: NA
tld: ally
type: brand
---
domain_count: 18
owner: 'Hitachi, Ltd.  '
status: NA
tld: hitachi
type: brand
---
domain_count: 18
owner: 'Kuwait Finance House  '
status: NA
tld: xn--ngbe9e0a
type: brand
---
domain_count: 18
owner: 'JCB Co., Ltd.  '
status: NA
tld: jcb
type: brand
---
domain_count: 18
owner: Google
status: NA
tld: gle
type: brand
---
domain_count: 16
owner: 'Sandvik AB  '
status: NA
tld: sandvikcoromant
type: brand
---
domain_count: 16
owner: 'Marriott Worldwide Corporation  '
status: NA
tld: marriott
type: brand
---
domain_count: 16
owner: 'SUZUKI MOTOR CORPORATION  '
status: NA
tld: suzuki
type: brand
---
domain_count: 16
owner: 'Otsuka Holdings Co., Ltd.  '
status: NA
tld: otsuka
type: brand
---
domain_count: 15
owner: 'Pontificium Consilium de Comunicationibus Socialibus  '
status: NA
tld: catholic
type: brand
---
domain_count: 15
owner: 'NIPPON Telegraph and Telephone Corp.  '
status: NA
tld: ntt
type: brand
---
domain_count: 15
owner: 'Disney Enterprises, Inc.  '
status: NA
tld: abc
type: brand
---
domain_count: 15
owner: 'Pioneer Corporation  '
status: GA
tld: pioneer
type: brand
---
domain_count: 15
owner: 'Next plc  '
status: NA
tld: next
type: brand
---
domain_count: 14
owner: 'KPMG International  '
status: GA
tld: kpmg
type: brand
---
domain_count: 14
owner: 'Extra Space Storage LLC  '
status: NA
tld: extraspace
type: brand
---
domain_count: 14
owner: 'SCHMIDT GROUPE S.A.S.  '
status: NA
tld: cuisinella
type: brand
---
domain_count: 14
owner: 'HSBC Holdings PLC  '
status: NA
tld: hsbc
type: brand
---
domain_count: 14
owner: 'Guccio Gucci S.p.a.  '
status: NA
tld: gucci
type: brand
---
domain_count: 13
owner: 'BANCO BILBAO VIZCAYA ARGENTARIA, S.A.  '
status: NA
tld: bbva
type: brand
---
domain_count: 13
owner: 'Tata Motors Ltd  '
status: NA
tld: tatamotors
type: brand
---
domain_count: 13
owner: 'Robert Bosch GMBH  '
status: NA
tld: rexroth
type: brand
---
domain_count: 13
owner: 'The Vanguard Group, Inc.  '
status: NA
tld: vanguard
type: brand
---
domain_count: 13
owner: "Association Relative \xE0 la T\xE9l\xE9vision Europ\xE9enne G.E.I.E.  "
status: NA
tld: arte
type: brand
---
domain_count: 12
owner: 'Hyundai Motor Company  '
status: NA
tld: hyundai
type: brand
---
domain_count: 12
owner: 'Ford Motor Company  '
status: NA
tld: ford
type: brand
---
domain_count: 12
owner: 'Politie Nederland  '
status: NA
tld: politie
type: brand
---
domain_count: 12
owner: 'China Organizational Name Administration Center  '
status: NA
tld: xn--55qw42g
type: restricted
---
domain_count: 12
owner: 'Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.  '
status: GA
tld: nowruz
type: unrestricted
---
domain_count: 11
owner: 'Redstone Haute Couture Co., Ltd.  '
status: NA
tld: redstone
type: brand
---
domain_count: 11
owner: 'Dubai Smart Government Department  '
status: NA
tld: dubai
type: semi-restricted
---
domain_count: 11
owner: 'Jones Lang LaSalle Incorporated  '
status: NA
tld: jll
type: brand
---
domain_count: 11
owner: 'City of Helsinki  '
status: NA
tld: helsinki
type: brand
---
domain_count: 11
owner: 'DWANGO Co., Ltd.  '
status: NA
tld: nico
type: brand
---
domain_count: 11
owner: 'Seven West Media Ltd  '
status: NA
tld: seven
type: brand
---
domain_count: 10
owner: 'Merck KGaA  '
status: NA
tld: emerck
type: brand
---
domain_count: 10
owner: 'Saudi Telecom Company  '
status: NA
tld: stc
type: brand
---
domain_count: 10
owner: 'Brother Industries, Ltd.  '
status: NA
tld: brother
type: brand
---
domain_count: 10
owner: 'Koninklijke Philips N.V.  '
status: NA
tld: xn--kcrx77d1x4a
type: brand
---
domain_count: 10
owner: 'Sony Corporation  '
status: NA
tld: sony
type: brand
---
domain_count: 10
owner: 'CBS Domains Inc.  '
status: NA
tld: cbs
type: brand
---
domain_count: 9
owner: 'AmFam, Inc.  '
status: NA
tld: amfam
type: brand
---
domain_count: 9
owner: 'Dabur India Limited  '
status: NA
tld: dabur
type: brand
---
domain_count: 9
owner: 'Temasek Holdings (Private) Limited  '
status: NA
tld: temasek
type: brand
---
domain_count: 9
owner: 'Bostik SA  '
status: NA
tld: bostik
type: brand
---
domain_count: 8
owner: 'The Swatch Group Ltd  '
status: NA
tld: swatch
type: brand
---
domain_count: 8
owner: 'IntercontinentalExchange, Inc.  '
status: NA
tld: ice
type: brand
---
domain_count: 8
owner: 'NEC Corporation  '
status: NA
tld: nec
type: brand
---
domain_count: 8
owner: 'Orange Brand Services Limited  '
status: NA
tld: orange
type: brand
---
domain_count: 8
owner: 'ALSTOM  '
status: NA
tld: alstom
type: brand
---
domain_count: 8
owner: 'Eli Lilly and Company  '
status: NA
tld: lilly
type: brand
---
domain_count: 7
owner: Amazon
status: NA
tld: zappos
type: brand
---
domain_count: 7
owner: 'William Morris Endeavor Entertainment, LLC  '
status: NA
tld: wme
type: brand
---
domain_count: 7
owner: 'LANCASTER  '
status: NA
tld: lancaster
type: brand
---
domain_count: 7
owner: 'Resorts World Inc Pte. Ltd.  '
status: NA
tld: genting
type: brand
---
domain_count: 7
owner: 'Societe Francaise du Radiotelephone - SFR  '
status: NA
tld: sfr
type: brand
---
domain_count: 7
owner: 'E. I. du Pont de Nemours and Company  '
status: NA
tld: dupont
type: brand
---
domain_count: 7
owner: 'American Express Travel Related Services Company, Inc.  '
status: NA
tld: amex
type: brand
---
domain_count: 7
owner: 'Honda Motor Co., Ltd.  '
status: NA
tld: honda
type: brand
---
domain_count: 7
owner: 'Microsoft Corporation  '
status: NA
tld: office
type: brand
---
domain_count: 7
owner: 'Microsoft Corporation  '
status: NA
tld: skype
type: brand
---
domain_count: 7
owner: 'CFA Institute  '
status: NA
tld: cfa
type: brand
---
domain_count: 7
owner: 'Aetna Life Insurance Company  '
status: NA
tld: aetna
type: brand
---
domain_count: 7
owner: 'YODOBASHI CAMERA CO.,LTD.  '
status: NA
tld: yodobashi
type: brand
---
domain_count: 7
owner: 'CHINTAI Corporation  '
status: NA
tld: chintai
type: brand
---
domain_count: 7
owner: 'HERMES INTERNATIONAL  '
status: NA
tld: hermes
type: brand
---
domain_count: 6
owner: 'Mutuelle Assurance Instituteur France (MAIF)  '
status: NA
tld: maif
type: brand
---
domain_count: 6
owner: 'Sohu.com Limited  '
status: NA
tld: sohu
type: brand
---
domain_count: 6
owner: 'Mattel Sites, Inc.  '
status: NA
tld: mattel
type: brand
---
domain_count: 6
owner: 'British Broadcasting Corporation  '
status: NA
tld: bbc
type: brand
---
domain_count: 6
owner: 'TOYOTA MOTOR CORPORATION  '
status: NA
tld: lexus
type: brand
---
domain_count: 6
owner: 'Ferrero Trading Lux S.A.  '
status: NA
tld: ferrero
type: brand
---
domain_count: 6
owner: 'Aktiebolaget Electrolux  '
status: NA
tld: aeg
type: brand
---
domain_count: 6
owner: 'IEEE Global LLC  '
status: GA
tld: ieee
type: brand
---
domain_count: 5
owner: 'Oracle Corporation  '
status: NA
tld: java
type: brand
---
domain_count: 5
owner: Google
status: NA
tld: gmail
type: brand
---
domain_count: 5
owner: 'COMMONWEALTH BANK OF AUSTRALIA  '
status: NA
tld: netbank
type: brand
---
domain_count: 5
owner: 'Grainger Registry Services, LLC  '
status: NA
tld: grainger
type: brand
---
domain_count: 5
owner: "NATURA COSM\xC9TICOS S.A.  "
status: NA
tld: natura
type: brand
---
domain_count: 5
owner: 'The Christian Broadcasting Network, Inc.  '
status: NA
tld: cbn
type: brand
---
domain_count: 5
owner: 'OP3FT  '
status: NA
tld: frogans
type: unrestricted
---
domain_count: 5
owner: 'Telefonaktiebolaget L M Ericsson  '
status: NA
tld: ericsson
type: brand
---
domain_count: 5
owner: 'MTN Dubai Limited  '
status: NA
tld: mtn
type: brand
---
domain_count: 5
owner: 'TOSHIBA Corporation  '
status: NA
tld: toshiba
type: brand
---
domain_count: 5
owner: 'SoftBank Group Corp.  '
status: NA
tld: softbank
type: brand
---
domain_count: 5
owner: 'Fujitsu Ltd.  '
status: NA
tld: fujitsu
type: brand
---
domain_count: 5
owner: 'OATH Inc.  '
status: NA
tld: yahoo
type: brand
---
domain_count: 5
owner: 'NISSAN MOTOR CO., LTD.  '
status: NA
tld: nissan
type: brand
---
domain_count: 5
owner: 'Chanel International B.V.  '
status: NA
tld: chanel
type: brand
---
domain_count: 4
owner: 'COMMONWEALTH BANK OF AUSTRALIA  '
status: NA
tld: commbank
type: brand
---
domain_count: 4
owner: 'FairWinds Partners, LLC  '
status: NA
tld: fairwinds
type: brand
---
domain_count: 4
owner: 'Fondation Aga Khan  '
status: NA
tld: imamat
type: brand
---
domain_count: 4
owner: 'Nokia Corporation  '
status: NA
tld: nokia
type: brand
---
domain_count: 4
owner: 'Lifestyle Domain Holdings, Inc.  '
status: SR
tld: diy
type: brand
---
domain_count: 4
owner: 'The Swatch Group Ltd  '
status: NA
tld: omega
type: brand
---
domain_count: 4
owner: 'Matrix IP LLC  '
status: NA
tld: jmp
type: brand
---
domain_count: 4
owner: 'Able Inc.  '
status: NA
tld: able
type: brand
---
domain_count: 4
owner: 'TV Sundram Iyengar & Sons Private Ltd.  '
status: NA
tld: tvs
type: brand
---
domain_count: 4
owner: Google
status: NA
tld: android
type: brand
---
domain_count: 4
owner: 'Flickr, Inc.  '
status: NA
tld: flickr
type: brand
---
domain_count: 4
owner: 'NIKE Inc.  '
status: NA
tld: nike
type: brand
---
domain_count: 4
owner: 'Dai Nippon Printing Co., Ltd.  '
status: NA
tld: dnp
type: brand
---
domain_count: 4
owner: 'AARP  '
status: NA
tld: aarp
type: brand
---
domain_count: 4
owner: 'Citigroup Inc.  '
status: NA
tld: citi
type: brand
---
domain_count: 4
owner: 'European Broadcasting Union (EBU)  '
status: NA
tld: eurovision
type: brand
---
domain_count: 4
owner: 'Jaguar Land Rover Ltd  '
status: NA
tld: jaguar
type: brand
---
domain_count: 4
owner: 'American Express Travel Related Services Company, Inc.  '
status: NA
tld: americanexpress
type: brand
---
domain_count: 4
owner: 'Rogers Communications Canada Inc.  '
status: NA
tld: rogers
type: brand
---
domain_count: 4
owner: 'SAMSUNG SDS CO., LTD  '
status: NA
tld: samsung
type: brand
---
domain_count: 4
owner: "Industria de Dise\xF1o Textil, S.A.  "
status: NA
tld: zara
type: brand
---
domain_count: 4
owner: 'Jaguar Land Rover Ltd  '
status: NA
tld: landrover
type: brand
---
domain_count: 3
owner: 'China United Network Communications Corp. Ltd.  '
status: NA
tld: xn--8y0a063a
type: brand
---
domain_count: 3
owner: 'PricewaterhouseCoopers LLP  '
status: NA
tld: pwc
type: brand
---
domain_count: 3
owner: 'Crown Equipment Corporation  '
status: NA
tld: crown
type: brand
---
domain_count: 3
owner: 'Travelers TLD, LLC  '
status: NA
tld: travelers
type: brand
---
domain_count: 3
owner: Amazon
status: NA
tld: prime
type: brand
---
domain_count: 3
owner: 'American Automobile Association, Inc.  '
status: NA
tld: aaa
type: brand
---
domain_count: 3
owner: 'KIA Motors Corp.  '
status: NA
tld: kia
type: brand
---
domain_count: 3
owner: 'Lifestyle Domain Holdings, Inc.  '
status: SR
tld: living
type: brand
---
domain_count: 3
owner: 'National Australia Bank Limited  '
status: NA
tld: nab
type: brand
---
domain_count: 3
owner: 'Oracle Corporation  '
status: NA
tld: oracle
type: brand
---
domain_count: 3
owner: 'Ford Motor Company  '
status: NA
tld: lincoln
type: brand
---
domain_count: 3
owner: 'MTR Corporation Limited  '
status: NA
tld: mtr
type: brand
---
domain_count: 3
owner: 'Lifestyle Domain Holdings, Inc.  '
status: SR
tld: food
type: brand
---
domain_count: 3
owner: 'Fondation Aga Khan  '
status: NA
tld: akdn
type: brand
---
domain_count: 3
owner: 'Campus IP LLC  '
status: NA
tld: analytics
type: brand
---
domain_count: 3
owner: Google
status: NA
tld: here
type: unrestricted
---
domain_count: 3
owner: 'Panasonic Corporation  '
status: NA
tld: panasonic
type: brand
---
domain_count: 3
owner: 'Massachusetts Institute of Technology  '
status: NA
tld: mit
type: brand
---
domain_count: 3
owner: "Deutsche Verm\xF6gensberatung Aktiengesellschaft DVAG (Deutsche Verm\xF6gensberatung\
  \ AG) "
status: NA
tld: pohl
type: brand
---
domain_count: 3
owner: 'Japan Registry Services Co., Ltd.  '
status: NA
tld: jprs
type: brand
---
domain_count: 3
owner: 'Bridgestone Licensing Services, Inc.  '
status: NA
tld: firestone
type: brand
---
domain_count: 3
owner: 'Ping Registry Provider, Inc.  '
status: NA
tld: ping
type: brand
---
domain_count: 3
owner: 'China United Network Communications Corp. Ltd.  '
status: NA
tld: unicom
type: brand
---
domain_count: 3
owner: "Deutsche Verm\xF6gensberatung Aktiengesellschaft DVAG (Deutsche Verm\xF6gensberatung\
  \ AG) "
status: NA
tld: xn--vermgensberatung-pwb
type: brand
---
domain_count: 3
owner: 'Amica Mutual Insurance Company  '
status: NA
tld: amica
type: brand
---
domain_count: 2
owner: Google
status: NA
tld: prod
type: brand
---
domain_count: 2
owner: 'Lifestyle Domain Holdings, Inc.  '
status: SR
tld: lifestyle
type: brand
---
domain_count: 2
owner: 'The Boston Consulting Group, Inc.  '
status: NA
tld: bcg
type: brand
---
domain_count: 2
owner: 'Mitsubishi Corporation  '
status: NA
tld: mitsubishi
type: brand
---
domain_count: 2
owner: 'Travelers TLD, LLC  '
status: NA
tld: redumbrella
type: brand
---
domain_count: 2
owner: 'RWE AG  '
status: NA
tld: rwe
type: brand
---
domain_count: 2
owner: 'Crescent Holding GmbH  '
status: NA
tld: olayan
type: brand
---
domain_count: 2
owner: 'NFL Reg Ops LLC  '
status: NA
tld: nfl
type: brand
---
domain_count: 2
owner: Google
status: NA
tld: eat
type: unrestricted
---
domain_count: 2
owner: 'Travelers TLD, LLC  '
status: NA
tld: travelersinsurance
type: brand
---
domain_count: 2
owner: 'Next plc  '
status: NA
tld: nextdirect
type: brand
---
domain_count: 2
owner: Google
status: NA
tld: fly
type: restricted
---
domain_count: 2
owner: 'HDFC Bank Limited  '
status: NA
tld: hdfcbank
type: brand
---
domain_count: 2
owner: 'Research IP LLC  '
status: NA
tld: sas
type: brand
---
domain_count: 2
owner: 'Caravan International, Inc.  '
status: NA
tld: caravan
type: brand
---
domain_count: 2
owner: 'NTT Resonant Inc.  '
status: NA
tld: goo
type: brand
---
domain_count: 2
owner: 'UPS Market Driver, Inc.  '
status: NA
tld: ups
type: brand
---
domain_count: 2
owner: 'LEGO Juris A/S  '
status: NA
tld: lego
type: brand
---
domain_count: 2
owner: 'FLIR Systems, Inc.  '
status: NA
tld: flir
type: brand
---
domain_count: 2
owner: 'Travelers TLD, LLC  '
status: NA
tld: trv
type: brand
---
domain_count: 2
owner: 'Frontier Communications Corporation  '
status: NA
tld: ftr
type: brand
---
domain_count: 2
owner: 'Municipi de Barcelona  '
status: NA
tld: bcn
type: brand
---
domain_count: 2
owner: 'Bristol-Myers Squibb Company  '
status: NA
tld: bms
type: brand
---
domain_count: 2
owner: 'International Business Machines Corporation  '
status: NA
tld: ibm
type: brand
---
domain_count: 2
owner: 'Seiko Epson Corporation  '
status: NA
tld: epson
type: brand
---
domain_count: 2
owner: 'Crescent Holding GmbH  '
status: NA
tld: xn--mgba7c0bbn0a
type: brand
---
domain_count: 2
owner: "Deutsche Verm\xF6gensberatung Aktiengesellschaft DVAG (Deutsche Verm\xF6gensberatung\
  \ AG) "
status: NA
tld: xn--vermgensberater-ctb
type: brand
---
domain_count: 2
owner: 'UBS AG  '
status: NA
tld: ubs
type: brand
---
domain_count: 2
owner: 'SAKURA Internet Inc.  '
status: NA
tld: sakura
type: brand
---
domain_count: 2
owner: Google
status: NA
tld: ads
type: unrestricted
---
domain_count: 2
owner: 'Crescent Holding GmbH  '
status: NA
tld: olayangroup
type: brand
---
domain_count: 2
owner: 'Sony Computer Entertainment Inc.  '
status: NA
tld: playstation
type: brand
---
domain_count: 2
owner: 'NISSAN MOTOR CO., LTD.  '
status: NA
tld: infiniti
type: brand
---
domain_count: 2
owner: 'Virgin Enterprises Limited  '
status: NA
tld: virgin
type: brand
---
domain_count: 2
owner: 'Tabcorp Holdings Limited  '
status: NA
tld: tab
type: brand
---
domain_count: 2
owner: 'Beats Electronics, LLC  '
status: NA
tld: beats
type: brand
---
domain_count: 2
owner: 'World Trade Centers Association, Inc.  '
status: NA
tld: wtc
type: brand
---
domain_count: 2
owner: Google
status: NA
tld: chrome
type: brand
---
domain_count: 2
owner: Google
status: NA
tld: docs
type: unrestricted
---
domain_count: 2
owner: 'The Guardian Life Insurance Company of America  '
status: NA
tld: guardian
type: brand
---
domain_count: 1
owner: 'Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.  '
status: NA
tld: shia
type: unrestricted
---
domain_count: 1
owner: "N\xFAcleo de Informa\xE7\xE3o e Coordena\xE7\xE3o do Ponto BR  "
status: NA
tld: bom
type: unrestricted
---
domain_count: 1
owner: 'Bharti Airtel Limited  '
status: NA
tld: airtel
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: read
type: unrestricted
---
domain_count: 1
owner: 'VeriSign Sarl  '
status: NA
tld: xn--42c2d9a
type: unrestricted
---
domain_count: 1
owner: 'The TJX Companies, Inc.  '
status: NA
tld: marshalls
type: brand
---
domain_count: 1
owner: 'Wal-Mart Stores, Inc.  '
status: NA
tld: george
type: brand
---
domain_count: 1
owner: 'The Gap, Inc.  '
status: NA
tld: gap
type: brand
---
domain_count: 1
owner: 'VeriSign, Inc.  '
status: NA
tld: verisign
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: xn--jlq480n2rg
type: brand
---
domain_count: 1
owner: 'Public Interest Registry (PIR)  '
status: NA
tld: xn--nqv7fs00ema
type: unrestricted
---
domain_count: 1
owner: 'OBI Group Holding SE & Co. KGaA  '
status: NA
tld: obi
type: brand
---
domain_count: 1
owner: 'Xerox DNHC LLC  '
status: NA
tld: xerox
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: got
type: unrestricted
---
domain_count: 1
owner: Amazon
status: NA
tld: jot
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: zero
type: brand
---
domain_count: 1
owner: 'VeriSign Sarl  '
status: NA
tld: xn--j1aef
type: unrestricted
---
domain_count: 1
owner: 'Kerry Trading Co. Limited  '
status: NA
tld: kuokgroup
type: brand
---
domain_count: 1
owner: 'Dish DBS Corporation  '
status: NA
tld: ott
type: brand
---
domain_count: 1
owner: 'Robert Bosch GMBH  '
status: NA
tld: bosch
type: brand
---
domain_count: 1
owner: 'Booking.com B.V.  '
status: NA
tld: booking
type: brand
---
domain_count: 1
owner: 'NBA REGISTRY, LLC  '
status: NA
tld: nba
type: brand
---
domain_count: 1
owner: 'LPL Holdings, Inc.  '
status: NA
tld: lplfinancial
type: brand
---
domain_count: 1
owner: 'Hughes Satellite Systems Corporation  '
status: NA
tld: dvr
type: brand
---
domain_count: 1
owner: 'Bharti Enterprises (Holding) Private Ltd.  '
status: NA
tld: bharti
type: brand
---
domain_count: 1
owner: 'Aerovias del Continente Americano S.A. Avianca  '
status: NA
tld: avianca
type: brand
---
domain_count: 1
owner: 'VeriSign Sarl  '
status: NA
tld: xn--3pxu8k
type: unrestricted
---
domain_count: 1
owner: 'Kerry Trading Co. Limited  '
status: NA
tld: kerrylogistics
type: brand
---
domain_count: 1
owner: 'PCCW Enterprises Limited  '
status: NA
tld: xn--fzys8d69uvgm
type: brand
---
domain_count: 1
owner: 'Comcast IP Holdings I, LLC  '
status: NA
tld: xfinity
type: brand
---
domain_count: 1
owner: 'The TJX Companies, Inc.  '
status: NA
tld: homesense
type: brand
---
domain_count: 1
owner: 'BB&T Corporation  '
status: NA
tld: bbt
type: brand
---
domain_count: 1
owner: 'Hughes Satellite Systems Corporation  '
status: NA
tld: sling
type: brand
---
domain_count: 1
owner: 'FCA US LLC.  '
status: NA
tld: jeep
type: brand
---
domain_count: 1
owner: 'CBS Domains Inc.  '
status: NA
tld: showtime
type: brand
---
domain_count: 1
owner: 'MLB Advanced Media DH, LLC  '
status: NA
tld: baseball
type: brand
---
domain_count: 1
owner: 'Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.  '
status: NA
tld: tci
type: unrestricted
---
domain_count: 1
owner: 'Symantec Corporation  '
status: NA
tld: norton
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: room
type: unrestricted
---
domain_count: 1
owner: Amazon
status: NA
tld: like
type: unrestricted
---
domain_count: 1
owner: Amazon
status: NA
tld: coupon
type: unrestricted
---
domain_count: 1
owner: 'Reliance Industries Ltd.  '
status: NA
tld: ril
type: brand
---
domain_count: 1
owner: 'Registry Services, LLC  '
status: NA
tld: dds
type: restricted
---
domain_count: 1
owner: 'PCCW-HKT DataCom Services Limited  '
status: NA
tld: hkt
type: brand
---
domain_count: 1
owner: 'Motorola Trademark Holdings, LLC  '
status: NA
tld: moto
type: brand
---
domain_count: 1
owner: 'Boehringer Ingelheim International GmbH  '
status: NA
tld: boehringer
type: brand
---
domain_count: 1
owner: 'LeFrak Organization, Inc.  '
status: NA
tld: lefrak
type: brand
---
domain_count: 1
owner: 'Citadel Domain LLC  '
status: NA
tld: citadel
type: brand
---
domain_count: 1
owner: 'Dish DBS Corporation  '
status: NA
tld: latino
type: semi-restricted
---
domain_count: 1
owner: 'Staples, Inc.  '
status: NA
tld: staples
type: brand
---
domain_count: 1
owner: 'National Australia Bank Limited  '
status: NA
tld: ubank
type: brand
---
domain_count: 1
owner: 'Nippon Life Insurance Company  '
status: NA
tld: nissay
type: brand
---
domain_count: 1
owner: 'Booking.com B.V.  '
status: NA
tld: hotels
type: brand
---
domain_count: 1
owner: 'Net-Chinese Co., Ltd.  '
status: NA
tld: xn--mxtq1m
type: restricted
---
domain_count: 1
owner: 'Guangzhou YU Wei Information and Technology Co.,Ltd  '
status: NA
tld: xn--efvy88h
type: unrestricted
---
domain_count: 1
owner: Google
status: NA
tld: dclk
type: brand
---
domain_count: 1
owner: 'Dish DBS Corporation  '
status: NA
tld: ollo
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: imdb
type: brand
---
domain_count: 1
owner: 'OATH Inc.  '
status: NA
tld: aol
type: brand
---
domain_count: 1
owner: Google
status: NA
tld: gbiz
type: brand
---
domain_count: 1
owner: 'Excellent First Limited  '
status: NA
tld: xn--30rr7y
type: unrestricted
---
domain_count: 1
owner: 'Aramco Services Company  '
status: NA
tld: aramco
type: brand
---
domain_count: 1
owner: 'VeriSign Sarl  '
status: NA
tld: xn--fhbei
type: unrestricted
---
domain_count: 1
owner: Amazon
status: NA
tld: spot
type: brand
---
domain_count: 1
owner: 'Fondation Aga Khan  '
status: NA
tld: agakhan
type: brand
---
domain_count: 1
owner: 'PCCW Enterprises Limited  '
status: NA
tld: pccw
type: brand
---
domain_count: 1
owner: 'Dish DBS Corporation  '
status: NA
tld: dtv
type: brand
---
domain_count: 1
owner: 'Farmers Insurance Exchange  '
status: NA
tld: farmers
type: brand
---
domain_count: 1
owner: 'Housing Development Finance Corp. Ltd.  '
status: NA
tld: hdfc
type: brand
---
domain_count: 1
owner: 'Capital One Financial Corporation  '
status: NA
tld: capitalone
type: brand
---
domain_count: 1
owner: "The Est\xE9e Lauder Companies Inc.  "
status: NA
tld: lamer
type: brand
---
domain_count: 1
owner: 'League of Arab States  '
status: NA
tld: xn--ngbrx
type: restricted
---
domain_count: 1
owner: 'Temasek Holdings (Private) Limited  '
status: NA
tld: xn--b4w605ferd
type: brand
---
domain_count: 1
owner: Google
status: NA
tld: xn--flw351e
type: brand
---
domain_count: 1
owner: 'Accenture plc  '
status: NA
tld: accenture
type: brand
---
domain_count: 1
owner: 'Aramco Services Company  '
status: NA
tld: xn--mgba3a3ejt
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: circle
type: brand
---
domain_count: 1
owner: 'Safety Registry Services, LLC.  '
status: NA
tld: safety
type: restricted
---
domain_count: 1
owner: 'VeriSign, Inc.  '
status: NA
tld: comsec
type: restricted
---
domain_count: 1
owner: Amazon
status: NA
tld: song
type: unrestricted
---
domain_count: 1
owner: 'Pacific Century Asset Management (HK) Ltd.  '
status: NA
tld: richardli
type: brand
---
domain_count: 1
owner: 'Dish DBS Corporation  '
status: NA
tld: locker
type: brand
---
domain_count: 1
owner: 'Netflix, Inc.  '
status: NA
tld: netflix
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: save
type: unrestricted
---
domain_count: 1
owner: 'Progressive Casualty Insurance Company  '
status: NA
tld: progressive
type: brand
---
domain_count: 1
owner: 'HBO Registry Services, Inc.  '
status: NA
tld: hbo
type: brand
---
domain_count: 1
owner: 'The Gap, Inc.  '
status: NA
tld: athleta
type: brand
---
domain_count: 1
owner: 'Wolters Kluwer N.V.  '
status: NA
tld: wolterskluwer
type: brand
---
domain_count: 1
owner: 'Kosher Marketing Assets LLC  '
status: NA
tld: kosher
type: brand
---
domain_count: 1
owner: "The Est\xE9e Lauder Companies Inc.  "
status: NA
tld: origins
type: brand
---
domain_count: 1
owner: 'League of Arab States  '
status: NA
tld: arab
type: restricted
---
domain_count: 1
owner: 'NISSAN MOTOR CO., LTD.  '
status: NA
tld: datsun
type: brand
---
domain_count: 1
owner: 'RISE Victory Ltd.  '
status: NA
tld: xn--9et52u
type: unrestricted
---
domain_count: 1
owner: 'YODOBASHI CAMERA CO.,LTD.  '
status: NA
tld: goldpoint
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: call
type: unrestricted
---
domain_count: 1
owner: 'Star India Private Limited  '
status: NA
tld: star
type: brand
---
domain_count: 1
owner: 'Industrial and Commercial Bank of China Limited  '
status: NA
tld: icbc
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: tunes
type: unrestricted
---
domain_count: 1
owner: 'Sina Corporation  '
status: NA
tld: sina
type: brand
---
domain_count: 1
owner: 'Reliance Industries Ltd.  '
status: NA
tld: reliance
type: brand
---
domain_count: 1
owner: 'Dish DBS Corporation  '
status: NA
tld: dot
type: brand
---
domain_count: 1
owner: 'Kerry Trading Co. Limited  '
status: NA
tld: xn--w4rs40l
type: brand
---
domain_count: 1
owner: 'Fiat Chrysler Automobiles N.V.  '
status: NA
tld: ferrari
type: brand
---
domain_count: 1
owner: 'Wal-Mart Stores, Inc.  '
status: NA
tld: asda
type: brand
---
domain_count: 1
owner: 'Dish DBS Corporation  '
status: NA
tld: dish
type: brand
---
domain_count: 1
owner: 'Federal Express Corporation  '
status: NA
tld: fedex
type: brand
---
domain_count: 1
owner: "The Est\xE9e Lauder Companies Inc.  "
status: NA
tld: clinique
type: brand
---
domain_count: 1
owner: Google
status: NA
tld: xn--qcka1pmc
type: brand
---
domain_count: 1
owner: Google
status: NA
tld: guge
type: brand
---
domain_count: 1
owner: 'KDDI Corp.  '
status: NA
tld: kddi
type: brand
---
domain_count: 1
owner: 'Lifestyle Domain Holdings, Inc.  '
status: SR
tld: vana
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: yamaxun
type: unrestricted
---
domain_count: 1
owner: 'QIHOO 360 Technology Co. Ltd.  '
status: NA
tld: yun
type: brand
---
domain_count: 1
owner: 'Alibaba Group Holding Ltd. (Alibaba Group Holding Ltd.) '
status: NA
tld: alipay
type: brand
---
domain_count: 1
owner: 'Home Depot Product Authority, LLC  '
status: NA
tld: thd
type: brand
---
domain_count: 1
owner: 'NIKON CORPORATION  '
status: NA
tld: nikon
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: fire
type: brand
---
domain_count: 1
owner: 'CBRE, Inc.  '
status: NA
tld: cbre
type: brand
---
domain_count: 1
owner: 'MSD Registry Holdings, Inc.  '
status: NA
tld: msd
type: brand
---
domain_count: 1
owner: 'Intuit Administrative Services, Inc.  '
status: NA
tld: intuit
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: book
type: unrestricted
---
domain_count: 1
owner: Amazon
status: NA
tld: xn--gk3at1e
type: unrestricted
---
domain_count: 1
owner: 'Volvo Holding Sverige Aktiebolag  '
status: NA
tld: volvo
type: brand
---
domain_count: 1
owner: 'Dish DBS Corporation  '
status: NA
tld: mobile
type: brand
---
domain_count: 1
owner: 'IRI Domain Management, LLC  '
status: NA
tld: mormon
type: brand
---
domain_count: 1
owner: Google
status: NA
tld: hangout
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: author
type: unrestricted
---
domain_count: 1
owner: 'Top Level Spectrum, Inc.  '
status: NA
tld: pid
type: unrestricted
---
domain_count: 1
owner: 'Delta Air Lines, Inc.  '
status: NA
tld: delta
type: brand
---
domain_count: 1
owner: Google
status: NA
tld: drive
type: brand
---
domain_count: 1
owner: 'International Business Machines Corporation  '
status: NA
tld: weatherchannel
type: brand
---
domain_count: 1
owner: 'Jones Lang LaSalle Incorporated  '
status: NA
tld: lasalle
type: brand
---
domain_count: 1
owner: 'Starbucks (HK) Limited  '
status: NA
tld: nowtv
type: brand
---
domain_count: 1
owner: 'Gallo Vineyards, Inc.  '
status: NA
tld: barefoot
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: deal
type: unrestricted
---
domain_count: 1
owner: 'Wal-Mart Stores, Inc.  '
status: NA
tld: samsclub
type: brand
---
domain_count: 1
owner: 'Visa Worldwide Pte. Limited  '
status: NA
tld: visa
type: brand
---
domain_count: 1
owner: 'BBY Solutions, Inc.  '
status: NA
tld: bestbuy
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: secure
type: unrestricted
---
domain_count: 1
owner: 'Dish DBS Corporation  '
status: NA
tld: data
type: brand
---
domain_count: 1
owner: 'Japan Broadcasting Corporation (NHK)  '
status: NA
tld: nhk
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: pin
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: tushu
type: unrestricted
---
domain_count: 1
owner: 'QIHOO 360 Technology Co. Ltd.  '
status: NA
tld: anquan
type: brand
---
domain_count: 1
owner: 'Alibaba Group Holding Ltd. (Alibaba Group Holding Ltd.) '
status: NA
tld: alibaba
type: brand
---
domain_count: 1
owner: 'The Canadian Real Estate Association  '
status: NA
tld: mls
type: restricted
---
domain_count: 1
owner: 'TDK Corporation  '
status: NA
tld: tdk
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: silk
type: unrestricted
---
domain_count: 1
owner: 'The TJX Companies, Inc.  '
status: NA
tld: tkmaxx
type: brand
---
domain_count: 1
owner: 'AmFam, Inc.  '
status: NA
tld: americanfamily
type: brand
---
domain_count: 1
owner: 'McKinsey Holdings, Inc.  '
status: NA
tld: mckinsey
type: brand
---
domain_count: 1
owner: 'Dish DBS Corporation  '
status: NA
tld: blockbuster
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: hot
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: wow
type: unrestricted
---
domain_count: 1
owner: Google
status: NA
tld: map
type: unrestricted
---
domain_count: 1
owner: 'GMO Registry, Inc.  '
status: NA
tld: ggee
type: brand
---
domain_count: 1
owner: 'Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.  '
status: NA
tld: xn--mgbt3dhd
type: unrestricted
---
domain_count: 1
owner: "N\xFAcleo de Informa\xE7\xE3o e Coordena\xE7\xE3o do Ponto BR  "
status: NA
tld: final
type: unrestricted
---
domain_count: 1
owner: 'Saudi Telecom Company  '
status: NA
tld: viva
type: brand
---
domain_count: 1
owner: 'Seek Limited  '
status: NA
tld: seek
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: smile
type: unrestricted
---
domain_count: 1
owner: 'QIHOO 360 Technology Co. Ltd.  '
status: NA
tld: xihuan
type: brand
---
domain_count: 1
owner: 'International Business Machines Corporation  '
status: NA
tld: weather
type: brand
---
domain_count: 1
owner: 'Alibaba Group Holding Ltd. (Alibaba Group Holding Ltd.) '
status: NA
tld: taobao
type: brand
---
domain_count: 1
owner: 'Gallup, Inc.  '
status: NA
tld: gallup
type: brand
---
domain_count: 1
owner: 'Home Depot Product Authority, LLC  '
status: NA
tld: homedepot
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: audible
type: brand
---
domain_count: 1
owner: 'The TJX Companies, Inc.  '
status: NA
tld: winners
type: brand
---
domain_count: 1
owner: 'LPL Holdings, Inc.  '
status: NA
tld: lpl
type: brand
---
domain_count: 1
owner: 'JUNIPER NETWORKS, INC.  '
status: NA
tld: juniper
type: brand
---
domain_count: 1
owner: 'Citigroup Inc.  '
status: NA
tld: banamex
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: pay
type: unrestricted
---
domain_count: 1
owner: 'Viking River Cruises (Bermuda) Ltd.  '
status: NA
tld: cruise
type: brand
---
domain_count: 1
owner: 'Dish DBS Corporation  '
status: NA
tld: phone
type: brand
---
domain_count: 1
owner: 'Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.  '
status: NA
tld: pars
type: unrestricted
---
domain_count: 1
owner: 'Saudi Telecom Company  '
status: NA
tld: stcgroup
type: brand
---
domain_count: 1
owner: 'Lotte Holdings Co., Ltd.  '
status: NA
tld: lotte
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: xn--eckvdtc9d
type: unrestricted
---
domain_count: 1
owner: Amazon
status: NA
tld: fast
type: unrestricted
---
domain_count: 1
owner: 'VeriSign Sarl  '
status: NA
tld: xn--pssy2u
type: unrestricted
---
domain_count: 1
owner: 'Alibaba Group Holding Ltd. (Alibaba Group Holding Ltd.) '
status: NA
tld: tmall
type: brand
---
domain_count: 1
owner: 'Hotel Cipriani Srl  '
status: NA
tld: cipriani
type: brand
---
domain_count: 1
owner: 'Viking River Cruises (Bermuda) Ltd.  '
status: NA
tld: viking
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: talk
type: unrestricted
---
domain_count: 1
owner: 'Shaw Cablesystems G.P.  '
status: NA
tld: shaw
type: brand
---
domain_count: 1
owner: 'Bank of America Corporation  '
status: NA
tld: bofa
type: brand
---
domain_count: 1
owner: "Shangri\u2010La International Hotel Management Limited  "
status: NA
tld: xn--5su34j936bgsg
type: brand
---
domain_count: 1
owner: Google
status: NA
tld: search
type: brand
---
domain_count: 1
owner: 'SAMSUNG SDS CO., LTD  '
status: NA
tld: xn--cg4bki
type: brand
---
domain_count: 1
owner: Google
status: NA
tld: cal
type: brand
---
domain_count: 1
owner: 'IRI Domain Management, LLC  '
status: NA
tld: lds
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: buy
type: unrestricted
---
domain_count: 1
owner: 'Baidu, Inc.  '
status: NA
tld: baidu
type: brand
---
domain_count: 1
owner: 'VeriSign Sarl  '
status: NA
tld: xn--11b4c3d
type: unrestricted
---
domain_count: 1
owner: Google
status: NA
tld: play
type: brand
---
domain_count: 1
owner: 'Kerry Trading Co. Limited  '
status: NA
tld: kerryproperties
type: brand
---
domain_count: 1
owner: 'Kerry Trading Co. Limited  '
status: NA
tld: xn--w4r85el8fhu5dnra
type: brand
---
domain_count: 1
owner: 'Gallo Vineyards, Inc.  '
status: NA
tld: gallo
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: kindle
type: brand
---
domain_count: 1
owner: 'The Goodyear Tire & Rubber Company  '
status: NA
tld: dunlop
type: brand
---
domain_count: 1
owner: 'The TJX Companies, Inc.  '
status: NA
tld: tjmaxx
type: brand
---
domain_count: 1
owner: 'Teachers Insurance and Annuity Association of America  '
status: NA
tld: tiaa
type: brand
---
domain_count: 1
owner: 'American Express Travel Related Services Company, Inc.  '
status: NA
tld: open
type: brand
---
domain_count: 1
owner: 'Pontificium Consilium de Comunicationibus Socialibus  '
status: NA
tld: xn--tiq49xqyj
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: free
type: unrestricted
---
domain_count: 1
owner: 'Wal-Mart Stores, Inc.  '
status: NA
tld: grocery
type: brand
---
domain_count: 1
owner: 'Intercap Registry Inc.  '
status: NA
tld: llp
type: unrestricted
---
domain_count: 1
owner: 'CAIXA D''ESTALVIS I PENSIONS DE BARCELONA  '
status: NA
tld: lacaixa
type: brand
---
domain_count: 1
owner: 'Scholarships.com, LLC  '
status: NA
tld: scholarships
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: joy
type: unrestricted
---
domain_count: 1
owner: Amazon
status: NA
tld: safe
type: unrestricted
---
domain_count: 1
owner: 'QIHOO 360 Technology Co. Ltd.  '
status: NA
tld: shouji
type: brand
---
domain_count: 1
owner: 'Sina Corporation  '
status: NA
tld: weibo
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: you
type: unrestricted
---
domain_count: 1
owner: 'Kerry Trading Co. Limited  '
status: NA
tld: kerryhotels
type: brand
---
domain_count: 1
owner: 'The Goodyear Tire & Rubber Company  '
status: NA
tld: goodyear
type: brand
---
domain_count: 1
owner: 'The TJX Companies, Inc.  '
status: NA
tld: homegoods
type: brand
---
domain_count: 1
owner: 'Comcast IP Holdings I, LLC  '
status: NA
tld: comcast
type: brand
---
domain_count: 1
owner: 'Hughes Satellite Systems Corporation  '
status: NA
tld: hughes
type: brand
---
domain_count: 1
owner: 'PVH gTLD Holdings LLC  '
status: NA
tld: calvinklein
type: brand
---
domain_count: 1
owner: 'Wal-Mart Stores, Inc.  '
status: NA
tld: walmart
type: brand
---
domain_count: 1
owner: 'Fidelity Brokerage Services LLC  '
status: NA
tld: fidelity
type: brand
---
domain_count: 1
owner: 'Rogers Communications Canada Inc.  '
status: NA
tld: fido
type: brand
---
domain_count: 1
owner: "Shangri\u2010La International Hotel Management Limited  "
status: NA
tld: shangrila
type: brand
---
domain_count: 1
owner: 'Pontificium Consilium de Comunicationibus Socialibus  '
status: NA
tld: xn--mgbi4ecexp
type: brand
---
domain_count: 1
owner: 'MSD Registry Holdings, Inc.  '
status: NA
tld: merckmsd
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: wanggou
type: brand
---
domain_count: 1
owner: 'VeriSign Sarl  '
status: NA
tld: xn--c2br7g
type: unrestricted
---
domain_count: 1
owner: 'American Council of Life Insurers  '
status: NA
tld: lifeinsurance
type: brand
---
domain_count: 1
owner: 'Frontier Communications Corporation  '
status: NA
tld: frontier
type: brand
---
domain_count: 1
owner: 'Sina Corporation  '
status: NA
tld: xn--9krt00a
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: now
type: unrestricted
---
domain_count: 1
owner: 'PNC Domain Co., LLC  '
status: NA
tld: pnc
type: brand
---
domain_count: 1
owner: 'The TJX Companies, Inc.  '
status: NA
tld: tjx
type: brand
---
domain_count: 1
owner: 'Prudential Financial, Inc.  '
status: NA
tld: pramerica
type: brand
---
domain_count: 1
owner: 'Intuit Administrative Services, Inc.  '
status: NA
tld: mint
type: brand
---
domain_count: 1
owner: 'Pontificium Consilium de Comunicationibus Socialibus  '
status: NA
tld: xn--80aqecdr1a
type: brand
---
domain_count: 1
owner: Amazon
status: NA
tld: xn--cckwcxetd
type: brand
diff --git a/_data/porkbun.json b/_data/porkbun.json
new file mode 100644
index 0000000..46a067a 100644
--- /dev/null
+++ a/_data/porkbun.json
@@ -1,0 +1,583 @@
[
  "abogado",
  "ac",
  "academy",
  "accountant",
  "accountants",
  "actor",
  "adult",
  "ae.org",
  "agency",
  "ai",
  "airforce",
  "am",
  "apartments",
  "app",
  "app",
  "archi",
  "army",
  "art",
  "art",
  "asia",
  "associates",
  "attorney",
  "auction",
  "audio",
  "auto",
  "autos",
  "baby",
  "baby",
  "band",
  "bar",
  "bargains",
  "basketball",
  "bayern",
  "beauty",
  "beer",
  "best",
  "bet",
  "bh",
  "bible",
  "bid",
  "bike",
  "bingo",
  "bio",
  "biz",
  "biz",
  "black",
  "blackfriday",
  "blog",
  "blog",
  "blue",
  "boats",
  "bond",
  "boo",
  "boston",
  "bot",
  "boutique",
  "br.com",
  "broker",
  "build",
  "builders",
  "business",
  "buzz",
  "buzz",
  "ca",
  "cab",
  "cafe",
  "cam",
  "camera",
  "camp",
  "capital",
  "car",
  "cards",
  "care",
  "careers",
  "cars",
  "casa",
  "cash",
  "casino",
  "catering",
  "cc",
  "center",
  "ceo",
  "cfd",
  "charity",
  "chat",
  "cheap",
  "christmas",
  "church",
  "city",
  "claims",
  "cleaning",
  "click",
  "click",
  "clinic",
  "clothing",
  "cloud",
  "cloud",
  "club",
  "club",
  "cn.com",
  "co",
  "co",
  "co.com",
  "co.gg",
  "co.in",
  "co.je",
  "co.uk",
  "coach",
  "codes",
  "coffee",
  "college",
  "com",
  "com.ai",
  "com.de",
  "com.mx",
  "com.ph",
  "com.se",
  "community",
  "company",
  "compare",
  "computer",
  "condos",
  "construction",
  "consulting",
  "contact",
  "contractors",
  "cooking",
  "cool",
  "country",
  "coupons",
  "courses",
  "credit",
  "creditcard",
  "cricket",
  "cruises",
  "cx",
  "cymru",
  "cyou",
  "dad",
  "dance",
  "date",
  "dating",
  "day",
  "de",
  "de.com",
  "dealer",
  "deals",
  "degree",
  "delivery",
  "democrat",
  "dental",
  "dentist",
  "desi",
  "design",
  "dev",
  "dev",
  "diamonds",
  "diet",
  "digital",
  "direct",
  "directory",
  "discount",
  "doctor",
  "dog",
  "domains",
  "download",
  "earth",
  "eco",
  "education",
  "email",
  "energy",
  "engineer",
  "engineering",
  "enterprises",
  "equipment",
  "esq",
  "estate",
  "eu",
  "eu.com",
  "events",
  "exchange",
  "expert",
  "exposed",
  "express",
  "fail",
  "faith",
  "family",
  "fan",
  "fans",
  "farm",
  "fashion",
  "feedback",
  "finance",
  "financial",
  "firm.in",
  "fish",
  "fishing",
  "fit",
  "fitness",
  "flights",
  "florist",
  "flowers",
  "fm",
  "fo",
  "foo",
  "football",
  "forex",
  "forsale",
  "forum",
  "foundation",
  "fun",
  "fund",
  "furniture",
  "futbol",
  "fyi",
  "gallery",
  "game",
  "games",
  "garden",
  "gay",
  "gb.net",
  "gen.in",
  "gg",
  "gift",
  "gifts",
  "gives",
  "giving",
  "glass",
  "global",
  "gmbh",
  "gold",
  "golf",
  "gr.com",
  "graphics",
  "gratis",
  "green",
  "gripe",
  "group",
  "guide",
  "guitars",
  "guru",
  "hair",
  "haus",
  "health",
  "healthcare",
  "help",
  "help",
  "hiphop",
  "hiv",
  "hockey",
  "holdings",
  "holiday",
  "homes",
  "homes",
  "horse",
  "hospital",
  "host",
  "hosting",
  "house",
  "how",
  "hu.net",
  "icu",
  "id",
  "immo",
  "immobilien",
  "in",
  "in.net",
  "inc",
  "inc",
  "ind.in",
  "industries",
  "info",
  "info",
  "ing",
  "ink",
  "institute",
  "insure",
  "international",
  "investments",
  "io",
  "irish",
  "it.com",
  "je",
  "jetzt",
  "jewelry",
  "jobs",
  "jp.net",
  "jpn.com",
  "juegos",
  "kaufen",
  "kids",
  "kim",
  "kitchen",
  "kyoto",
  "la",
  "land",
  "lat",
  "lat",
  "law",
  "lawyer",
  "lease",
  "legal",
  "lgbt",
  "life",
  "lighting",
  "limited",
  "limo",
  "link",
  "live",
  "llc",
  "loan",
  "loans",
  "lol",
  "lol",
  "london",
  "lotto",
  "love",
  "love",
  "ltd",
  "ltda",
  "luxe",
  "luxury",
  "maison",
  "makeup",
  "management",
  "market",
  "marketing",
  "markets",
  "mba",
  "me",
  "me",
  "me.uk",
  "media",
  "melbourne",
  "meme",
  "memorial",
  "men",
  "menu",
  "mex.com",
  "miami",
  "mobi",
  "moda",
  "moe",
  "mom",
  "money",
  "monster",
  "monster",
  "mortgage",
  "motorcycles",
  "mov",
  "movie",
  "mx",
  "nagoya",
  "name",
  "navy",
  "net",
  "net.ai",
  "net.gg",
  "net.in",
  "net.je",
  "net.mx",
  "net.ph",
  "network",
  "new",
  "news",
  "nexus",
  "ngo",
  "ninja",
  "nl",
  "nrw",
  "nyc",
  "observer",
  "off.ai",
  "one",
  "one",
  "ong",
  "online",
  "online",
  "ooo",
  "org",
  "org.ai",
  "org.gg",
  "org.in",
  "org.je",
  "org.mx",
  "org.ph",
  "org.uk",
  "organic",
  "osaka",
  "page",
  "partners",
  "parts",
  "party",
  "pet",
  "ph",
  "phd",
  "photo",
  "photography",
  "photos",
  "pics",
  "pictures",
  "pink",
  "pizza",
  "place",
  "plumbing",
  "plus",
  "poker",
  "porn",
  "press",
  "pro",
  "pro",
  "productions",
  "prof",
  "promo",
  "properties",
  "property",
  "protection",
  "pub",
  "pw",
  "qpon",
  "quest",
  "quest",
  "racing",
  "radio.am",
  "radio.fm",
  "realty",
  "recipes",
  "red",
  "rehab",
  "reise",
  "reisen",
  "rent",
  "rent",
  "rentals",
  "repair",
  "report",
  "republican",
  "rest",
  "restaurant",
  "review",
  "reviews",
  "rip",
  "rocks",
  "rodeo",
  "rsvp",
  "ru.com",
  "rugby",
  "run",
  "sa.com",
  "saarland",
  "sale",
  "salon",
  "sarl",
  "sbs",
  "school",
  "schule",
  "science",
  "se.net",
  "security",
  "select",
  "services",
  "sex",
  "sexy",
  "sh",
  "shiksha",
  "shoes",
  "shop",
  "shop",
  "shopping",
  "show",
  "singles",
  "site",
  "ski",
  "skin",
  "skin",
  "soccer",
  "social",
  "software",
  "solar",
  "solutions",
  "soy",
  "spa",
  "space",
  "srl",
  "storage",
  "store",
  "store",
  "stream",
  "studio",
  "studio",
  "study",
  "style",
  "sucks",
  "supplies",
  "supply",
  "support",
  "surf",
  "surgery",
  "sydney",
  "systems",
  "tattoo",
  "tax",
  "taxi",
  "team",
  "tech",
  "tech",
  "technology",
  "tel",
  "tennis",
  "theater",
  "theatre",
  "tickets",
  "tienda",
  "tips",
  "tires",
  "today",
  "tokyo",
  "tools",
  "top",
  "tours",
  "town",
  "toys",
  "trade",
  "trading",
  "training",
  "travel",
  "tube",
  "tv",
  "uk",
  "uk.com",
  "uk.net",
  "university",
  "uno",
  "us",
  "us.com",
  "us.org",
  "vacations",
  "vegas",
  "ventures",
  "vet",
  "viajes",
  "video",
  "villas",
  "vin",
  "vip",
  "vip",
  "vision",
  "vodka",
  "vote",
  "voto",
  "voyage",
  "wales",
  "wang",
  "watch",
  "watches",
  "webcam",
  "website",
  "wedding",
  "wiki",
  "win",
  "wine",
  "work",
  "works",
  "world",
  "wtf",
  "xn--5tzm5g",
  "xn--6frz82g",
  "xn--czrs0t",
  "xn--fjq720a",
  "xn--q9jyb4c",
  "xn--unup4y",
  "xn--vhquv",
  "xxx",
  "xyz",
  "xyz",
  "yachts",
  "yoga",
  "yokohama",
  "za.com",
  "zip",
  "zone"
]
diff --git a/_data/punycode.yml b/_data/punycode.yml
new file mode 100644
index 0000000..b593fd0 100644
--- /dev/null
+++ a/_data/punycode.yml
@@ -1,0 +1,14 @@
xn--11b4c3d: कॉम
xn--30rr7y: 慈善
xn--3pxu8k: 点看
xn--42c2d9a: คอม
xn--9et52u: 时尚
xn--c2br7g: नेट
xn--eckvdtc9d: ポイント
xn--efvy88h: 新闻
xn--fhbei: كوم
xn--gk3at1e: 通販
xn--j1aef: ком
xn--mgbt3dhd: همراه
xn--nqv7fs00ema: 组织机构
xn--pssy2u: 大拿
diff --git a/_includes/footer.html b/_includes/footer.html
new file mode 100644
index 0000000..fd3ebb7 100644
--- /dev/null
+++ a/_includes/footer.html
@@ -1,0 +1,33 @@
<footer class="site-footer h-card">
  <data class="u-url" href="{{ "/" | relative_url }}"></data>

  <div class="wrapper">

    <div class="footer-col-wrapper">
      <div class="footer-col">

      {%- if site.author %}
        <ul class="contact-list">
          {% if site.author.name -%}
            <li class="p-name">{{ site.author.name | escape }}</li>
          {% endif -%}
          {% if site.author.email -%}
            <li><a class="u-email" href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></li>
          {%- endif %}
        </ul>
      {%- endif %}
      </div>
      <div class="footer-col">
        <p>{{ site.description | escape }}</p>
      </div>
    </div>


    <div class="social-links">
      <a href="https://github.com/captn3m0/tld-squatting">Source</a> | 
      <a href="https://ntldstats.com/tld">nTLD Stats</a>
    </div>

  </div>

</footer>
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..2597efc 100644
--- /dev/null
+++ a/_layouts/default.html
@@ -1,0 +1,25 @@
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">

  <head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="{{ "water.css" | relative_url }}">
  
</head>

  <body>

    <main class="page-content" aria-label="Content">
      <h1>{{site.title}}</h1>
      <div class="wrapper">
        {{ content }}
      </div>
    </main>

    {%- include footer.html -%}

  </body>

</html>