diff --git a/finalrecon.py b/finalrecon.py index 1c4726b..4f4df13 100644 --- a/finalrecon.py +++ b/finalrecon.py @@ -144,7 +144,12 @@ def banner(): print(f'{G}[+] {C}Target : {W}{target}') ext = tldextract.extract(target) domain = ext.registered_domain - hostname = '.'.join(part for part in ext if part) + domain_suffix = ext.suffix + + if ext.subdomain: + hostname = f'{ext.subdomain}.{ext.domain}.{ext.suffix}' + else: + hostname = domain try: ipaddress.ip_address(hostname) @@ -189,7 +194,7 @@ def banner(): headers(target, out_settings, data) cert(hostname, sslp, out_settings, data) - whois_lookup(ip, out_settings, data) + whois_lookup(domain, domain_suffix, path_to_script, out_settings, data) dnsrec(domain, out_settings, data) if not type_ip: subdomains(domain, tout, out_settings, data, conf_path) @@ -211,7 +216,7 @@ def banner(): if whois: from modules.whois import whois_lookup log_writer('Starting whois enum...') - whois_lookup(ip, out_settings, data) + whois_lookup(domain, domain_suffix, path_to_script, out_settings, data) if crawl: from modules.crawler import crawler diff --git a/modules/whois.py b/modules/whois.py index 4dab7a6..ddca88a 100644 --- a/modules/whois.py +++ b/modules/whois.py @@ -1,6 +1,7 @@ #!/usr/bin/env python3 -import ipwhois +import asyncio +from json import load from modules.export import export from modules.write_log import log_writer @@ -11,40 +12,51 @@ Y = '\033[33m' # yellow -def whois_lookup(ip_addr, output, data): +async def get_whois(domain, server): + whois_result = {} + reader, writer = await asyncio.open_connection(server, 43) + writer.write((domain + '\r\n').encode()) + + raw_resp = b'' + while True: + chunk = await reader.read(4096) + if not chunk: + break + raw_resp += chunk + + writer.close() + await writer.wait_closed() + raw_result = raw_resp.decode() + + if 'No match for' in raw_result: + whois_result = None + + res_parts = raw_result.split('>>>', 1) + whois_result['whois'] = res_parts[0] + return whois_result + + +def whois_lookup(domain, tld, script_path, output, data): result = {} + db_path = f'{script_path}/whois_servers.json' + with open(db_path, 'r') as db_file: + db_json = load(db_file) print(f'\n{Y}[!] Whois Lookup : {W}\n') + try: - lookup = ipwhois.IPWhois(ip_addr) - results = lookup.lookup_whois() - - for key, val in results.items(): - if val is not None: - if isinstance(val, list): - for item in val: - for key, value in item.items(): - if value is not None: - if not isinstance(value, list): - temp_val = value.replace(',', ' ').replace('\r', ' ').replace('\n', ' ') - print(f'{G}[+] {C}{key}: {W}{temp_val}') - if output != 'None': - result.update({str(key): str(temp_val)}) - else: - temp_val = ', '.join(value) - print(f'{G}[+] {C}{key}: {W}{temp_val}') - if output != 'None': - result.update({str(key): str(temp_val)}) - else: - temp_val = val.replace(',', ' ').replace('\r', ' ').replace('\n', ' ') - print(f'{G}[+] {C}{key}: {W}{temp_val}') - if output != 'None': - result.update({str(key): str(temp_val)}) + whois_sv = db_json[tld] + whois_info = asyncio.run(get_whois(domain, whois_sv)) + print(whois_info['whois']) + result.update(whois_info) + except KeyError: + print(f'{R}[-] Error : {C}This domain suffix is not supported.{W}') + result.update({'Error': 'This domain suffix is not supported.'}) + log_writer('[whois] Exception = This domain suffix is not supported.') except Exception as exc: print(f'{R}[-] Error : {C}{exc}{W}') - - if output != 'None': - result.update({'Error': str(exc)}) + result.update({'Error': str(exc)}) log_writer(f'[whois] Exception = {exc}') + result.update({'exported': False}) if output != 'None': diff --git a/whois_servers.json b/whois_servers.json new file mode 100644 index 0000000..893c3bb --- /dev/null +++ b/whois_servers.json @@ -0,0 +1,1406 @@ +{ + "aarp": "whois.nic.aarp", + "abb": "whois.nic.abb", + "abbott": "whois.nic.abbott", + "abbvie": "whois.nic.abbvie", + "abc": "whois.nic.abc", + "abogado": "whois.nic.abogado", + "abudhabi": "whois.nic.abudhabi", + "ac": "whois.nic.ac", + "academy": "whois.nic.academy", + "accountant": "whois.nic.accountant", + "accountants": "whois.nic.accountants", + "aco": "whois.nic.aco", + "actor": "whois.nic.actor", + "ads": "whois.nic.google", + "adult": "whois.nic.adult", + "ae": "whois.aeda.net.ae", + "aeg": "whois.nic.aeg", + "aero": "whois.aero", + "af": "whois.nic.af", + "afl": "whois.nic.afl", + "africa": "whois.nic.africa", + "ag": "whois.nic.ag", + "agakhan": "whois.nic.agakhan", + "agency": "whois.nic.agency", + "ai": "whois.nic.ai", + "airbus": "whois.nic.airbus", + "airforce": "whois.nic.airforce", + "airtel": "whois.nic.airtel", + "akdn": "whois.nic.akdn", + "alibaba": "whois.nic.alibaba", + "alipay": "whois.nic.alipay", + "allfinanz": "whois.nic.allfinanz", + "allstate": "whois.nic.allstate", + "ally": "whois.nic.ally", + "alsace": "whois.nic.alsace", + "alstom": "whois.nic.alstom", + "am": "whois.amnic.net", + "amazon": "whois.nic.amazon", + "americanfamily": "whois.nic.americanfamily", + "amfam": "whois.nic.amfam", + "amsterdam": "whois.nic.amsterdam", + "android": "whois.nic.google", + "anquan": "whois.teleinfo.cn", + "anz": "whois.nic.anz", + "aol": "whois.nic.aol", + "apartments": "whois.nic.apartments", + "app": "whois.nic.google", + "apple": "whois.nic.apple", + "aquarelle": "whois.nic.aquarelle", + "ar": "whois.nic.ar", + "arab": "whois.nic.arab", + "archi": "whois.nic.archi", + "army": "whois.nic.army", + "arpa": "whois.iana.org", + "art": "whois.nic.art", + "arte": "whois.nic.arte", + "as": "whois.nic.as", + "asda": "whois.nic.asda", + "asia": "whois.nic.asia", + "associates": "whois.nic.associates", + "at": "whois.nic.at", + "attorney": "whois.nic.attorney", + "au": "whois.auda.org.au", + "auction": "whois.nic.auction", + "audi": "whois.nic.audi", + "audible": "whois.nic.audible", + "audio": "whois.nic.audio", + "auspost": "whois.nic.auspost", + "author": "whois.nic.author", + "auto": "whois.nic.auto", + "autos": "whois.nic.autos", + "avianca": "whois.nic.avianca", + "aw": "whois.nic.aw", + "aws": "whois.nic.aws", + "ax": "whois.ax", + "baby": "whois.nic.baby", + "baidu": "whois.gtld.knet.cn", + "band": "whois.nic.band", + "bank": "whois.nic.bank", + "bar": "whois.nic.bar", + "barcelona": "whois.nic.barcelona", + "barclaycard": "whois.nic.barclaycard", + "barclays": "whois.nic.barclays", + "barefoot": "whois.nic.barefoot", + "bargains": "whois.nic.bargains", + "basketball": "whois.nic.basketball", + "bauhaus": "whois.nic.bauhaus", + "bayern": "whois.nic.bayern", + "bbc": "whois.nic.bbc", + "bbt": "whois.nic.bbt", + "bbva": "whois.nic.bbva", + "bcg": "whois.nic.bcg", + "bcn": "whois.nic.bcn", + "be": "whois.dns.be", + "beats": "whois.nic.beats", + "beauty": "whois.nic.beauty", + "beer": "whois.nic.beer", + "bentley": "whois.nic.bentley", + "berlin": "whois.nic.berlin", + "best": "whois.nic.best", + "bestbuy": "whois.nic.bestbuy", + "bet": "whois.nic.bet", + "bf": "whois.registre.bf", + "bg": "whois.register.bg", + "bh": "whois.nic.bh", + "bi": "whois1.nic.bi", + "bible": "whois.nic.bible", + "bid": "whois.nic.bid", + "bike": "whois.nic.bike", + "bingo": "whois.nic.bingo", + "bio": "whois.nic.bio", + "biz": "whois.nic.biz", + "bj": "whois.nic.bj", + "black": "whois.nic.black", + "blackfriday": "whois.nic.blackfriday", + "blockbuster": "whois.nic.blockbuster", + "blog": "whois.nic.blog", + "blue": "whois.nic.blue", + "bm": "whois.afilias-srs.net", + "bms": "whois.nic.bms", + "bmw": "whois.nic.bmw", + "bn": "whois.bnnic.bn", + "bnpparibas": "whois.nic.bnpparibas", + "bo": "whois.nic.bo", + "boats": "whois.nic.boats", + "boehringer": "whois.nic.boehringer", + "bofa": "whois.nic.bofa", + "bom": "whois.gtlds.nic.br", + "bond": "whois.nic.bond", + "boo": "whois.nic.google", + "book": "whois.nic.book", + "bosch": "whois.nic.bosch", + "bostik": "whois.nic.bostik", + "boston": "whois.nic.boston", + "bot": "whois.nic.bot", + "boutique": "whois.nic.boutique", + "box": "whois.nic.box", + "br": "whois.registro.br", + "bradesco": "whois.nic.bradesco", + "bridgestone": "whois.nic.bridgestone", + "broadway": "whois.nic.broadway", + "broker": "whois.nic.broker", + "brother": "whois.nic.brother", + "brussels": "whois.nic.brussels", + "build": "whois.nic.build", + "builders": "whois.nic.builders", + "business": "whois.nic.business", + "buy": "whois.nic.buy", + "bw": "whois.nic.net.bw", + "by": "whois.cctld.by", + "bz": "whois.afilias-grs.info", + "bzh": "whois.nic.bzh", + "ca": "whois.cira.ca", + "cab": "whois.nic.cab", + "cafe": "whois.nic.cafe", + "cal": "whois.nic.google", + "call": "whois.nic.call", + "cam": "whois.nic.cam", + "camera": "whois.nic.camera", + "camp": "whois.nic.camp", + "canon": "whois.nic.canon", + "capetown": "whois.nic.capetown", + "capital": "whois.nic.capital", + "capitalone": "whois.nic.capitalone", + "car": "whois.nic.car", + "cards": "whois.nic.cards", + "care": "whois.nic.care", + "career": "whois.nic.career", + "careers": "whois.nic.careers", + "cars": "whois.nic.cars", + "casa": "whois.nic.casa", + "case": "whois.nic.case", + "cash": "whois.nic.cash", + "casino": "whois.nic.casino", + "cat": "whois.nic.cat", + "catering": "whois.nic.catering", + "catholic": "whois.nic.catholic", + "cba": "whois.nic.cba", + "cbs": "whois.nic.cbs", + "cc": "ccwhois.verisign-grs.com", + "cd": "whois.nic.cd", + "center": "whois.nic.center", + "ceo": "whois.nic.ceo", + "cern": "whois.nic.cern", + "cf": "whois.dot.cf", + "cfa": "whois.nic.cfa", + "cfd": "whois.nic.cfd", + "ch": "whois.nic.ch", + "chanel": "whois.nic.chanel", + "channel": "whois.nic.google", + "charity": "whois.nic.charity", + "chat": "whois.nic.chat", + "cheap": "whois.nic.cheap", + "chintai": "whois.nic.chintai", + "christmas": "whois.nic.christmas", + "chrome": "whois.nic.google", + "church": "whois.nic.church", + "ci": "whois.nic.ci", + "cipriani": "whois.nic.cipriani", + "circle": "whois.nic.circle", + "city": "whois.nic.city", + "cityeats": "whois.nic.cityeats", + "cl": "whois.nic.cl", + "claims": "whois.nic.claims", + "cleaning": "whois.nic.cleaning", + "click": "whois.nic.click", + "clinic": "whois.nic.clinic", + "clinique": "whois.nic.clinique", + "clothing": "whois.nic.clothing", + "cloud": "whois.nic.cloud", + "club": "whois.nic.club", + "clubmed": "whois.nic.clubmed", + "cm": "whois.netcom.cm", + "cn": "whois.cnnic.cn", + "co": "whois.nic.co", + "coach": "whois.nic.coach", + "codes": "whois.nic.codes", + "coffee": "whois.nic.coffee", + "college": "whois.nic.college", + "cologne": "whois.ryce-rsp.com", + "com": "whois.verisign-grs.com", + "comcast": "whois.nic.comcast", + "commbank": "whois.nic.commbank", + "community": "whois.nic.community", + "company": "whois.nic.company", + "compare": "whois.nic.compare", + "computer": "whois.nic.computer", + "comsec": "whois.nic.comsec", + "condos": "whois.nic.condos", + "construction": "whois.nic.construction", + "consulting": "whois.nic.consulting", + "contact": "whois.nic.contact", + "contractors": "whois.nic.contractors", + "cooking": "whois.nic.cooking", + "cool": "whois.nic.cool", + "coop": "whois.nic.coop", + "corsica": "whois.nic.corsica", + "country": "whois.nic.country", + "coupons": "whois.nic.coupons", + "courses": "whois.nic.courses", + "cpa": "whois.nic.cpa", + "cr": "whois.nic.cr", + "credit": "whois.nic.credit", + "creditcard": "whois.nic.creditcard", + "creditunion": "whois.nic.creditunion", + "cricket": "whois.nic.cricket", + "crown": "whois.nic.crown", + "crs": "whois.nic.crs", + "cruise": "whois.nic.cruise", + "cruises": "whois.nic.cruises", + "cuisinella": "whois.nic.cuisinella", + "cx": "whois.nic.cx", + "cymru": "whois.nic.cymru", + "cyou": "whois.nic.cyou", + "cz": "whois.nic.cz", + "dabur": "whois.nic.dabur", + "dad": "whois.nic.google", + "dance": "whois.nic.dance", + "data": "whois.nic.data", + "date": "whois.nic.date", + "dating": "whois.nic.dating", + "datsun": "whois.nic.gmo", + "day": "whois.nic.google", + "dclk": "whois.nic.google", + "dds": "whois.nic.dds", + "de": "whois.denic.de", + "deal": "whois.nic.deal", + "dealer": "whois.nic.dealer", + "deals": "whois.nic.deals", + "degree": "whois.nic.degree", + "delivery": "whois.nic.delivery", + "deloitte": "whois.nic.deloitte", + "delta": "whois.nic.delta", + "democrat": "whois.nic.democrat", + "dental": "whois.nic.dental", + "dentist": "whois.nic.dentist", + "desi": "whois.nic.desi", + "design": "whois.nic.design", + "dev": "whois.nic.google", + "diamonds": "whois.nic.diamonds", + "diet": "whois.nic.diet", + "digital": "whois.nic.digital", + "direct": "whois.nic.direct", + "directory": "whois.nic.directory", + "discount": "whois.nic.discount", + "dish": "whois.nic.dish", + "diy": "whois.nic.diy", + "dk": "whois.punktum.dk", + "dm": "whois.dmdomains.dm", + "dnp": "whois.nic.dnp", + "do": "whois.nic.do", + "docs": "whois.nic.google", + "doctor": "whois.nic.doctor", + "dog": "whois.nic.dog", + "domains": "whois.nic.domains", + "dot": "whois.nic.dot", + "download": "whois.nic.download", + "drive": "whois.nic.google", + "dtv": "whois.nic.dtv", + "dubai": "whois.nic.dubai", + "dunlop": "whois.nic.dunlop", + "durban": "whois.nic.durban", + "dvag": "whois.nic.dvag", + "dvr": "whois.nic.dvr", + "dz": "whois.nic.dz", + "earth": "whois.nic.earth", + "eat": "whois.nic.google", + "ec": "whois.nic.ec", + "eco": "whois.nic.eco", + "edeka": "whois.nic.edeka", + "edu": "whois.educause.edu", + "education": "whois.nic.education", + "ee": "whois.tld.ee", + "email": "whois.nic.email", + "emerck": "whois.afilias-srs.net", + "energy": "whois.nic.energy", + "engineer": "whois.nic.engineer", + "engineering": "whois.nic.engineering", + "enterprises": "whois.nic.enterprises", + "epson": "whois.nic.epson", + "equipment": "whois.nic.equipment", + "ericsson": "whois.nic.ericsson", + "erni": "whois.nic.erni", + "es": "whois.nic.es", + "esq": "whois.nic.google", + "estate": "whois.nic.estate", + "etisalat": "whois.centralnic.com", + "eu": "whois.eu", + "eurovision": "whois.nic.eurovision", + "eus": "whois.nic.eus", + "events": "whois.nic.events", + "exchange": "whois.nic.exchange", + "expert": "whois.nic.expert", + "exposed": "whois.nic.exposed", + "express": "whois.nic.express", + "extraspace": "whois.nic.extraspace", + "fage": "whois.nic.fage", + "fail": "whois.nic.fail", + "fairwinds": "whois.nic.fairwinds", + "faith": "whois.nic.faith", + "family": "whois.nic.family", + "fan": "whois.nic.fan", + "fans": "whois.nic.fans", + "farm": "whois.nic.farm", + "fashion": "whois.nic.fashion", + "fast": "whois.nic.fast", + "fedex": "whois.nic.fedex", + "feedback": "whois.nic.feedback", + "ferrari": "whois.nic.ferrari", + "fi": "whois.fi", + "fidelity": "whois.nic.fidelity", + "fido": "whois.nic.fido", + "film": "whois.nic.film", + "final": "whois.gtlds.nic.br", + "finance": "whois.nic.finance", + "financial": "whois.nic.financial", + "fire": "whois.nic.fire", + "firestone": "whois.nic.firestone", + "firmdale": "whois.nic.firmdale", + "fish": "whois.nic.fish", + "fishing": "whois.nic.fishing", + "fit": "whois.nic.fit", + "fitness": "whois.nic.fitness", + "fj": "www.whois.fj", + "flights": "whois.nic.flights", + "florist": "whois.nic.florist", + "flowers": "whois.nic.flowers", + "fly": "whois.nic.google", + "fm": "whois.nic.fm", + "fo": "whois.nic.fo", + "foo": "whois.nic.google", + "football": "whois.nic.football", + "forex": "whois.nic.forex", + "forsale": "whois.nic.forsale", + "forum": "whois.nic.forum", + "foundation": "whois.nic.foundation", + "fox": "whois.nic.fox", + "fr": "whois.nic.fr", + "free": "whois.nic.free", + "fresenius": "whois.nic.fresenius", + "frl": "whois.nic.frl", + "frogans": "whois.nic.frogans", + "frontdoor": "whois.nic.frontdoor", + "fujitsu": "whois.nic.gmo", + "fun": "whois.nic.fun", + "fund": "whois.nic.fund", + "furniture": "whois.nic.furniture", + "futbol": "whois.nic.futbol", + "fyi": "whois.nic.fyi", + "gal": "whois.nic.gal", + "gallery": "whois.nic.gallery", + "gallo": "whois.nic.gallo", + "gallup": "whois.nic.gallup", + "game": "whois.nic.game", + "games": "whois.nic.games", + "garden": "whois.nic.garden", + "gay": "whois.nic.gay", + "gbiz": "whois.nic.google", + "gd": "whois.nic.gd", + "gdn": "whois.nic.gdn", + "ge": "whois.nic.ge", + "gea": "whois.nic.gea", + "gent": "whois.nic.gent", + "genting": "whois.nic.genting", + "george": "whois.nic.george", + "gf": "whois.mediaserv.net", + "gg": "whois.gg", + "ggee": "whois.nic.ggee", + "gh": "whois.nic.gh", + "gi": "whois2.afilias-grs.net", + "gift": "whois.uniregistry.net", + "gifts": "whois.nic.gifts", + "gives": "whois.nic.gives", + "giving": "whois.nic.giving", + "gl": "whois.nic.gl", + "glass": "whois.nic.glass", + "gle": "whois.nic.google", + "global": "whois.nic.global", + "globo": "whois.gtlds.nic.br", + "gmail": "whois.nic.google", + "gmbh": "whois.nic.gmbh", + "gmo": "whois.nic.gmo", + "gmx": "whois.nic.gmx", + "godaddy": "whois.nic.godaddy", + "gold": "whois.nic.gold", + "goldpoint": "whois.nic.goldpoint", + "golf": "whois.nic.golf", + "goo": "whois.nic.gmo", + "goodyear": "whois.nic.goodyear", + "goog": "whois.nic.google", + "google": "whois.nic.google", + "gop": "whois.nic.gop", + "got": "whois.nic.got", + "gov": "whois.dotgov.gov", + "gp": "whois.nic.gp", + "gq": "whois.dominio.gq", + "graphics": "whois.nic.graphics", + "gratis": "whois.nic.gratis", + "green": "whois.nic.green", + "gripe": "whois.nic.gripe", + "grocery": "whois.nic.grocery", + "group": "whois.nic.group", + "gs": "whois.nic.gs", + "gucci": "whois.nic.gucci", + "guge": "whois.nic.google", + "guide": "whois.nic.guide", + "guitars": "whois.nic.guitars", + "guru": "whois.nic.guru", + "gy": "whois.registry.gy", + "hair": "whois.nic.hair", + "hamburg": "whois.nic.hamburg", + "hangout": "whois.nic.google", + "haus": "whois.nic.haus", + "hdfc": "whois.nic.hdfc", + "hdfcbank": "whois.nic.hdfcbank", + "healthcare": "whois.nic.healthcare", + "help": "whois.nic.help", + "helsinki": "whois.nic.helsinki", + "here": "whois.nic.google", + "hermes": "whois.nic.hermes", + "hiphop": "whois.nic.hiphop", + "hisamitsu": "whois.nic.gmo", + "hitachi": "whois.nic.gmo", + "hiv": "whois.nic.hiv", + "hk": "whois.hkirc.hk", + "hkt": "whois.nic.hkt", + "hm": "whois.registry.hm", + "hn": "whois.nic.hn", + "hockey": "whois.nic.hockey", + "holdings": "whois.nic.holdings", + "holiday": "whois.nic.holiday", + "homedepot": "whois.nic.homedepot", + "homes": "whois.nic.homes", + "honda": "whois.nic.honda", + "horse": "whois.nic.horse", + "hospital": "whois.nic.hospital", + "host": "whois.nic.host", + "hosting": "whois.nic.hosting", + "hot": "whois.nic.hot", + "house": "whois.nic.house", + "how": "whois.nic.google", + "hr": "whois.dns.hr", + "ht": "whois.nic.ht", + "hu": "whois.nic.hu", + "hughes": "whois.nic.hughes", + "hyundai": "whois.nic.hyundai", + "ibm": "whois.nic.ibm", + "icbc": "whois.nic.icbc", + "ice": "whois.nic.ice", + "icu": "whois.nic.icu", + "id": "whois.id", + "ie": "whois.weare.ie", + "ifm": "whois.nic.ifm", + "ikano": "whois.nic.ikano", + "il": "whois.isoc.org.il", + "im": "whois.nic.im", + "imamat": "whois.nic.imamat", + "imdb": "whois.nic.imdb", + "immo": "whois.nic.immo", + "immobilien": "whois.nic.immobilien", + "in": "whois.registry.in", + "inc": "whois.nic.inc", + "industries": "whois.nic.industries", + "infiniti": "whois.nic.gmo", + "info": "whois.nic.info", + "ing": "whois.nic.google", + "ink": "whois.nic.ink", + "institute": "whois.nic.institute", + "insurance": "whois.nic.insurance", + "insure": "whois.nic.insure", + "int": "whois.iana.org", + "international": "whois.nic.international", + "investments": "whois.nic.investments", + "io": "whois.nic.io", + "iq": "whois.cmc.iq", + "ir": "whois.nic.ir", + "irish": "whois.nic.irish", + "is": "whois.isnic.is", + "ismaili": "whois.nic.ismaili", + "ist": "whois.nic.ist", + "istanbul": "whois.nic.istanbul", + "it": "whois.nic.it", + "itv": "whois.nic.itv", + "jaguar": "whois.nic.jaguar", + "java": "whois.nic.java", + "jcb": "whois.nic.gmo", + "je": "whois.je", + "jeep": "whois.nic.jeep", + "jetzt": "whois.nic.jetzt", + "jewelry": "whois.nic.jewelry", + "jio": "whois.nic.jio", + "jll": "whois.nic.jll", + "jobs": "whois.nic.jobs", + "joburg": "whois.nic.joburg", + "jot": "whois.nic.jot", + "joy": "whois.nic.joy", + "jp": "whois.jprs.jp", + "juegos": "whois.uniregistry.net", + "juniper": "whois.nic.juniper", + "kaufen": "whois.nic.kaufen", + "kddi": "whois.nic.kddi", + "ke": "whois.kenic.or.ke", + "kerryhotels": "whois.nic.kerryhotels", + "kerrylogistics": "whois.nic.kerrylogistics", + "kerryproperties": "whois.nic.kerryproperties", + "kfh": "whois.nic.kfh", + "kg": "whois.kg", + "ki": "whois.nic.ki", + "kia": "whois.nic.kia", + "kids": "whois.nic.kids", + "kim": "whois.nic.kim", + "kindle": "whois.nic.kindle", + "kitchen": "whois.nic.kitchen", + "kiwi": "whois.nic.kiwi", + "kn": "whois.nic.kn", + "koeln": "whois.ryce-rsp.com", + "komatsu": "whois.nic.komatsu", + "kosher": "whois.nic.kosher", + "kr": "whois.kr", + "krd": "whois.nic.krd", + "kuokgroup": "whois.nic.kuokgroup", + "kw": "whois.nic.kw", + "ky": "whois.kyregistry.ky", + "kyoto": "whois.nic.kyoto", + "kz": "whois.nic.kz", + "la": "whois.nic.la", + "lacaixa": "whois.nic.lacaixa", + "lamborghini": "whois.nic.lamborghini", + "lamer": "whois.nic.lamer", + "lancaster": "whois.nic.lancaster", + "land": "whois.nic.land", + "landrover": "whois.nic.landrover", + "lasalle": "whois.nic.lasalle", + "lat": "whois.nic.lat", + "latino": "whois.nic.latino", + "latrobe": "whois.nic.latrobe", + "law": "whois.nic.law", + "lawyer": "whois.nic.lawyer", + "lb": "whois.lbdr.org.lb", + "lc": "whois.afilias-grs.info", + "lds": "whois.nic.lds", + "lease": "whois.nic.lease", + "leclerc": "whois.nic.leclerc", + "lefrak": "whois.nic.lefrak", + "legal": "whois.nic.legal", + "lego": "whois.nic.lego", + "lexus": "whois.nic.lexus", + "lgbt": "whois.nic.lgbt", + "li": "whois.nic.li", + "lidl": "whois.nic.lidl", + "life": "whois.nic.life", + "lifestyle": "whois.nic.lifestyle", + "lighting": "whois.nic.lighting", + "like": "whois.nic.like", + "limited": "whois.nic.limited", + "limo": "whois.nic.limo", + "link": "whois.uniregistry.net", + "lipsy": "whois.nic.lipsy", + "live": "whois.nic.live", + "lk": "whois.nic.lk", + "llc": "whois.nic.llc", + "llp": "whois.nic.llp", + "loan": "whois.nic.loan", + "loans": "whois.nic.loans", + "locker": "whois.nic.locker", + "locus": "whois.nic.locus", + "lol": "whois.nic.lol", + "london": "whois.nic.london", + "lotte": "whois.nic.lotte", + "lotto": "whois.nic.lotto", + "love": "whois.nic.love", + "lpl": "whois.nic.lpl", + "lplfinancial": "whois.nic.lplfinancial", + "ls": "whois.nic.ls", + "lt": "whois.domreg.lt", + "ltd": "whois.nic.ltd", + "ltda": "whois.nic.ltda", + "lu": "whois.dns.lu", + "lundbeck": "whois.nic.lundbeck", + "luxe": "whois.nic.luxe", + "luxury": "whois.nic.luxury", + "lv": "whois.nic.lv", + "ly": "whois.nic.ly", + "ma": "whois.registre.ma", + "madrid": "whois.nic.madrid", + "maison": "whois.nic.maison", + "makeup": "whois.nic.makeup", + "man": "whois.nic.man", + "management": "whois.nic.management", + "mango": "whois.nic.mango", + "map": "whois.nic.google", + "market": "whois.nic.market", + "marketing": "whois.nic.marketing", + "markets": "whois.nic.markets", + "marriott": "whois.nic.marriott", + "mba": "whois.nic.mba", + "mckinsey": "whois.nic.mckinsey", + "md": "whois.nic.md", + "me": "whois.nic.me", + "med": "whois.nic.med", + "media": "whois.nic.media", + "meet": "whois.nic.google", + "melbourne": "whois.nic.melbourne", + "meme": "whois.nic.google", + "memorial": "whois.nic.memorial", + "men": "whois.nic.men", + "menu": "whois.nic.menu", + "mg": "whois.nic.mg", + "miami": "whois.nic.miami", + "mini": "whois.nic.mini", + "mit": "whois.nic.mit", + "mitsubishi": "whois.nic.gmo", + "mk": "whois.marnet.mk", + "ml": "whois.nic.ml", + "mls": "whois.nic.mls", + "mm": "whois.registry.gov.mm", + "mma": "whois.nic.mma", + "mn": "whois.nic.mn", + "mo": "whois.monic.mo", + "mobi": "whois.nic.mobi", + "mobile": "whois.nic.mobile", + "moda": "whois.nic.moda", + "moe": "whois.nic.moe", + "moi": "whois.nic.moi", + "mom": "whois.nic.mom", + "monash": "whois.nic.monash", + "money": "whois.nic.money", + "monster": "whois.nic.monster", + "mormon": "whois.nic.mormon", + "mortgage": "whois.nic.mortgage", + "moscow": "whois.nic.moscow", + "motorcycles": "whois.nic.motorcycles", + "mov": "whois.nic.google", + "movie": "whois.nic.movie", + "mq": "whois.mediaserv.net", + "mr": "whois.nic.mr", + "ms": "whois.nic.ms", + "mt": "whois.nic.org.mt", + "mtn": "whois.nic.mtn", + "mtr": "whois.nic.mtr", + "mu": "whois.nic.mu", + "museum": "whois.nic.museum", + "music": "whois.nic.music", + "mw": "whois.nic.mw", + "mx": "whois.mx", + "my": "whois.mynic.my", + "mz": "whois.nic.mz", + "na": "whois.na-nic.com.na", + "nab": "whois.nic.nab", + "nagoya": "whois.nic.nagoya", + "name": "whois.nic.name", + "natura": "whois.gtlds.nic.br", + "navy": "whois.nic.navy", + "nc": "whois.nc", + "nec": "whois.nic.nec", + "net": "whois.verisign-grs.com", + "netbank": "whois.nic.netbank", + "network": "whois.nic.network", + "new": "whois.nic.google", + "news": "whois.nic.news", + "next": "whois.nic.next", + "nextdirect": "whois.nic.nextdirect", + "nexus": "whois.nic.google", + "nf": "whois.nic.nf", + "ng": "whois.nic.net.ng", + "ngo": "whois.nic.ngo", + "nhk": "whois.nic.nhk", + "nico": "whois.nic.nico", + "nikon": "whois.nic.nikon", + "ninja": "whois.nic.ninja", + "nissan": "whois.nic.gmo", + "nissay": "whois.nic.nissay", + "nl": "whois.domain-registry.nl", + "no": "whois.norid.no", + "nokia": "whois.nic.nokia", + "norton": "whois.nic.norton", + "now": "whois.nic.now", + "nowruz": "whois.nic.nowruz", + "nowtv": "whois.nic.nowtv", + "nra": "whois.nic.nra", + "nrw": "whois.nic.nrw", + "nu": "whois.iis.nu", + "nz": "whois.irs.net.nz", + "obi": "whois.nic.obi", + "observer": "whois.nic.observer", + "okinawa": "whois.nic.okinawa", + "olayan": "whois.nic.olayan", + "olayangroup": "whois.nic.olayangroup", + "ollo": "whois.nic.ollo", + "om": "whois.registry.om", + "omega": "whois.nic.omega", + "one": "whois.nic.one", + "ong": "whois.nic.ong", + "onl": "whois.nic.onl", + "online": "whois.nic.online", + "ooo": "whois.nic.ooo", + "oracle": "whois.nic.oracle", + "orange": "whois.nic.orange", + "org": "whois.publicinterestregistry.org", + "organic": "whois.nic.organic", + "origins": "whois.nic.origins", + "osaka": "whois.nic.osaka", + "otsuka": "whois.nic.otsuka", + "ott": "whois.nic.ott", + "ovh": "whois.nic.ovh", + "page": "whois.nic.google", + "panasonic": "whois.nic.gmo", + "paris": "whois.nic.paris", + "pars": "whois.nic.pars", + "partners": "whois.nic.partners", + "parts": "whois.nic.parts", + "party": "whois.nic.party", + "pay": "whois.nic.pay", + "pccw": "whois.nic.pccw", + "pe": "kero.yachay.pe", + "pet": "whois.nic.pet", + "pf": "whois.registry.pf", + "pharmacy": "whois.nic.pharmacy", + "phd": "whois.nic.google", + "philips": "whois.nic.philips", + "phone": "whois.nic.phone", + "photo": "whois.nic.photo", + "photography": "whois.nic.photography", + "photos": "whois.nic.photos", + "physio": "whois.nic.physio", + "pics": "whois.nic.pics", + "pictures": "whois.nic.pictures", + "pid": "whois.nic.pid", + "pin": "whois.nic.pin", + "pink": "whois.nic.pink", + "pioneer": "whois.nic.pioneer", + "pizza": "whois.nic.pizza", + "pk": "whois.pknic.net.pk", + "pl": "whois.dns.pl", + "place": "whois.nic.place", + "play": "whois.nic.google", + "playstation": "whois.nic.playstation", + "plumbing": "whois.nic.plumbing", + "plus": "whois.nic.plus", + "pm": "whois.nic.pm", + "pnc": "whois.nic.pnc", + "pohl": "whois.nic.pohl", + "poker": "whois.nic.poker", + "politie": "whois.nic.politie", + "porn": "whois.nic.porn", + "post": "whois.dotpostregistry.net", + "pr": "whois.afilias-srs.net", + "press": "whois.nic.press", + "prime": "whois.nic.prime", + "pro": "whois.nic.pro", + "prod": "whois.nic.google", + "productions": "whois.nic.productions", + "prof": "whois.nic.google", + "progressive": "whois.nic.progressive", + "promo": "whois.nic.promo", + "properties": "whois.nic.properties", + "property": "whois.nic.property", + "protection": "whois.nic.protection", + "ps": "whois.pnina.ps", + "pt": "whois.dns.pt", + "pub": "whois.nic.pub", + "pw": "whois.nic.pw", + "pwc": "whois.nic.pwc", + "qa": "whois.registry.qa", + "qpon": "whois.nic.qpon", + "quebec": "whois.nic.quebec", + "quest": "whois.nic.quest", + "racing": "whois.nic.racing", + "radio": "whois.nic.radio", + "re": "whois.nic.re", + "read": "whois.nic.read", + "realestate": "whois.nic.realestate", + "realtor": "whois.nic.realtor", + "realty": "whois.nic.realty", + "recipes": "whois.nic.recipes", + "red": "whois.nic.red", + "redstone": "whois.nic.redstone", + "redumbrella": "whois.nic.redumbrella", + "rehab": "whois.nic.rehab", + "reise": "whois.nic.reise", + "reisen": "whois.nic.reisen", + "reit": "whois.nic.reit", + "reliance": "whois.nic.reliance", + "ren": "whois.nic.ren", + "rent": "whois.nic.rent", + "rentals": "whois.nic.rentals", + "repair": "whois.nic.repair", + "report": "whois.nic.report", + "republican": "whois.nic.republican", + "rest": "whois.nic.rest", + "restaurant": "whois.nic.restaurant", + "review": "whois.nic.review", + "reviews": "whois.nic.reviews", + "rexroth": "whois.nic.rexroth", + "rich": "whois.nic.rich", + "richardli": "whois.nic.richardli", + "ricoh": "whois.nic.ricoh", + "ril": "whois.nic.ril", + "rio": "whois.gtlds.nic.br", + "rip": "whois.nic.rip", + "ro": "whois.rotld.ro", + "rocks": "whois.nic.rocks", + "rodeo": "whois.nic.rodeo", + "rogers": "whois.nic.rogers", + "room": "whois.nic.room", + "rs": "whois.rnids.rs", + "rsvp": "whois.nic.google", + "ru": "whois.tcinet.ru", + "rugby": "whois.nic.rugby", + "ruhr": "whois.nic.ruhr", + "run": "whois.nic.run", + "rw": "whois.ricta.org.rw", + "rwe": "whois.nic.rwe", + "ryukyu": "whois.nic.ryukyu", + "sa": "whois.nic.net.sa", + "saarland": "whois.nic.saarland", + "safe": "whois.nic.safe", + "safety": "whois.nic.safety", + "sale": "whois.nic.sale", + "salon": "whois.nic.salon", + "samsclub": "whois.nic.samsclub", + "samsung": "whois.nic.samsung", + "sandvik": "whois.nic.sandvik", + "sandvikcoromant": "whois.nic.sandvikcoromant", + "sanofi": "whois.nic.sanofi", + "sap": "whois.nic.sap", + "sarl": "whois.nic.sarl", + "save": "whois.nic.save", + "saxo": "whois.nic.saxo", + "sb": "whois.nic.net.sb", + "sbi": "whois.nic.sbi", + "sbs": "whois.nic.sbs", + "sc": "whois2.afilias-grs.net", + "sca": "whois.nic.sca", + "scb": "whois.nic.scb", + "schaeffler": "whois.afilias-srs.net", + "schmidt": "whois.nic.schmidt", + "scholarships": "whois.nic.scholarships", + "school": "whois.nic.school", + "schule": "whois.nic.schule", + "schwarz": "whois.nic.schwarz", + "science": "whois.nic.science", + "scot": "whois.nic.scot", + "sd": "whois.sdnic.sd", + "se": "whois.iis.se", + "search": "whois.nic.google", + "seat": "whois.nic.seat", + "secure": "whois.nic.secure", + "security": "whois.nic.security", + "seek": "whois.nic.seek", + "select": "whois.nic.select", + "services": "whois.nic.services", + "seven": "whois.nic.seven", + "sew": "whois.nic.sew", + "sex": "whois.nic.sex", + "sexy": "whois.nic.sexy", + "sfr": "whois.nic.sfr", + "sg": "whois.sgnic.sg", + "sh": "whois.nic.sh", + "shangrila": "whois.nic.shangrila", + "sharp": "whois.nic.gmo", + "shaw": "whois.afilias-srs.net", + "shell": "whois.nic.shell", + "shia": "whois.nic.shia", + "shiksha": "whois.nic.shiksha", + "shoes": "whois.nic.shoes", + "shop": "whois.nic.shop", + "shopping": "whois.nic.shopping", + "shouji": "whois.teleinfo.cn", + "show": "whois.nic.show", + "showtime": "whois.nic.showtime", + "si": "whois.register.si", + "silk": "whois.nic.silk", + "sina": "whois.nic.sina", + "singles": "whois.nic.singles", + "site": "whois.nic.site", + "sk": "whois.sk-nic.sk", + "ski": "whois.nic.ski", + "skin": "whois.nic.skin", + "sky": "whois.nic.sky", + "sl": "whois.nic.sl", + "sling": "whois.nic.sling", + "sm": "whois.nic.sm", + "smart": "whois.nic.smart", + "smile": "whois.nic.smile", + "sn": "whois.nic.sn", + "sncf": "whois.nic.sncf", + "so": "whois.nic.so", + "soccer": "whois.nic.soccer", + "social": "whois.nic.social", + "softbank": "whois.nic.softbank", + "software": "whois.nic.software", + "solar": "whois.nic.solar", + "solutions": "whois.nic.solutions", + "sony": "whois.nic.sony", + "soy": "whois.nic.google", + "spa": "whois.nic.spa", + "space": "whois.nic.space", + "sport": "whois.nic.sport", + "spot": "whois.nic.spot", + "srl": "whois.nic.srl", + "ss": "whois.nic.ss", + "st": "whois.nic.st", + "stada": "whois.nic.stada", + "star": "whois.nic.star", + "statebank": "whois.nic.statebank", + "stc": "whois.nic.stc", + "stcgroup": "whois.nic.stcgroup", + "stockholm": "whois.nic.stockholm", + "storage": "whois.nic.storage", + "store": "whois.nic.store", + "stream": "whois.nic.stream", + "studio": "whois.nic.studio", + "study": "whois.nic.study", + "style": "whois.nic.style", + "su": "whois.tcinet.ru", + "sucks": "whois.nic.sucks", + "supplies": "whois.nic.supplies", + "supply": "whois.nic.supply", + "support": "whois.nic.support", + "surf": "whois.nic.surf", + "surgery": "whois.nic.surgery", + "suzuki": "whois.nic.suzuki", + "swatch": "whois.nic.swatch", + "swiss": "whois.nic.swiss", + "sx": "whois.sx", + "sy": "whois.tld.sy", + "sydney": "whois.nic.sydney", + "systems": "whois.nic.systems", + "tab": "whois.nic.tab", + "taipei": "whois.nic.taipei", + "talk": "whois.nic.talk", + "taobao": "whois.nic.taobao", + "tatamotors": "whois.nic.tatamotors", + "tatar": "whois.nic.tatar", + "tattoo": "whois.uniregistry.net", + "tax": "whois.nic.tax", + "taxi": "whois.nic.taxi", + "tc": "whois.nic.tc", + "tci": "whois.nic.tci", + "td": "whois.nic.td", + "tdk": "whois.nic.tdk", + "team": "whois.nic.team", + "tech": "whois.nic.tech", + "technology": "whois.nic.technology", + "tel": "whois.nic.tel", + "temasek": "whois.nic.temasek", + "tennis": "whois.nic.tennis", + "teva": "whois.nic.teva", + "tf": "whois.nic.tf", + "tg": "whois.nic.tg", + "th": "whois.thnic.co.th", + "thd": "whois.nic.thd", + "theater": "whois.nic.theater", + "theatre": "whois.nic.theatre", + "tiaa": "whois.nic.tiaa", + "tickets": "whois.nic.tickets", + "tienda": "whois.nic.tienda", + "tips": "whois.nic.tips", + "tires": "whois.nic.tires", + "tirol": "whois.nic.tirol", + "tk": "whois.dot.tk", + "tl": "whois.nic.tl", + "tm": "whois.nic.tm", + "tmall": "whois.nic.tmall", + "tn": "whois.ati.tn", + "to": "whois.tonic.to", + "today": "whois.nic.today", + "tokyo": "whois.nic.tokyo", + "tools": "whois.nic.tools", + "top": "whois.nic.top", + "toray": "whois.nic.toray", + "toshiba": "whois.nic.toshiba", + "total": "whois.nic.total", + "tours": "whois.nic.tours", + "town": "whois.nic.town", + "toyota": "whois.nic.toyota", + "toys": "whois.nic.toys", + "tr": "whois.trabis.gov.tr", + "trade": "whois.nic.trade", + "trading": "whois.nic.trading", + "training": "whois.nic.training", + "travel": "whois.nic.travel", + "travelers": "whois.nic.travelers", + "travelersinsurance": "whois.nic.travelersinsurance", + "trust": "whois.nic.trust", + "trv": "whois.nic.trv", + "tube": "whois.nic.tube", + "tui": "whois.nic.tui", + "tunes": "whois.nic.tunes", + "tushu": "whois.nic.tushu", + "tv": "whois.nic.tv", + "tvs": "whois.nic.tvs", + "tw": "whois.twnic.net.tw", + "tz": "whois.tznic.or.tz", + "ua": "whois.ua", + "ubank": "whois.nic.ubank", + "ubs": "whois.nic.ubs", + "ug": "whois.co.ug", + "uk": "whois.nic.uk", + "unicom": "whois.nic.unicom", + "university": "whois.nic.university", + "uno": "whois.nic.uno", + "uol": "whois.gtlds.nic.br", + "ups": "whois.nic.ups", + "us": "whois.nic.us", + "uy": "whois.nic.org.uy", + "uz": "whois.cctld.uz", + "vacations": "whois.nic.vacations", + "vana": "whois.nic.vana", + "vanguard": "whois.nic.vanguard", + "vc": "whois2.afilias-grs.net", + "ve": "whois.nic.ve", + "vegas": "whois.nic.vegas", + "ventures": "whois.nic.ventures", + "verisign": "whois.nic.verisign", + "vermögensberater": "whois.nic.xn--vermgensberater-ctb", + "vermögensberatung": "whois.nic.xn--vermgensberatung-pwb", + "versicherung": "whois.nic.versicherung", + "vet": "whois.nic.vet", + "vg": "whois.nic.vg", + "viajes": "whois.nic.viajes", + "video": "whois.nic.video", + "vig": "whois.nic.vig", + "viking": "whois.nic.viking", + "villas": "whois.nic.villas", + "vin": "whois.nic.vin", + "vip": "whois.nic.vip", + "virgin": "whois.nic.virgin", + "visa": "whois.nic.visa", + "vision": "whois.nic.vision", + "viva": "whois.nic.viva", + "vlaanderen": "whois.nic.vlaanderen", + "vodka": "whois.nic.vodka", + "volkswagen": "whois.nic.volkswagen", + "volvo": "whois.nic.volvo", + "vote": "whois.nic.vote", + "voting": "whois.nic.voting", + "voto": "whois.nic.voto", + "voyage": "whois.nic.voyage", + "vu": "whois.dnrs.vu", + "wales": "whois.nic.wales", + "walmart": "whois.nic.walmart", + "walter": "whois.nic.walter", + "wang": "whois.gtld.knet.cn", + "wanggou": "whois.nic.wanggou", + "watch": "whois.nic.watch", + "watches": "whois.nic.watches", + "webcam": "whois.nic.webcam", + "weber": "whois.nic.weber", + "website": "whois.nic.website", + "wed": "whois.nic.wed", + "wedding": "whois.nic.wedding", + "weibo": "whois.nic.weibo", + "weir": "whois.nic.weir", + "wf": "whois.nic.wf", + "whoswho": "whois.nic.whoswho", + "wien": "whois.nic.wien", + "wiki": "whois.nic.wiki", + "win": "whois.nic.win", + "wine": "whois.nic.wine", + "wme": "whois.nic.wme", + "wolterskluwer": "whois.nic.wolterskluwer", + "woodside": "whois.nic.woodside", + "work": "whois.nic.work", + "works": "whois.nic.works", + "world": "whois.nic.world", + "wow": "whois.nic.wow", + "ws": "whois.website.ws", + "wtc": "whois.nic.wtc", + "wtf": "whois.nic.wtf", + "xerox": "whois.nic.xerox", + "xfinity": "whois.nic.xfinity", + "xihuan": "whois.teleinfo.cn", + "xin": "whois.nic.xin", + "xn--11b4c3d": "whois.nic.xn--11b4c3d", + "xn--1qqw23a": "whois.ngtld.cn", + "xn--2scrj9c": "whois.registry.in", + "xn--30rr7y": "whois.gtld.knet.cn", + "xn--3bst00m": "whois.gtld.knet.cn", + "xn--3ds443g": "whois.teleinfo.cn", + "xn--3e0b707e": "whois.kr", + "xn--3hcrj9c": "whois.registry.in", + "xn--3pxu8k": "whois.nic.xn--3pxu8k", + "xn--42c2d9a": "whois.nic.xn--42c2d9a", + "xn--45br5cyl": "whois.registry.in", + "xn--45brj9c": "whois.registry.in", + "xn--45q11c": "whois.gtld.knet.cn", + "xn--4dbrk0ce": "whois.isoc.org.il", + "xn--4gbrim": "whois.nic.xn--4gbrim", + "xn--55qw42g": "whois.conac.cn", + "xn--55qx5d": "whois.ngtld.cn", + "xn--5su34j936bgsg": "whois.nic.xn--5su34j936bgsg", + "xn--5tzm5g": "whois.nic.xn--5tzm5g", + "xn--6frz82g": "whois.nic.xn--6frz82g", + "xn--6qq986b3xl": "whois.gtld.knet.cn", + "xn--80adxhks": "whois.nic.xn--80adxhks", + "xn--80ao21a": "whois.nic.kz", + "xn--80aqecdr1a": "whois.nic.xn--80aqecdr1a", + "xn--80asehdb": "whois.nic.xn--80asehdb", + "xn--80aswg": "whois.nic.xn--80aswg", + "xn--8y0a063a": "whois.nic.xn--8y0a063a", + "xn--90a3ac": "whois.rnids.rs", + "xn--90ae": "whois.imena.bg", + "xn--90ais": "whois.cctld.by", + "xn--9dbq2a": "whois.nic.xn--9dbq2a", + "xn--9et52u": "whois.gtld.knet.cn", + "xn--9krt00a": "whois.nic.xn--9krt00a", + "xn--b4w605ferd": "whois.nic.xn--b4w605ferd", + "xn--c1avg": "whois.nic.xn--c1avg", + "xn--c2br7g": "whois.nic.xn--c2br7g", + "xn--cckwcxetd": "whois.nic.xn--cckwcxetd", + "xn--cg4bki": "whois.kr", + "xn--clchc0ea0b2g2a9gcd": "whois.sgnic.sg", + "xn--czrs0t": "whois.nic.xn--czrs0t", + "xn--czru2d": "whois.gtld.knet.cn", + "xn--d1acj3b": "whois.nic.xn--d1acj3b", + "xn--d1alf": "whois.marnet.mk", + "xn--e1a4c": "whois.eu", + "xn--efvy88h": "whois.nic.xn--efvy88h", + "xn--fhbei": "whois.nic.xn--fhbei", + "xn--fiq228c5hs": "whois.teleinfo.cn", + "xn--fiq64b": "whois.gtld.knet.cn", + "xn--fiqs8s": "cwhois.cnnic.cn", + "xn--fiqz9s": "cwhois.cnnic.cn", + "xn--fjq720a": "whois.nic.xn--fjq720a", + "xn--flw351e": "whois.nic.google", + "xn--fpcrj9c3d": "whois.registry.in", + "xn--fzc2c9e2c": "whois.nic.lk", + "xn--fzys8d69uvgm": "whois.nic.xn--fzys8d69uvgm", + "xn--gecrj9c": "whois.registry.in", + "xn--h2breg3eve": "whois.registry.in", + "xn--h2brj9c": "whois.registry.in", + "xn--h2brj9c8c": "whois.registry.in", + "xn--hxt814e": "whois.gtld.knet.cn", + "xn--i1b6b1a6a2e": "whois.nic.xn--i1b6b1a6a2e", + "xn--io0a7i": "whois.ngtld.cn", + "xn--j1aef": "whois.nic.xn--j1aef", + "xn--j1amh": "whois.dotukr.com", + "xn--j6w193g": "whois.hkirc.hk", + "xn--jlq480n2rg": "whois.nic.xn--jlq480n2rg", + "xn--kcrx77d1x4a": "whois.nic.xn--kcrx77d1x4a", + "xn--kprw13d": "whois.twnic.net.tw", + "xn--kpry57d": "whois.twnic.net.tw", + "xn--kput3i": "whois.nic.xn--kput3i", + "xn--lgbbat1ad8j": "whois.nic.dz", + "xn--mgb9awbf": "whois.registry.om", + "xn--mgba3a4f16a": "whois.nic.ir", + "xn--mgba7c0bbn0a": "whois.nic.xn--mgba7c0bbn0a", + "xn--mgbaakc7dvf": "whois.centralnic.com", + "xn--mgbaam7a8h": "whois.aeda.net.ae", + "xn--mgbab2bd": "whois.nic.xn--mgbab2bd", + "xn--mgbah1a3hjkrd": "whois.nic.mr", + "xn--mgbbh1a": "whois.registry.in", + "xn--mgbbh1a71e": "whois.registry.in", + "xn--mgbca7dzdo": "whois.nic.xn--mgbca7dzdo", + "xn--mgberp4a5d4ar": "whois.nic.net.sa", + "xn--mgbgu82a": "whois.registry.in", + "xn--mgbi4ecexp": "whois.nic.xn--mgbi4ecexp", + "xn--mgbt3dhd": "whois.nic.xn--mgbt3dhd", + "xn--mgbtx2b": "whois.cmc.iq", + "xn--mgbx4cd0ab": "whois.mynic.my", + "xn--mix891f": "whois.monic.mo", + "xn--mk1bu44c": "whois.nic.xn--mk1bu44c", + "xn--mxtq1m": "whois.nic.xn--mxtq1m", + "xn--ngbc5azd": "whois.nic.xn--ngbc5azd", + "xn--ngbe9e0a": "whois.nic.xn--ngbe9e0a", + "xn--ngbrx": "whois.nic.xn--ngbrx", + "xn--node": "whois.itdc.ge", + "xn--nqv7f": "whois.nic.xn--nqv7f", + "xn--nqv7fs00ema": "whois.nic.xn--nqv7fs00ema", + "xn--o3cw4h": "whois.thnic.co.th", + "xn--ogbpf8fl": "whois.tld.sy", + "xn--p1acf": "whois.nic.xn--p1acf", + "xn--p1ai": "whois.tcinet.ru", + "xn--pgbs0dh": "whois.ati.tn", + "xn--pssy2u": "whois.nic.xn--pssy2u", + "xn--q7ce6a": "whois.nic.la", + "xn--q9jyb4c": "whois.nic.google", + "xn--qcka1pmc": "whois.nic.google", + "xn--qxa6a": "whois.eu", + "xn--rvc1e0am3e": "whois.registry.in", + "xn--s9brj9c": "whois.registry.in", + "xn--ses554g": "whois.nic.xn--ses554g", + "xn--t60b56a": "whois.nic.xn--t60b56a", + "xn--tckwe": "whois.nic.xn--tckwe", + "xn--tiq49xqyj": "whois.nic.xn--tiq49xqyj", + "xn--unup4y": "whois.nic.xn--unup4y", + "xn--vermgensberater-ctb": "whois.nic.xn--vermgensberater-ctb", + "xn--vermgensberatung-pwb": "whois.nic.xn--vermgensberatung-pwb", + "xn--vhquv": "whois.nic.xn--vhquv", + "xn--vuq861b": "whois.teleinfo.cn", + "xn--w4r85el8fhu5dnra": "whois.nic.xn--w4r85el8fhu5dnra", + "xn--w4rs40l": "whois.nic.xn--w4rs40l", + "xn--wgbh1c": "whois.dotmasr.eg", + "xn--wgbl6a": "whois.registry.qa", + "xn--xhq521b": "whois.ngtld.cn", + "xn--xkc2al3hye2a": "whois.nic.lk", + "xn--xkc2dl3a5ee0h": "whois.registry.in", + "xn--y9a3aq": "whois.amnic.net", + "xn--yfro4i67o": "whois.sgnic.sg", + "xn--ygbi2ammx": "whois.pnina.ps", + "xn--zfr164b": "whois.conac.cn", + "xxx": "whois.nic.xxx", + "xyz": "whois.nic.xyz", + "yachts": "whois.nic.yachts", + "yamaxun": "whois.nic.yamaxun", + "ye": "whois.y.net.ye", + "yodobashi": "whois.nic.gmo", + "yoga": "whois.nic.yoga", + "yokohama": "whois.nic.yokohama", + "you": "whois.nic.you", + "youtube": "whois.nic.google", + "yt": "whois.nic.yt", + "yun": "whois.teleinfo.cn", + "zappos": "whois.nic.zappos", + "zara": "whois.nic.zara", + "zip": "whois.nic.google", + "zm": "whois.zicta.zm", + "zone": "whois.nic.zone", + "zuerich": "whois.nic.zuerich", + "ευ": "whois.eu", + "бг": "whois.imena.bg", + "бел": "whois.cctld.by", + "дети": "whois.nic.xn--d1acj3b", + "ею": "whois.eu", + "католик": "whois.nic.xn--80aqecdr1a", + "ком": "whois.nic.xn--j1aef", + "қаз": "whois.nic.kz", + "мкд": "whois.marnet.mk", + "москва": "whois.nic.xn--80adxhks", + "онлайн": "whois.nic.xn--80asehdb", + "орг": "whois.nic.xn--c1avg", + "рус": "whois.nic.xn--p1acf", + "рф": "whois.tcinet.ru", + "сайт": "whois.nic.xn--80aswg", + "срб": "whois.rnids.rs", + "укр": "whois.dotukr.com", + "გე": "whois.itdc.ge", + "հայ": "whois.amnic.net", + "ישראל": "whois.isoc.org.il", + "קום": "whois.nic.xn--9dbq2a", + "ابوظبي": "whois.nic.xn--mgbca7dzdo", + "اتصالات": "whois.centralnic.com", + "الجزائر": "whois.nic.dz", + "السعودية": "whois.nic.net.sa", + "العليان": "whois.nic.xn--mgba7c0bbn0a", + "امارات": "whois.aeda.net.ae", + "ایران": "whois.nic.ir", + "بارت": "whois.registry.in", + "بازار": "whois.nic.xn--mgbab2bd", + "بھارت": "whois.registry.in", + "بيتك": "whois.nic.xn--ngbe9e0a", + "ڀارت": "whois.registry.in", + "تونس": "whois.ati.tn", + "سورية": "whois.tld.sy", + "شبكة": "whois.nic.xn--ngbc5azd", + "عراق": "whois.cmc.iq", + "عرب": "whois.nic.xn--ngbrx", + "عمان": "whois.registry.om", + "فلسطين": "whois.pnina.ps", + "قطر": "whois.registry.qa", + "كاثوليك": "whois.nic.xn--mgbi4ecexp", + "كوم": "whois.nic.xn--fhbei", + "مصر": "whois.dotmasr.eg", + "مليسيا": "whois.mynic.my", + "موريتانيا": "whois.nic.mr", + "موقع": "whois.nic.xn--4gbrim", + "همراه": "whois.nic.xn--mgbt3dhd", + "कॉम": "whois.nic.xn--11b4c3d", + "नेट": "whois.nic.xn--c2br7g", + "भारत": "whois.registry.in", + "भारतम्": "whois.registry.in", + "भारोत": "whois.registry.in", + "संगठन": "whois.nic.xn--i1b6b1a6a2e", + "ভারত": "whois.registry.in", + "ভাৰত": "whois.registry.in", + "ਭਾਰਤ": "whois.registry.in", + "ભારત": "whois.registry.in", + "ଭାରତ": "whois.registry.in", + "இந்தியா": "whois.registry.in", + "இலங்கை": "whois.nic.lk", + "சிங்கப்பூர்": "whois.sgnic.sg", + "భారత్": "whois.registry.in", + "ಭಾರತ": "whois.registry.in", + "ഭാരതം": "whois.registry.in", + "ලංකා": "whois.nic.lk", + "คอม": "whois.nic.xn--42c2d9a", + "ไทย": "whois.thnic.co.th", + "ລາວ": "whois.nic.la", + "닷넷": "whois.nic.xn--t60b56a", + "닷컴": "whois.nic.xn--mk1bu44c", + "삼성": "whois.kr", + "한국": "whois.kr", + "アマゾン": "whois.nic.xn--cckwcxetd", + "グーグル": "whois.nic.google", + "コム": "whois.nic.xn--tckwe", + "みんな": "whois.nic.google", + "中信": "whois.gtld.knet.cn", + "中国": "cwhois.cnnic.cn", + "中國": "cwhois.cnnic.cn", + "中文网": "whois.teleinfo.cn", + "亚马逊": "whois.nic.xn--jlq480n2rg", + "企业": "whois.nic.xn--vhquv", + "佛山": "whois.ngtld.cn", + "信息": "whois.teleinfo.cn", + "八卦": "whois.gtld.knet.cn", + "公司": "whois.ngtld.cn", + "公益": "whois.conac.cn", + "台湾": "whois.twnic.net.tw", + "台灣": "whois.twnic.net.tw", + "商城": "whois.gtld.knet.cn", + "商店": "whois.nic.xn--czrs0t", + "嘉里": "whois.nic.xn--w4rs40l", + "嘉里大酒店": "whois.nic.xn--w4r85el8fhu5dnra", + "在线": "whois.teleinfo.cn", + "大拿": "whois.nic.xn--pssy2u", + "天主教": "whois.nic.xn--tiq49xqyj", + "娱乐": "whois.nic.xn--fjq720a", + "广东": "whois.ngtld.cn", + "微博": "whois.nic.xn--9krt00a", + "慈善": "whois.gtld.knet.cn", + "我爱你": "whois.gtld.knet.cn", + "手机": "whois.nic.xn--kput3i", + "政务": "whois.conac.cn", + "政府": "whois.nic.xn--mxtq1m", + "新加坡": "whois.sgnic.sg", + "新闻": "whois.nic.xn--efvy88h", + "时尚": "whois.gtld.knet.cn", + "机构": "whois.nic.xn--nqv7f", + "淡马锡": "whois.nic.xn--b4w605ferd", + "游戏": "whois.nic.xn--unup4y", + "澳門": "whois.monic.mo", + "点看": "whois.nic.xn--3pxu8k", + "移动": "whois.nic.xn--6frz82g", + "组织机构": "whois.nic.xn--nqv7fs00ema", + "网址": "whois.nic.xn--ses554g", + "网店": "whois.gtld.knet.cn", + "网站": "whois.nic.xn--5tzm5g", + "网络": "whois.ngtld.cn", + "联通": "whois.nic.xn--8y0a063a", + "谷歌": "whois.nic.google", + "集团": "whois.gtld.knet.cn", + "電訊盈科": "whois.nic.xn--fzys8d69uvgm", + "飞利浦": "whois.nic.xn--kcrx77d1x4a", + "香格里拉": "whois.nic.xn--5su34j936bgsg", + "香港": "whois.hkirc.hk", + "co.uk": "whois.nic.uk", + "biz.ua": "whois.ua", + "br.com": "whois.verisign-grs.com", + "co.am": "whois.amnic.net", + "co.in": "whois.registry.in", + "co.ua": "whois.ua", + "com.am": "whois.amnic.net", + "com.kz": "whois.nic.kz", + "com.ua": "whois.ua", + "kiev.ua": "whois.ua", + "net.am": "whois.amnic.net", + "net.in": "whois.registry.in", + "org.am": "whois.amnic.net", + "org.in": "whois.registry.in", + "org.kz": "whois.nic.kz", + "pp.ua": "whois.ua", + "ru.com": "whois.verisign-grs.com" +} \ No newline at end of file