├── .github └── workflows │ └── gotest.yaml ├── .gitignore ├── .golangci.yml ├── LICENSE ├── README.md ├── error.go ├── error_test.go ├── go.mod ├── go.sum ├── parser.go ├── parser_test.go ├── prepare.go ├── prepare_test.go ├── rule.go ├── struct.go ├── testdata ├── noterror │ ├── README.md │ ├── ac_git.ac │ ├── ac_git.ac.json │ ├── ac_google.ac │ ├── ac_google.ac.json │ ├── aero_google.aero │ ├── aero_google.aero.json │ ├── aero_vas.aero │ ├── aero_vas.aero.json │ ├── ai_git.ai │ ├── ai_git.ai.json │ ├── ai_google.ai │ ├── ai_google.ai.json │ ├── aq_asf.aq │ ├── aq_asf.aq.json │ ├── aq_ats.aq │ ├── aq_ats.aq.json │ ├── asia_git.asia │ ├── asia_git.asia.json │ ├── asia_google.asia │ ├── asia_google.asia.json │ ├── at_0wnz.at │ ├── at_0wnz.at.json │ ├── at_0wnz.at.pre │ ├── at_elektro-rauter.at │ ├── at_elektro-rauter.at.json │ ├── at_elektro-rauter.at.pre │ ├── at_rerail.at │ ├── at_rerail.at.json │ ├── at_rerail.at.pre │ ├── at_samsung.at │ ├── at_samsung.at.json │ ├── at_samsung.at.pre │ ├── au_acma.gov.au │ ├── au_acma.gov.au.json │ ├── au_google.com.au │ ├── au_google.com.au.json │ ├── berlin_google.berlin │ ├── berlin_google.berlin.json │ ├── berlin_toa.berlin │ ├── berlin_toa.berlin.json │ ├── biz_github.biz │ ├── biz_github.biz.json │ ├── biz_google.biz │ ├── biz_google.biz.json │ ├── br_espm.br │ ├── br_espm.br.json │ ├── br_espm.br.pre │ ├── br_unip.br │ ├── br_unip.br.json │ ├── br_unip.br.pre │ ├── by_git.by │ ├── by_git.by.json │ ├── by_git.by.pre │ ├── by_google.by │ ├── by_google.by.json │ ├── by_google.by.pre │ ├── ca_git.ca │ ├── ca_git.ca.json │ ├── ca_google.ca │ ├── ca_google.ca.json │ ├── cat_git.cat │ ├── cat_git.cat.json │ ├── cat_google.cat │ ├── cat_google.cat.json │ ├── cc_google.cc │ ├── cc_google.cc.json │ ├── cc_msn.cc │ ├── cc_msn.cc.json │ ├── ch_google.ch │ ├── ch_google.ch.json │ ├── ch_google.ch.pre │ ├── ch_switch.ch │ ├── ch_switch.ch.json │ ├── ch_switch.ch.pre │ ├── cn_apple.cn │ ├── cn_apple.cn.json │ ├── cn_apple.cn.pre │ ├── cn_cn │ ├── cn_cn.json │ ├── cn_cn.pre │ ├── cn_google.cn │ ├── cn_google.cn.json │ ├── cn_google.cn.pre │ ├── co_git.co │ ├── co_git.co.json │ ├── co_google.co │ ├── co_google.co.json │ ├── com_com │ ├── com_com.json │ ├── com_com.pre │ ├── com_dynadot.com │ ├── com_dynadot.com.json │ ├── com_encirca.com │ ├── com_encirca.com.json │ ├── com_git.com │ ├── com_git.com.json │ ├── com_google.com │ ├── com_google.com.json │ ├── com_name.com │ ├── com_name.com.json │ ├── com_rockcreekcc.com │ ├── com_rockcreekcc.com.json │ ├── coop_git.coop │ ├── coop_git.coop.json │ ├── coop_slb.coop │ ├── coop_slb.coop.json │ ├── cx_git.cx │ ├── cx_git.cx.json │ ├── cx_google.cx │ ├── cx_google.cx.json │ ├── cymru_cgi.cymru │ ├── cymru_cgi.cymru.json │ ├── cymru_google.cymru │ ├── cymru_google.cymru.json │ ├── de_git.de │ ├── de_git.de.json │ ├── de_google.de │ ├── de_google.de.json │ ├── dk_emilstahl.dk │ ├── dk_emilstahl.dk.json │ ├── dk_emilstahl.dk.pre │ ├── dk_folketinget.dk │ ├── dk_folketinget.dk.json │ ├── dk_folketinget.dk.pre │ ├── dk_google.dk │ ├── dk_google.dk.json │ ├── dk_google.dk.pre │ ├── dk_politikken.dk │ ├── dk_politikken.dk.json │ ├── dk_politikken.dk.pre │ ├── edu_cornell.edu │ ├── edu_cornell.edu.json │ ├── edu_cornell.edu.pre │ ├── edu_rutgers.edu │ ├── edu_rutgers.edu.json │ ├── edu_rutgers.edu.pre │ ├── edu_snai.edu │ ├── edu_snai.edu.json │ ├── edu_snai.edu.pre │ ├── edu_unm.edu │ ├── edu_unm.edu.json │ ├── edu_unm.edu.pre │ ├── ee_git.ee │ ├── ee_git.ee.json │ ├── ee_git.ee.pre │ ├── ee_google.ee │ ├── ee_google.ee.json │ ├── ee_google.ee.pre │ ├── ee_telia.ee │ ├── ee_telia.ee.json │ ├── ee_telia.ee.pre │ ├── eu_git.eu │ ├── eu_git.eu.json │ ├── eu_git.eu.pre │ ├── eu_google.eu │ ├── eu_google.eu.json │ ├── eu_google.eu.pre │ ├── fi_git.fi │ ├── fi_git.fi.json │ ├── fi_git.fi.pre │ ├── fi_google.fi │ ├── fi_google.fi.json │ ├── fi_google.fi.pre │ ├── fr_git.fr │ ├── fr_git.fr.json │ ├── fr_git.fr.pre │ ├── fr_google.fr │ ├── fr_google.fr.json │ ├── fr_google.fr.pre │ ├── fr_ovh.fr │ ├── fr_ovh.fr.json │ ├── fr_ovh.fr.pre │ ├── gg_google.gg │ ├── gg_google.gg.json │ ├── gg_google.gg.pre │ ├── google_google │ ├── google_google.json │ ├── google_google.pre │ ├── gov_fda.gov │ ├── gov_fda.gov.json │ ├── gov_us.gov │ ├── gov_us.gov.json │ ├── gs_git.gs │ ├── gs_git.gs.json │ ├── gs_google.gs │ ├── gs_google.gs.json │ ├── hk_git.hk │ ├── hk_git.hk.json │ ├── hk_git.hk.pre │ ├── hk_google.hk │ ├── hk_google.hk.json │ ├── hk_google.hk.pre │ ├── hk_ibm.hk │ ├── hk_ibm.hk.json │ ├── hk_ibm.hk.pre │ ├── hm_bin.hm │ ├── hm_bin.hm.json │ ├── hm_google.hm │ ├── hm_google.hm.json │ ├── hu_git.hu │ ├── hu_git.hu.json │ ├── hu_nic.hu │ ├── hu_nic.hu.json │ ├── in_git.in │ ├── in_git.in.json │ ├── in_google.in │ ├── in_google.in.json │ ├── info_github.info │ ├── info_github.info.json │ ├── info_google.info │ ├── info_google.info.json │ ├── info_west.info │ ├── info_west.info.json │ ├── int_esa.int │ ├── int_esa.int.json │ ├── int_esa.int.pre │ ├── int_wto.int │ ├── int_wto.int.json │ ├── int_wto.int.pre │ ├── io_golang.io │ ├── io_golang.io.json │ ├── io_google.io │ ├── io_google.io.json │ ├── ir_git.ir │ ├── ir_git.ir.json │ ├── ir_git.ir.pre │ ├── ir_google.ir │ ├── ir_google.ir.json │ ├── ir_google.ir.pre │ ├── it_git.it │ ├── it_git.it.json │ ├── it_git.it.pre │ ├── it_google.it │ ├── it_google.it.json │ ├── it_google.it.pre │ ├── jobs_google.jobs │ ├── jobs_google.jobs.json │ ├── jobs_ybs.jobs │ ├── jobs_ybs.jobs.json │ ├── jp_git.jp │ ├── jp_git.jp.json │ ├── jp_git.jp.pre │ ├── jp_goo.ne.jp │ ├── jp_goo.ne.jp.json │ ├── jp_goo.ne.jp.pre │ ├── jp_google.co.jp │ ├── jp_google.co.jp.json │ ├── jp_google.co.jp.pre │ ├── jp_google.jp │ ├── jp_google.jp.json │ ├── jp_google.jp.pre │ ├── jp_mod.go.jp │ ├── jp_mod.go.jp.json │ ├── jp_mod.go.jp.pre │ ├── jp_titech.ac.jp │ ├── jp_titech.ac.jp.json │ ├── jp_titech.ac.jp.pre │ ├── kr_git.kr │ ├── kr_git.kr.json │ ├── kr_git.kr.pre │ ├── kr_google.kr │ ├── kr_google.kr.json │ ├── kr_google.kr.pre │ ├── kz_google.kz │ ├── kz_google.kz.json │ ├── kz_google.kz.pre │ ├── kz_ps.kz │ ├── kz_ps.kz.json │ ├── kz_ps.kz.pre │ ├── la_git.la │ ├── la_git.la.json │ ├── la_google.la │ ├── la_google.la.json │ ├── london_google.london │ ├── london_google.london.json │ ├── london_lat.london │ ├── london_lat.london.json │ ├── love_get.love │ ├── love_get.love.json │ ├── love_iodp.love │ ├── love_iodp.love.json │ ├── me_github.me │ ├── me_github.me.json │ ├── me_google.me │ ├── me_google.me.json │ ├── mo_moo.mo │ ├── mo_moo.mo.json │ ├── mo_moo.mo.pre │ ├── mo_yp.mo │ ├── mo_yp.mo.json │ ├── mo_yp.mo.pre │ ├── mobi_git.mobi │ ├── mobi_git.mobi.json │ ├── mobi_google.mobi │ ├── mobi_google.mobi.json │ ├── museum_google.museum │ ├── museum_google.museum.json │ ├── museum_sea.museum │ ├── museum_sea.museum.json │ ├── name_github.name │ ├── name_github.name.json │ ├── name_google.name │ ├── name_google.name.json │ ├── net_gandi.net │ ├── net_gandi.net.json │ ├── net_he.net │ ├── net_he.net.json │ ├── net_hexonet.net │ ├── net_hexonet.net.json │ ├── nl_git.nl │ ├── nl_git.nl.json │ ├── nl_git.nl.pre │ ├── nl_google.nl │ ├── nl_google.nl.json │ ├── nl_google.nl.pre │ ├── nu_google.nu │ ├── nu_google.nu.json │ ├── nu_nic.nu │ ├── nu_nic.nu.json │ ├── nz_gre.nz │ ├── nz_gre.nz.json │ ├── nz_gre.nz.pre │ ├── nz_vote.nz │ ├── nz_vote.nz.json │ ├── nz_vote.nz.pre │ ├── org_apache.org │ ├── org_apache.org.json │ ├── org_github.org │ ├── org_github.org.json │ ├── org_google.org │ ├── org_google.org.json │ ├── pl_aftermarket.pl │ ├── pl_aftermarket.pl.json │ ├── pl_aftermarket.pl.pre │ ├── pl_google.pl │ ├── pl_google.pl.json │ ├── pl_google.pl.pre │ ├── pl_nazwa.pl │ ├── pl_nazwa.pl.json │ ├── pl_nazwa.pl.pre │ ├── pm_git.pm │ ├── pm_git.pm.json │ ├── pm_git.pm.pre │ ├── pm_google.pm │ ├── pm_google.pm.json │ ├── pm_google.pm.pre │ ├── pro_github.pro │ ├── pro_github.pro.json │ ├── pro_google.pro │ ├── pro_google.pro.json │ ├── re_git.re │ ├── re_git.re.json │ ├── re_git.re.pre │ ├── re_google.re │ ├── re_google.re.json │ ├── re_google.re.pre │ ├── ro_git.ro │ ├── ro_git.ro.json │ ├── ro_google.ro │ ├── ro_google.ro.json │ ├── rs_git.rs │ ├── rs_git.rs.json │ ├── rs_git.rs.pre │ ├── rs_google.rs │ ├── rs_google.rs.json │ ├── rs_google.rs.pre │ ├── ru_git.ru │ ├── ru_git.ru.json │ ├── ru_git.ru.pre │ ├── ru_google.ru │ ├── ru_google.ru.json │ ├── ru_google.ru.pre │ ├── ru_yandex.ru │ ├── ru_yandex.ru.json │ ├── ru_yandex.ru.pre │ ├── scot_gov.scot │ ├── scot_gov.scot.json │ ├── scot_yes.scot │ ├── scot_yes.scot.json │ ├── se_git.se │ ├── se_git.se.json │ ├── se_google.se │ ├── se_google.se.json │ ├── se_xn--fl-fka.se │ ├── se_xn--fl-fka.se.json │ ├── sexy_google.sexy │ ├── sexy_google.sexy.json │ ├── sexy_line.sexy │ ├── sexy_line.sexy.json │ ├── sh_git.sh │ ├── sh_git.sh.json │ ├── sh_google.sh │ ├── sh_google.sh.json │ ├── sk_alza.sk │ ├── sk_alza.sk.json │ ├── sk_alza.sk.pre │ ├── sk_google.sk │ ├── sk_google.sk.json │ ├── sk_google.sk.pre │ ├── su_git.su │ ├── su_git.su.json │ ├── su_git.su.pre │ ├── su_google.su │ ├── su_google.su.json │ ├── su_google.su.pre │ ├── swiss_swiss │ ├── swiss_swiss.json │ ├── swiss_swiss.pre │ ├── tel_github.tel │ ├── tel_github.tel.json │ ├── tel_google.tel │ ├── tel_google.tel.json │ ├── tf_git.tf │ ├── tf_git.tf.json │ ├── tf_git.tf.pre │ ├── tf_google.tf │ ├── tf_google.tf.json │ ├── tf_google.tf.pre │ ├── tk_google.tk │ ├── tk_google.tk.json │ ├── tk_google.tk.pre │ ├── tk_yazeji.tk │ ├── tk_yazeji.tk.json │ ├── tk_yazeji.tk.pre │ ├── tk_zcore.tk │ ├── tk_zcore.tk.json │ ├── tk_zcore.tk.pre │ ├── top_google.top │ ├── top_google.top.json │ ├── top_otto.top │ ├── top_otto.top.json │ ├── travel_google.travel │ ├── travel_google.travel.json │ ├── travel_xplor.travel │ ├── travel_xplor.travel.json │ ├── tv_google.tv │ ├── tv_google.tv.json │ ├── tv_msn.tv │ ├── tv_msn.tv.json │ ├── tw_git.tw │ ├── tw_git.tw.json │ ├── tw_git.tw.pre │ ├── tw_google.com.tw │ ├── tw_google.com.tw.json │ ├── tw_google.com.tw.pre │ ├── tw_google.net.tw │ ├── tw_google.net.tw.json │ ├── tw_google.net.tw.pre │ ├── tw_google.org.tw │ ├── tw_google.org.tw.json │ ├── tw_google.org.tw.pre │ ├── tw_google.tw │ ├── tw_google.tw.json │ ├── tw_google.tw.pre │ ├── tw_msn.tw │ ├── tw_msn.tw.json │ ├── tw_msn.tw.pre │ ├── tw_specialized.com.tw │ ├── tw_specialized.com.tw.json │ ├── tw_specialized.com.tw.pre │ ├── ua_google.ua │ ├── ua_google.ua.json │ ├── ua_google.ua.pre │ ├── ua_nic.ua │ ├── ua_nic.ua.json │ ├── ua_nic.ua.pre │ ├── uk_git.uk │ ├── uk_git.uk.json │ ├── uk_git.uk.pre │ ├── uk_google.uk │ ├── uk_google.uk.json │ ├── uk_google.uk.pre │ ├── us_git.us │ ├── us_git.us.json │ ├── us_google.us │ ├── us_google.us.json │ ├── wales_google.wales │ ├── wales_google.wales.json │ ├── wales_gov.wales │ ├── wales_gov.wales.json │ ├── wf_git.wf │ ├── wf_git.wf.json │ ├── wf_git.wf.pre │ ├── wf_google.wf │ ├── wf_google.wf.json │ ├── wf_google.wf.pre │ ├── ws_github.ws │ ├── ws_github.ws.json │ ├── ws_google.ws │ ├── ws_google.ws.json │ ├── xn--fiqs8s_xn--6qq79v.xn--fiqs8s │ ├── xn--fiqs8s_xn--6qq79v.xn--fiqs8s.json │ ├── xn--fiqs8s_xn--6qq79v.xn--fiqs8s.pre │ ├── xn--fiqs8s_xn--vhq524a.xn--fiqs8s │ ├── xn--fiqs8s_xn--vhq524a.xn--fiqs8s.json │ ├── xn--fiqs8s_xn--vhq524a.xn--fiqs8s.pre │ ├── xn--mgba3a4f16a_xn--mgbu7dsvrfc.xn--mgba3a4f16a │ ├── xn--mgba3a4f16a_xn--mgbu7dsvrfc.xn--mgba3a4f16a.json │ ├── xn--mgba3a4f16a_xn--mgbu7dsvrfc.xn--mgba3a4f16a.pre │ ├── xn--mgba3a4f16a_xn--ngbmj.xn--mgba3a4f16a │ ├── xn--mgba3a4f16a_xn--ngbmj.xn--mgba3a4f16a.json │ ├── xn--mgba3a4f16a_xn--ngbmj.xn--mgba3a4f16a.pre │ ├── xn--p1ai_xn--j1ay.xn--p1ai │ ├── xn--p1ai_xn--j1ay.xn--p1ai.json │ ├── xn--p1ai_xn--j1ay.xn--p1ai.pre │ ├── xxx_google.xxx │ ├── xxx_google.xxx.json │ ├── xxx_porn.xxx │ ├── xxx_porn.xxx.json │ ├── xyz_git.xyz │ ├── xyz_git.xyz.json │ ├── xyz_google.xyz │ ├── xyz_google.xyz.json │ ├── yt_git.yt │ ├── yt_git.yt.json │ ├── yt_git.yt.pre │ ├── yt_google.yt │ ├── yt_google.yt.json │ └── yt_google.yt.pre └── notfound │ ├── ac_likexian-have-no-money-to-register.ac │ ├── aero_likexian-have-no-money-to-register.aero │ ├── ai_likexian-have-no-money-to-register.ai │ ├── asia_likexian-have-no-money-to-register.asia │ ├── au_likexian-have-no-money-to-register.au │ ├── berlin_likexian-have-no-money-to-register.berlin │ ├── biz_likexian-have-no-money-to-register.biz │ ├── br_likexian-have-no-money-to-register.br │ ├── by_likexian-have-no-money-to-register.by │ ├── ca_likexian-have-no-money-to-register.ca │ ├── cat_likexian-have-no-money-to-register.cat │ ├── cc_likexian-have-no-money-to-register.cc │ ├── ch_likexian-have-no-money-to-register.ch │ ├── cn_likexian-have-no-money-to-register.cn │ ├── co_likexian-have-no-money-to-register.co │ ├── com_likexian-have-no-money-to-register.com │ ├── coop_likexian-have-no-money-to-register.coop │ ├── cx_likexian-have-no-money-to-register.cx │ ├── cymru_likexian-have-no-money-to-register.cymru │ ├── de_likexian-have-no-money-to-register.de │ ├── dk_likexian-have-no-money-to-register.dk │ ├── edu_likexian-have-no-money-to-register.edu │ ├── ee_likexian-have-no-money-to-register.ee │ ├── eu_likexian-have-no-money-to-register.eu │ ├── fi_likexian-have-no-money-to-register.fi │ ├── fr_likexian-have-no-money-to-register.fr │ ├── google_likexian-have-no-money-to-register.google │ ├── gov_likexian-have-no-money-to-register.gov │ ├── gs_likexian-have-no-money-to-register.gs │ ├── hk_likexian-have-no-money-to-register.hk │ ├── hu_likexian-have-no-money-to-register.hu │ ├── in_likexian-have-no-money-to-register.in │ ├── info_likexian-have-no-money-to-register.info │ ├── int_likexian-have-no-money-to-register.int │ ├── io_likexian-have-no-money-to-register.io │ ├── ir_likexian-have-no-money-to-register.ir │ ├── it_likexian-have-no-money-to-register.it │ ├── jobs_likexian-have-no-money-to-register.jobs │ ├── jp_likexian-have-no-money-to-register.jp │ ├── kr_likexian-have-no-money-to-register.kr │ ├── kz_likexian-have-no-money-to-register.kz │ ├── la_likexian-have-no-money-to-register.la │ ├── london_likexian-have-no-money-to-register.london │ ├── love_likexian-have-no-money-to-register.love │ ├── me_likexian-have-no-money-to-register.me │ ├── mo_likexian-have-no-money-to-register.mo │ ├── mobi_likexian-have-no-money-to-register.mobi │ ├── museum_likexian-have-no-money-to-register.museum │ ├── name_likexian-have-no-money-to-register.name │ ├── name_login.name │ ├── name_science.name │ ├── net_likexian-have-no-money-to-register.net │ ├── nl_likexian-have-no-money-to-register.nl │ ├── nu_likexian-have-no-money-to-register.nu │ ├── nz_likexian-have-no-money-to-register.nz │ ├── org_likexian-have-no-money-to-register.org │ ├── pl_likexian-have-no-money-to-register.pl │ ├── pm_likexian-have-no-money-to-register.pm │ ├── pro_likexian-have-no-money-to-register.pro │ ├── re_likexian-have-no-money-to-register.re │ ├── ro_likexian-have-no-money-to-register.ro │ ├── rs_likexian-have-no-money-to-register.rs │ ├── ru_likexian-have-no-money-to-register.ru │ ├── scot_likexian-have-no-money-to-register.scot │ ├── se_likexian-have-no-money-to-register.se │ ├── se_xn--likexian-have-n-money-to-register-ckd.se │ ├── sexy_likexian-have-no-money-to-register.sexy │ ├── sh_likexian-have-no-money-to-register.sh │ ├── su_likexian-have-no-money-to-register.su │ ├── tel_likexian-have-no-money-to-register.tel │ ├── tf_likexian-have-no-money-to-register.tf │ ├── tk_likexian-have-no-money-to-register.tk │ ├── top_likexian-have-no-money-to-register.top │ ├── travel_likexian-have-no-money-to-register.travel │ ├── tv_likexian-have-no-money-to-register.tv │ ├── tw_likexian-have-no-money-to-register.tw │ ├── ua_likexian-have-no-money-to-register.ua │ ├── uk_likexian-have-no-money-to-register.uk │ ├── us_likexian-have-no-money-to-register.us │ ├── wales_likexian-have-no-money-to-register.wales │ ├── wf_likexian-have-no-money-to-register.wf │ ├── ws_likexian-have-no-money-to-register.ws │ ├── xn--fiqs8s_likexian-have-no-money-to-register.xn--fiqs8s │ ├── xn--mgba3a4f16a_likexian-have-no-money-to-register.xn--mgba3a4f16a │ ├── xn--p1ai_likexian-have-no-money-to-register.xn--p1ai │ ├── xxx_likexian-have-no-money-to-register.xxx │ ├── xyz_likexian-have-no-money-to-register.xyz │ └── yt_likexian-have-no-money-to-register.yt ├── util.go └── util_test.go /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | rule 3 | -------------------------------------------------------------------------------- /.golangci.yml: -------------------------------------------------------------------------------- 1 | # .golangci.yml 2 | # Maintainer: https://www.likexian.com 3 | # Licensed under the Apache License 2.0 4 | 5 | run: 6 | timeout: 5m 7 | skip-dirs-use-default: true 8 | 9 | linters: 10 | disable-all: true 11 | enable: 12 | - errcheck 13 | - gosimple 14 | - govet 15 | - ineffassign 16 | - staticcheck 17 | - typecheck 18 | - unused 19 | - cyclop 20 | - durationcheck 21 | - errname 22 | - errorlint 23 | - exportloopref 24 | - gofmt 25 | - goimports 26 | - lll 27 | - misspell 28 | - nilerr 29 | - nolintlint 30 | - prealloc 31 | - revive 32 | - rowserrcheck 33 | - sqlclosecheck 34 | - stylecheck 35 | - unconvert 36 | - wastedassign 37 | 38 | linters-settings: 39 | cyclop: 40 | max-complexity: 20 41 | package-average: 10.0 42 | skip-tests: true 43 | 44 | issues: 45 | max-issues-per-linter: 0 46 | max-same-issues: 0 47 | exclude-rules: 48 | - path: _test\.go 49 | linters: 50 | - errcheck 51 | - source: "^//go:generate " 52 | linters: 53 | - lll 54 | -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- 1 | module github.com/likexian/whois-parser 2 | 3 | go 1.21 4 | 5 | require ( 6 | github.com/likexian/gokit v0.25.15 7 | golang.org/x/net v0.27.0 8 | ) 9 | 10 | require golang.org/x/text v0.16.0 // indirect 11 | -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- 1 | github.com/likexian/gokit v0.25.15 h1:QjospM1eXhdMMHwZRpMKKAHY/Wig9wgcREmLtf9NslY= 2 | github.com/likexian/gokit v0.25.15/go.mod h1:S2QisdsxLEHWeD/XI0QMVeggp+jbxYqUxMvSBil7MRg= 3 | golang.org/x/net v0.27.0 h1:5K3Njcw06/l2y9vpGCSdcxWOYHOUk3dVNGDXN+FvAys= 4 | golang.org/x/net v0.27.0/go.mod h1:dDi0PyhWNoiUOrAS8uXv/vnScO4wnHQO4mj9fn/RytE= 5 | golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4= 6 | golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI= 7 | -------------------------------------------------------------------------------- /testdata/noterror/aero_google.aero.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "id": "D4480451-AERO", 4 | "domain": "google.aero", 5 | "punycode": "google.aero", 6 | "name": "google", 7 | "extension": "aero", 8 | "status": [ 9 | "ok" 10 | ], 11 | "name_servers": [ 12 | "ns2.hosting.reg.ru", 13 | "ns1.hosting.reg.ru" 14 | ], 15 | "created_date": "2019-08-04T11:35:07Z", 16 | "created_date_in_time": "2019-08-04T11:35:07Z", 17 | "updated_date": "2019-10-04T05:05:04Z", 18 | "updated_date_in_time": "2019-10-04T05:05:04Z", 19 | "expiration_date": "2020-08-04T11:35:07Z", 20 | "expiration_date_in_time": "2020-08-04T11:35:07Z" 21 | }, 22 | "registrar": { 23 | "id": "85", 24 | "name": "EPAG Domainservices GmbH" 25 | } 26 | } -------------------------------------------------------------------------------- /testdata/noterror/aero_vas.aero.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "id": "D920695-AERO", 4 | "domain": "vas.aero", 5 | "punycode": "vas.aero", 6 | "name": "vas", 7 | "extension": "aero", 8 | "status": [ 9 | "clientTransferProhibited" 10 | ], 11 | "name_servers": [ 12 | "ns1.clt.peak-10.com", 13 | "ns1.jax.peak-10.com" 14 | ], 15 | "created_date": "2010-07-07T19:23:48Z", 16 | "created_date_in_time": "2010-07-07T19:23:48Z", 17 | "updated_date": "2018-06-29T00:13:29Z", 18 | "updated_date_in_time": "2018-06-29T00:13:29Z", 19 | "expiration_date": "2021-07-07T19:23:48Z", 20 | "expiration_date_in_time": "2021-07-07T19:23:48Z" 21 | }, 22 | "registrar": { 23 | "id": "1011", 24 | "name": "101domain GRS Limited" 25 | } 26 | } -------------------------------------------------------------------------------- /testdata/noterror/aq_asf.aq: -------------------------------------------------------------------------------- 1 | domain: asf.aq 2 | status: taken 3 | nameserver: ns1.aad.gov.au 4 | nameserver: ns1.aarnet.net.au 5 | -------------------------------------------------------------------------------- /testdata/noterror/aq_asf.aq.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "asf.aq", 4 | "punycode": "asf.aq", 5 | "name": "asf", 6 | "extension": "aq", 7 | "status": [ 8 | "taken" 9 | ], 10 | "name_servers": [ 11 | "ns1.aad.gov.au", 12 | "ns1.aarnet.net.au" 13 | ] 14 | } 15 | } -------------------------------------------------------------------------------- /testdata/noterror/aq_ats.aq: -------------------------------------------------------------------------------- 1 | domain: ats.aq 2 | status: taken 3 | nameserver: ns19.zoneedit.com 4 | nameserver: ns4.zoneedit.com 5 | -------------------------------------------------------------------------------- /testdata/noterror/aq_ats.aq.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "ats.aq", 4 | "punycode": "ats.aq", 5 | "name": "ats", 6 | "extension": "aq", 7 | "status": [ 8 | "taken" 9 | ], 10 | "name_servers": [ 11 | "ns19.zoneedit.com", 12 | "ns4.zoneedit.com" 13 | ] 14 | } 15 | } -------------------------------------------------------------------------------- /testdata/noterror/asia_git.asia.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "id": "D425500000052489785-AGRS", 4 | "domain": "git.asia", 5 | "punycode": "git.asia", 6 | "name": "git", 7 | "extension": "asia", 8 | "status": [ 9 | "clientTransferProhibited", 10 | "autoRenewPeriod" 11 | ], 12 | "name_servers": [ 13 | "ns1.dnsowl.com", 14 | "ns2.dnsowl.com", 15 | "ns3.dnsowl.com" 16 | ], 17 | "created_date": "2018-09-27T13:26:20Z", 18 | "created_date_in_time": "2018-09-27T13:26:20Z", 19 | "updated_date": "2019-09-27T22:24:16Z", 20 | "updated_date_in_time": "2019-09-27T22:24:16Z", 21 | "expiration_date": "2020-09-27T13:26:20Z", 22 | "expiration_date_in_time": "2020-09-27T13:26:20Z" 23 | }, 24 | "registrar": { 25 | "id": "1479", 26 | "name": "NameSilo, LLC" 27 | }, 28 | "registrant": { 29 | "organization": "See PrivacyGuardian.org", 30 | "province": "AZ", 31 | "country": "US" 32 | } 33 | } -------------------------------------------------------------------------------- /testdata/noterror/asia_google.asia.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "id": "D107700000000022182-AGRS", 4 | "domain": "google.asia", 5 | "punycode": "google.asia", 6 | "name": "google", 7 | "extension": "asia", 8 | "status": [ 9 | "clientDeleteProhibited", 10 | "clientTransferProhibited", 11 | "clientUpdateProhibited" 12 | ], 13 | "name_servers": [ 14 | "ns3.googledomains.com", 15 | "ns1.googledomains.com", 16 | "ns2.googledomains.com", 17 | "ns4.googledomains.com" 18 | ], 19 | "created_date": "2007-11-21T20:47:29Z", 20 | "created_date_in_time": "2007-11-21T20:47:29Z", 21 | "updated_date": "2018-10-20T09:32:07Z", 22 | "updated_date_in_time": "2018-10-20T09:32:07Z", 23 | "expiration_date": "2019-11-21T20:47:29Z", 24 | "expiration_date_in_time": "2019-11-21T20:47:29Z" 25 | }, 26 | "registrar": { 27 | "id": "292", 28 | "name": "MarkMonitor Inc.", 29 | "referral_url": "http://www.markmonitor.com" 30 | }, 31 | "registrant": { 32 | "organization": "Google Inc.", 33 | "province": "CA", 34 | "country": "US" 35 | } 36 | } -------------------------------------------------------------------------------- /testdata/noterror/at_0wnz.at.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "0wnz.at", 4 | "punycode": "0wnz.at", 5 | "name": "0wnz", 6 | "extension": "at", 7 | "name_servers": [ 8 | "a.ns.0wnz.at", 9 | "b.ns.0wnz.at", 10 | "c.ns.0wnz.at", 11 | "d.ns.0wnz.at" 12 | ], 13 | "updated_date": "20221101 00:10:24", 14 | "updated_date_in_time": "2022-11-01T00:10:24Z" 15 | }, 16 | "registrant": { 17 | "id": "FMR13403268-NICAT", 18 | "name": "Markus Rambossek", 19 | "organization": "Firma Markus Rambossek", 20 | "street": "Marianne-Pollak-Gasse 3/5/19, 1100, Wien, Austria", 21 | "phone": "", 22 | "email": "" 23 | } 24 | } -------------------------------------------------------------------------------- /testdata/noterror/at_0wnz.at.pre: -------------------------------------------------------------------------------- 1 | domain name: 0wnz.at 2 | domain registrar: NETPLANET GmbH ( https://nic.at/registrar/597 ) 3 | name_servers: a.ns.0wnz.at 4 | domain remarks: 89.185.109.153 5 | name_servers: b.ns.0wnz.at 6 | domain remarks: 89.185.109.154 7 | name_servers: c.ns.0wnz.at 8 | domain remarks: 54.38.158.217 9 | name_servers: d.ns.0wnz.at 10 | domain remarks: 78.47.81.186 11 | updated_date: 20221101 00:10:24 12 | domain source: AT-DOM 13 | registrant name: Markus Rambossek 14 | registrant organization: Firma Markus Rambossek 15 | registrant address: Marianne-Pollak-Gasse 3/5/19 16 | registrant address: 1100 17 | registrant address: Wien 18 | registrant address: Austria 19 | registrant phone: 20 | registrant email: 21 | registrant id: FMR13403268-NICAT 22 | registrant changed: 20220619 16:53:33 23 | registrant source: AT-DOM -------------------------------------------------------------------------------- /testdata/noterror/at_elektro-rauter.at.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "elektro-rauter.at", 4 | "punycode": "elektro-rauter.at", 5 | "name": "elektro-rauter", 6 | "extension": "at", 7 | "name_servers": [ 8 | "anexia.fifthns.com", 9 | "anexia.firstns.cc", 10 | "anexia.fourthns.systems", 11 | "anexia.secondns.at", 12 | "anexia.thirdns.de" 13 | ], 14 | "updated_date": "20230303 06:35:33", 15 | "updated_date_in_time": "2023-03-03T06:35:33Z" 16 | }, 17 | "registrant": { 18 | "id": "ER12589652-NICAT", 19 | "name": "Josef Rauter", 20 | "organization": "Elektro Rauter", 21 | "street": "Sankt Lorenzen 117, 9654, Lesachtal, Austria", 22 | "phone": "+4347166240", 23 | "fax": "+43471662418", 24 | "email": "domainreg@anexia-it.com" 25 | }, 26 | "technical": { 27 | "id": "AIG11984868-NICAT", 28 | "name": "Alexander Windbichler", 29 | "organization": "ANEXIA Internetdienstleistungs GmbH", 30 | "street": "Feldkirchner Strasse 140, 9020, Klagenfurt am Woerthersee, Austria", 31 | "phone": "+4350556", 32 | "email": "domainreg@anexia-it.com" 33 | } 34 | } -------------------------------------------------------------------------------- /testdata/noterror/at_rerail.at.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "rerail.at", 4 | "punycode": "rerail.at", 5 | "name": "rerail", 6 | "extension": "at", 7 | "name_servers": [ 8 | "ns1043.ui-dns.biz", 9 | "ns1049.ui-dns.org", 10 | "ns1083.ui-dns.com", 11 | "ns1109.ui-dns.de" 12 | ], 13 | "updated_date": "20170315 14:41:55", 14 | "updated_date_in_time": "2017-03-15T14:41:55Z" 15 | }, 16 | "registrant": { 17 | "id": "FOFE11299490-NICAT", 18 | "name": "Johann Kastner", 19 | "organization": "FH OOe Forschungs & Entwicklungs GmbH", 20 | "street": "Franz-Fritsch-Strasse 11, 4600, Wels, Austria", 21 | "phone": "+435080410", 22 | "email": "fue.domain@fh-ooe.at" 23 | }, 24 | "technical": { 25 | "id": "IA8425887-NICAT", 26 | "name": "Hostmaster EINSUNDEINS", 27 | "organization": "1&1 Internet AG", 28 | "street": "Brauerstr. 48, 76135, Karlsruhe, Germany", 29 | "phone": "+497219600", 30 | "email": "hostmaster@1und1.de" 31 | } 32 | } -------------------------------------------------------------------------------- /testdata/noterror/at_rerail.at.pre: -------------------------------------------------------------------------------- 1 | domain name: rerail.at 2 | domain registrar: IONOS SE ( https://nic.at/registrar/22 ) 3 | name_servers: ns1043.ui-dns.biz 4 | name_servers: ns1049.ui-dns.org 5 | name_servers: ns1083.ui-dns.com 6 | name_servers: ns1109.ui-dns.de 7 | updated_date: 20170315 14:41:55 8 | domain source: AT-DOM 9 | registrant name: Johann Kastner 10 | registrant organization: FH OOe Forschungs & Entwicklungs GmbH 11 | registrant address: Franz-Fritsch-Strasse 11 12 | registrant address: 4600 13 | registrant address: Wels 14 | registrant address: Austria 15 | registrant phone: +435080410 16 | registrant email: fue.domain@fh-ooe.at 17 | registrant id: FOFE11299490-NICAT 18 | registrant changed: 20170315 14:41:48 19 | registrant source: AT-DOM 20 | technical contact name: Hostmaster EINSUNDEINS 21 | technical contact organization: 1&1 Internet AG 22 | technical contact address: Brauerstr. 48 23 | technical contact address: 76135 24 | technical contact address: Karlsruhe 25 | technical contact address: Germany 26 | technical contact phone: +497219600 27 | technical contact email: hostmaster@1und1.de 28 | technical contact id: IA8425887-NICAT 29 | technical contact changed: 20181026 13:18:30 30 | technical contact source: AT-DOM -------------------------------------------------------------------------------- /testdata/noterror/at_samsung.at.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "samsung.at", 4 | "punycode": "samsung.at", 5 | "name": "samsung", 6 | "extension": "at", 7 | "name_servers": [ 8 | "anexia.fifthns.com", 9 | "anexia.firstns.cc", 10 | "anexia.fourthns.systems", 11 | "anexia.secondns.at", 12 | "anexia.thirdns.de" 13 | ], 14 | "updated_date": "20230303 09:38:55", 15 | "updated_date_in_time": "2023-03-03T09:38:55Z" 16 | }, 17 | "registrant": { 18 | "id": "SEAG10843291-NICAT", 19 | "name": "Maximilian Hasenauer", 20 | "organization": "Samsung Electronics Austria GmbH", 21 | "street": "Praterstrasse 31, 1020, Wien, Austria", 22 | "phone": "", 23 | "fax": "+43151615119", 24 | "email": "" 25 | }, 26 | "technical": { 27 | "id": "AIG11984868-NICAT", 28 | "name": "Alexander Windbichler", 29 | "organization": "ANEXIA Internetdienstleistungs GmbH", 30 | "street": "Feldkirchner Strasse 140, 9020, Klagenfurt am Woerthersee, Austria", 31 | "phone": "+4350556", 32 | "email": "domainreg@anexia-it.com" 33 | } 34 | } -------------------------------------------------------------------------------- /testdata/noterror/au_acma.gov.au.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "id": "D407400000002676463-AU", 4 | "domain": "acma.gov.au", 5 | "punycode": "acma.gov.au", 6 | "name": "acma.gov", 7 | "extension": "au", 8 | "whois_server": "whois.auda.org.au", 9 | "status": [ 10 | "serverRenewProhibited" 11 | ], 12 | "name_servers": [ 13 | "dns4.sge.net", 14 | "dns2.sge.net", 15 | "dns1.sge.net", 16 | "dns3.sge.net" 17 | ], 18 | "updated_date": "2019-04-06T22:20:08Z", 19 | "updated_date_in_time": "2019-04-06T22:20:08Z" 20 | }, 21 | "registrar": { 22 | "name": "Digital Transformation Agency", 23 | "email": "registrar@domainname.gov.au", 24 | "referral_url": "https://www.domainname.gov.au/" 25 | }, 26 | "registrant": { 27 | "id": "OTHER GOVAU-DESI1000", 28 | "name": "Nathan Penhaligon", 29 | "organization": "Australian Communications and Media Authority (ACMA)" 30 | }, 31 | "technical": { 32 | "id": "GOVAU-DESI1001", 33 | "name": "Nathan Penhaligon" 34 | } 35 | } -------------------------------------------------------------------------------- /testdata/noterror/au_google.com.au.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "id": "D407400000001774763-AU", 4 | "domain": "google.com.au", 5 | "punycode": "google.com.au", 6 | "name": "google.com", 7 | "extension": "au", 8 | "whois_server": "whois.auda.org.au", 9 | "status": [ 10 | "clientDeleteProhibited", 11 | "clientUpdateProhibited", 12 | "serverDeleteProhibited", 13 | "serverRenewProhibited", 14 | "serverUpdateProhibited" 15 | ], 16 | "name_servers": [ 17 | "ns1.google.com", 18 | "ns2.google.com", 19 | "ns3.google.com", 20 | "ns4.google.com" 21 | ], 22 | "updated_date": "2019-04-17T19:49:19Z", 23 | "updated_date_in_time": "2019-04-17T19:49:19Z" 24 | }, 25 | "registrar": { 26 | "name": "MarkMonitor Corporate Services Inc" 27 | }, 28 | "registrant": { 29 | "id": "MMR-122026", 30 | "name": "Domain Administrator", 31 | "organization": "Google INC" 32 | }, 33 | "technical": { 34 | "id": "MMR-87489", 35 | "name": "DNS Admin" 36 | } 37 | } -------------------------------------------------------------------------------- /testdata/noterror/berlin_google.berlin.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "id": "D0000000243-BERLIN", 4 | "domain": "google.berlin", 5 | "punycode": "google.berlin", 6 | "name": "google", 7 | "extension": "berlin", 8 | "status": [ 9 | "clientDeleteProhibited", 10 | "clientTransferProhibited", 11 | "clientUpdateProhibited" 12 | ], 13 | "name_servers": [ 14 | "ns1.googledomains.com", 15 | "ns2.googledomains.com", 16 | "ns3.googledomains.com", 17 | "ns4.googledomains.com" 18 | ], 19 | "created_date": "2014-02-15T20:24:48Z", 20 | "created_date_in_time": "2014-02-15T20:24:48Z", 21 | "updated_date": "2019-01-14T10:32:15Z", 22 | "updated_date_in_time": "2019-01-14T10:32:15Z", 23 | "expiration_date": "2020-02-15T20:24:48Z", 24 | "expiration_date_in_time": "2020-02-15T20:24:48Z" 25 | }, 26 | "registrar": { 27 | "id": "292", 28 | "name": "MarkMonitor Inc.", 29 | "phone": "+1.2083895740", 30 | "email": "abusecomplaints@markmonitor.com", 31 | "referral_url": "http://www.markmonitor.com" 32 | } 33 | } -------------------------------------------------------------------------------- /testdata/noterror/berlin_toa.berlin.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "id": "D0000176766-BERLIN", 4 | "domain": "toa.berlin", 5 | "punycode": "toa.berlin", 6 | "name": "toa", 7 | "extension": "berlin", 8 | "status": [ 9 | "clientTransferProhibited" 10 | ], 11 | "name_servers": [ 12 | "ns-1232.awsdns-26.org", 13 | "ns-1962.awsdns-53.co.uk", 14 | "ns-412.awsdns-51.com", 15 | "ns-903.awsdns-48.net" 16 | ], 17 | "created_date": "2014-06-16T19:42:59Z", 18 | "created_date_in_time": "2014-06-16T19:42:59Z", 19 | "updated_date": "2017-01-24T23:11:12Z", 20 | "updated_date_in_time": "2017-01-24T23:11:12Z", 21 | "expiration_date": "2020-06-16T19:42:59Z", 22 | "expiration_date_in_time": "2020-06-16T19:42:59Z" 23 | }, 24 | "registrar": { 25 | "id": "1420", 26 | "name": "InterNetworX GmbH & Co. KG", 27 | "phone": "+49.309832120", 28 | "email": "info@inwx.de", 29 | "referral_url": "http://www.inwx.berlin" 30 | } 31 | } -------------------------------------------------------------------------------- /testdata/noterror/br_espm.br.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "espm.br", 4 | "punycode": "espm.br", 5 | "name": "espm", 6 | "extension": "br", 7 | "status": [ 8 | "published" 9 | ], 10 | "name_servers": [ 11 | "ns-1434.awsdns-51.org", 12 | "ns-340.awsdns-42.com", 13 | "ns-1751.awsdns-26.co.uk", 14 | "ns-538.awsdns-03.net" 15 | ], 16 | "created_date": "19961206 #24302", 17 | "updated_date": "20150427" 18 | }, 19 | "registrant": { 20 | "name": "Cosmo Luis Arrivabene", 21 | "organization": "ASSOC.ESC. SUPERIOR DE PROPAGANDA E MARKETING - SP" 22 | }, 23 | "administrative": { 24 | "name": "Cosmo Luis Arrivabene" 25 | }, 26 | "technical": { 27 | "name": "Cosmo Luis Arrivabene" 28 | }, 29 | "billing": { 30 | "name": "Fabio Takeuti" 31 | } 32 | } -------------------------------------------------------------------------------- /testdata/noterror/br_unip.br.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "unip.br", 4 | "punycode": "unip.br", 5 | "name": "unip", 6 | "extension": "br", 7 | "status": [ 8 | "published" 9 | ], 10 | "name_servers": [ 11 | "datcenter.unip.br", 12 | "datcenter2.unip.br" 13 | ], 14 | "created_date": "19990717 #175298", 15 | "updated_date": "20190523" 16 | }, 17 | "registrant": { 18 | "name": "Leonardo Barbosa Santos", 19 | "organization": "SOCIEDADE UNIF PAULISTA DE ENSINO REN OBJETIVO" 20 | }, 21 | "administrative": { 22 | "name": "Leonardo Barbosa Santos" 23 | }, 24 | "technical": { 25 | "name": "Elisangela pereira monaco" 26 | }, 27 | "billing": { 28 | "name": "Tiago Luis de Souza Cunha" 29 | } 30 | } -------------------------------------------------------------------------------- /testdata/noterror/by_git.by: -------------------------------------------------------------------------------- 1 | Domain name: git.by 2 | Registrar: Active Technologies LLC 3 | Person: HIDDEN! 4 | Email: HIDDEN! Details are available at https://whois.cctld.by 5 | Name Server: ns1.activeby.net 6 | Name Server: ns2.activeby.net 7 | Update Date: 2022-06-07 8 | Creation Date: 2013-07-04 9 | Expiration Date: 2023-07-04 10 | 11 | ------------------------------------------- 12 | Service provided by Belarusian Cloud Technologies LLC 13 | -------------------------------------------------------------------------------- /testdata/noterror/by_git.by.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "git.by", 4 | "punycode": "git.by", 5 | "name": "git", 6 | "extension": "by", 7 | "name_servers": [ 8 | "ns1.activeby.net", 9 | "ns2.activeby.net" 10 | ], 11 | "created_date": "2013-07-04", 12 | "created_date_in_time": "2013-07-04T00:00:00Z", 13 | "updated_date": "2022-06-07", 14 | "updated_date_in_time": "2022-06-07T00:00:00Z", 15 | "expiration_date": "2023-07-04", 16 | "expiration_date_in_time": "2023-07-04T00:00:00Z" 17 | }, 18 | "registrar": { 19 | "name": "Active Technologies LLC" 20 | }, 21 | "registrant": { 22 | "name": "HIDDEN!", 23 | "email": "hidden! details are available at https://whois.cctld.by" 24 | } 25 | } -------------------------------------------------------------------------------- /testdata/noterror/by_git.by.pre: -------------------------------------------------------------------------------- 1 | Domain name: git.by 2 | Registrar: Active Technologies LLC 3 | Registrant Person: HIDDEN! 4 | Registrant Email: HIDDEN! Details are available at https://whois.cctld.by 5 | Name Server: ns1.activeby.net 6 | Name Server: ns2.activeby.net 7 | Update Date: 2022-06-07 8 | Creation Date: 2013-07-04 9 | Expiration Date: 2023-07-04 10 | 11 | ------------------------------------------- 12 | Service provided by Belarusian Cloud Technologies LLC -------------------------------------------------------------------------------- /testdata/noterror/by_google.by: -------------------------------------------------------------------------------- 1 | Domain name: google.by 2 | Registrar: Open Contact, Ltd 3 | Org: Google LLC 4 | Country: US 5 | Address: 94043, CA, Mountain View, 1600 Amphitheatre Parkway, -, - 6 | Registration or other identification number: 7 | Phone: +1.2083895740 8 | Email: HIDDEN! Details are available at https://whois.cctld.by 9 | Name Server: ns1.google.com 10 | Name Server: ns2.google.com 11 | Name Server: ns3.google.com 12 | Name Server: ns4.google.com 13 | Update Date: 2022-05-30 14 | Creation Date: 2004-05-14 15 | Expiration Date: 2023-02-09 16 | 17 | ------------------------------------------- 18 | Service provided by Belarusian Cloud Technologies LLC 19 | -------------------------------------------------------------------------------- /testdata/noterror/by_google.by.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "google.by", 4 | "punycode": "google.by", 5 | "name": "google", 6 | "extension": "by", 7 | "name_servers": [ 8 | "ns1.google.com", 9 | "ns2.google.com", 10 | "ns3.google.com", 11 | "ns4.google.com" 12 | ], 13 | "created_date": "2004-05-14", 14 | "created_date_in_time": "2004-05-14T00:00:00Z", 15 | "updated_date": "2022-05-30", 16 | "updated_date_in_time": "2022-05-30T00:00:00Z", 17 | "expiration_date": "2023-02-09", 18 | "expiration_date_in_time": "2023-02-09T00:00:00Z" 19 | }, 20 | "registrar": { 21 | "name": "Open Contact, Ltd" 22 | }, 23 | "registrant": { 24 | "organization": "Google LLC", 25 | "street": "94043, CA, Mountain View, 1600 Amphitheatre Parkway, -, -", 26 | "country": "US", 27 | "phone": "+1.2083895740", 28 | "email": "hidden! details are available at https://whois.cctld.by" 29 | } 30 | } -------------------------------------------------------------------------------- /testdata/noterror/by_google.by.pre: -------------------------------------------------------------------------------- 1 | Domain name: google.by 2 | Registrar: Open Contact, Ltd 3 | Registrant Org: Google LLC 4 | Registrant Country: US 5 | Registrant Address: 94043, CA, Mountain View, 1600 Amphitheatre Parkway, -, - 6 | Registration or other identification number: 7 | Registrant Phone: +1.2083895740 8 | Registrant Email: HIDDEN! Details are available at https://whois.cctld.by 9 | Name Server: ns1.google.com 10 | Name Server: ns2.google.com 11 | Name Server: ns3.google.com 12 | Name Server: ns4.google.com 13 | Update Date: 2022-05-30 14 | Creation Date: 2004-05-14 15 | Expiration Date: 2023-02-09 16 | 17 | ------------------------------------------- 18 | Service provided by Belarusian Cloud Technologies LLC -------------------------------------------------------------------------------- /testdata/noterror/ch_google.ch: -------------------------------------------------------------------------------- 1 | Domain name google.ch 2 | 3 | Registrar MarkMonitor 4 | 2150 S Bonito Way, Suite 150 5 | US-ID 83642 Meridian 6 | Phone +1 8003377520 7 | custserv@markmonitor.com 8 | 9 | DNSSEC no 10 | 11 | Name servers 12 | ns1.google.com 13 | ns2.google.com 14 | ns3.google.com 15 | ns4.google.com 16 | 17 | First registration date 31 May 1999 18 | -------------------------------------------------------------------------------- /testdata/noterror/ch_google.ch.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "google.ch", 4 | "punycode": "google.ch", 5 | "name": "google", 6 | "extension": "ch", 7 | "name_servers": [ 8 | "ns1.google.com", 9 | "ns2.google.com", 10 | "ns3.google.com", 11 | "ns4.google.com" 12 | ], 13 | "created_date": "31 May 1999" 14 | }, 15 | "registrar": { 16 | "name": "MarkMonitor", 17 | "street": "2150 S Bonito Way, Suite 150, US-ID 83642 Meridian", 18 | "phone": "+1 8003377520", 19 | "email": "custserv@markmonitor.com" 20 | } 21 | } -------------------------------------------------------------------------------- /testdata/noterror/ch_google.ch.pre: -------------------------------------------------------------------------------- 1 | Domain name: google.ch 2 | Registrar name: MarkMonitor 3 | Registrar street: 2150 S Bonito Way, Suite 150 4 | Registrar street: US-ID 83642 Meridian 5 | Registrar Phone: +1 8003377520 6 | Registrar Email: custserv@markmonitor.com 7 | DNSSEC: no 8 | Name servers: ns1.google.com 9 | Name servers: ns2.google.com 10 | Name servers: ns3.google.com 11 | Name servers: ns4.google.com 12 | First registration date: 31 May 1999 -------------------------------------------------------------------------------- /testdata/noterror/ch_switch.ch: -------------------------------------------------------------------------------- 1 | Domain name switch.ch 2 | 3 | Registrar Gandi SAS 4 | boulevard Massena 63-65 5 | FR-75013 Paris 6 | Phone +33 170377661 7 | support-en@support.gandi.net, support-fr@support.gandi.net 8 | 9 | DNSSEC yes 10 | 11 | Name servers 12 | ns2.switch.ch 130.59.31.29 13 | ns2.switch.ch 2001:620:0:ff::2f 14 | ns3.switch.ch 194.58.198.32 15 | ns3.switch.ch 2a01:3f1:3032::53 16 | scsnms.switch.ch 130.59.31.26 17 | scsnms.switch.ch 2001:620:0:ff::a7 18 | 19 | First registration date before 1 January 1996 20 | -------------------------------------------------------------------------------- /testdata/noterror/ch_switch.ch.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "switch.ch", 4 | "punycode": "switch.ch", 5 | "name": "switch", 6 | "extension": "ch", 7 | "name_servers": [ 8 | "ns2.switch.ch", 9 | "ns3.switch.ch", 10 | "scsnms.switch.ch" 11 | ], 12 | "dnssec": true, 13 | "created_date": "before 1 January 1996" 14 | }, 15 | "registrar": { 16 | "name": "Gandi SAS", 17 | "street": "boulevard Massena 63-65, FR-75013 Paris", 18 | "phone": "+33 170377661", 19 | "email": "support-en@support.gandi.net, support-fr@support.gandi.net" 20 | } 21 | } -------------------------------------------------------------------------------- /testdata/noterror/ch_switch.ch.pre: -------------------------------------------------------------------------------- 1 | Domain name: switch.ch 2 | Registrar name: Gandi SAS 3 | Registrar street: boulevard Massena 63-65 4 | Registrar street: FR-75013 Paris 5 | Registrar Phone: +33 170377661 6 | Registrar Email: support-en@support.gandi.net, support-fr@support.gandi.net 7 | DNSSEC: yes 8 | Name servers: ns2.switch.ch 130.59.31.29 9 | Name servers: ns2.switch.ch 2001:620:0:ff::2f 10 | Name servers: ns3.switch.ch 194.58.198.32 11 | Name servers: ns3.switch.ch 2a01:3f1:3032::53 12 | Name servers: scsnms.switch.ch 130.59.31.26 13 | Name servers: scsnms.switch.ch 2001:620:0:ff::a7 14 | First registration date: before 1 January 1996 -------------------------------------------------------------------------------- /testdata/noterror/cn_apple.cn: -------------------------------------------------------------------------------- 1 | Domain Name: apple.cn 2 | ROID: 20030312s10001s00044494-cn 3 | Domain Status: serverDeleteProhibited 4 | Domain Status: serverUpdateProhibited 5 | Domain Status: clientTransferProhibited 6 | Domain Status: serverTransferProhibited 7 | Registrant ID: rs-30406 8 | Registrant: Apple Inc. 9 | Registrant Contact Email: domains@apple.com 10 | Sponsoring Registrar: Corporation Service Company 11 | Name Server: a.ns.apple.com 12 | Name Server: b.ns.apple.com 13 | Name Server: c.ns.apple.com 14 | Name Server: d.ns.apple.com 15 | Registration Time: 2003-03-17 12:20:05 16 | Expiration Time: 2020-03-17 12:48:36 17 | DNSSEC: unsigned 18 | 19 | -------------------------------------------------------------------------------- /testdata/noterror/cn_apple.cn.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "id": "20030312s10001s00044494-cn", 4 | "domain": "apple.cn", 5 | "punycode": "apple.cn", 6 | "name": "apple", 7 | "extension": "cn", 8 | "status": [ 9 | "serverDeleteProhibited", 10 | "serverUpdateProhibited", 11 | "clientTransferProhibited", 12 | "serverTransferProhibited" 13 | ], 14 | "name_servers": [ 15 | "a.ns.apple.com", 16 | "b.ns.apple.com", 17 | "c.ns.apple.com", 18 | "d.ns.apple.com" 19 | ], 20 | "created_date": "2003-03-17 12:20:05", 21 | "created_date_in_time": "2003-03-17T12:20:05Z", 22 | "expiration_date": "2020-03-17 12:48:36", 23 | "expiration_date_in_time": "2020-03-17T12:48:36Z" 24 | }, 25 | "registrar": { 26 | "name": "Corporation Service Company" 27 | }, 28 | "registrant": { 29 | "id": "rs-30406", 30 | "name": "Apple Inc.", 31 | "email": "domains@apple.com" 32 | } 33 | } -------------------------------------------------------------------------------- /testdata/noterror/cn_apple.cn.pre: -------------------------------------------------------------------------------- 1 | Domain Name: apple.cn 2 | ROID: 20030312s10001s00044494-cn 3 | Domain Status: serverDeleteProhibited 4 | Domain Status: serverUpdateProhibited 5 | Domain Status: clientTransferProhibited 6 | Domain Status: serverTransferProhibited 7 | Registrant ID: rs-30406 8 | registrant name: Apple Inc. 9 | Registrant Contact Email: domains@apple.com 10 | Sponsoring Registrar: Corporation Service Company 11 | Name Server: a.ns.apple.com 12 | Name Server: b.ns.apple.com 13 | Name Server: c.ns.apple.com 14 | Name Server: d.ns.apple.com 15 | Registration Time: 2003-03-17 12:20:05 16 | Expiration Time: 2020-03-17 12:48:36 17 | DNSSEC: unsigned -------------------------------------------------------------------------------- /testdata/noterror/cn_google.cn: -------------------------------------------------------------------------------- 1 | Domain Name: google.cn 2 | ROID: 20030311s10001s00033735-cn 3 | Domain Status: clientDeleteProhibited 4 | Domain Status: serverDeleteProhibited 5 | Domain Status: serverUpdateProhibited 6 | Domain Status: clientTransferProhibited 7 | Domain Status: serverTransferProhibited 8 | Registrant ID: ename_el7lxxxazw 9 | Registrant: 北京谷翔信息技术有限公司 10 | Registrant Contact Email: dns-admin@google.com 11 | Sponsoring Registrar: 厦门易名科技股份有限公司 12 | Name Server: ns2.google.com 13 | Name Server: ns1.google.com 14 | Name Server: ns3.google.com 15 | Name Server: ns4.google.com 16 | Registration Time: 2003-03-17 12:20:05 17 | Expiration Time: 2021-03-17 12:48:36 18 | DNSSEC: unsigned 19 | 20 | -------------------------------------------------------------------------------- /testdata/noterror/cn_google.cn.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "id": "20030311s10001s00033735-cn", 4 | "domain": "google.cn", 5 | "punycode": "google.cn", 6 | "name": "google", 7 | "extension": "cn", 8 | "status": [ 9 | "clientDeleteProhibited", 10 | "serverDeleteProhibited", 11 | "serverUpdateProhibited", 12 | "clientTransferProhibited", 13 | "serverTransferProhibited" 14 | ], 15 | "name_servers": [ 16 | "ns2.google.com", 17 | "ns1.google.com", 18 | "ns3.google.com", 19 | "ns4.google.com" 20 | ], 21 | "created_date": "2003-03-17 12:20:05", 22 | "created_date_in_time": "2003-03-17T12:20:05Z", 23 | "expiration_date": "2021-03-17 12:48:36", 24 | "expiration_date_in_time": "2021-03-17T12:48:36Z" 25 | }, 26 | "registrar": { 27 | "name": "厦门易名科技股份有限公司" 28 | }, 29 | "registrant": { 30 | "id": "ename_el7lxxxazw", 31 | "name": "北京谷翔信息技术有限公司", 32 | "email": "dns-admin@google.com" 33 | } 34 | } -------------------------------------------------------------------------------- /testdata/noterror/cn_google.cn.pre: -------------------------------------------------------------------------------- 1 | Domain Name: google.cn 2 | ROID: 20030311s10001s00033735-cn 3 | Domain Status: clientDeleteProhibited 4 | Domain Status: serverDeleteProhibited 5 | Domain Status: serverUpdateProhibited 6 | Domain Status: clientTransferProhibited 7 | Domain Status: serverTransferProhibited 8 | Registrant ID: ename_el7lxxxazw 9 | registrant name: 北京谷翔信息技术有限公司 10 | Registrant Contact Email: dns-admin@google.com 11 | Sponsoring Registrar: 厦门易名科技股份有限公司 12 | Name Server: ns2.google.com 13 | Name Server: ns1.google.com 14 | Name Server: ns3.google.com 15 | Name Server: ns4.google.com 16 | Registration Time: 2003-03-17 12:20:05 17 | Expiration Time: 2021-03-17 12:48:36 18 | DNSSEC: unsigned -------------------------------------------------------------------------------- /testdata/noterror/de_git.de: -------------------------------------------------------------------------------- 1 | Domain: git.de 2 | Nserver: ns1.webcoding24.com 3 | Nserver: ns2.webcoding24.com 4 | Nserver: ns3.webcoding24.com 5 | Status: connect 6 | Changed: 2008-10-22T11:33:44+02:00 7 | -------------------------------------------------------------------------------- /testdata/noterror/de_git.de.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "git.de", 4 | "punycode": "git.de", 5 | "name": "git", 6 | "extension": "de", 7 | "status": [ 8 | "connect" 9 | ], 10 | "name_servers": [ 11 | "ns1.webcoding24.com", 12 | "ns2.webcoding24.com", 13 | "ns3.webcoding24.com" 14 | ], 15 | "updated_date": "2008-10-22T11:33:44+02:00", 16 | "updated_date_in_time": "2008-10-22T11:33:44+02:00" 17 | } 18 | } -------------------------------------------------------------------------------- /testdata/noterror/de_google.de: -------------------------------------------------------------------------------- 1 | Domain: google.de 2 | Nserver: ns1.google.com 3 | Nserver: ns2.google.com 4 | Nserver: ns3.google.com 5 | Nserver: ns4.google.com 6 | Status: connect 7 | Changed: 2018-03-12T21:44:25+01:00 8 | -------------------------------------------------------------------------------- /testdata/noterror/de_google.de.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "google.de", 4 | "punycode": "google.de", 5 | "name": "google", 6 | "extension": "de", 7 | "status": [ 8 | "connect" 9 | ], 10 | "name_servers": [ 11 | "ns1.google.com", 12 | "ns2.google.com", 13 | "ns3.google.com", 14 | "ns4.google.com" 15 | ], 16 | "updated_date": "2018-03-12T21:44:25+01:00", 17 | "updated_date_in_time": "2018-03-12T21:44:25+01:00" 18 | } 19 | } -------------------------------------------------------------------------------- /testdata/noterror/dk_emilstahl.dk: -------------------------------------------------------------------------------- 1 | # Hello 1.1.1.1. Your session has been logged. 2 | # 3 | # Copyright (c) 2002 - 2022 by DK Hostmaster A/S 4 | # 5 | # Version: 5.0.2 6 | # 7 | # The data in the DK Whois database is provided by DK Hostmaster A/S 8 | # for information purposes only, and to assist persons in obtaining 9 | # information about or related to a domain name registration record. 10 | # We do not guarantee its accuracy. We will reserve the right to remove 11 | # access for entities abusing the data, without notice. 12 | # 13 | # Any use of this material to target advertising or similar activities 14 | # are explicitly forbidden and will be prosecuted. DK Hostmaster A/S 15 | # requests to be notified of any such activities or suspicions thereof. 16 | 17 | Domain: emilstahl.dk 18 | DNS: emilstahl.dk 19 | Registered: 2010-07-13 20 | Expires: 2025-04-30 21 | Registration period: 10 years 22 | VID: no 23 | DNSSEC: Signed delegation 24 | Status: Active 25 | 26 | Nameservers 27 | Hostname: ns1.simply.com 28 | Hostname: ns2.simply.com 29 | Hostname: ns3.simply.com 30 | Hostname: ns4.simply.com 31 | -------------------------------------------------------------------------------- /testdata/noterror/dk_emilstahl.dk.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "emilstahl.dk", 4 | "punycode": "emilstahl.dk", 5 | "name": "emilstahl", 6 | "extension": "dk", 7 | "status": [ 8 | "Active" 9 | ], 10 | "name_servers": [ 11 | "ns1.simply.com", 12 | "ns2.simply.com", 13 | "ns3.simply.com", 14 | "ns4.simply.com" 15 | ], 16 | "dnssec": true, 17 | "created_date": "2010-07-13", 18 | "created_date_in_time": "2010-07-13T00:00:00Z", 19 | "expiration_date": "2025-04-30", 20 | "expiration_date_in_time": "2025-04-30T00:00:00Z" 21 | } 22 | } -------------------------------------------------------------------------------- /testdata/noterror/dk_emilstahl.dk.pre: -------------------------------------------------------------------------------- 1 | # Hello 1.1.1.1. Your session has been logged. 2 | # 3 | # Copyright (c) 2002 - 2022 by DK Hostmaster A/S 4 | # 5 | # Version: 5.0.2 6 | # 7 | # The data in the DK Whois database is provided by DK Hostmaster A/S 8 | # for information purposes only, and to assist persons in obtaining 9 | # information about or related to a domain name registration record. 10 | # We do not guarantee its accuracy. We will reserve the right to remove 11 | # access for entities abusing the data, without notice. 12 | # 13 | # Any use of this material to target advertising or similar activities 14 | # are explicitly forbidden and will be prosecuted. DK Hostmaster A/S 15 | # requests to be notified of any such activities or suspicions thereof. 16 | 17 | Domain: emilstahl.dk 18 | Registered: 2010-07-13 19 | Expires: 2025-04-30 20 | Registration period: 10 years 21 | VID: no 22 | DNSSEC: Signed delegation 23 | Status: Active 24 | 25 | Nameservers 26 | Hostname: ns1.simply.com 27 | Hostname: ns2.simply.com 28 | Hostname: ns3.simply.com 29 | Hostname: ns4.simply.com -------------------------------------------------------------------------------- /testdata/noterror/dk_folketinget.dk.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "folketinget.dk", 4 | "punycode": "folketinget.dk", 5 | "name": "folketinget", 6 | "extension": "dk", 7 | "status": [ 8 | "Active" 9 | ], 10 | "name_servers": [ 11 | "maleah.ns.cloudflare.com", 12 | "yichun.ns.cloudflare.com" 13 | ], 14 | "dnssec": true, 15 | "created_date": "1996-05-23", 16 | "created_date_in_time": "1996-05-23T00:00:00Z", 17 | "expiration_date": "2024-06-30", 18 | "expiration_date_in_time": "2024-06-30T00:00:00Z" 19 | }, 20 | "registrant": { 21 | "name": "Folketinget", 22 | "street": "Christiansborg Slot 1", 23 | "city": "København K", 24 | "postal_code": "1218", 25 | "country": "DK", 26 | "phone": "+4533375500" 27 | } 28 | } -------------------------------------------------------------------------------- /testdata/noterror/dk_google.dk: -------------------------------------------------------------------------------- 1 | # Hello 1.1.1.1. Your session has been logged. 2 | # 3 | # Copyright (c) 2002 - 2022 by DK Hostmaster A/S 4 | # 5 | # Version: 5.0.2 6 | # 7 | # The data in the DK Whois database is provided by DK Hostmaster A/S 8 | # for information purposes only, and to assist persons in obtaining 9 | # information about or related to a domain name registration record. 10 | # We do not guarantee its accuracy. We will reserve the right to remove 11 | # access for entities abusing the data, without notice. 12 | # 13 | # Any use of this material to target advertising or similar activities 14 | # are explicitly forbidden and will be prosecuted. DK Hostmaster A/S 15 | # requests to be notified of any such activities or suspicions thereof. 16 | 17 | Domain: google.dk 18 | DNS: google.dk 19 | Registered: 1999-01-10 20 | Expires: 2023-03-31 21 | Registrar: MarkMonitor Inc. 22 | Registration period: 1 year 23 | VID: no 24 | DNSSEC: Unsigned delegation, DNSSEC disabled, no records 25 | Status: Active 26 | 27 | Nameservers 28 | Hostname: ns1.google.com 29 | Hostname: ns2.google.com 30 | Hostname: ns3.google.com 31 | Hostname: ns4.google.com 32 | -------------------------------------------------------------------------------- /testdata/noterror/dk_google.dk.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "google.dk", 4 | "punycode": "google.dk", 5 | "name": "google", 6 | "extension": "dk", 7 | "status": [ 8 | "Active" 9 | ], 10 | "name_servers": [ 11 | "ns1.google.com", 12 | "ns2.google.com", 13 | "ns3.google.com", 14 | "ns4.google.com" 15 | ], 16 | "created_date": "1999-01-10", 17 | "created_date_in_time": "1999-01-10T00:00:00Z", 18 | "expiration_date": "2023-03-31", 19 | "expiration_date_in_time": "2023-03-31T00:00:00Z" 20 | }, 21 | "registrar": { 22 | "name": "MarkMonitor Inc." 23 | } 24 | } -------------------------------------------------------------------------------- /testdata/noterror/dk_google.dk.pre: -------------------------------------------------------------------------------- 1 | # Hello 1.1.1.1. Your session has been logged. 2 | # 3 | # Copyright (c) 2002 - 2022 by DK Hostmaster A/S 4 | # 5 | # Version: 5.0.2 6 | # 7 | # The data in the DK Whois database is provided by DK Hostmaster A/S 8 | # for information purposes only, and to assist persons in obtaining 9 | # information about or related to a domain name registration record. 10 | # We do not guarantee its accuracy. We will reserve the right to remove 11 | # access for entities abusing the data, without notice. 12 | # 13 | # Any use of this material to target advertising or similar activities 14 | # are explicitly forbidden and will be prosecuted. DK Hostmaster A/S 15 | # requests to be notified of any such activities or suspicions thereof. 16 | 17 | Domain: google.dk 18 | Registered: 1999-01-10 19 | Expires: 2023-03-31 20 | Registrar: MarkMonitor Inc. 21 | Registration period: 1 year 22 | VID: no 23 | DNSSEC: Unsigned delegation, DNSSEC disabled, no records 24 | Status: Active 25 | 26 | Nameservers 27 | Hostname: ns1.google.com 28 | Hostname: ns2.google.com 29 | Hostname: ns3.google.com 30 | Hostname: ns4.google.com -------------------------------------------------------------------------------- /testdata/noterror/dk_politikken.dk.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "politikken.dk", 4 | "punycode": "politikken.dk", 5 | "name": "politikken", 6 | "extension": "dk", 7 | "status": [ 8 | "Active" 9 | ], 10 | "name_servers": [ 11 | "ns-1307.awsdns-35.org", 12 | "ns-155.awsdns-19.com", 13 | "ns-1951.awsdns-51.co.uk", 14 | "ns-534.awsdns-02.net" 15 | ], 16 | "created_date": "1997-01-31", 17 | "created_date_in_time": "1997-01-31T00:00:00Z", 18 | "expiration_date": "2024-03-31", 19 | "expiration_date_in_time": "2024-03-31T00:00:00Z" 20 | }, 21 | "registrant": { 22 | "name": "JP/POLITIKENS HUS A/S", 23 | "street": "Mediebyen 3", 24 | "city": "Aarhus C", 25 | "postal_code": "8000", 26 | "country": "DK" 27 | } 28 | } -------------------------------------------------------------------------------- /testdata/noterror/ee_git.ee: -------------------------------------------------------------------------------- 1 | Search results may not be used for commercial, advertising, recompilation, 2 | repackaging, redistribution, reuse, obscuring or other similar activities. 3 | 4 | Estonia .ee Top Level Domain WHOIS server 5 | 6 | Domain: 7 | name: git.ee 8 | status: ok (paid and in zone) 9 | registered: 2011-01-23 00:00:07 +02:00 10 | changed: 2019-12-13 18:50:04 +02:00 11 | expire: 2021-01-24 12 | outzone: 13 | delete: 14 | 15 | Registrant: 16 | name: Private Person 17 | email: Not Disclosed - Visit www.internet.ee for webbased WHOIS 18 | changed: Not Disclosed 19 | 20 | Administrative contact: 21 | name: Not Disclosed 22 | email: Not Disclosed - Visit www.internet.ee for webbased WHOIS 23 | changed: Not Disclosed 24 | 25 | Technical contact: 26 | name: Not Disclosed 27 | email: Not Disclosed - Visit www.internet.ee for webbased WHOIS 28 | changed: Not Disclosed 29 | 30 | Registrar: 31 | name: Zone Media OÜ 32 | url: http://www.zone.ee 33 | phone: +372 6886886 34 | changed: 2020-07-01 13:55:58 +03:00 35 | 36 | Name servers: 37 | nserver: brad.ns.cloudflare.com 38 | nserver: kay.ns.cloudflare.com 39 | changed: 2013-05-23 00:30:06 +03:00 40 | 41 | 42 | Estonia .ee Top Level Domain WHOIS server 43 | More information at http://internet.ee 44 | 45 | -------------------------------------------------------------------------------- /testdata/noterror/ee_git.ee.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "git.ee", 4 | "punycode": "git.ee", 5 | "name": "git", 6 | "extension": "ee", 7 | "status": [ 8 | "ok" 9 | ], 10 | "name_servers": [ 11 | "brad.ns.cloudflare.com", 12 | "kay.ns.cloudflare.com" 13 | ], 14 | "created_date": "2011-01-23 00:00:07 +02:00", 15 | "updated_date": "2013-05-23 00:30:06 +03:00", 16 | "expiration_date": "2021-01-24", 17 | "expiration_date_in_time": "2021-01-24T00:00:00Z" 18 | }, 19 | "registrar": { 20 | "name": "Zone Media OÜ", 21 | "phone": "+372 6886886", 22 | "referral_url": "http://www.zone.ee" 23 | }, 24 | "registrant": { 25 | "name": "Private Person", 26 | "email": "not disclosed - visit www.internet.ee for webbased whois" 27 | }, 28 | "administrative": { 29 | "name": "Not Disclosed", 30 | "email": "not disclosed - visit www.internet.ee for webbased whois" 31 | }, 32 | "technical": { 33 | "name": "Not Disclosed", 34 | "email": "not disclosed - visit www.internet.ee for webbased whois" 35 | } 36 | } -------------------------------------------------------------------------------- /testdata/noterror/ee_git.ee.pre: -------------------------------------------------------------------------------- 1 | Search results may not be used for commercial, advertising, recompilation, 2 | repackaging, redistribution, reuse, obscuring or other similar activities. 3 | Estonia .ee Top Level Domain WHOIS server 4 | Domain name: git.ee 5 | Domain status: ok (paid and in zone) 6 | Domain registered: 2011-01-23 00:00:07 +02:00 7 | Domain changed: 2019-12-13 18:50:04 +02:00 8 | Domain expire: 2021-01-24 9 | Domain outzone: 10 | Domain delete: 11 | Registrant name: Private Person 12 | Registrant email: Not Disclosed - Visit www.internet.ee for webbased WHOIS 13 | Registrant changed: Not Disclosed 14 | Administrative name: Not Disclosed 15 | Administrative email: Not Disclosed - Visit www.internet.ee for webbased WHOIS 16 | Administrative changed: Not Disclosed 17 | Technical name: Not Disclosed 18 | Technical email: Not Disclosed - Visit www.internet.ee for webbased WHOIS 19 | Technical changed: Not Disclosed 20 | Registrar name: Zone Media OÜ 21 | Registrar url: http://www.zone.ee 22 | Registrar phone: +372 6886886 23 | Registrar changed: 2020-07-01 13:55:58 +03:00 24 | nserver: brad.ns.cloudflare.com 25 | nserver: kay.ns.cloudflare.com 26 | changed: 2013-05-23 00:30:06 +03:00 27 | Estonia .ee Top Level Domain WHOIS server 28 | More information at http://internet.ee -------------------------------------------------------------------------------- /testdata/noterror/ee_telia.ee.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "telia.ee", 4 | "punycode": "telia.ee", 5 | "name": "telia", 6 | "extension": "ee", 7 | "status": [ 8 | "ok" 9 | ], 10 | "name_servers": [ 11 | "ns2.elion.ee", 12 | "ns.elion.ee" 13 | ], 14 | "created_date": "2011-08-09 09:45:08 +03:00", 15 | "updated_date": "2014-11-05 16:32:15 +02:00", 16 | "expiration_date": "2021-08-10", 17 | "expiration_date_in_time": "2021-08-10T00:00:00Z" 18 | }, 19 | "registrar": { 20 | "name": "Telia Eesti AS", 21 | "phone": "+372 655 9188", 22 | "referral_url": "http://www.telia.ee" 23 | }, 24 | "registrant": { 25 | "id": "10234957", 26 | "name": "TELIA EESTI AS", 27 | "country": "EE", 28 | "email": "not disclosed - visit www.internet.ee for webbased whois" 29 | }, 30 | "administrative": { 31 | "name": "Not Disclosed - Visit www.internet.ee for webbased WHOIS", 32 | "email": "not disclosed - visit www.internet.ee for webbased whois" 33 | }, 34 | "technical": { 35 | "name": "Not Disclosed - Visit www.internet.ee for webbased WHOIS", 36 | "email": "not disclosed - visit www.internet.ee for webbased whois" 37 | } 38 | } -------------------------------------------------------------------------------- /testdata/noterror/eu_git.eu.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "git.eu", 4 | "punycode": "git.eu", 5 | "name": "git", 6 | "extension": "eu", 7 | "name_servers": [ 8 | "wally.ns.cloudflare.com", 9 | "thomas.ns.cloudflare.com" 10 | ] 11 | }, 12 | "registrar": { 13 | "name": "Frankcom EU Service", 14 | "referral_url": "www.frankcom.eu" 15 | }, 16 | "registrant": { 17 | "organization": "NOT DISCLOSED!" 18 | }, 19 | "technical": { 20 | "organization": "Frankcom IT Service", 21 | "email": "info@frankcom.info" 22 | } 23 | } -------------------------------------------------------------------------------- /testdata/noterror/eu_google.eu.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "google.eu", 4 | "punycode": "google.eu", 5 | "name": "google", 6 | "extension": "eu", 7 | "name_servers": [ 8 | "ns3.google.com", 9 | "ns4.google.com", 10 | "ns1.google.com", 11 | "ns2.google.com" 12 | ] 13 | }, 14 | "registrar": { 15 | "name": "MarkMonitor Inc.", 16 | "referral_url": "https://www.markmonitor.com/" 17 | }, 18 | "registrant": { 19 | "organization": "NOT DISCLOSED!" 20 | } 21 | } -------------------------------------------------------------------------------- /testdata/noterror/fi_git.fi: -------------------------------------------------------------------------------- 1 | domain.............: git.fi 2 | status.............: Registered 3 | created............: 15.12.2015 09:48:01 4 | expires............: 15.12.2020 09:37:54 5 | available..........: 15.1.2021 09:37:54 6 | modified...........: 19.2.2019 7 | holder transfer....: 20.1.2016 8 | RegistryLock.......: no 9 | 10 | Nameservers 11 | 12 | nserver............: ns-1453.awsdns-53.org [OK] 13 | nserver............: ns-535.awsdns-02.net [OK] 14 | nserver............: ns-133.awsdns-16.com [OK] 15 | nserver............: ns-1849.awsdns-39.co.uk [OK] 16 | 17 | DNSSEC 18 | 19 | dnssec.............: no 20 | 21 | Holder 22 | 23 | name...............: Vincit Oy 24 | register number....: 2639098-3 25 | address............: Visiokatu 1 26 | address............: 33720 27 | address............: Tampere 28 | country............: Finland 29 | phone..............: +358291707007 30 | holder email.......: 31 | 32 | Registrar 33 | 34 | registrar..........: Gandi SAS 35 | www................: www.gandi.net 36 | 37 | >>> Last update of WHOIS database: 16.4.2020 11:31:50 (EET) <<< 38 | 39 | 40 | Copyright (c) Finnish Transport and Communications Agency Traficom 41 | -------------------------------------------------------------------------------- /testdata/noterror/fi_git.fi.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "git.fi", 4 | "punycode": "git.fi", 5 | "name": "git", 6 | "extension": "fi", 7 | "status": [ 8 | "Registered" 9 | ], 10 | "name_servers": [ 11 | "ns-1453.awsdns-53.org", 12 | "ns-535.awsdns-02.net", 13 | "ns-133.awsdns-16.com", 14 | "ns-1849.awsdns-39.co.uk" 15 | ], 16 | "created_date": "15.12.2015 09:48:01", 17 | "created_date_in_time": "2015-12-15T09:48:01Z", 18 | "updated_date": "19.2.2019", 19 | "expiration_date": "15.12.2020 09:37:54", 20 | "expiration_date_in_time": "2020-12-15T09:37:54Z" 21 | }, 22 | "registrar": { 23 | "name": "Gandi SAS", 24 | "referral_url": "www.gandi.net" 25 | }, 26 | "registrant": { 27 | "id": "2639098-3", 28 | "name": "Vincit Oy", 29 | "street": "Visiokatu 1, 33720, Tampere", 30 | "country": "Finland", 31 | "phone": "+358291707007" 32 | } 33 | } -------------------------------------------------------------------------------- /testdata/noterror/fi_git.fi.pre: -------------------------------------------------------------------------------- 1 | domain: git.fi 2 | status: Registered 3 | created: 15.12.2015 09:48:01 4 | expires: 15.12.2020 09:37:54 5 | available: 15.1.2021 09:37:54 6 | modified: 19.2.2019 7 | holder transfer: 20.1.2016 8 | RegistryLock: no 9 | Nameservers 10 | nserver: ns-1453.awsdns-53.org [OK] 11 | nserver: ns-535.awsdns-02.net [OK] 12 | nserver: ns-133.awsdns-16.com [OK] 13 | nserver: ns-1849.awsdns-39.co.uk [OK] 14 | DNSSEC 15 | dnssec: no 16 | Holder 17 | Registrant name: Vincit Oy 18 | Registrant register number: 2639098-3 19 | Registrant address: Visiokatu 1 20 | Registrant address: 33720 21 | Registrant address: Tampere 22 | Registrant country: Finland 23 | Registrant phone: +358291707007 24 | Registrant holder email: 25 | Registrar 26 | Registrar name: Gandi SAS 27 | Registrar www: www.gandi.net 28 | >>> Last update of WHOIS database: 16.4.2020 11:31:50 (EET) <<< 29 | Copyright (c) Finnish Transport and Communications Agency Traficom -------------------------------------------------------------------------------- /testdata/noterror/fi_google.fi: -------------------------------------------------------------------------------- 1 | 2 | domain.............: google.fi 3 | status.............: Registered 4 | created............: 30.6.2006 00:00:00 5 | expires............: 4.7.2020 10:15:55 6 | available..........: 4.8.2020 10:15:55 7 | modified...........: 2.6.2019 8 | holder transfer....: 20.11.2018 9 | RegistryLock.......: locked 10 | 11 | Nameservers 12 | 13 | nserver............: ns3.google.com [OK] 14 | nserver............: ns4.google.com [Technical Error] 15 | nserver............: ns1.google.com [OK] 16 | nserver............: ns2.google.com [OK] 17 | 18 | DNSSEC 19 | 20 | dnssec.............: no 21 | 22 | Holder 23 | 24 | name...............: Google LLC 25 | register number....: 3582691 26 | address............: 1600 Amphitheatre Parkway 27 | address............: 94043 28 | address............: Mountain View 29 | country............: United States of America 30 | phone..............: +1.6502530000 31 | holder email.......: 32 | 33 | Registrar 34 | 35 | registrar..........: MarkMonitor Inc. 36 | www................: www.markmonitor.com 37 | 38 | Tech 39 | 40 | name...............: Google LLC 41 | email..............: ccops@markmonitor.com 42 | 43 | >>> Last update of WHOIS database: 3.3.2020 21:30:14 (EET) <<< 44 | 45 | 46 | Copyright (c) Finnish Transport and Communications Agency Traficom 47 | 48 | -------------------------------------------------------------------------------- /testdata/noterror/fi_google.fi.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "google.fi", 4 | "punycode": "google.fi", 5 | "name": "google", 6 | "extension": "fi", 7 | "status": [ 8 | "Registered" 9 | ], 10 | "name_servers": [ 11 | "ns3.google.com", 12 | "ns4.google.com", 13 | "ns1.google.com", 14 | "ns2.google.com" 15 | ], 16 | "created_date": "30.6.2006 00:00:00", 17 | "created_date_in_time": "2006-06-30T00:00:00Z", 18 | "updated_date": "2.6.2019", 19 | "expiration_date": "4.7.2020 10:15:55", 20 | "expiration_date_in_time": "2020-07-04T10:15:55Z" 21 | }, 22 | "registrar": { 23 | "name": "MarkMonitor Inc.", 24 | "referral_url": "www.markmonitor.com" 25 | }, 26 | "registrant": { 27 | "id": "3582691", 28 | "name": "Google LLC", 29 | "street": "1600 Amphitheatre Parkway, 94043, Mountain View", 30 | "country": "United States of America", 31 | "phone": "+1.6502530000" 32 | }, 33 | "technical": { 34 | "name": "Google LLC", 35 | "email": "ccops@markmonitor.com" 36 | } 37 | } -------------------------------------------------------------------------------- /testdata/noterror/fi_google.fi.pre: -------------------------------------------------------------------------------- 1 | domain: google.fi 2 | status: Registered 3 | created: 30.6.2006 00:00:00 4 | expires: 4.7.2020 10:15:55 5 | available: 4.8.2020 10:15:55 6 | modified: 2.6.2019 7 | holder transfer: 20.11.2018 8 | RegistryLock: locked 9 | Nameservers 10 | nserver: ns3.google.com [OK] 11 | nserver: ns4.google.com [Technical Error] 12 | nserver: ns1.google.com [OK] 13 | nserver: ns2.google.com [OK] 14 | DNSSEC 15 | dnssec: no 16 | Holder 17 | Registrant name: Google LLC 18 | Registrant register number: 3582691 19 | Registrant address: 1600 Amphitheatre Parkway 20 | Registrant address: 94043 21 | Registrant address: Mountain View 22 | Registrant country: United States of America 23 | Registrant phone: +1.6502530000 24 | Registrant holder email: 25 | Registrar 26 | Registrar name: MarkMonitor Inc. 27 | Registrar www: www.markmonitor.com 28 | Tech 29 | Technical name: Google LLC 30 | Technical email: ccops@markmonitor.com 31 | >>> Last update of WHOIS database: 3.3.2020 21:30:14 (EET) <<< 32 | Copyright (c) Finnish Transport and Communications Agency Traficom -------------------------------------------------------------------------------- /testdata/noterror/gg_google.gg.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "google.gg", 4 | "punycode": "google.gg", 5 | "name": "google", 6 | "extension": "gg", 7 | "status": [ 8 | "Active", 9 | "Delete", 10 | "Update", 11 | "Transfer", 12 | "Registered" 13 | ], 14 | "name_servers": [ 15 | "ns1.google.com", 16 | "ns2.google.com", 17 | "ns3.google.com", 18 | "ns4.google.com" 19 | ], 20 | "created_date": "2003-04-30T00:00:00Z", 21 | "created_date_in_time": "2003-04-30T00:00:00Z" 22 | }, 23 | "registrar": { 24 | "name": "MarkMonitor Inc.", 25 | "referral_url": "http://www.markmonitor.com" 26 | }, 27 | "registrant": { 28 | "name": "Google LLC" 29 | } 30 | } -------------------------------------------------------------------------------- /testdata/noterror/gov_fda.gov: -------------------------------------------------------------------------------- 1 | % DOTGOV WHOIS Server ready 2 | Domain Name: FDA.GOV 3 | Status: ACTIVE 4 | 5 | >>> Last update of whois database: 2019-10-06T13:18:11Z <<< 6 | 7 | Please be advised that this whois server only contains information pertaining 8 | to the .GOV domain. For information for other domains please use the whois 9 | server at RS.INTERNIC.NET. 10 | 11 | -------------------------------------------------------------------------------- /testdata/noterror/gov_fda.gov.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "fda.gov", 4 | "punycode": "fda.gov", 5 | "name": "fda", 6 | "extension": "gov", 7 | "status": [ 8 | "ACTIVE" 9 | ] 10 | } 11 | } -------------------------------------------------------------------------------- /testdata/noterror/gov_us.gov: -------------------------------------------------------------------------------- 1 | % DOTGOV WHOIS Server ready 2 | Domain Name: US.GOV 3 | Status: ACTIVE 4 | 5 | >>> Last update of whois database: 2019-10-06T13:17:41Z <<< 6 | 7 | Please be advised that this whois server only contains information pertaining 8 | to the .GOV domain. For information for other domains please use the whois 9 | server at RS.INTERNIC.NET. 10 | 11 | -------------------------------------------------------------------------------- /testdata/noterror/gov_us.gov.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "us.gov", 4 | "punycode": "us.gov", 5 | "name": "us", 6 | "extension": "gov", 7 | "status": [ 8 | "ACTIVE" 9 | ] 10 | } 11 | } -------------------------------------------------------------------------------- /testdata/noterror/hk_git.hk.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "git.hk", 4 | "punycode": "git.hk", 5 | "name": "git", 6 | "extension": "hk", 7 | "status": [ 8 | "Active" 9 | ], 10 | "name_servers": [ 11 | "f1g1ns1.dnspod.net", 12 | "f1g1ns2.dnspod.net" 13 | ], 14 | "created_date": "11-07-2017", 15 | "created_date_in_time": "2017-07-11T00:00:00Z", 16 | "expiration_date": "11-07-2020", 17 | "expiration_date_in_time": "2020-07-11T00:00:00Z" 18 | }, 19 | "registrar": { 20 | "name": "WEST263 INTERNATIONAL LIMITED" 21 | }, 22 | "registrant": { 23 | "name": "JACK BI", 24 | "country": "China (CN)", 25 | "email": "b@bzizi.com" 26 | }, 27 | "technical": { 28 | "name": "JACK BI", 29 | "organization": "JACK BI" 30 | } 31 | } -------------------------------------------------------------------------------- /testdata/noterror/hm_bin.hm: -------------------------------------------------------------------------------- 1 | domain: bin.hm 2 | status: taken 3 | nameserver: ns.udag.de 4 | nameserver: ns.udag.net 5 | nameserver: ns.udag.org 6 | -------------------------------------------------------------------------------- /testdata/noterror/hm_bin.hm.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "bin.hm", 4 | "punycode": "bin.hm", 5 | "name": "bin", 6 | "extension": "hm", 7 | "status": [ 8 | "taken" 9 | ], 10 | "name_servers": [ 11 | "ns.udag.de", 12 | "ns.udag.net", 13 | "ns.udag.org" 14 | ] 15 | } 16 | } -------------------------------------------------------------------------------- /testdata/noterror/hm_google.hm: -------------------------------------------------------------------------------- 1 | domain: google.hm 2 | status: taken 3 | nameserver: ns4.zoneedit.com 4 | nameserver: ns5.zoneedit.com 5 | -------------------------------------------------------------------------------- /testdata/noterror/hm_google.hm.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "google.hm", 4 | "punycode": "google.hm", 5 | "name": "google", 6 | "extension": "hm", 7 | "status": [ 8 | "taken" 9 | ], 10 | "name_servers": [ 11 | "ns4.zoneedit.com", 12 | "ns5.zoneedit.com" 13 | ] 14 | } 15 | } -------------------------------------------------------------------------------- /testdata/noterror/hu_git.hu: -------------------------------------------------------------------------------- 1 | % Whois server 3.0 serving the hu ccTLD 2 | 3 | domain: git.hu 4 | record created: 2019-09-05 14:01:03 5 | Tovabbi adatokert ld.: 6 | https://www.domain.hu/domain-kereses/ 7 | For further data see: 8 | https://www.domain.hu/domain-search/ 9 | -------------------------------------------------------------------------------- /testdata/noterror/hu_git.hu.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "git.hu", 4 | "punycode": "git.hu", 5 | "name": "git", 6 | "extension": "hu", 7 | "created_date": "2019-09-05 14:01:03", 8 | "created_date_in_time": "2019-09-05T14:01:03Z" 9 | } 10 | } -------------------------------------------------------------------------------- /testdata/noterror/hu_nic.hu: -------------------------------------------------------------------------------- 1 | % Whois server 3.0 serving the hu ccTLD 2 | 3 | domain: nic.hu 4 | record created: 1996-06-27 13:36:21 5 | Tovabbi adatokert ld.: 6 | https://www.domain.hu/domain-kereses/ 7 | For further data see: 8 | https://www.domain.hu/domain-search/ 9 | -------------------------------------------------------------------------------- /testdata/noterror/hu_nic.hu.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "nic.hu", 4 | "punycode": "nic.hu", 5 | "name": "nic", 6 | "extension": "hu", 7 | "created_date": "1996-06-27 13:36:21", 8 | "created_date_in_time": "1996-06-27T13:36:21Z" 9 | } 10 | } -------------------------------------------------------------------------------- /testdata/noterror/in_git.in.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "id": "D509774-IN", 4 | "domain": "git.in", 5 | "punycode": "git.in", 6 | "name": "git", 7 | "extension": "in", 8 | "status": [ 9 | "clientTransferProhibited" 10 | ], 11 | "name_servers": [ 12 | "ns1.parkingcrew.net", 13 | "ns2.parkingcrew.net" 14 | ], 15 | "created_date": "2005-02-16T06:54:49Z", 16 | "created_date_in_time": "2005-02-16T06:54:49Z", 17 | "updated_date": "2019-03-15T19:06:26Z", 18 | "updated_date_in_time": "2019-03-15T19:06:26Z", 19 | "expiration_date": "2020-02-16T06:54:49Z", 20 | "expiration_date_in_time": "2020-02-16T06:54:49Z" 21 | }, 22 | "registrar": { 23 | "id": "801217", 24 | "name": "Endurance Domains Technology LLP", 25 | "referral_url": "https://publicdomainregistry.com/" 26 | }, 27 | "registrant": { 28 | "organization": "Treadall Inc.", 29 | "province": "Ontario", 30 | "country": "CA", 31 | "email": "please contact the registrar listed above" 32 | }, 33 | "administrative": { 34 | "email": "please contact the registrar listed above" 35 | }, 36 | "technical": { 37 | "email": "please contact the registrar listed above" 38 | } 39 | } -------------------------------------------------------------------------------- /testdata/noterror/int_wto.int: -------------------------------------------------------------------------------- 1 | % IANA WHOIS server 2 | % for more information on IANA, visit http://www.iana.org 3 | % This query returned 1 object 4 | 5 | domain: WTO.INT 6 | 7 | organisation: World Trade Organization 8 | address: Palais des Nations 9 | address: c/o UNICC 10 | address: Geneva 10 1211 11 | address: Switzerland 12 | 13 | contact: administrative 14 | name: Name Service Administrative Contact 15 | address: Palais des Nations 16 | address: c/o UNICC 17 | address: Geneva 10 1211 18 | address: Switzerland 19 | phone: +41 22 929 1411 20 | fax-no: +41 22 929 1412 21 | e-mail: ns-admin@unicc.org 22 | 23 | contact: technical 24 | name: Name Service Technical Contact 25 | address: Palais des Nations 26 | address: c/o UNICC 27 | address: Geneva 10 1211 28 | address: Switzerland 29 | phone: +41 22 929 1411 30 | fax-no: +41 22 929 1412 31 | e-mail: ns-tech@unicc.org 32 | 33 | nserver: NS.UNICC.ORG 34 | nserver: NS1.GVA.CH.COLT.NET 35 | 36 | created: 2001-09-10 37 | changed: 2019-02-21 38 | source: IANA 39 | 40 | 41 | -------------------------------------------------------------------------------- /testdata/noterror/int_wto.int.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "wto.int", 4 | "punycode": "wto.int", 5 | "name": "wto", 6 | "extension": "int", 7 | "name_servers": [ 8 | "ns.unicc.org", 9 | "ns1.gva.ch.colt.net" 10 | ], 11 | "created_date": "2001-09-10", 12 | "created_date_in_time": "2001-09-10T00:00:00Z", 13 | "updated_date": "2019-02-21", 14 | "updated_date_in_time": "2019-02-21T00:00:00Z" 15 | }, 16 | "registrant": { 17 | "organization": "World Trade Organization", 18 | "street": "Palais des Nations, c/o UNICC, Geneva 10 1211, Switzerland" 19 | }, 20 | "administrative": { 21 | "name": "Name Service Administrative Contact", 22 | "street": "Palais des Nations, c/o UNICC, Geneva 10 1211, Switzerland", 23 | "phone": "+41 22 929 1411", 24 | "fax": "+41 22 929 1412", 25 | "email": "ns-admin@unicc.org" 26 | }, 27 | "technical": { 28 | "name": "Name Service Technical Contact", 29 | "street": "Palais des Nations, c/o UNICC, Geneva 10 1211, Switzerland", 30 | "phone": "+41 22 929 1411", 31 | "fax": "+41 22 929 1412", 32 | "email": "ns-tech@unicc.org" 33 | } 34 | } -------------------------------------------------------------------------------- /testdata/noterror/ir_git.ir: -------------------------------------------------------------------------------- 1 | % This is the IRNIC Whois server v1.6.2. 2 | % Available on web at http://whois.nic.ir/ 3 | % Find the terms and conditions of use on http://www.nic.ir/ 4 | % 5 | % This server uses UTF-8 as the encoding for requests and responses. 6 | 7 | % NOTE: This output has been filtered. 8 | 9 | % Information related to 'git.ir' 10 | 11 | 12 | domain: git.ir 13 | ascii: git.ir 14 | remarks: (Domain Holder) Amin Sheybani nia 15 | remarks: (Domain Holder Address) No. 63.Azadi Ave. Shahid Habiballah St. Shahid Ghasemi St.Tehran. Iran, Tehran, Tehran, IR 16 | holder-c: as10780-irnic 17 | admin-c: as10780-irnic 18 | tech-c: as10780-irnic 19 | bill-c: pa602-irnic 20 | nserver: ns1.git.ir 21 | nserver: ns2.git.ir 22 | last-updated: 2019-03-06 23 | expire-date: 2023-10-16 24 | source: IRNIC # Filtered 25 | 26 | nic-hdl: as10780-irnic 27 | person: Amin Sheybani nia 28 | e-mail: info@git.ir 29 | address: No. 63.Azadi Ave. Shahid Habiballah St. Shahid Ghasemi St.Tehran. Iran, Tehran, Tehran, IR 30 | phone: 09399609269 31 | source: IRNIC # Filtered 32 | 33 | nic-hdl: pa602-irnic 34 | org: Pars Parva System Ltd. 35 | e-mail: info@parspack.com 36 | source: IRNIC # Filtered 37 | 38 | 39 | -------------------------------------------------------------------------------- /testdata/noterror/it_git.it.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "git.it", 4 | "punycode": "git.it", 5 | "name": "git", 6 | "extension": "it", 7 | "status": [ 8 | "ok" 9 | ], 10 | "name_servers": [ 11 | "ns1.parkingcrew.net", 12 | "ns2.parkingcrew.net" 13 | ], 14 | "created_date": "2018-08-28 09:00:00", 15 | "created_date_in_time": "2018-08-28T09:00:00Z", 16 | "updated_date": "2019-09-13 00:43:43", 17 | "updated_date_in_time": "2019-09-13T00:43:43Z", 18 | "expiration_date": "2020-08-28", 19 | "expiration_date_in_time": "2020-08-28T00:00:00Z" 20 | }, 21 | "registrar": { 22 | "name": "AM-REG", 23 | "organization": "Algorithmedia S.r.l.", 24 | "referral_url": "http://www.algorithmedia.com" 25 | }, 26 | "registrant": { 27 | "organization": "Macrosten LTD", 28 | "street": "77 Strovolou Avenue, Strovolos Center, off. 204 Strovolos, Nicosia, 2018, Nicosia, CY" 29 | }, 30 | "administrative": { 31 | "name": "Macrosten LTD", 32 | "organization": "Macrosten LTD", 33 | "street": "77 Strovolou Avenue, Strovolos Center, off. 204 Strovolos, Strovolos, Nicosia-Cyprus, 02018, Strovolos, Nicosia-Cyprus, CY" 34 | } 35 | } -------------------------------------------------------------------------------- /testdata/noterror/it_google.it.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "google.it", 4 | "punycode": "google.it", 5 | "name": "google", 6 | "extension": "it", 7 | "status": [ 8 | "ok" 9 | ], 10 | "name_servers": [ 11 | "ns1.google.com", 12 | "ns2.google.com", 13 | "ns3.google.com", 14 | "ns4.google.com" 15 | ], 16 | "created_date": "1999-12-10 00:00:00", 17 | "created_date_in_time": "1999-12-10T00:00:00Z", 18 | "updated_date": "2019-05-07 01:04:50", 19 | "updated_date_in_time": "2019-05-07T01:04:50Z", 20 | "expiration_date": "2020-04-21", 21 | "expiration_date_in_time": "2020-04-21T00:00:00Z" 22 | }, 23 | "registrar": { 24 | "name": "MARKMONITOR-REG", 25 | "organization": "MarkMonitor International Limited", 26 | "referral_url": "https://www.markmonitor.com/" 27 | }, 28 | "registrant": { 29 | "organization": "Google Ireland Holdings Unlimited Company", 30 | "street": "70 Sir John Rogerson's Quay, Dublin, 2, Dublin, IE" 31 | }, 32 | "administrative": { 33 | "name": "Christina Chiou", 34 | "organization": "Google LLC", 35 | "street": "1600 Amphitheatre Parkway, Mountain View, 94043, CA, US" 36 | } 37 | } -------------------------------------------------------------------------------- /testdata/noterror/jp_git.jp: -------------------------------------------------------------------------------- 1 | [ JPRS database provides information on network administration. Its use is ] 2 | [ restricted to network administration purposes. For further information, ] 3 | [ use 'whois -h whois.jprs.jp help'. To suppress Japanese output, add'/e' ] 4 | [ at the end of command, e.g. 'whois -h whois.jprs.jp xxx/e'. ] 5 | 6 | Domain Information: 7 | [Domain Name] GIT.JP 8 | 9 | [Registrant] GIT Co.,Ltd 10 | 11 | [Name Server] ns1.onamae.com 12 | [Name Server] ns2.onamae.com 13 | [Signing Key] 14 | 15 | [Created on] 2001/05/14 16 | [Expires on] 2020/05/31 17 | [Status] Active 18 | [Last Updated] 2019/06/01 04:52:02 (JST) 19 | 20 | Contact Information: 21 | [Name] GIT Co.,Ltd 22 | [Email] shiozawa@git.jp 23 | [Web Page] 24 | [Postal code] 107-0052 25 | [Postal Address] Minato-ku 26 | 3-18-10 AKASAKA 27 | No,2 Osakaya Building 4F 28 | [Phone] 03-3586-2351 29 | [Fax] 03-3582-3175 30 | -------------------------------------------------------------------------------- /testdata/noterror/jp_git.jp.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "git.jp", 4 | "punycode": "git.jp", 5 | "name": "git", 6 | "extension": "jp", 7 | "status": [ 8 | "Active" 9 | ], 10 | "name_servers": [ 11 | "ns1.onamae.com", 12 | "ns2.onamae.com" 13 | ], 14 | "created_date": "2001/05/14", 15 | "created_date_in_time": "2001-05-14T00:00:00Z", 16 | "updated_date": "2019/06/01 04:52:02 (JST)", 17 | "expiration_date": "2020/05/31", 18 | "expiration_date_in_time": "2020-05-31T00:00:00Z" 19 | }, 20 | "registrant": { 21 | "name": "GIT Co.,Ltd" 22 | }, 23 | "administrative": { 24 | "name": "GIT Co.,Ltd", 25 | "street": "Minato-ku, 3-18-10 AKASAKA, No,2 Osakaya Building 4F", 26 | "postal_code": "107-0052", 27 | "phone": "03-3586-2351", 28 | "fax": "03-3582-3175", 29 | "email": "shiozawa@git.jp" 30 | } 31 | } -------------------------------------------------------------------------------- /testdata/noterror/jp_git.jp.pre: -------------------------------------------------------------------------------- 1 | [ JPRS database provides information on network administration. Its use is ] 2 | restricted to network administration purposes. For further information, : 3 | use 'whois -h whois.jprs.jp help'. To suppress Japanese output, add'/e' : 4 | at the end of command, e.g. 'whois -h whois.jprs.jp xxx/e'. : 5 | Domain Information: 6 | Domain Name: GIT.JP 7 | registrant name: GIT Co.,Ltd 8 | Name Server: ns1.onamae.com 9 | Name Server: ns2.onamae.com 10 | Signing Key: 11 | Created on: 2001/05/14 12 | Expires on: 2020/05/31 13 | Status: Active 14 | Last Updated: 2019/06/01 04:52:02 (JST) 15 | admin Contact Information: 16 | admin Name: GIT Co.,Ltd 17 | admin Email: shiozawa@git.jp 18 | admin Web Page: 19 | admin Postal code: 107-0052 20 | admin Postal Address: Minato-ku, 3-18-10 AKASAKA, No,2 Osakaya Building 4F 21 | admin Phone: 03-3586-2351 22 | admin Fax: 03-3582-3175 -------------------------------------------------------------------------------- /testdata/noterror/jp_goo.ne.jp.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "goo.ne.jp", 4 | "punycode": "goo.ne.jp", 5 | "name": "goo.ne", 6 | "extension": "jp", 7 | "status": [ 8 | "Connected" 9 | ], 10 | "name_servers": [ 11 | "ns1.goo.ne.jp", 12 | "ns2.goo.ne.jp", 13 | "ns.intervia.ad.jp", 14 | "ns.via.or.jp" 15 | ], 16 | "created_date": "2004/06/15", 17 | "created_date_in_time": "2004-06-15T00:00:00Z", 18 | "updated_date": "2023/07/31 12:30:39 (JST)" 19 | }, 20 | "registrant": { 21 | "organization": "GOO" 22 | }, 23 | "administrative": { 24 | "id": "MS57072JP" 25 | }, 26 | "technical": { 27 | "id": "TH53991JP" 28 | } 29 | } -------------------------------------------------------------------------------- /testdata/noterror/jp_goo.ne.jp.pre: -------------------------------------------------------------------------------- 1 | [ JPRS database provides information on network administration. Its use is ] 2 | restricted to network administration purposes. For further information, : 3 | use 'whois -h whois.jprs.jp help'. To suppress Japanese output, add'/e' : 4 | at the end of command, e.g. 'whois -h whois.jprs.jp xxx/e'. : 5 | : 6 | Notice -------------------------------------------------------------------- : 7 | JPRS will add the [Lock Status: element to the response format of JP domain ] 8 | name on November 12, 2023. : 9 | For further information, please see the following webpage. : 10 | https://jprs.jp/whatsnew/notice/2023/231112.html (only in Japanese) : 11 | --------------------------------------------------------------------------- : 12 | Domain Information: 13 | Domain Name: GOO.NE.JP 14 | Registrant Organization: GOO 15 | Organization Type: Network Service 16 | Administrative Contact ID: MS57072JP 17 | Technical Contact ID: TH53991JP 18 | Name Server: ns1.goo.ne.jp 19 | Name Server: ns2.goo.ne.jp 20 | Name Server: ns.intervia.ad.jp 21 | Name Server: ns.via.or.jp 22 | Signing Key: 23 | State: Connected (2024/06/30) 24 | Registered Date: 2004/06/15 25 | Connected Date: 2004/06/15 26 | Last Update: 2023/07/31 12:30:39 (JST) -------------------------------------------------------------------------------- /testdata/noterror/jp_google.co.jp.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "google.co.jp", 4 | "punycode": "google.co.jp", 5 | "name": "google.co", 6 | "extension": "jp", 7 | "status": [ 8 | "Connected" 9 | ], 10 | "name_servers": [ 11 | "ns1.google.com", 12 | "ns2.google.com", 13 | "ns3.google.com", 14 | "ns4.google.com" 15 | ], 16 | "created_date": "2001/03/22", 17 | "created_date_in_time": "2001-03-22T00:00:00Z", 18 | "updated_date": "2023/04/01 01:05:57 (JST)" 19 | }, 20 | "registrant": { 21 | "organization": "Google Japan G.K." 22 | }, 23 | "administrative": { 24 | "id": "YN47525JP" 25 | }, 26 | "technical": { 27 | "id": "SH36113JP" 28 | } 29 | } -------------------------------------------------------------------------------- /testdata/noterror/jp_google.jp: -------------------------------------------------------------------------------- 1 | [ JPRS database provides information on network administration. Its use is ] 2 | [ restricted to network administration purposes. For further information, ] 3 | [ use 'whois -h whois.jprs.jp help'. To suppress Japanese output, add'/e' ] 4 | [ at the end of command, e.g. 'whois -h whois.jprs.jp xxx/e'. ] 5 | 6 | Domain Information: 7 | [Domain Name] GOOGLE.JP 8 | 9 | [Registrant] Google Inc. 10 | 11 | [Name Server] ns1.google.com 12 | [Name Server] ns2.google.com 13 | [Name Server] ns3.google.com 14 | [Name Server] ns4.google.com 15 | [Signing Key] 16 | 17 | [Created on] 2005/05/30 18 | [Expires on] 2018/05/31 19 | [Status] Active 20 | [Last Updated] 2017/06/01 01:05:09 (JST) 21 | 22 | Contact Information: 23 | [Name] Google Inc. 24 | [Email] dns-admin@google.com 25 | [Web Page] 26 | [Postal code] 94043 27 | [Postal Address] Mountain View 28 | 1600 Amphitheatre Parkway 29 | US 30 | [Phone] 16502530000 31 | [Fax] 16502530001 -------------------------------------------------------------------------------- /testdata/noterror/jp_google.jp.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "google.jp", 4 | "punycode": "google.jp", 5 | "name": "google", 6 | "extension": "jp", 7 | "status": [ 8 | "Active" 9 | ], 10 | "name_servers": [ 11 | "ns1.google.com", 12 | "ns2.google.com", 13 | "ns3.google.com", 14 | "ns4.google.com" 15 | ], 16 | "created_date": "2005/05/30", 17 | "created_date_in_time": "2005-05-30T00:00:00Z", 18 | "updated_date": "2017/06/01 01:05:09 (JST)", 19 | "expiration_date": "2018/05/31", 20 | "expiration_date_in_time": "2018-05-31T00:00:00Z" 21 | }, 22 | "registrant": { 23 | "name": "Google Inc." 24 | }, 25 | "administrative": { 26 | "name": "Google Inc.", 27 | "street": "Mountain View, 1600 Amphitheatre Parkway, US", 28 | "postal_code": "94043", 29 | "phone": "16502530000", 30 | "fax": "16502530001", 31 | "email": "dns-admin@google.com" 32 | } 33 | } -------------------------------------------------------------------------------- /testdata/noterror/jp_google.jp.pre: -------------------------------------------------------------------------------- 1 | [ JPRS database provides information on network administration. Its use is ] 2 | restricted to network administration purposes. For further information, : 3 | use 'whois -h whois.jprs.jp help'. To suppress Japanese output, add'/e' : 4 | at the end of command, e.g. 'whois -h whois.jprs.jp xxx/e'. : 5 | Domain Information: 6 | Domain Name: GOOGLE.JP 7 | registrant name: Google Inc. 8 | Name Server: ns1.google.com 9 | Name Server: ns2.google.com 10 | Name Server: ns3.google.com 11 | Name Server: ns4.google.com 12 | Signing Key: 13 | Created on: 2005/05/30 14 | Expires on: 2018/05/31 15 | Status: Active 16 | Last Updated: 2017/06/01 01:05:09 (JST) 17 | admin Contact Information: 18 | admin Name: Google Inc. 19 | admin Email: dns-admin@google.com 20 | admin Web Page: 21 | admin Postal code: 94043 22 | admin Postal Address: Mountain View, 1600 Amphitheatre Parkway, US 23 | admin Phone: 16502530000 24 | admin Fax: 16502530001 -------------------------------------------------------------------------------- /testdata/noterror/jp_mod.go.jp.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "mod.go.jp", 4 | "punycode": "mod.go.jp", 5 | "name": "mod.go", 6 | "extension": "jp", 7 | "status": [ 8 | "Connected" 9 | ], 10 | "name_servers": [ 11 | "ns1.mod.go.jp", 12 | "ns2.mod.go.jp", 13 | "ns3.mod.go.jp", 14 | "ns5.mod.go.jp", 15 | "ns6.mod.go.jp", 16 | "ns6-tk01.ocn.ad.jp", 17 | "auth1.ns.gin.ntt.net", 18 | "auth2.ns.gin.ntt.net", 19 | "auth3.ns.gin.ntt.net", 20 | "auth4.ns.gin.ntt.net", 21 | "auth5.ns.gin.ntt.net" 22 | ], 23 | "created_date": "2006/12/19", 24 | "created_date_in_time": "2006-12-19T00:00:00Z", 25 | "updated_date": "2024/01/01 01:04:32 (JST)" 26 | }, 27 | "registrant": { 28 | "organization": "Ministry of Defense" 29 | }, 30 | "administrative": { 31 | "id": "HM15693JP" 32 | }, 33 | "technical": { 34 | "id": "HM15693JP" 35 | } 36 | } -------------------------------------------------------------------------------- /testdata/noterror/jp_titech.ac.jp.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "titech.ac.jp", 4 | "punycode": "titech.ac.jp", 5 | "name": "titech.ac", 6 | "extension": "jp", 7 | "status": [ 8 | "Connected" 9 | ], 10 | "name_servers": [ 11 | "ns.fujisawa.wide.ad.jp", 12 | "ns1.noc.titech.ac.jp", 13 | "ns2.noc.titech.ac.jp" 14 | ], 15 | "updated_date": "2023/04/01 01:04:55 (JST)" 16 | }, 17 | "registrant": { 18 | "organization": "Tokyo Institute of Technology" 19 | }, 20 | "administrative": { 21 | "id": "YS12912JP" 22 | }, 23 | "technical": { 24 | "id": "NM23856JP" 25 | } 26 | } -------------------------------------------------------------------------------- /testdata/noterror/kr_git.kr.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "git.kr", 4 | "punycode": "git.kr", 5 | "name": "git", 6 | "extension": "kr", 7 | "status": [ 8 | "clientTransferProhibited" 9 | ], 10 | "name_servers": [ 11 | "ns1.parkingcrew.net", 12 | "ns2.parkingcrew.net" 13 | ], 14 | "created_date": "2012. 05. 19.", 15 | "created_date_in_time": "2012-05-19T00:00:00Z", 16 | "updated_date": "2017. 10. 17.", 17 | "updated_date_in_time": "2017-10-17T00:00:00Z", 18 | "expiration_date": "2020. 05. 19.", 19 | "expiration_date_in_time": "2020-05-19T00:00:00Z" 20 | }, 21 | "registrar": { 22 | "name": "Megazone(http://HOSTING.KR)" 23 | }, 24 | "registrant": { 25 | "name": "beats", 26 | "street": "202-1902 cimsan1cha prugio chilseongdong2ga Oksan-ro,, Buk-gu Daegu", 27 | "postal_code": "41593" 28 | }, 29 | "administrative": { 30 | "name": "beats", 31 | "phone": "82-10-6485-1888", 32 | "email": "lawyer247@hotmail.com" 33 | } 34 | } -------------------------------------------------------------------------------- /testdata/noterror/kr_git.kr.pre: -------------------------------------------------------------------------------- 1 | Domain Name : git.kr 2 | Registrant Name: beats 3 | Registrant Address : 202-1902 cimsan1cha prugio chilseongdong2ga Oksan-ro,, Buk-gu Daegu 4 | Registrant Zip Code : 41593 5 | Administrative Contact Name: beats 6 | Administrative Contact E-Mail: lawyer247@hotmail.com 7 | Administrative Contact Phone Number: 82-10-6485-1888 8 | Registered Date : 2012. 05. 19. 9 | Last Updated Date : 2017. 10. 17. 10 | Expiration Date : 2020. 05. 19. 11 | Publishes : Y 12 | Registrar Name: Megazone(http://HOSTING.KR) 13 | DNSSEC : unsigned 14 | Domain Status : clientTransferProhibited 15 | Primary Name Server 16 | Host Name : ns1.parkingcrew.net 17 | Secondary Name Server 18 | Host Name : ns2.parkingcrew.net -------------------------------------------------------------------------------- /testdata/noterror/kr_google.kr.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "google.kr", 4 | "punycode": "google.kr", 5 | "name": "google", 6 | "extension": "kr", 7 | "name_servers": [ 8 | "ns1.google.com", 9 | "ns2.google.com" 10 | ], 11 | "created_date": "2007. 03. 02.", 12 | "created_date_in_time": "2007-03-02T00:00:00Z", 13 | "updated_date": "2010. 10. 04.", 14 | "updated_date_in_time": "2010-10-04T00:00:00Z", 15 | "expiration_date": "2020. 03. 02.", 16 | "expiration_date_in_time": "2020-03-02T00:00:00Z" 17 | }, 18 | "registrar": { 19 | "name": "Whois Corp.(http://whois.co.kr)" 20 | }, 21 | "registrant": { 22 | "name": "Google Korea, LLC", 23 | "street": "22nd Floor Gangnam Finance Center, 737 Yeoksam-dong Kangnam-ku Seoul", 24 | "postal_code": "135984" 25 | }, 26 | "administrative": { 27 | "name": "Domain Administrator", 28 | "phone": "82.25319000", 29 | "email": "dns-admin@google.com" 30 | } 31 | } -------------------------------------------------------------------------------- /testdata/noterror/kr_google.kr.pre: -------------------------------------------------------------------------------- 1 | Domain Name : google.kr 2 | Registrant Name: Google Korea, LLC 3 | Registrant Address : 22nd Floor Gangnam Finance Center, 737 Yeoksam-dong Kangnam-ku Seoul 4 | Registrant Zip Code : 135984 5 | Administrative Contact Name: Domain Administrator 6 | Administrative Contact E-Mail: dns-admin@google.com 7 | Administrative Contact Phone Number: 82.25319000 8 | Registered Date : 2007. 03. 02. 9 | Last Updated Date : 2010. 10. 04. 10 | Expiration Date : 2020. 03. 02. 11 | Publishes : Y 12 | Registrar Name: Whois Corp.(http://whois.co.kr) 13 | DNSSEC : unsigned 14 | Primary Name Server 15 | Host Name : ns1.google.com 16 | Secondary Name Server 17 | Host Name : ns2.google.com -------------------------------------------------------------------------------- /testdata/noterror/kz_google.kz: -------------------------------------------------------------------------------- 1 | Whois Server for the KZ top level domain name. 2 | This server is maintained by KazNIC Organization, a ccTLD manager for Kazakhstan Republic. 3 | 4 | Domain Name............: google.kz 5 | 6 | Organization Using Domain Name 7 | Name...................: Google Inc. 8 | Organization Name......: Google Inc. 9 | Street Address.........: 2400 E. Bayshore Pkwy 10 | City...................: Mountain View 11 | State..................: CA 12 | Postal Code............: 94043 13 | Country................: US 14 | 15 | Administrative Contact/Agent 16 | NIC Handle.............: C000000197393-KZ 17 | Name...................: DNS Admin 18 | Phone Number...........: +1.6502530000 19 | Fax Number.............: +1.6506188571 20 | Email Address..........: ccops@markmonitor.com 21 | 22 | Nameserver in listed order 23 | 24 | Primary server.........: ns1.google.com 25 | Primary ip address.....: 216.239.32.10 26 | 27 | Secondary server.......: ns2.google.com 28 | Secondary ip address...: 216.239.34.10 29 | 30 | 31 | Domain created: 1999-06-07 13:01:43 (GMT+0:00) 32 | Last modified : 2012-11-28 03:16:59 (GMT+0:00) 33 | Domain status : ok - Normal state. 34 | 35 | Registar created: KAZNIC 36 | Current Registar: KAZNIC 37 | -------------------------------------------------------------------------------- /testdata/noterror/kz_google.kz.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "google.kz", 4 | "punycode": "google.kz", 5 | "name": "google", 6 | "extension": "kz", 7 | "status": [ 8 | "ok" 9 | ], 10 | "name_servers": [ 11 | "ns1.google.com", 12 | "ns2.google.com" 13 | ], 14 | "created_date": "1999-06-07 13:01:43 (GMT+0:00)", 15 | "updated_date": "2012-11-28 03:16:59 (GMT+0:00)" 16 | }, 17 | "registrar": { 18 | "name": "KAZNIC" 19 | }, 20 | "registrant": { 21 | "name": "Google Inc.", 22 | "organization": "Google Inc.", 23 | "street": "2400 E. Bayshore Pkwy", 24 | "city": "Mountain View", 25 | "postal_code": "94043", 26 | "country": "US" 27 | }, 28 | "administrative": { 29 | "id": "C000000197393-KZ", 30 | "name": "DNS Admin", 31 | "phone": "+1.6502530000", 32 | "fax": "+1.6506188571", 33 | "email": "ccops@markmonitor.com" 34 | } 35 | } -------------------------------------------------------------------------------- /testdata/noterror/kz_google.kz.pre: -------------------------------------------------------------------------------- 1 | Domain Name: google.kz 2 | Registrant Name: Google Inc. 3 | Registrant Organization Name: Google Inc. 4 | Registrant Street Address: 2400 E. Bayshore Pkwy 5 | Registrant City: Mountain View 6 | Registrant State: CA 7 | Registrant Postal Code: 94043 8 | Registrant Country: US 9 | Administrative NIC Handle: C000000197393-KZ 10 | Administrative Name: DNS Admin 11 | Administrative Phone Number: +1.6502530000 12 | Administrative Fax Number: +1.6506188571 13 | Administrative Email Address: ccops@markmonitor.com 14 | name server: ns1.google.com 15 | Primary ip address: 216.239.32.10 16 | name server: ns2.google.com 17 | Secondary ip address: 216.239.34.10 18 | Domain created: 1999-06-07 13:01:43 (GMT+0:00) 19 | Last modified: 2012-11-28 03:16:59 (GMT+0:00) 20 | Domain status: ok - Normal state. 21 | Registar created: KAZNIC 22 | Registrar Name: KAZNIC -------------------------------------------------------------------------------- /testdata/noterror/kz_ps.kz.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "ps.kz", 4 | "punycode": "ps.kz", 5 | "name": "ps", 6 | "extension": "kz", 7 | "status": [ 8 | "clientTransferProhibited", 9 | "clientDeleteProhibited", 10 | "clientRenewProhibited", 11 | "clientUpdateProhibited" 12 | ], 13 | "name_servers": [ 14 | "ns1.ps.kz", 15 | "ns2.ps.kz", 16 | "ns3.ps.kz" 17 | ], 18 | "created_date": "2003-08-18 11:20:09 (GMT+0:00)", 19 | "updated_date": "2020-10-02 10:56:07 (GMT+0:00)" 20 | }, 21 | "registrar": { 22 | "name": "ICPS" 23 | }, 24 | "registrant": { 25 | "name": "TOO \"Internet-kompaniya PS\", BIN 080840007694", 26 | "organization": "TOO \"Internet-kompaniya PS\", BIN 080840007694", 27 | "street": "ul. Makataeva 117, korpus A, office 201", 28 | "city": "Almaty", 29 | "postal_code": "050000", 30 | "country": "KZ" 31 | }, 32 | "administrative": { 33 | "id": "PS-KZ-1601636167", 34 | "name": "TOO \"Internet-kompaniya PS\", BIN 080840007694", 35 | "phone": "+7-727-3888231", 36 | "email": "info@ps.kz" 37 | } 38 | } -------------------------------------------------------------------------------- /testdata/noterror/kz_ps.kz.pre: -------------------------------------------------------------------------------- 1 | Domain Name: ps.kz 2 | Registrant Name: TOO "Internet-kompaniya PS", BIN 080840007694 3 | Registrant Organization Name: TOO "Internet-kompaniya PS", BIN 080840007694 4 | Registrant Street Address: ul. Makataeva 117, korpus A, office 201 5 | Registrant City: Almaty 6 | Registrant State: Almaty 7 | Registrant Postal Code: 050000 8 | Registrant Country: KZ 9 | Administrative NIC Handle: PS-KZ-1601636167 10 | Administrative Name: TOO "Internet-kompaniya PS", BIN 080840007694 11 | Administrative Phone Number: +7-727-3888231 12 | Administrative Fax Number: 13 | Administrative Email Address: info@ps.kz 14 | name server: ns1.ps.kz 15 | Primary ip address: 195.210.46.194, 2a00:5da0:0:1::194 16 | name server: ns2.ps.kz 17 | Secondary ip address: 195.210.46.2, 2a00:5da0:1000::2 18 | name server: ns3.ps.kz 19 | Secondary ip address: 2a00:ab00:1108:177::4, 92.53.88.26 20 | Domain created: 2003-08-18 11:20:09 (GMT+0:00) 21 | Last modified: 2020-10-02 10:56:07 (GMT+0:00) 22 | Domain status: clientTransferProhibited - 23 | Domain status: clientDeleteProhibited - 24 | Domain status: clientRenewProhibited - 25 | Domain status: clientUpdateProhibited - 26 | Registar created: KAZNIC 27 | Registrar Name: ICPS -------------------------------------------------------------------------------- /testdata/noterror/la_git.la.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "id": "D605176-LANIC", 4 | "domain": "git.la", 5 | "punycode": "git.la", 6 | "name": "git", 7 | "extension": "la", 8 | "status": [ 9 | "clientTransferProhibited" 10 | ], 11 | "name_servers": [ 12 | "bob.ns.cloudflare.com", 13 | "ivy.ns.cloudflare.com" 14 | ], 15 | "created_date": "2008-11-27T08:14:56.0Z", 16 | "created_date_in_time": "2008-11-27T08:14:56Z", 17 | "updated_date": "2019-03-27T04:42:11.0Z", 18 | "updated_date_in_time": "2019-03-27T04:42:11Z", 19 | "expiration_date": "2019-11-27T23:59:59.0Z", 20 | "expiration_date_in_time": "2019-11-27T23:59:59Z" 21 | }, 22 | "registrar": { 23 | "name": "Name.com LLC", 24 | "phone": "+1.7202492374", 25 | "email": "support@registry.la" 26 | }, 27 | "registrant": { 28 | "email": "https://whois.nic.la/contact/git.la/registrant" 29 | }, 30 | "administrative": { 31 | "email": "https://whois.nic.la/contact/git.la/admin" 32 | }, 33 | "technical": { 34 | "email": "https://whois.nic.la/contact/git.la/tech" 35 | }, 36 | "billing": { 37 | "email": "https://whois.nic.la/contact/git.la/billing" 38 | } 39 | } -------------------------------------------------------------------------------- /testdata/noterror/me_github.me.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "id": "D108500000001237245-AGRS", 4 | "domain": "github.me", 5 | "punycode": "github.me", 6 | "name": "github", 7 | "extension": "me", 8 | "status": [ 9 | "clientDeleteProhibited", 10 | "clientTransferProhibited", 11 | "clientUpdateProhibited" 12 | ], 13 | "name_servers": [ 14 | "ns1.p16.dynect.net", 15 | "ns2.p16.dynect.net", 16 | "ns3.p16.dynect.net", 17 | "ns4.p16.dynect.net" 18 | ], 19 | "created_date": "2010-08-05T17:04:24Z", 20 | "created_date_in_time": "2010-08-05T17:04:24Z", 21 | "updated_date": "2018-07-04T09:14:12Z", 22 | "updated_date_in_time": "2018-07-04T09:14:12Z", 23 | "expiration_date": "2020-08-05T17:04:24Z", 24 | "expiration_date_in_time": "2020-08-05T17:04:24Z" 25 | }, 26 | "registrar": { 27 | "id": "292", 28 | "name": "MarkMonitor Inc.", 29 | "referral_url": "http://www.markmonitor.com" 30 | }, 31 | "registrant": { 32 | "organization": "GitHub, Inc.", 33 | "province": "CA", 34 | "country": "US" 35 | } 36 | } -------------------------------------------------------------------------------- /testdata/noterror/me_google.me.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "id": "D108500000000011599-AGRS", 4 | "domain": "google.me", 5 | "punycode": "google.me", 6 | "name": "google", 7 | "extension": "me", 8 | "status": [ 9 | "clientDeleteProhibited", 10 | "clientTransferProhibited", 11 | "clientUpdateProhibited", 12 | "serverDeleteProhibited", 13 | "serverTransferProhibited", 14 | "serverUpdateProhibited" 15 | ], 16 | "name_servers": [ 17 | "ns1.google.com", 18 | "ns2.google.com", 19 | "ns4.google.com", 20 | "ns3.google.com" 21 | ], 22 | "created_date": "2008-06-13T17:17:40Z", 23 | "created_date_in_time": "2008-06-13T17:17:40Z", 24 | "updated_date": "2019-05-12T09:35:12Z", 25 | "updated_date_in_time": "2019-05-12T09:35:12Z", 26 | "expiration_date": "2020-06-13T17:17:40Z", 27 | "expiration_date_in_time": "2020-06-13T17:17:40Z" 28 | }, 29 | "registrar": { 30 | "id": "292", 31 | "name": "MarkMonitor Inc.", 32 | "referral_url": "http://www.markmonitor.com" 33 | }, 34 | "registrant": { 35 | "organization": "Google LLC", 36 | "province": "CA", 37 | "country": "US" 38 | } 39 | } -------------------------------------------------------------------------------- /testdata/noterror/name_github.name.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "id": "135788597_DOMAIN_NAME-VRSN", 4 | "domain": "github.name", 5 | "punycode": "github.name", 6 | "name": "github", 7 | "extension": "name", 8 | "status": [ 9 | "ok" 10 | ] 11 | }, 12 | "registrar": { 13 | "id": "420", 14 | "name": "Alibaba Cloud Computing (Beijing) Co., Ltd." 15 | } 16 | } -------------------------------------------------------------------------------- /testdata/noterror/name_google.name.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "id": "134538139_DOMAIN_NAME-VRSN", 4 | "domain": "google.name", 5 | "punycode": "google.name", 6 | "name": "google", 7 | "extension": "name", 8 | "status": [ 9 | "serverTransferProhibited", 10 | "serverUpdateProhibited", 11 | "serverDeleteProhibited" 12 | ] 13 | }, 14 | "registrar": { 15 | "id": "292", 16 | "name": "MarkMonitor Inc." 17 | } 18 | } -------------------------------------------------------------------------------- /testdata/noterror/nl_git.nl.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "git.nl", 4 | "punycode": "git.nl", 5 | "name": "git", 6 | "extension": "nl", 7 | "status": [ 8 | "active" 9 | ], 10 | "name_servers": [ 11 | "ns5.firstfind.net", 12 | "ns4.firstfind.nl", 13 | "ns3.firstfind.nl" 14 | ], 15 | "dnssec": true 16 | }, 17 | "registrar": { 18 | "name": "Realtime Register", 19 | "street": "Ceintuurbaan 32a, 8024AA ZWOLLE, Netherlands" 20 | } 21 | } -------------------------------------------------------------------------------- /testdata/noterror/nl_google.nl.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "google.nl", 4 | "punycode": "google.nl", 5 | "name": "google", 6 | "extension": "nl", 7 | "status": [ 8 | "active" 9 | ], 10 | "name_servers": [ 11 | "ns1.google.com", 12 | "ns2.google.com", 13 | "ns3.google.com", 14 | "ns4.google.com" 15 | ] 16 | }, 17 | "registrar": { 18 | "name": "MarkMonitor Inc.", 19 | "street": "3540 East Longwing Lane, Suite 300, 83646 Meridian, United States of America" 20 | } 21 | } -------------------------------------------------------------------------------- /testdata/noterror/nu_google.nu: -------------------------------------------------------------------------------- 1 | # Copyright (c) 1997- The Swedish Internet Foundation. 2 | # All rights reserved. 3 | # The information obtained through searches, or otherwise, is protected 4 | # by the Swedish Copyright Act (1960:729) and international conventions. 5 | # It is also subject to database protection according to the Swedish 6 | # Copyright Act. 7 | # Any use of this material to target advertising or 8 | # similar activities is forbidden and will be prosecuted. 9 | # If any of the information below is transferred to a third 10 | # party, it must be done in its entirety. This server must 11 | # not be used as a backend for a search engine. 12 | # Result of search for registered domain names under 13 | # the .se top level domain. 14 | # This whois printout is printed with UTF-8 encoding. 15 | # 16 | state: active 17 | domain: google.nu 18 | holder: mmr-171440 19 | created: 1999-06-07 20 | modified: 2021-05-06 21 | expires: 2023-06-07 22 | nserver: ns1.google.com 23 | nserver: ns2.google.com 24 | nserver: ns3.google.com 25 | nserver: ns4.google.com 26 | dnssec: unsigned delegation 27 | registry-lock: unlocked 28 | status: ok 29 | registrar: MarkMonitor Inc 30 | -------------------------------------------------------------------------------- /testdata/noterror/nu_google.nu.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "google.nu", 4 | "punycode": "google.nu", 5 | "name": "google", 6 | "extension": "nu", 7 | "status": [ 8 | "active", 9 | "ok" 10 | ], 11 | "name_servers": [ 12 | "ns1.google.com", 13 | "ns2.google.com", 14 | "ns3.google.com", 15 | "ns4.google.com" 16 | ], 17 | "created_date": "1999-06-07", 18 | "created_date_in_time": "1999-06-07T00:00:00Z", 19 | "updated_date": "2021-05-06", 20 | "updated_date_in_time": "2021-05-06T00:00:00Z", 21 | "expiration_date": "2023-06-07", 22 | "expiration_date_in_time": "2023-06-07T00:00:00Z" 23 | }, 24 | "registrar": { 25 | "name": "MarkMonitor Inc" 26 | }, 27 | "registrant": { 28 | "organization": "mmr-171440" 29 | } 30 | } -------------------------------------------------------------------------------- /testdata/noterror/nu_nic.nu.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "nic.nu", 4 | "punycode": "nic.nu", 5 | "name": "nic", 6 | "extension": "nu", 7 | "status": [ 8 | "active", 9 | "serverUpdateProhibited", 10 | "serverDeleteProhibited", 11 | "serverTransferProhibited" 12 | ], 13 | "name_servers": [ 14 | "nsa.dnsnode.net", 15 | "nsp.dnsnode.net", 16 | "nsu.dnsnode.net" 17 | ], 18 | "dnssec": true, 19 | "created_date": "1997-08-03", 20 | "created_date_in_time": "1997-08-03T00:00:00Z", 21 | "updated_date": "2022-01-26", 22 | "updated_date_in_time": "2022-01-26T00:00:00Z", 23 | "expiration_date": "2097-08-03", 24 | "expiration_date_in_time": "2097-08-03T00:00:00Z" 25 | }, 26 | "registrar": { 27 | "name": "Internetstift" 28 | }, 29 | "registrant": { 30 | "organization": "stifte5683-00001" 31 | } 32 | } -------------------------------------------------------------------------------- /testdata/noterror/nz_gre.nz.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "gre.nz", 4 | "punycode": "gre.nz", 5 | "name": "gre", 6 | "extension": "nz", 7 | "status": [ 8 | "200" 9 | ], 10 | "name_servers": [ 11 | "ns-196-c.gandi.net", 12 | "ns-110-a.gandi.net", 13 | "ns-104-b.gandi.net" 14 | ], 15 | "updated_date": "2019-01-02T04:55:30+13:00", 16 | "updated_date_in_time": "2019-01-02T04:55:30+13:00" 17 | }, 18 | "registrar": { 19 | "name": "Gandi", 20 | "street": "63/65 bd. Massena", 21 | "city": "Paris", 22 | "postal_code": "75013", 23 | "country": "FR (FRANCE)", 24 | "phone": "+33 1 70393740", 25 | "fax": "+33 1 43731851", 26 | "email": "reg.nz-admin@gandi.net" 27 | } 28 | } -------------------------------------------------------------------------------- /testdata/noterror/nz_vote.nz.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "vote.nz", 4 | "punycode": "vote.nz", 5 | "name": "vote", 6 | "extension": "nz", 7 | "status": [ 8 | "200" 9 | ], 10 | "name_servers": [ 11 | "ns3.catalyst.net.nz", 12 | "ns4.catalyst.net.nz", 13 | "ns1.catalyst.net.nz", 14 | "ns2.catalyst.net.nz" 15 | ], 16 | "updated_date": "2019-10-12T23:35:35+13:00", 17 | "updated_date_in_time": "2019-10-12T23:35:35+13:00" 18 | }, 19 | "registrar": { 20 | "name": "Catalyst DNS Administrator", 21 | "street": "PO Box 11-053", 22 | "city": "Wellington", 23 | "country": "NZ (NEW ZEALAND)", 24 | "phone": "+64 4 499 2267", 25 | "email": "dns@catalyst.net.nz" 26 | } 27 | } -------------------------------------------------------------------------------- /testdata/noterror/pl_aftermarket.pl: -------------------------------------------------------------------------------- 1 | 2 | DOMAIN NAME: aftermarket.pl 3 | registrant type: organization 4 | nameservers: ns1.dropped.net.pl. [185.253.213.10] 5 | ns2.dropped.net.pl. [185.253.214.10] 6 | created: 2008.03.16 01:08:04 7 | last modified: 2021.11.17 20:12:54 8 | renewal date: 2032.03.16 01:08:04 9 | 10 | option created: 2017.12.11 10:04:23 11 | option expiration date: 2023.12.11 10:04:23 12 | 13 | dnssec: Signed 14 | DS: 5948 13 1 5f7b05dd262e58d6f9b80ae38e872a52c10e30e0 15 | DS: 5948 13 2 578b92fc5c963e1083f6e9d243f50f4a8355af76d50a66f0e1897c116e7ba5cd 16 | DS: 5948 13 4 cd88bc16b35417baab8e2684304156d59eb272cf267499cfb21229f73255839e93f02cdd42c13d90ad2579af5c9621b5 17 | 18 | 19 | REGISTRAR: 20 | Aftermarket.pl Limited 21 | Chytron, 3, Office 301, P.C. 1075 Nicosia, Cypr 22 | tel.+357.22761649 23 | fax:+357.22767543 24 | e-mail:domains@dropped.pl 25 | http://www.AfterMarket.pl/contact.php 26 | 27 | WHOIS database responses: https://dns.pl/en/whois 28 | 29 | WHOIS displays data with a delay not exceeding 15 minutes in relation to the .pl Registry system 30 | -------------------------------------------------------------------------------- /testdata/noterror/pl_aftermarket.pl.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "aftermarket.pl", 4 | "punycode": "aftermarket.pl", 5 | "name": "aftermarket", 6 | "extension": "pl", 7 | "whois_server": "https://dns.pl/en/whois", 8 | "name_servers": [ 9 | "ns1.dropped.net.pl", 10 | "ns2.dropped.net.pl" 11 | ], 12 | "dnssec": true, 13 | "created_date": "2008.03.16 01:08:04", 14 | "created_date_in_time": "2008-03-16T01:08:04Z", 15 | "updated_date": "2021.11.17 20:12:54", 16 | "updated_date_in_time": "2021-11-17T20:12:54Z", 17 | "expiration_date": "2032.03.16 01:08:04", 18 | "expiration_date_in_time": "2032-03-16T01:08:04Z" 19 | }, 20 | "registrar": { 21 | "name": "Aftermarket.pl Limited", 22 | "street": "Chytron, 3, Office 301, P.C. 1075 Nicosia, Cypr", 23 | "email": "domains@dropped.pl", 24 | "referral_url": "http://www.AfterMarket.pl/contact.php" 25 | } 26 | } -------------------------------------------------------------------------------- /testdata/noterror/pl_aftermarket.pl.pre: -------------------------------------------------------------------------------- 1 | DOMAIN NAME: aftermarket.pl 2 | registrant type: organization 3 | nameservers: ns1.dropped.net.pl. 4 | nameservers: ns2.dropped.net.pl. 5 | created: 2008.03.16 01:08:04 6 | last modified: 2021.11.17 20:12:54 7 | renewal date: 2032.03.16 01:08:04 8 | option created: 2017.12.11 10:04:23 9 | option expiration date: 2023.12.11 10:04:23 10 | dnssec: Signed 11 | DS: 5948 13 1 5f7b05dd262e58d6f9b80ae38e872a52c10e30e0 12 | DS: 5948 13 2 578b92fc5c963e1083f6e9d243f50f4a8355af76d50a66f0e1897c116e7ba5cd 13 | DS: 5948 13 4 cd88bc16b35417baab8e2684304156d59eb272cf267499cfb21229f73255839e93f02cdd42c13d90ad2579af5c9621b5 14 | registrar name: Aftermarket.pl Limited 15 | registrar street: Chytron, 3, Office 301, P.C. 1075 Nicosia, Cypr 16 | registrar www: fax:+357.22767543 17 | registrar email: domains@dropped.pl 18 | registrar www: http://www.AfterMarket.pl/contact.php 19 | whois: https://dns.pl/en/whois 20 | WHOIS displays data with a delay not exceeding 15 minutes in relation to the .pl Registry system -------------------------------------------------------------------------------- /testdata/noterror/pl_google.pl: -------------------------------------------------------------------------------- 1 | 2 | DOMAIN NAME: google.pl 3 | registrant type: organization 4 | nameservers: ns1.google.com. 5 | ns2.google.com. 6 | ns3.google.com. 7 | ns4.google.com. 8 | created: 2002.09.19 13:00:00 9 | last modified: 2021.08.17 11:43:34 10 | renewal date: 2022.09.18 14:00:00 11 | 12 | option created: 2020.10.14 09:30:46 13 | option expiration date: 2023.10.14 09:30:46 14 | 15 | dnssec: Unsigned 16 | 17 | 18 | REGISTRAR: 19 | Markmonitor, Inc. 20 | 3540 East Longwing Lane, Suite 300 21 | Meridian, Idaho 83646 22 | United States 23 | +1.2083895740 24 | ccops@markmonitor.com 25 | 26 | WHOIS database responses: https://dns.pl/en/whois 27 | 28 | WHOIS displays data with a delay not exceeding 15 minutes in relation to the .pl Registry system 29 | -------------------------------------------------------------------------------- /testdata/noterror/pl_google.pl.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "google.pl", 4 | "punycode": "google.pl", 5 | "name": "google", 6 | "extension": "pl", 7 | "whois_server": "https://dns.pl/en/whois", 8 | "name_servers": [ 9 | "ns1.google.com", 10 | "ns2.google.com", 11 | "ns3.google.com", 12 | "ns4.google.com" 13 | ], 14 | "created_date": "2002.09.19 13:00:00", 15 | "created_date_in_time": "2002-09-19T13:00:00Z", 16 | "updated_date": "2021.08.17 11:43:34", 17 | "updated_date_in_time": "2021-08-17T11:43:34Z", 18 | "expiration_date": "2022.09.18 14:00:00", 19 | "expiration_date_in_time": "2022-09-18T14:00:00Z" 20 | }, 21 | "registrar": { 22 | "name": "Markmonitor, Inc.", 23 | "street": "3540 East Longwing Lane, Suite 300", 24 | "country": "United States", 25 | "phone": "+1.2083895740", 26 | "email": "ccops@markmonitor.com" 27 | } 28 | } -------------------------------------------------------------------------------- /testdata/noterror/pl_google.pl.pre: -------------------------------------------------------------------------------- 1 | DOMAIN NAME: google.pl 2 | registrant type: organization 3 | nameservers: ns1.google.com. 4 | nameservers: ns2.google.com. 5 | nameservers: ns3.google.com. 6 | nameservers: ns4.google.com. 7 | created: 2002.09.19 13:00:00 8 | last modified: 2021.08.17 11:43:34 9 | renewal date: 2022.09.18 14:00:00 10 | option created: 2020.10.14 09:30:46 11 | option expiration date: 2023.10.14 09:30:46 12 | dnssec: Unsigned 13 | registrar name: Markmonitor, Inc. 14 | registrar street: 3540 East Longwing Lane, Suite 300 15 | registrar country: United States 16 | registrar phone: +1.2083895740 17 | registrar email: ccops@markmonitor.com 18 | whois: https://dns.pl/en/whois 19 | WHOIS displays data with a delay not exceeding 15 minutes in relation to the .pl Registry system -------------------------------------------------------------------------------- /testdata/noterror/pl_nazwa.pl: -------------------------------------------------------------------------------- 1 | DOMAIN NAME: nazwa.pl 2 | registrant type: organization 3 | nameservers: ns1.nazwa.pl. 4 | nameservers: ns2.nazwa.pl. 5 | nameservers: ns3.nazwa.pl. 6 | created: 1999.12.24 00:00:00 7 | last modified: 2019.11.08 13:30:57 8 | renewal date: 2027.12.23 00:00:00 9 | option created: 2021.09.06 10:19:13 10 | option expiration date: 2024.09.06 10:19:13 11 | dnssec: Signed 12 | DS: 19476 13 1 8F86AAB79962A06A5F719F9A910A57921EE8B48B 13 | registrar name: nazwa.pl sp. z o.o. 14 | registrar street: ul. Mieczysława Medweckiego 17 15 | registrar country: Polska/Poland 16 | registrar phone: +48.801 33 22 33 17 | registrar phone: +48.22 454 48 10 18 | registrar phone: +48.22 454 48 08 19 | registrar email: kontakt@nazwa.pl 20 | registrar www: www.nazwa.pl 21 | whois: https://dns.pl/en/whois 22 | WHOIS displays data with a delay not exceeding 15 minutes in relation to the .pl Registry system 23 | -------------------------------------------------------------------------------- /testdata/noterror/pl_nazwa.pl.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "nazwa.pl", 4 | "punycode": "nazwa.pl", 5 | "name": "nazwa", 6 | "extension": "pl", 7 | "whois_server": "https://dns.pl/en/whois", 8 | "name_servers": [ 9 | "ns1.nazwa.pl", 10 | "ns2.nazwa.pl", 11 | "ns3.nazwa.pl" 12 | ], 13 | "dnssec": true, 14 | "created_date": "1999.12.24 00:00:00", 15 | "created_date_in_time": "1999-12-24T00:00:00Z", 16 | "updated_date": "2019.11.08 13:30:57", 17 | "updated_date_in_time": "2019-11-08T13:30:57Z", 18 | "expiration_date": "2027.12.23 00:00:00", 19 | "expiration_date_in_time": "2027-12-23T00:00:00Z" 20 | }, 21 | "registrar": { 22 | "name": "nazwa.pl sp. z o.o.", 23 | "street": "ul. Mieczysława Medweckiego 17", 24 | "country": "Polska/Poland", 25 | "phone": "+48.22 454 48 08", 26 | "email": "kontakt@nazwa.pl", 27 | "referral_url": "www.nazwa.pl" 28 | } 29 | } -------------------------------------------------------------------------------- /testdata/noterror/pl_nazwa.pl.pre: -------------------------------------------------------------------------------- 1 | DOMAIN NAME: nazwa.pl 2 | registrant type: organization 3 | nameservers: ns1.nazwa.pl. 4 | nameservers: ns2.nazwa.pl. 5 | nameservers: ns3.nazwa.pl. 6 | created: 1999.12.24 00:00:00 7 | last modified: 2019.11.08 13:30:57 8 | renewal date: 2027.12.23 00:00:00 9 | option created: 2021.09.06 10:19:13 10 | option expiration date: 2024.09.06 10:19:13 11 | dnssec: Signed 12 | DS: 19476 13 1 8F86AAB79962A06A5F719F9A910A57921EE8B48B 13 | registrar name: nazwa.pl sp. z o.o. 14 | registrar street: ul. Mieczysława Medweckiego 17 15 | registrar country: Polska/Poland 16 | registrar phone: +48.801 33 22 33 17 | registrar phone: +48.22 454 48 10 18 | registrar phone: +48.22 454 48 08 19 | registrar email: kontakt@nazwa.pl 20 | registrar www: www.nazwa.pl 21 | whois: https://dns.pl/en/whois 22 | WHOIS displays data with a delay not exceeding 15 minutes in relation to the .pl Registry system -------------------------------------------------------------------------------- /testdata/noterror/ro_git.ro.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "git.ro", 4 | "punycode": "git.ro", 5 | "name": "git", 6 | "extension": "ro", 7 | "status": [ 8 | "OK" 9 | ], 10 | "name_servers": [ 11 | "a.ns.ro", 12 | "b.ns.ro" 13 | ], 14 | "created_date": "2019-01-04", 15 | "created_date_in_time": "2019-01-04T00:00:00Z", 16 | "expiration_date": "2020-01-04", 17 | "expiration_date_in_time": "2020-01-04T00:00:00Z" 18 | }, 19 | "registrar": { 20 | "name": "NShost SRL", 21 | "referral_url": "www.nshost.ro" 22 | } 23 | } -------------------------------------------------------------------------------- /testdata/noterror/ro_google.ro.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "google.ro", 4 | "punycode": "google.ro", 5 | "name": "google", 6 | "extension": "ro", 7 | "status": [ 8 | "UpdateProhibited" 9 | ], 10 | "name_servers": [ 11 | "ns1.google.com", 12 | "ns2.google.com", 13 | "ns3.google.com", 14 | "ns4.google.com" 15 | ], 16 | "created_date": "2000-07-17", 17 | "created_date_in_time": "2000-07-17T00:00:00Z", 18 | "expiration_date": "2020-09-16", 19 | "expiration_date_in_time": "2020-09-16T00:00:00Z" 20 | }, 21 | "registrar": { 22 | "name": "MarkMonitor Inc.", 23 | "referral_url": "www.markmonitor.com" 24 | } 25 | } -------------------------------------------------------------------------------- /testdata/noterror/rs_git.rs: -------------------------------------------------------------------------------- 1 | % 2 | %This is the RNIDS Whois server. 3 | % 4 | % Date Format : DD.MM.YYYY 5 | % Whois Server Version: 1.0.0 6 | % 7 | % Rights restricted by copyright. 8 | % See http://www.rnids.rs/whois_en 9 | % 10 | % 11 | % 12 | % Ovo je odgovor od RNIDS Whois servera. 13 | % 14 | % Format datuma : DD.MM.YYYY 15 | % Verzija Whois Servera : 1.0.0 16 | % 17 | % Sva prava zadržana. Za više informacija. 18 | % pogledajte http://www.rnids.rs/whois_sr 19 | 20 | Domain name: git.rs 21 | Domain status: Active 22 | Registration date: 28.11.2018 22:06:38 23 | Modification date: 01.11.2019 14:23:58 24 | Expiration date: 28.11.2020 22:06:38 25 | Registrar: Stanco d.o.o. 26 | 27 | 28 | DNS: ns1.paukhost.com - 29 | DNS: ns2.paukhost.com - 30 | 31 | 32 | 33 | Registrant: Individual 34 | 35 | Administrative contact: Individual 36 | 37 | Technical contact: Individual 38 | 39 | -------------------------------------------------------------------------------- /testdata/noterror/rs_git.rs.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "git.rs", 4 | "punycode": "git.rs", 5 | "name": "git", 6 | "extension": "rs", 7 | "status": [ 8 | "Active" 9 | ], 10 | "name_servers": [ 11 | "ns1.paukhost.com", 12 | "ns2.paukhost.com" 13 | ], 14 | "created_date": "28.11.2018 22:06:38", 15 | "created_date_in_time": "2018-11-28T22:06:38Z", 16 | "updated_date": "01.11.2019 14:23:58", 17 | "updated_date_in_time": "2019-11-01T14:23:58Z", 18 | "expiration_date": "28.11.2020 22:06:38", 19 | "expiration_date_in_time": "2020-11-28T22:06:38Z" 20 | }, 21 | "registrar": { 22 | "name": "Stanco d.o.o." 23 | }, 24 | "registrant": { 25 | "organization": "Individual" 26 | }, 27 | "administrative": { 28 | "name": "Individual" 29 | }, 30 | "technical": { 31 | "name": "Individual" 32 | } 33 | } -------------------------------------------------------------------------------- /testdata/noterror/rs_git.rs.pre: -------------------------------------------------------------------------------- 1 | % 2 | %This is the RNIDS Whois server. 3 | % 4 | % Date Format : DD.MM.YYYY 5 | % Whois Server Version: 1.0.0 6 | % 7 | % Rights restricted by copyright. 8 | % See http://www.rnids.rs/whois_en 9 | % 10 | % 11 | % 12 | % Ovo je odgovor od RNIDS Whois servera. 13 | % 14 | % Format datuma : DD.MM.YYYY 15 | % Verzija Whois Servera : 1.0.0 16 | % 17 | % Sva prava zadržana. Za više informacija. 18 | % pogledajte http://www.rnids.rs/whois_sr 19 | Domain name: git.rs 20 | Domain status: Active 21 | Registration date: 28.11.2018 22:06:38 22 | Modification date: 01.11.2019 14:23:58 23 | Expiration date: 28.11.2020 22:06:38 24 | Registrar: Stanco d.o.o. 25 | DNS: ns1.paukhost.com - 26 | DNS: ns2.paukhost.com - 27 | Registrant: Individual 28 | Administrative contact: Individual 29 | Technical contact: Individual -------------------------------------------------------------------------------- /testdata/noterror/rs_google.rs: -------------------------------------------------------------------------------- 1 | % 2 | %This is the RNIDS Whois server. 3 | % 4 | % Date Format : DD.MM.YYYY 5 | % Whois Server Version: 1.0.0 6 | % 7 | % Rights restricted by copyright. 8 | % See http://www.rnids.rs/whois_en 9 | % 10 | % 11 | % 12 | % Ovo je odgovor od RNIDS Whois servera. 13 | % 14 | % Format datuma : DD.MM.YYYY 15 | % Verzija Whois Servera : 1.0.0 16 | % 17 | % Sva prava zadržana. Za više informacija. 18 | % pogledajte http://www.rnids.rs/whois_sr 19 | 20 | Domain name: google.rs 21 | Domain status: Active, clientUpdateProhibited 22 | Registration date: 10.03.2008 12:31:19 23 | Modification date: 07.02.2020 18:38:00 24 | Expiration date: 10.03.2021 12:31:19 25 | Registrar: NINET Company d.o.o. 26 | 27 | 28 | DNS: ns1.google.com - 29 | DNS: ns2.google.com - 30 | DNS: ns3.google.com - 216.239.36.10 31 | DNS: ns4.google.com - 216.239.38.10 32 | 33 | 34 | 35 | Registrant: Google LLC 36 | Address: 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States of America 37 | ID Number: - 38 | Tax ID: 39 | 40 | Administrative contact: Drustvo za marketing Google DOO 41 | Address: Marsala Birjuzova 47/18, Beograd, Serbia 42 | 43 | Technical contact: MarkMonitor, Inc. 44 | Address: 3540 East Longwing Lane, Suite 300, Meridian, ID 83646, United States of America 45 | 46 | -------------------------------------------------------------------------------- /testdata/noterror/rs_google.rs.pre: -------------------------------------------------------------------------------- 1 | % 2 | %This is the RNIDS Whois server. 3 | % 4 | % Date Format : DD.MM.YYYY 5 | % Whois Server Version: 1.0.0 6 | % 7 | % Rights restricted by copyright. 8 | % See http://www.rnids.rs/whois_en 9 | % 10 | % 11 | % 12 | % Ovo je odgovor od RNIDS Whois servera. 13 | % 14 | % Format datuma : DD.MM.YYYY 15 | % Verzija Whois Servera : 1.0.0 16 | % 17 | % Sva prava zadržana. Za više informacija. 18 | % pogledajte http://www.rnids.rs/whois_sr 19 | Domain name: google.rs 20 | Domain status: Active, clientUpdateProhibited 21 | Registration date: 10.03.2008 12:31:19 22 | Modification date: 07.02.2020 18:38:00 23 | Expiration date: 10.03.2021 12:31:19 24 | Registrar: NINET Company d.o.o. 25 | DNS: ns1.google.com - 26 | DNS: ns2.google.com - 27 | DNS: ns3.google.com - 216.239.36.10 28 | DNS: ns4.google.com - 216.239.38.10 29 | Registrant: Google LLC 30 | Registrant Address: 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States of America 31 | Registrant ID Number: - 32 | Registrant Tax ID: 33 | Administrative contact: Drustvo za marketing Google DOO 34 | Administrative Address: Marsala Birjuzova 47/18, Beograd, Serbia 35 | Technical contact: MarkMonitor, Inc. 36 | Technical Address: 3540 East Longwing Lane, Suite 300, Meridian, ID 83646, United States of America -------------------------------------------------------------------------------- /testdata/noterror/ru_git.ru: -------------------------------------------------------------------------------- 1 | % By submitting a query to RIPN's Whois Service 2 | % you agree to abide by the following terms of use: 3 | % http://www.ripn.net/about/servpol.html#3.2 (in Russian) 4 | % http://www.ripn.net/about/en/servpol.html#3.2 (in English). 5 | 6 | domain: GIT.RU 7 | nserver: hosting1.telekom.ru. 8 | nserver: ns2.telekom.ru. 9 | state: REGISTERED, DELEGATED, UNVERIFIED 10 | person: Private Person 11 | registrar: RELCOMHOST-RU 12 | admin-contact: https://relcom.host 13 | created: 2001-11-19T21:00:00Z 14 | paid-till: 2020-11-20T21:00:00Z 15 | free-date: 2020-12-22 16 | source: TCI 17 | 18 | Last updated on 2019-09-30T03:01:33Z 19 | 20 | 21 | -------------------------------------------------------------------------------- /testdata/noterror/ru_git.ru.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "git.ru", 4 | "punycode": "git.ru", 5 | "name": "git", 6 | "extension": "ru", 7 | "status": [ 8 | "REGISTERED", 9 | "DELEGATED", 10 | "UNVERIFIED" 11 | ], 12 | "name_servers": [ 13 | "hosting1.telekom.ru", 14 | "ns2.telekom.ru" 15 | ], 16 | "created_date": "2001-11-19T21:00:00Z", 17 | "created_date_in_time": "2001-11-19T21:00:00Z", 18 | "expiration_date": "2020-11-20T21:00:00Z", 19 | "expiration_date_in_time": "2020-11-20T21:00:00Z" 20 | }, 21 | "registrar": { 22 | "name": "RELCOMHOST-RU" 23 | }, 24 | "registrant": { 25 | "name": "Private Person" 26 | }, 27 | "administrative": { 28 | "name": "https://relcom.host" 29 | } 30 | } -------------------------------------------------------------------------------- /testdata/noterror/ru_git.ru.pre: -------------------------------------------------------------------------------- 1 | % you agree to abide by the following terms of use: 2 | % http://www.ripn.net/about/servpol.html#3.2 (in Russian) 3 | % http://www.ripn.net/about/en/servpol.html#3.2 (in English). 4 | domain: GIT.RU 5 | nserver: hosting1.telekom.ru. 6 | nserver: ns2.telekom.ru. 7 | state: REGISTERED, DELEGATED, UNVERIFIED 8 | Registrant Name: Private Person 9 | registrar: RELCOMHOST-RU 10 | admin-contact: https://relcom.host 11 | created: 2001-11-19T21:00:00Z 12 | paid-till: 2020-11-20T21:00:00Z 13 | free-date: 2020-12-22 14 | source: TCI 15 | Last updated on 2019-09-30T03:01:33Z -------------------------------------------------------------------------------- /testdata/noterror/ru_google.ru: -------------------------------------------------------------------------------- 1 | % By submitting a query to RIPN's Whois Service 2 | % you agree to abide by the following terms of use: 3 | % http://www.ripn.net/about/servpol.html#3.2 (in Russian) 4 | % http://www.ripn.net/about/en/servpol.html#3.2 (in English). 5 | 6 | domain: GOOGLE.RU 7 | nserver: ns1.google.com. 8 | nserver: ns2.google.com. 9 | nserver: ns3.google.com. 10 | nserver: ns4.google.com. 11 | state: REGISTERED, DELEGATED, VERIFIED 12 | org: Google LLC 13 | registrar: RU-CENTER-RU 14 | admin-contact: https://www.nic.ru/whois 15 | created: 2004-03-03T21:00:00Z 16 | paid-till: 2020-03-04T21:00:00Z 17 | free-date: 2020-04-05 18 | source: TCI 19 | 20 | Last updated on 2019-09-29T10:56:30Z 21 | 22 | 23 | -------------------------------------------------------------------------------- /testdata/noterror/ru_google.ru.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "google.ru", 4 | "punycode": "google.ru", 5 | "name": "google", 6 | "extension": "ru", 7 | "status": [ 8 | "REGISTERED", 9 | "DELEGATED", 10 | "VERIFIED" 11 | ], 12 | "name_servers": [ 13 | "ns1.google.com", 14 | "ns2.google.com", 15 | "ns3.google.com", 16 | "ns4.google.com" 17 | ], 18 | "created_date": "2004-03-03T21:00:00Z", 19 | "created_date_in_time": "2004-03-03T21:00:00Z", 20 | "expiration_date": "2020-03-04T21:00:00Z", 21 | "expiration_date_in_time": "2020-03-04T21:00:00Z" 22 | }, 23 | "registrar": { 24 | "name": "RU-CENTER-RU" 25 | }, 26 | "registrant": { 27 | "organization": "Google LLC" 28 | }, 29 | "administrative": { 30 | "name": "https://www.nic.ru/whois" 31 | } 32 | } -------------------------------------------------------------------------------- /testdata/noterror/ru_google.ru.pre: -------------------------------------------------------------------------------- 1 | % you agree to abide by the following terms of use: 2 | % http://www.ripn.net/about/servpol.html#3.2 (in Russian) 3 | % http://www.ripn.net/about/en/servpol.html#3.2 (in English). 4 | domain: GOOGLE.RU 5 | nserver: ns1.google.com. 6 | nserver: ns2.google.com. 7 | nserver: ns3.google.com. 8 | nserver: ns4.google.com. 9 | state: REGISTERED, DELEGATED, VERIFIED 10 | Registrant Organization: Google LLC 11 | registrar: RU-CENTER-RU 12 | admin-contact: https://www.nic.ru/whois 13 | created: 2004-03-03T21:00:00Z 14 | paid-till: 2020-03-04T21:00:00Z 15 | free-date: 2020-04-05 16 | source: TCI 17 | Last updated on 2019-09-29T10:56:30Z -------------------------------------------------------------------------------- /testdata/noterror/ru_yandex.ru: -------------------------------------------------------------------------------- 1 | % By submitting a query to RIPN's Whois Service 2 | % you agree to abide by the following terms of use: 3 | % http://www.ripn.net/about/servpol.html#3.2 (in Russian) 4 | % http://www.ripn.net/about/en/servpol.html#3.2 (in English). 5 | 6 | domain: YANDEX.RU 7 | nserver: ns1.yandex.ru. 213.180.193.1, 2a02:6b8::1 8 | nserver: ns2.yandex.ru. 93.158.134.1, 2a02:6b8:0:1::1 9 | nserver: ns9.z5h64q92x9.net. 10 | state: REGISTERED, DELEGATED, VERIFIED 11 | org: YANDEX, LLC. 12 | registrar: RU-CENTER-RU 13 | admin-contact: https://www.nic.ru/whois 14 | created: 1997-09-23T09:45:07Z 15 | paid-till: 2021-09-30T21:00:00Z 16 | free-date: 2021-11-01 17 | source: TCI 18 | 19 | Last updated on 2021-08-23T03:56:30Z 20 | -------------------------------------------------------------------------------- /testdata/noterror/ru_yandex.ru.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "yandex.ru", 4 | "punycode": "yandex.ru", 5 | "name": "yandex", 6 | "extension": "ru", 7 | "status": [ 8 | "REGISTERED", 9 | "DELEGATED", 10 | "VERIFIED" 11 | ], 12 | "name_servers": [ 13 | "ns1.yandex.ru", 14 | "ns2.yandex.ru", 15 | "ns9.z5h64q92x9.net" 16 | ], 17 | "created_date": "1997-09-23T09:45:07Z", 18 | "created_date_in_time": "1997-09-23T09:45:07Z", 19 | "expiration_date": "2021-09-30T21:00:00Z", 20 | "expiration_date_in_time": "2021-09-30T21:00:00Z" 21 | }, 22 | "registrar": { 23 | "name": "RU-CENTER-RU" 24 | }, 25 | "registrant": { 26 | "organization": "YANDEX, LLC." 27 | }, 28 | "administrative": { 29 | "name": "https://www.nic.ru/whois" 30 | } 31 | } -------------------------------------------------------------------------------- /testdata/noterror/ru_yandex.ru.pre: -------------------------------------------------------------------------------- 1 | % you agree to abide by the following terms of use: 2 | % http://www.ripn.net/about/servpol.html#3.2 (in Russian) 3 | % http://www.ripn.net/about/en/servpol.html#3.2 (in English). 4 | domain: YANDEX.RU 5 | nserver: ns1.yandex.ru. 213.180.193.1 2a02:6b8::1 6 | nserver: ns2.yandex.ru. 93.158.134.1 2a02:6b8:0:1::1 7 | nserver: ns9.z5h64q92x9.net. 8 | state: REGISTERED, DELEGATED, VERIFIED 9 | Registrant Organization: YANDEX, LLC. 10 | registrar: RU-CENTER-RU 11 | admin-contact: https://www.nic.ru/whois 12 | created: 1997-09-23T09:45:07Z 13 | paid-till: 2021-09-30T21:00:00Z 14 | free-date: 2021-11-01 15 | source: TCI 16 | Last updated on 2021-08-23T03:56:30Z -------------------------------------------------------------------------------- /testdata/noterror/se_git.se: -------------------------------------------------------------------------------- 1 | # Copyright (c) 1997- The Swedish Internet Foundation. 2 | # All rights reserved. 3 | # The information obtained through searches, or otherwise, is protected 4 | # by the Swedish Copyright Act (1960:729) and international conventions. 5 | # It is also subject to database protection according to the Swedish 6 | # Copyright Act. 7 | # Any use of this material to target advertising or 8 | # similar activities is forbidden and will be prosecuted. 9 | # If any of the information below is transferred to a third 10 | # party, it must be done in its entirety. This server must 11 | # not be used as a backend for a search engine. 12 | # Result of search for registered domain names under 13 | # the .se top level domain. 14 | # This whois printout is printed with UTF-8 encoding. 15 | # 16 | state: active 17 | domain: git.se 18 | holder: tomgen1448-00001 19 | created: 2005-01-28 20 | modified: 2022-12-29 21 | expires: 2024-01-28 22 | transferred: 2017-02-14 23 | nserver: ns1.ifenix.se 213.134.98.233 24 | nserver: ns2.ifenix.se 194.218.100.233 25 | dnssec: unsigned delegation 26 | registry-lock: unlocked 27 | status: ok 28 | registrar: www.NameSRS.com 29 | -------------------------------------------------------------------------------- /testdata/noterror/se_git.se.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "git.se", 4 | "punycode": "git.se", 5 | "name": "git", 6 | "extension": "se", 7 | "status": [ 8 | "active", 9 | "ok" 10 | ], 11 | "name_servers": [ 12 | "ns1.ifenix.se", 13 | "ns2.ifenix.se" 14 | ], 15 | "created_date": "2005-01-28", 16 | "created_date_in_time": "2005-01-28T00:00:00Z", 17 | "updated_date": "2022-12-29", 18 | "updated_date_in_time": "2022-12-29T00:00:00Z", 19 | "expiration_date": "2024-01-28", 20 | "expiration_date_in_time": "2024-01-28T00:00:00Z" 21 | }, 22 | "registrar": { 23 | "name": "www.NameSRS.com" 24 | }, 25 | "registrant": { 26 | "organization": "tomgen1448-00001" 27 | } 28 | } -------------------------------------------------------------------------------- /testdata/noterror/se_google.se.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "google.se", 4 | "punycode": "google.se", 5 | "name": "google", 6 | "extension": "se", 7 | "status": [ 8 | "active", 9 | "serverUpdateProhibited", 10 | "serverDeleteProhibited", 11 | "serverTransferProhibited" 12 | ], 13 | "name_servers": [ 14 | "ns1.google.com", 15 | "ns2.google.com", 16 | "ns3.google.com", 17 | "ns4.google.com" 18 | ], 19 | "created_date": "2003-08-27", 20 | "created_date_in_time": "2003-08-27T00:00:00Z", 21 | "updated_date": "2022-09-01", 22 | "updated_date_in_time": "2022-09-01T00:00:00Z", 23 | "expiration_date": "2023-10-20", 24 | "expiration_date_in_time": "2023-10-20T00:00:00Z" 25 | }, 26 | "registrar": { 27 | "name": "MarkMonitor Inc" 28 | }, 29 | "registrant": { 30 | "organization": "mmr8008-171440" 31 | } 32 | } -------------------------------------------------------------------------------- /testdata/noterror/se_xn--fl-fka.se: -------------------------------------------------------------------------------- 1 | # Copyright (c) 1997- The Swedish Internet Foundation. 2 | # All rights reserved. 3 | # The information obtained through searches, or otherwise, is protected 4 | # by the Swedish Copyright Act (1960:729) and international conventions. 5 | # It is also subject to database protection according to the Swedish 6 | # Copyright Act. 7 | # Any use of this material to target advertising or 8 | # similar activities is forbidden and will be prosecuted. 9 | # If any of the information below is transferred to a third 10 | # party, it must be done in its entirety. This server must 11 | # not be used as a backend for a search engine. 12 | # Result of search for registered domain names under 13 | # the .se top level domain. 14 | # This whois printout is printed with UTF-8 encoding. 15 | # 16 | state: active 17 | domain: xn--fl-fka.se (föl.se) 18 | holder: (not shown) 19 | created: 2021-12-29 20 | modified: 2022-10-17 21 | expires: 2023-12-29 22 | nserver: ns1.rymdweb.com 23 | nserver: ns2.rymdweb.com 24 | nserver: ns3.rymdweb.com 25 | dnssec: signed delegation 26 | registry-lock: unlocked 27 | status: ok 28 | registrar: Rymdweb AB 29 | -------------------------------------------------------------------------------- /testdata/noterror/se_xn--fl-fka.se.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "xn--fl-fka.se", 4 | "punycode": "xn--fl-fka.se", 5 | "name": "xn--fl-fka", 6 | "extension": "se", 7 | "status": [ 8 | "active", 9 | "ok" 10 | ], 11 | "name_servers": [ 12 | "ns1.rymdweb.com", 13 | "ns2.rymdweb.com", 14 | "ns3.rymdweb.com" 15 | ], 16 | "dnssec": true, 17 | "created_date": "2021-12-29", 18 | "created_date_in_time": "2021-12-29T00:00:00Z", 19 | "updated_date": "2022-10-17", 20 | "updated_date_in_time": "2022-10-17T00:00:00Z", 21 | "expiration_date": "2023-12-29", 22 | "expiration_date_in_time": "2023-12-29T00:00:00Z" 23 | }, 24 | "registrar": { 25 | "name": "Rymdweb AB" 26 | }, 27 | "registrant": { 28 | "organization": "(not shown)" 29 | } 30 | } -------------------------------------------------------------------------------- /testdata/noterror/sh_git.sh.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "id": "D503300000040457188-LRMS", 4 | "domain": "git.sh", 5 | "punycode": "git.sh", 6 | "name": "git", 7 | "extension": "sh", 8 | "status": [ 9 | "clientTransferProhibited" 10 | ], 11 | "name_servers": [ 12 | "ns1.ezdnscenter.com", 13 | "ns2.ezdnscenter.com" 14 | ], 15 | "created_date": "2009-04-13T05:16:13Z", 16 | "created_date_in_time": "2009-04-13T05:16:13Z", 17 | "updated_date": "2019-04-13T22:28:39Z", 18 | "updated_date_in_time": "2019-04-13T22:28:39Z", 19 | "expiration_date": "2020-04-13T05:16:13Z", 20 | "expiration_date_in_time": "2020-04-13T05:16:13Z" 21 | }, 22 | "registrar": { 23 | "id": "1868", 24 | "name": "Eranet International Limited", 25 | "referral_url": "http://www.eranet.com" 26 | }, 27 | "registrant": { 28 | "organization": "shanghai guangda", 29 | "province": "SH", 30 | "country": "CN" 31 | } 32 | } -------------------------------------------------------------------------------- /testdata/noterror/su_git.su: -------------------------------------------------------------------------------- 1 | % By submitting a query to RIPN's Whois Service 2 | % you agree to abide by the following terms of use: 3 | % http://www.ripn.net/about/servpol.html#3.2 (in Russian) 4 | % http://www.ripn.net/about/en/servpol.html#3.2 (in English). 5 | 6 | domain: GIT.SU 7 | descr: git. 8 | descr: Powered by BSD UNIX. 9 | nserver: d.ns.git.su. 2001:470:7240::d 10 | nserver: ns2.he.net. 11 | nserver: ns2.linode.com. 12 | nserver: ns3.he.net. 13 | nserver: ns4.he.net. 14 | nserver: ns4.linode.com. 15 | nserver: ns5.he.net. 16 | nserver: ns5.linode.com. 17 | state: REGISTERED, DELEGATED 18 | person: Private Person 19 | e-mail: mureninka@yandex.ru 20 | registrar: DOMENUS-SU 21 | created: 2013-03-26T19:00:20Z 22 | paid-till: 2020-03-26T20:00:20Z 23 | free-date: 2020-04-28 24 | source: TCI 25 | 26 | Last updated on 2019-10-12T08:06:33Z 27 | 28 | 29 | -------------------------------------------------------------------------------- /testdata/noterror/su_git.su.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "git.su", 4 | "punycode": "git.su", 5 | "name": "git", 6 | "extension": "su", 7 | "status": [ 8 | "REGISTERED", 9 | "DELEGATED" 10 | ], 11 | "name_servers": [ 12 | "d.ns.git.su", 13 | "ns2.he.net", 14 | "ns2.linode.com", 15 | "ns3.he.net", 16 | "ns4.he.net", 17 | "ns4.linode.com", 18 | "ns5.he.net", 19 | "ns5.linode.com" 20 | ], 21 | "created_date": "2013-03-26T19:00:20Z", 22 | "created_date_in_time": "2013-03-26T19:00:20Z", 23 | "expiration_date": "2020-03-26T20:00:20Z", 24 | "expiration_date_in_time": "2020-03-26T20:00:20Z" 25 | }, 26 | "registrar": { 27 | "name": "DOMENUS-SU" 28 | }, 29 | "registrant": { 30 | "name": "Private Person", 31 | "email": "mureninka@yandex.ru" 32 | } 33 | } -------------------------------------------------------------------------------- /testdata/noterror/su_git.su.pre: -------------------------------------------------------------------------------- 1 | % you agree to abide by the following terms of use: 2 | % http://www.ripn.net/about/servpol.html#3.2 (in Russian) 3 | % http://www.ripn.net/about/en/servpol.html#3.2 (in English). 4 | domain: GIT.SU 5 | descr: git. 6 | descr: Powered by BSD UNIX. 7 | nserver: d.ns.git.su. 2001:470:7240::d 8 | nserver: ns2.he.net. 9 | nserver: ns2.linode.com. 10 | nserver: ns3.he.net. 11 | nserver: ns4.he.net. 12 | nserver: ns4.linode.com. 13 | nserver: ns5.he.net. 14 | nserver: ns5.linode.com. 15 | state: REGISTERED, DELEGATED 16 | Registrant Name: Private Person 17 | Registrant Email: mureninka@yandex.ru 18 | registrar: DOMENUS-SU 19 | created: 2013-03-26T19:00:20Z 20 | paid-till: 2020-03-26T20:00:20Z 21 | free-date: 2020-04-28 22 | source: TCI 23 | Last updated on 2019-10-12T08:06:33Z -------------------------------------------------------------------------------- /testdata/noterror/su_google.su: -------------------------------------------------------------------------------- 1 | % By submitting a query to RIPN's Whois Service 2 | % you agree to abide by the following terms of use: 3 | % http://www.ripn.net/about/servpol.html#3.2 (in Russian) 4 | % http://www.ripn.net/about/en/servpol.html#3.2 (in English). 5 | 6 | domain: GOOGLE.SU 7 | nserver: ns3.nic.ru. 8 | nserver: ns4.nic.ru. 9 | nserver: ns8.nic.ru. 10 | state: REGISTERED, NOT DELEGATED 11 | person: Private Person 12 | e-mail: domens@mail.com 13 | registrar: RUCENTER-SU 14 | created: 2005-10-15T20:00:00Z 15 | paid-till: 2019-10-15T21:00:00Z 16 | free-date: 2019-11-18 17 | source: TCI 18 | 19 | Last updated on 2019-10-12T08:06:33Z 20 | 21 | 22 | -------------------------------------------------------------------------------- /testdata/noterror/su_google.su.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "google.su", 4 | "punycode": "google.su", 5 | "name": "google", 6 | "extension": "su", 7 | "status": [ 8 | "REGISTERED", 9 | "not delegated" 10 | ], 11 | "name_servers": [ 12 | "ns3.nic.ru", 13 | "ns4.nic.ru", 14 | "ns8.nic.ru" 15 | ], 16 | "created_date": "2005-10-15T20:00:00Z", 17 | "created_date_in_time": "2005-10-15T20:00:00Z", 18 | "expiration_date": "2019-10-15T21:00:00Z", 19 | "expiration_date_in_time": "2019-10-15T21:00:00Z" 20 | }, 21 | "registrar": { 22 | "name": "RUCENTER-SU" 23 | }, 24 | "registrant": { 25 | "name": "Private Person", 26 | "email": "domens@mail.com" 27 | } 28 | } -------------------------------------------------------------------------------- /testdata/noterror/su_google.su.pre: -------------------------------------------------------------------------------- 1 | % you agree to abide by the following terms of use: 2 | % http://www.ripn.net/about/servpol.html#3.2 (in Russian) 3 | % http://www.ripn.net/about/en/servpol.html#3.2 (in English). 4 | domain: GOOGLE.SU 5 | nserver: ns3.nic.ru. 6 | nserver: ns4.nic.ru. 7 | nserver: ns8.nic.ru. 8 | state: REGISTERED, NOT DELEGATED 9 | Registrant Name: Private Person 10 | Registrant Email: domens@mail.com 11 | registrar: RUCENTER-SU 12 | created: 2005-10-15T20:00:00Z 13 | paid-till: 2019-10-15T21:00:00Z 14 | free-date: 2019-11-18 15 | source: TCI 16 | Last updated on 2019-10-12T08:06:33Z -------------------------------------------------------------------------------- /testdata/noterror/tk_yazeji.tk.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "yazeji.tk", 4 | "punycode": "yazeji.tk", 5 | "name": "yazeji", 6 | "extension": "tk", 7 | "name_servers": [ 8 | "nsb1.hostnet.com.br", 9 | "nsb3.hostnet.com.br", 10 | "nsb5.hostnet.com.br", 11 | "nsb6.hostnet.com.br", 12 | "nsb4.hostnet.com.br" 13 | ] 14 | }, 15 | "registrant": { 16 | "name": "Dot TK administrator", 17 | "organization": "BV Dot TK", 18 | "street": "P.O. Box 11774, 1001 GT Amsterdam, Netherlands", 19 | "phone": "+31 20 5315725", 20 | "fax": "+31 20 5315721", 21 | "email": "abuse: abuse@freenom.com, copyright infringement: copyright@freenom.com" 22 | } 23 | } -------------------------------------------------------------------------------- /testdata/noterror/tk_zcore.tk: -------------------------------------------------------------------------------- 1 | 2 | Rights restricted by copyright. See 3 | http://www.dot.tk/en/pageF00.html 4 | 5 | Domain name: 6 | ZCORE.TK 7 | 8 | Organisation: 9 | Korol 10 | Korol 11 | Kharkiv, str. Mira 34 12 | 61007 Kharkiv 13 | Kharkivs'ka Oblast' 14 | Ukraine 15 | Phone: +380 67-2124222 16 | Fax: +380 67-2124222 17 | E-mail: korol1979a@rambler.ru 18 | 19 | Domain Nameservers: 20 | NS02.FREENOM.COM 21 | NS01.FREENOM.COM 22 | NS03.FREENOM.COM 23 | NS04.FREENOM.COM 24 | 25 | Domain registered: 11/29/2016 26 | Record will expire on: 01/03/2022 27 | Record maintained by: Dot TK Domain Registry 28 | -------------------------------------------------------------------------------- /testdata/noterror/tk_zcore.tk.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "zcore.tk", 4 | "punycode": "zcore.tk", 5 | "name": "zcore", 6 | "extension": "tk", 7 | "name_servers": [ 8 | "ns02.freenom.com", 9 | "ns01.freenom.com", 10 | "ns03.freenom.com", 11 | "ns04.freenom.com" 12 | ], 13 | "created_date": "11/29/2016", 14 | "created_date_in_time": "2016-11-29T00:00:00Z", 15 | "expiration_date": "01/03/2022", 16 | "expiration_date_in_time": "2022-03-01T00:00:00Z" 17 | }, 18 | "registrant": { 19 | "name": "Korol", 20 | "organization": "Korol", 21 | "street": "Kharkiv, str. Mira 34, 61007 Kharkiv, Kharkivs'ka Oblast'", 22 | "country": "Ukraine", 23 | "phone": "+380 67-2124222", 24 | "fax": "+380 67-2124222", 25 | "email": "korol1979a@rambler.ru" 26 | } 27 | } -------------------------------------------------------------------------------- /testdata/noterror/tk_zcore.tk.pre: -------------------------------------------------------------------------------- 1 | Rights restricted by copyright. See 2 | http://www.dot.tk/en/pageF00.html 3 | Domain: ZCORE.TK 4 | Registrant Organization: Korol 5 | Registrant Name: Korol 6 | Registrant Address: Kharkiv, str. Mira 34 7 | Registrant Address: 61007 Kharkiv 8 | Registrant Address: Kharkivs'ka Oblast' 9 | Registrant Country: Ukraine 10 | Registrant Phone: +380 67-2124222 11 | Registrant Fax: +380 67-2124222 12 | Registrant E-mail: korol1979a@rambler.ru 13 | Nameservers: NS02.FREENOM.COM 14 | Nameservers: NS01.FREENOM.COM 15 | Nameservers: NS03.FREENOM.COM 16 | Nameservers: NS04.FREENOM.COM 17 | Domain registered: 11/29/2016 18 | Record will expire on: 01/03/2022 19 | Record maintained by: Dot TK Domain Registry -------------------------------------------------------------------------------- /testdata/noterror/tw_git.tw: -------------------------------------------------------------------------------- 1 | Domain Name: git.tw 2 | Domain Status: clientTransferProhibited 3 | Registrant: 4 | 5 | Not displayed due to GDPR 6 | FR 7 | 8 | Administrative Contact: 9 | Not displayed due to GDPR 10 | 11 | Technical Contact: 12 | Not displayed due to GDPR 13 | 14 | Record expires on 2020-05-23 (YYYY-MM-DD) 15 | Record created on 2008-05-23 (YYYY-MM-DD) 16 | 17 | Domain servers in listed order: 18 | kristin.ns.cloudflare.com 19 | paul.ns.cloudflare.com 20 | 21 | Registration Service Provider: GANDI SAS 22 | Registration Service URL: http://www.gandi.net/whois 23 | 24 | -------------------------------------------------------------------------------- /testdata/noterror/tw_git.tw.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "git.tw", 4 | "punycode": "git.tw", 5 | "name": "git", 6 | "extension": "tw", 7 | "status": [ 8 | "clientTransferProhibited" 9 | ], 10 | "name_servers": [ 11 | "kristin.ns.cloudflare.com", 12 | "paul.ns.cloudflare.com" 13 | ], 14 | "created_date": "2008-05-23 (YYYY-MM-DD)", 15 | "expiration_date": "2020-05-23 (YYYY-MM-DD)" 16 | }, 17 | "registrar": { 18 | "name": "GANDI SAS", 19 | "referral_url": "http://www.gandi.net/whois" 20 | }, 21 | "registrant": { 22 | "organization": "Not displayed due to GDPR", 23 | "street": "FR" 24 | }, 25 | "administrative": { 26 | "name": "Not displayed due to GDPR" 27 | }, 28 | "technical": { 29 | "name": "Not displayed due to GDPR" 30 | } 31 | } -------------------------------------------------------------------------------- /testdata/noterror/tw_git.tw.pre: -------------------------------------------------------------------------------- 1 | Domain Name: git.tw 2 | Domain Status: clientTransferProhibited 3 | Registrant Organization: Not displayed due to GDPR 4 | Registrant Address: FR 5 | Registrant Address: 6 | Administrative Contact Name: Not displayed due to GDPR 7 | Administrative Contact Phone: 8 | Technical Contact Name: Not displayed due to GDPR 9 | Technical Contact Phone: 10 | Record expires on: 2020-05-23 (YYYY-MM-DD) 11 | Record created on: 2008-05-23 (YYYY-MM-DD) 12 | Domain servers in listed order: 13 | kristin.ns.cloudflare.com 14 | paul.ns.cloudflare.com 15 | Registration Service Provider: GANDI SAS 16 | Registration Service URL: http://www.gandi.net/whois -------------------------------------------------------------------------------- /testdata/noterror/tw_google.com.tw: -------------------------------------------------------------------------------- 1 | Domain Name: google.com.tw 2 | Domain Status: clientUpdateProhibited,clientTransferProhibited,clientDeleteProhibited 3 | Registrant: 4 | 5 | Google Inc. 6 | DNS Admin dns-admin@google.com 7 | +1.6502530000 8 | +1.6506188571 9 | 1600 Amphitheatre Parkway 10 | Mountain View, CA 11 | US 12 | 13 | Administrative Contact: 14 | DNS Admin dns-admin@google.com 15 | +1.6502530000 16 | +1.6506188571 17 | 18 | Technical Contact: 19 | DNS Admin dns-admin@google.com 20 | +1.6502530000 21 | +1.6506188571 22 | 23 | Record expires on 2021-11-09 00:00:00 (UTC+8) 24 | Record created on 2000-08-29 10:22:50 (UTC+8) 25 | 26 | Domain servers in listed order: 27 | ns1.google.com 28 | ns2.google.com 29 | ns3.google.com 30 | ns4.google.com 31 | 32 | Registration Service Provider: Markmonitor, Inc. 33 | Registration Service URL: http://www.markmonitor.com/ 34 | 35 | Provided by NeuStar Registry Gateway Services 36 | 37 | -------------------------------------------------------------------------------- /testdata/noterror/tw_google.com.tw.pre: -------------------------------------------------------------------------------- 1 | Domain Name: google.com.tw 2 | Domain Status: clientUpdateProhibited,clientTransferProhibited,clientDeleteProhibited 3 | Registrant Organization: Google Inc. 4 | Registrant Name: DNS Admin 5 | Registrant Email: dns-admin@google.com 6 | Registrant Phone: +1.6502530000 7 | Registrant Fax: +1.6506188571 8 | Registrant Address: 1600 Amphitheatre Parkway 9 | Registrant Address: Mountain View, CA 10 | Registrant Address: US 11 | Administrative Contact Name: DNS Admin 12 | Administrative Contact Email: dns-admin@google.com 13 | Administrative Contact Phone: +1.6502530000 14 | Administrative Contact Fax: +1.6506188571 15 | Technical Contact Name: DNS Admin 16 | Technical Contact Email: dns-admin@google.com 17 | Technical Contact Phone: +1.6502530000 18 | Technical Contact Fax: +1.6506188571 19 | Record expires on: 2021-11-09 00:00:00 (UTC+8) 20 | Record created on: 2000-08-29 10:22:50 (UTC+8) 21 | Domain servers in listed order: 22 | ns1.google.com 23 | ns2.google.com 24 | ns3.google.com 25 | ns4.google.com 26 | Registration Service Provider: Markmonitor, Inc. 27 | Registration Service URL: http://www.markmonitor.com/ 28 | Provided by NeuStar Registry Gateway Services -------------------------------------------------------------------------------- /testdata/noterror/tw_google.net.tw: -------------------------------------------------------------------------------- 1 | Domain Name: google.net.tw 2 | Domain Status: clientTransferProhibited 3 | Registrant: 4 | 聯合通科技股份有限公司 5 | Cloud Communication Technology Ltd. 6 | Su Teng Kuo daniel@mindjet.com.tw 7 | +886.89136558 8 | +886.89136518 9 | 3F.-2, No.187, Zhongyang Rd., Xindian Dist 10 | New Taipei City, New Taipei City 11 | TW 12 | 13 | Administrative Contact: 14 | Su Teng Kuo daniel@mindjet.com.tw 15 | +886.89136558 16 | +886.89136518 17 | 18 | Technical Contact: 19 | Su Teng Kuo daniel@mindjet.com.tw 20 | +886.89136558 21 | +886.89136518 22 | 23 | Record expires on 2021-08-13 00:00:00 (UTC+8) 24 | Record created on 2010-08-13 23:16:40 (UTC+8) 25 | 26 | Domain servers in listed order: 27 | ns1.afraid.org 28 | ns2.afraid.org 29 | 30 | Registration Service Provider: NET-CHINESE 31 | Registration Service URL: http://www.net-chinese.com.tw 32 | 33 | -------------------------------------------------------------------------------- /testdata/noterror/tw_google.net.tw.pre: -------------------------------------------------------------------------------- 1 | Domain Name: google.net.tw 2 | Domain Status: clientTransferProhibited 3 | Registrant Organization: 聯合通科技股份有限公司, Cloud Communication Technology Ltd. 4 | Registrant Name: Su Teng Kuo 5 | Registrant Email: daniel@mindjet.com.tw 6 | Registrant Phone: +886.89136558 7 | Registrant Fax: +886.89136518 8 | Registrant Address: 3F.-2, No.187, Zhongyang Rd., Xindian Dist 9 | Registrant Address: New Taipei City, New Taipei City 10 | Registrant Address: TW 11 | Administrative Contact Name: Su Teng Kuo 12 | Administrative Contact Email: daniel@mindjet.com.tw 13 | Administrative Contact Phone: +886.89136558 14 | Administrative Contact Fax: +886.89136518 15 | Technical Contact Name: Su Teng Kuo 16 | Technical Contact Email: daniel@mindjet.com.tw 17 | Technical Contact Phone: +886.89136558 18 | Technical Contact Fax: +886.89136518 19 | Record expires on: 2021-08-13 00:00:00 (UTC+8) 20 | Record created on: 2010-08-13 23:16:40 (UTC+8) 21 | Domain servers in listed order: 22 | ns1.afraid.org 23 | ns2.afraid.org 24 | Registration Service Provider: NET-CHINESE 25 | Registration Service URL: http://www.net-chinese.com.tw -------------------------------------------------------------------------------- /testdata/noterror/tw_google.org.tw: -------------------------------------------------------------------------------- 1 | Domain Name: google.org.tw 2 | Domain Status: ok 3 | Registrant: 4 | 5 | CIMTA 6 | Super AE super.ae88@gmail.com 7 | +886.0000000 8 | 9 | No.12, Aly. 32, Ln. 362, Fuxing Rd., Taoyuan Dist., Taoyuan City 33066, Taiwan 10 | Taoyuan, Taiwan 11 | TW 12 | 13 | Administrative Contact: 14 | Super AE super.ae88@gmail.com 15 | +886.0000000 16 | 17 | 18 | Technical Contact: 19 | Super AE super.ae88@gmail.com 20 | +886.0000000 21 | 22 | 23 | Record expires on 2022-01-14 00:00:00 (UTC+8) 24 | Record created on 2017-01-14 19:27:47 (UTC+8) 25 | 26 | Domain servers in listed order: 27 | ns49.cx901.com 28 | ns50.cx901.com 29 | 30 | Registration Service Provider: HINET 31 | Registration Service URL: http://domain.hinet.net 32 | 33 | -------------------------------------------------------------------------------- /testdata/noterror/tw_google.org.tw.pre: -------------------------------------------------------------------------------- 1 | Domain Name: google.org.tw 2 | Domain Status: ok 3 | Registrant Organization: CIMTA 4 | Registrant Name: Super AE 5 | Registrant Email: super.ae88@gmail.com 6 | Registrant Phone: +886.0000000 7 | Registrant Fax: 8 | Registrant Address: No.12, Aly. 32, Ln. 362, Fuxing Rd., Taoyuan Dist., Taoyuan City 33066, Taiwan 9 | Registrant Address: Taoyuan, Taiwan 10 | Registrant Address: TW 11 | Administrative Contact Name: Super AE 12 | Administrative Contact Email: super.ae88@gmail.com 13 | Administrative Contact Phone: +886.0000000 14 | Administrative Contact Fax: 15 | Technical Contact Name: Super AE 16 | Technical Contact Email: super.ae88@gmail.com 17 | Technical Contact Phone: +886.0000000 18 | Technical Contact Fax: 19 | Record expires on: 2022-01-14 00:00:00 (UTC+8) 20 | Record created on: 2017-01-14 19:27:47 (UTC+8) 21 | Domain servers in listed order: 22 | ns49.cx901.com 23 | ns50.cx901.com 24 | Registration Service Provider: HINET 25 | Registration Service URL: http://domain.hinet.net -------------------------------------------------------------------------------- /testdata/noterror/tw_google.tw: -------------------------------------------------------------------------------- 1 | Domain Name: google.tw 2 | Domain Status: clientUpdateProhibited,clientTransferProhibited,clientDeleteProhibited 3 | Registrant: 4 | Google Inc. 5 | DNS Admin dns-admin@google.com 6 | +1.6506234000 7 | +1.6506188571 8 | 1600 Amphitheatre Parkway 9 | Mountain View, CA 10 | US 11 | 12 | Administrative Contact: 13 | DNS Admin dns-admin@google.com 14 | +1.6506234000 15 | +1.6506188571 16 | 17 | Technical Contact: 18 | DNS Admin dns-admin@google.com 19 | +1.6506234000 20 | +1.6506188571 21 | 22 | Record expires on 2020-10-31 (YYYY-MM-DD) 23 | Record created on 2005-10-27 (YYYY-MM-DD) 24 | 25 | Domain servers in listed order: 26 | ns1.google.com 27 | ns2.google.com 28 | ns3.google.com 29 | ns4.google.com 30 | 31 | Registration Service Provider: Markmonitor, Inc. 32 | Registration Service URL: http://www.markmonitor.com/ 33 | 34 | Provided by NeuStar Registry Gateway Services 35 | 36 | -------------------------------------------------------------------------------- /testdata/noterror/tw_google.tw.pre: -------------------------------------------------------------------------------- 1 | Domain Name: google.tw 2 | Domain Status: clientUpdateProhibited,clientTransferProhibited,clientDeleteProhibited 3 | Registrant Organization: Google Inc. 4 | Registrant Name: DNS Admin 5 | Registrant Email: dns-admin@google.com 6 | Registrant Phone: +1.6506234000 7 | Registrant Fax: +1.6506188571 8 | Registrant Address: 1600 Amphitheatre Parkway 9 | Registrant Address: Mountain View, CA 10 | Registrant Address: US 11 | Administrative Contact Name: DNS Admin 12 | Administrative Contact Email: dns-admin@google.com 13 | Administrative Contact Phone: +1.6506234000 14 | Administrative Contact Fax: +1.6506188571 15 | Technical Contact Name: DNS Admin 16 | Technical Contact Email: dns-admin@google.com 17 | Technical Contact Phone: +1.6506234000 18 | Technical Contact Fax: +1.6506188571 19 | Record expires on: 2020-10-31 (YYYY-MM-DD) 20 | Record created on: 2005-10-27 (YYYY-MM-DD) 21 | Domain servers in listed order: 22 | ns1.google.com 23 | ns2.google.com 24 | ns3.google.com 25 | ns4.google.com 26 | Registration Service Provider: Markmonitor, Inc. 27 | Registration Service URL: http://www.markmonitor.com/ 28 | Provided by NeuStar Registry Gateway Services -------------------------------------------------------------------------------- /testdata/noterror/tw_msn.tw: -------------------------------------------------------------------------------- 1 | Domain Name: msn.tw 2 | 3 | Contact: 4 | Simmy Wang 5 | simmy.wang@gmail.com 6 | 7 | 8 | Record expires on 2019-10-27 (YYYY-MM-DD) 9 | Record created on 2005-10-27 (YYYY-MM-DD) 10 | 11 | 12 | Registration Service Provider: HINET 13 | Registration Service URL: http://domain.hinet.net 14 | 15 | -------------------------------------------------------------------------------- /testdata/noterror/tw_msn.tw.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "msn.tw", 4 | "punycode": "msn.tw", 5 | "name": "msn", 6 | "extension": "tw", 7 | "created_date": "2005-10-27 (YYYY-MM-DD)", 8 | "expiration_date": "2019-10-27 (YYYY-MM-DD)" 9 | }, 10 | "registrar": { 11 | "name": "HINET", 12 | "referral_url": "http://domain.hinet.net" 13 | }, 14 | "registrant": { 15 | "name": "Simmy Wang", 16 | "email": "simmy.wang@gmail.com" 17 | } 18 | } -------------------------------------------------------------------------------- /testdata/noterror/tw_msn.tw.pre: -------------------------------------------------------------------------------- 1 | Domain Name: msn.tw 2 | Registrant Contact Name: Simmy Wang 3 | Registrant Contact Email: simmy.wang@gmail.com 4 | Record expires on: 2019-10-27 (YYYY-MM-DD) 5 | Record created on: 2005-10-27 (YYYY-MM-DD) 6 | Registration Service Provider: HINET 7 | Registration Service URL: http://domain.hinet.net -------------------------------------------------------------------------------- /testdata/noterror/tw_specialized.com.tw: -------------------------------------------------------------------------------- 1 | Domain Name: specialized.com.tw 2 | Domain Status: clientTransferProhibited 3 | Registrant: 4 | 斯貝特有限公司 5 | Specialized Bicycle Components Taiwan Limited 6 | Alvin Chen alvin.chen@specialized.com 7 | +886.228381031 8 | +886.228381103 9 | No. 400, Wenchang St., Nantun Dist., TW 10 | Taichung City, Taiwan 11 | TW 12 | 13 | Administrative Contact: 14 | Alvin Chen alvin.chen@specialized.com 15 | +886.228381031 16 | +886.228381103 17 | 18 | Technical Contact: 19 | Alvin Chen alvin.chen@specialized.com 20 | +886.228381031 21 | +886.228381103 22 | 23 | Record expires on 2021-12-09 12:30:05 (UTC+8) 24 | Record created on 2015-12-09 12:30:05 (UTC+8) 25 | 26 | Domain servers in listed order: 27 | cns1.net-chinese.com.tw 28 | cns2.net-chinese.com.tw 29 | 30 | Registration Service Provider: NET-CHINESE 31 | Registration Service URL: http://www.net-chinese.com.tw 32 | 33 | -------------------------------------------------------------------------------- /testdata/noterror/tw_specialized.com.tw.pre: -------------------------------------------------------------------------------- 1 | Domain Name: specialized.com.tw 2 | Domain Status: clientTransferProhibited 3 | Registrant Organization: 斯貝特有限公司, Specialized Bicycle Components Taiwan Limited 4 | Registrant Name: Alvin Chen 5 | Registrant Email: alvin.chen@specialized.com 6 | Registrant Phone: +886.228381031 7 | Registrant Fax: +886.228381103 8 | Registrant Address: No. 400, Wenchang St., Nantun Dist., TW 9 | Registrant Address: Taichung City, Taiwan 10 | Registrant Address: TW 11 | Administrative Contact Name: Alvin Chen 12 | Administrative Contact Email: alvin.chen@specialized.com 13 | Administrative Contact Phone: +886.228381031 14 | Administrative Contact Fax: +886.228381103 15 | Technical Contact Name: Alvin Chen 16 | Technical Contact Email: alvin.chen@specialized.com 17 | Technical Contact Phone: +886.228381031 18 | Technical Contact Fax: +886.228381103 19 | Record expires on: 2021-12-09 12:30:05 (UTC+8) 20 | Record created on: 2015-12-09 12:30:05 (UTC+8) 21 | Domain servers in listed order: 22 | cns1.net-chinese.com.tw 23 | cns2.net-chinese.com.tw 24 | Registration Service Provider: NET-CHINESE 25 | Registration Service URL: http://www.net-chinese.com.tw -------------------------------------------------------------------------------- /testdata/noterror/uk_git.uk.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "git.uk", 4 | "punycode": "git.uk", 5 | "name": "git", 6 | "extension": "uk", 7 | "status": [ 8 | "Registered" 9 | ], 10 | "name_servers": [ 11 | "ns.123-reg.co.uk", 12 | "ns2.123-reg.co.uk" 13 | ], 14 | "created_date": "22-Oct-2017", 15 | "created_date_in_time": "2017-10-22T00:00:00Z", 16 | "updated_date": "29-Jun-2019", 17 | "updated_date_in_time": "2019-06-29T00:00:00Z", 18 | "expiration_date": "22-Oct-2019", 19 | "expiration_date_in_time": "2019-10-22T00:00:00Z" 20 | }, 21 | "registrar": { 22 | "name": "123-Reg Limited t/a 123-reg [Tag = 123-REG]", 23 | "referral_url": "http://www.123-reg.co.uk" 24 | } 25 | } -------------------------------------------------------------------------------- /testdata/noterror/uk_git.uk.pre: -------------------------------------------------------------------------------- 1 | Domain name: 2 | git.uk 3 | Data validation: 4 | Nominet was able to match the registrant's name and address against a 3rd party data source on 23-Oct-2017 5 | Registrar: 6 | 123-Reg Limited t/a 123-reg [Tag = 123-REG] 7 | Registrar URL: http://www.123-reg.co.uk 8 | Relevant dates: 9 | Registered on: 22-Oct-2017 10 | Expiry date: 22-Oct-2019 11 | Last updated: 29-Jun-2019 12 | Registration status: 13 | Registered until expiry date. 14 | Name servers: 15 | ns.123-reg.co.uk 212.67.202.2 16 | ns2.123-reg.co.uk 62.138.132.21 17 | WHOIS lookup made at 09:41:55 12-Oct-2019 18 | -- 19 | This WHOIS information is provided for free by Nominet UK the central registry 20 | for .uk domain names. This information and the .uk WHOIS are: 21 | Copyright Nominet UK 1996 - 2019. 22 | You may not access the .uk WHOIS or use any data from it except as permitted 23 | by the terms of use available in full at https://www.nominet.uk/whoisterms, 24 | which includes restrictions on: (A) use of the data for advertising, or its 25 | repackaging, recompilation, redistribution or reuse (B) obscuring, removing 26 | or hiding any or all of this notice and (C) exceeding query rate or volume 27 | limits. The data is provided on an 'as-is' basis and may lag behind the 28 | register. Access may be withdrawn or restricted at any time. -------------------------------------------------------------------------------- /testdata/noterror/uk_google.uk.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "google.uk", 4 | "punycode": "google.uk", 5 | "name": "google", 6 | "extension": "uk", 7 | "status": [ 8 | "Registered" 9 | ], 10 | "name_servers": [ 11 | "ns1.googledomains.com", 12 | "ns2.googledomains.com", 13 | "ns3.googledomains.com", 14 | "ns4.googledomains.com" 15 | ], 16 | "created_date": "11-Jun-2014", 17 | "created_date_in_time": "2014-06-11T00:00:00Z", 18 | "updated_date": "10-May-2019", 19 | "updated_date_in_time": "2019-05-10T00:00:00Z", 20 | "expiration_date": "11-Jun-2020", 21 | "expiration_date_in_time": "2020-06-11T00:00:00Z" 22 | }, 23 | "registrar": { 24 | "name": "Markmonitor Inc. t/a MarkMonitor Inc. [Tag = MARKMONITOR]", 25 | "referral_url": "http://www.markmonitor.com" 26 | } 27 | } -------------------------------------------------------------------------------- /testdata/noterror/ws_github.ws: -------------------------------------------------------------------------------- 1 | Domain Name: GITHUB.WS 2 | Domain ID: D865CD2AE420835CE040010AAB015FFF 3 | WHOIS Server: whois.markmonitor.com 4 | Registrar URL: http://www.markmonitor.com/whois.asp 5 | Updated Date: 2018-07-04T09:14:12Z 6 | Creation Date: 2010-08-05T17:04:22Z 7 | Registrar Registration Expiration Date: 2020-08-05T17:04:22Z 8 | Registrar: MarkMonitor Inc. 9 | Registrar IANA ID: 292 10 | Registrar Abuse Contact Email: ccops@markmonitor.com 11 | Registrar Abuse Contact Phone: 2083895740 12 | Domain Status: clientTransferProhibited 13 | Domain Status: clientDeleteProhibited 14 | Domain Status: clientUpdateProhibited 15 | Name Server: ns1.p16.dynect.net 16 | Name Server: ns2.p16.dynect.net 17 | Name Server: ns3.p16.dynect.net 18 | Name Server: ns4.p16.dynect.net 19 | DNSSEC: unsigned 20 | URL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.internic.net/ 21 | >>> Last update of WHOIS database: 2019-10-12T11:32:19Z <<< 22 | 23 | For more information on Whois status codes, please visit https://icann.org/epp 24 | 25 | 26 | -------------------------------------------------------------------------------- /testdata/noterror/ws_github.ws.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "id": "D865CD2AE420835CE040010AAB015FFF", 4 | "domain": "github.ws", 5 | "punycode": "github.ws", 6 | "name": "github", 7 | "extension": "ws", 8 | "whois_server": "whois.markmonitor.com", 9 | "status": [ 10 | "clientTransferProhibited", 11 | "clientDeleteProhibited", 12 | "clientUpdateProhibited" 13 | ], 14 | "name_servers": [ 15 | "ns1.p16.dynect.net", 16 | "ns2.p16.dynect.net", 17 | "ns3.p16.dynect.net", 18 | "ns4.p16.dynect.net" 19 | ], 20 | "created_date": "2010-08-05T17:04:22Z", 21 | "created_date_in_time": "2010-08-05T17:04:22Z", 22 | "updated_date": "2018-07-04T09:14:12Z", 23 | "updated_date_in_time": "2018-07-04T09:14:12Z", 24 | "expiration_date": "2020-08-05T17:04:22Z", 25 | "expiration_date_in_time": "2020-08-05T17:04:22Z" 26 | }, 27 | "registrar": { 28 | "id": "292", 29 | "name": "MarkMonitor Inc.", 30 | "phone": "2083895740", 31 | "email": "ccops@markmonitor.com", 32 | "referral_url": "http://www.markmonitor.com/whois.asp" 33 | } 34 | } -------------------------------------------------------------------------------- /testdata/noterror/ws_google.ws: -------------------------------------------------------------------------------- 1 | Domain Name: GOOGLE.WS 2 | Domain ID: D865CD29234E835CE040010AAB015FFF 3 | WHOIS Server: whois.markmonitor.com 4 | Registrar URL: http://www.markmonitor.com/whois.asp 5 | Updated Date: 2019-01-30T09:53:55Z 6 | Creation Date: 2002-03-03T17:00:26Z 7 | Registrar Registration Expiration Date: 2020-03-03T23:00:26Z 8 | Registrar: MarkMonitor Inc. 9 | Registrar IANA ID: 292 10 | Registrar Abuse Contact Email: ccops@markmonitor.com 11 | Registrar Abuse Contact Phone: 2083895740 12 | Domain Status: clientTransferProhibited 13 | Domain Status: clientDeleteProhibited 14 | Domain Status: clientUpdateProhibited 15 | Name Server: ns1.google.com 16 | Name Server: ns2.google.com 17 | Name Server: ns3.google.com 18 | Name Server: ns4.google.com 19 | DNSSEC: unsigned 20 | URL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.internic.net/ 21 | >>> Last update of WHOIS database: 2019-10-12T11:31:21Z <<< 22 | 23 | For more information on Whois status codes, please visit https://icann.org/epp 24 | 25 | 26 | -------------------------------------------------------------------------------- /testdata/noterror/ws_google.ws.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "id": "D865CD29234E835CE040010AAB015FFF", 4 | "domain": "google.ws", 5 | "punycode": "google.ws", 6 | "name": "google", 7 | "extension": "ws", 8 | "whois_server": "whois.markmonitor.com", 9 | "status": [ 10 | "clientTransferProhibited", 11 | "clientDeleteProhibited", 12 | "clientUpdateProhibited" 13 | ], 14 | "name_servers": [ 15 | "ns1.google.com", 16 | "ns2.google.com", 17 | "ns3.google.com", 18 | "ns4.google.com" 19 | ], 20 | "created_date": "2002-03-03T17:00:26Z", 21 | "created_date_in_time": "2002-03-03T17:00:26Z", 22 | "updated_date": "2019-01-30T09:53:55Z", 23 | "updated_date_in_time": "2019-01-30T09:53:55Z", 24 | "expiration_date": "2020-03-03T23:00:26Z", 25 | "expiration_date_in_time": "2020-03-03T23:00:26Z" 26 | }, 27 | "registrar": { 28 | "id": "292", 29 | "name": "MarkMonitor Inc.", 30 | "phone": "2083895740", 31 | "email": "ccops@markmonitor.com", 32 | "referral_url": "http://www.markmonitor.com/whois.asp" 33 | } 34 | } -------------------------------------------------------------------------------- /testdata/noterror/xn--fiqs8s_xn--6qq79v.xn--fiqs8s: -------------------------------------------------------------------------------- 1 | Domain Name: 你好.中国 2 | Puny Name: xn--6qq79v.xn--fiqs8s 3 | Domain Name: 你好.中國 4 | Puny Name: xn--6qq79v.xn--fiqz9s 5 | ROID: 20040808s12345s00386885-cn 6 | Domain Status: clientDeleteProhibited 7 | Domain Status: clientTransferProhibited 8 | Registrant: 王玉实 9 | Registrant Contact Email: ah123@189.cn 10 | Sponsoring Registrar: 厦门易名科技股份有限公司 11 | Name Server: ns3.dns.com 12 | Name Server: ns4.dns.com 13 | Registration Time: 2004-08-08 22:27:10 14 | Expiration Time: 2021-08-08 22:27:10 15 | DNSSEC: unsigned 16 | 17 | -------------------------------------------------------------------------------- /testdata/noterror/xn--fiqs8s_xn--6qq79v.xn--fiqs8s.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "id": "20040808s12345s00386885-cn", 4 | "domain": "你好.中国", 5 | "punycode": "xn--6qq79v.xn--fiqs8s", 6 | "name": "xn--6qq79v", 7 | "extension": "xn--fiqs8s", 8 | "status": [ 9 | "clientDeleteProhibited", 10 | "clientTransferProhibited" 11 | ], 12 | "name_servers": [ 13 | "ns3.dns.com", 14 | "ns4.dns.com" 15 | ], 16 | "created_date": "2004-08-08 22:27:10", 17 | "created_date_in_time": "2004-08-08T22:27:10Z", 18 | "expiration_date": "2021-08-08 22:27:10", 19 | "expiration_date_in_time": "2021-08-08T22:27:10Z" 20 | }, 21 | "registrar": { 22 | "name": "厦门易名科技股份有限公司" 23 | }, 24 | "registrant": { 25 | "name": "王玉实", 26 | "email": "ah123@189.cn" 27 | } 28 | } -------------------------------------------------------------------------------- /testdata/noterror/xn--fiqs8s_xn--6qq79v.xn--fiqs8s.pre: -------------------------------------------------------------------------------- 1 | Domain Name: 你好.中国 2 | Puny Name: xn--6qq79v.xn--fiqs8s 3 | Domain Name: 你好.中國 4 | Puny Name: xn--6qq79v.xn--fiqz9s 5 | ROID: 20040808s12345s00386885-cn 6 | Domain Status: clientDeleteProhibited 7 | Domain Status: clientTransferProhibited 8 | registrant name: 王玉实 9 | Registrant Contact Email: ah123@189.cn 10 | Sponsoring Registrar: 厦门易名科技股份有限公司 11 | Name Server: ns3.dns.com 12 | Name Server: ns4.dns.com 13 | Registration Time: 2004-08-08 22:27:10 14 | Expiration Time: 2021-08-08 22:27:10 15 | DNSSEC: unsigned -------------------------------------------------------------------------------- /testdata/noterror/xn--fiqs8s_xn--vhq524a.xn--fiqs8s: -------------------------------------------------------------------------------- 1 | Domain Name: 实业.中国 2 | Puny Name: xn--vhq524a.xn--fiqs8s 3 | Domain Name: 实业.中國 4 | Puny Name: xn--vhq524a.xn--fiqz9s 5 | Domain Name: 實業.中国 6 | Puny Name: xn--sdts82a.xn--fiqs8s 7 | Domain Name: 實業.中國 8 | Puny Name: xn--sdts82a.xn--fiqz9s 9 | ROID: 20200805s12345s16641206-cn 10 | Domain Status: ok 11 | Registrant: 萍乡大唐网络科技有限公司 12 | Registrant Contact Email: 28669@163.com 13 | Sponsoring Registrar: 浙江贰贰网络有限公司 14 | Name Server: ns1.22.cn 15 | Name Server: ns2.22.cn 16 | Registration Time: 2020-08-05 07:36:09 17 | Expiration Time: 2021-08-05 07:36:09 18 | DNSSEC: unsigned 19 | 20 | -------------------------------------------------------------------------------- /testdata/noterror/xn--fiqs8s_xn--vhq524a.xn--fiqs8s.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "id": "20200805s12345s16641206-cn", 4 | "domain": "实业.中国", 5 | "punycode": "xn--vhq524a.xn--fiqs8s", 6 | "name": "xn--vhq524a", 7 | "extension": "xn--fiqs8s", 8 | "status": [ 9 | "ok" 10 | ], 11 | "name_servers": [ 12 | "ns1.22.cn", 13 | "ns2.22.cn" 14 | ], 15 | "created_date": "2020-08-05 07:36:09", 16 | "created_date_in_time": "2020-08-05T07:36:09Z", 17 | "expiration_date": "2021-08-05 07:36:09", 18 | "expiration_date_in_time": "2021-08-05T07:36:09Z" 19 | }, 20 | "registrar": { 21 | "name": "浙江贰贰网络有限公司" 22 | }, 23 | "registrant": { 24 | "name": "萍乡大唐网络科技有限公司", 25 | "email": "28669@163.com" 26 | } 27 | } -------------------------------------------------------------------------------- /testdata/noterror/xn--fiqs8s_xn--vhq524a.xn--fiqs8s.pre: -------------------------------------------------------------------------------- 1 | Domain Name: 实业.中国 2 | Puny Name: xn--vhq524a.xn--fiqs8s 3 | Domain Name: 实业.中國 4 | Puny Name: xn--vhq524a.xn--fiqz9s 5 | Domain Name: 實業.中国 6 | Puny Name: xn--sdts82a.xn--fiqs8s 7 | Domain Name: 實業.中國 8 | Puny Name: xn--sdts82a.xn--fiqz9s 9 | ROID: 20200805s12345s16641206-cn 10 | Domain Status: ok 11 | registrant name: 萍乡大唐网络科技有限公司 12 | Registrant Contact Email: 28669@163.com 13 | Sponsoring Registrar: 浙江贰贰网络有限公司 14 | Name Server: ns1.22.cn 15 | Name Server: ns2.22.cn 16 | Registration Time: 2020-08-05 07:36:09 17 | Expiration Time: 2021-08-05 07:36:09 18 | DNSSEC: unsigned -------------------------------------------------------------------------------- /testdata/noterror/xn--mgba3a4f16a_xn--ngbmj.xn--mgba3a4f16a: -------------------------------------------------------------------------------- 1 | % This is the IRNIC Whois server v1.6.2. 2 | % Available on web at http://whois.nic.ir/ 3 | % Find the terms and conditions of use on http://www.nic.ir/ 4 | % 5 | % This server uses UTF-8 as the encoding for requests and responses. 6 | 7 | % NOTE: This output has been filtered. 8 | 9 | % Information related to 'xn--ngbmj.xn--mgba3a4f16a' 10 | 11 | 12 | domain: بخر.ایران 13 | ascii: xn--ngbmj.xn--mgba3a4f16a 14 | remarks: (Domain Holder) Yousef Alavi Moghaddam 15 | remarks: (Domain Holder Address) Unit 6, No. 590, BETWEEN LALE-ZAR AND SAADI, ENGHELAB St.,, TEHRAN, TEHRAN, IR 16 | holder-c: ya88-irnic 17 | admin-c: ya88-irnic 18 | tech-c: ya88-irnic 19 | nserver: ns1.telematics.ir 20 | nserver: ns2.telematics.ir 21 | last-updated: 2018-04-29 22 | expire-date: 2023-05-11 23 | source: IRNIC # Filtered 24 | 25 | nic-hdl: ya88-irnic 26 | person: Yousef Alavi Moghaddam 27 | e-mail: yousefalavi@yahoo.com 28 | address: Unit 6, No. 590, BETWEEN LALE-ZAR AND SAADI, ENGHELAB St.,, TEHRAN, TEHRAN, IR 29 | phone: +98 21 66733154 30 | fax-no: +98 21 66732207 31 | source: IRNIC # Filtered 32 | 33 | 34 | -------------------------------------------------------------------------------- /testdata/noterror/xn--p1ai_xn--j1ay.xn--p1ai: -------------------------------------------------------------------------------- 1 | % By submitting a query to RIPN's Whois Service 2 | % you agree to abide by the following terms of use: 3 | % http://www.ripn.net/about/servpol.html#3.2 (in Russian) 4 | % http://www.ripn.net/about/en/servpol.html#3.2 (in English). 5 | 6 | domain: XN--J1AY.XN--P1AI 7 | nserver: ns1.cctld.ru. 8 | nserver: ns.cctld.ru. 9 | state: REGISTERED, DELEGATED, VERIFIED 10 | org: Coordination Center for TLD RU 11 | registrar: NETHOUSE-RF 12 | admin-contact: https://domains.nethouse.ru/whois/form 13 | created: 2009-11-25T08:15:46Z 14 | paid-till: 2021-11-25T08:15:46Z 15 | free-date: 2021-12-26 16 | source: TCI 17 | 18 | Last updated on 2021-08-23T04:51:30Z 19 | -------------------------------------------------------------------------------- /testdata/noterror/xn--p1ai_xn--j1ay.xn--p1ai.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "domain": "xn--j1ay.xn--p1ai", 4 | "punycode": "xn--j1ay.xn--p1ai", 5 | "name": "xn--j1ay", 6 | "extension": "xn--p1ai", 7 | "status": [ 8 | "REGISTERED", 9 | "DELEGATED", 10 | "VERIFIED" 11 | ], 12 | "name_servers": [ 13 | "ns1.cctld.ru", 14 | "ns.cctld.ru" 15 | ], 16 | "created_date": "2009-11-25T08:15:46Z", 17 | "created_date_in_time": "2009-11-25T08:15:46Z", 18 | "expiration_date": "2021-11-25T08:15:46Z", 19 | "expiration_date_in_time": "2021-11-25T08:15:46Z" 20 | }, 21 | "registrar": { 22 | "name": "NETHOUSE-RF" 23 | }, 24 | "registrant": { 25 | "organization": "Coordination Center for TLD RU" 26 | }, 27 | "administrative": { 28 | "name": "https://domains.nethouse.ru/whois/form" 29 | } 30 | } -------------------------------------------------------------------------------- /testdata/noterror/xn--p1ai_xn--j1ay.xn--p1ai.pre: -------------------------------------------------------------------------------- 1 | % you agree to abide by the following terms of use: 2 | % http://www.ripn.net/about/servpol.html#3.2 (in Russian) 3 | % http://www.ripn.net/about/en/servpol.html#3.2 (in English). 4 | domain: XN--J1AY.XN--P1AI 5 | nserver: ns1.cctld.ru. 6 | nserver: ns.cctld.ru. 7 | state: REGISTERED, DELEGATED, VERIFIED 8 | Registrant Organization: Coordination Center for TLD RU 9 | registrar: NETHOUSE-RF 10 | admin-contact: https://domains.nethouse.ru/whois/form 11 | created: 2009-11-25T08:15:46Z 12 | paid-till: 2021-11-25T08:15:46Z 13 | free-date: 2021-12-26 14 | source: TCI 15 | Last updated on 2021-08-23T04:51:30Z -------------------------------------------------------------------------------- /testdata/noterror/xxx_google.xxx.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "id": "D29317-AGRS", 4 | "domain": "google.xxx", 5 | "punycode": "google.xxx", 6 | "name": "google", 7 | "extension": "xxx", 8 | "status": [ 9 | "clientDeleteProhibited", 10 | "clientTransferProhibited", 11 | "clientUpdateProhibited" 12 | ], 13 | "name_servers": [ 14 | "ns3.googledomains.com", 15 | "ns1.googledomains.com", 16 | "ns2.googledomains.com", 17 | "ns4.googledomains.com" 18 | ], 19 | "created_date": "2011-12-01T21:25:32Z", 20 | "created_date_in_time": "2011-12-01T21:25:32Z", 21 | "updated_date": "2018-10-30T09:36:37Z", 22 | "updated_date_in_time": "2018-10-30T09:36:37Z", 23 | "expiration_date": "2019-12-01T21:25:32Z", 24 | "expiration_date_in_time": "2019-12-01T21:25:32Z" 25 | }, 26 | "registrar": { 27 | "id": "292", 28 | "name": "MarkMonitor Inc.", 29 | "referral_url": "http://www.markmonitor.com" 30 | }, 31 | "registrant": { 32 | "organization": "Google Inc.", 33 | "province": "CA", 34 | "country": "US" 35 | } 36 | } -------------------------------------------------------------------------------- /testdata/noterror/xxx_porn.xxx.json: -------------------------------------------------------------------------------- 1 | { 2 | "domain": { 3 | "id": "D1195891-AGRS", 4 | "domain": "porn.xxx", 5 | "punycode": "porn.xxx", 6 | "name": "porn", 7 | "extension": "xxx", 8 | "status": [ 9 | "serverTransferProhibited", 10 | "transferPeriod" 11 | ], 12 | "name_servers": [ 13 | "ns1.eurodns.com", 14 | "ns2.eurodns.com", 15 | "ns3.eurodns.com", 16 | "ns4.eurodns.com" 17 | ], 18 | "created_date": "2013-05-16T22:38:13Z", 19 | "created_date_in_time": "2013-05-16T22:38:13Z", 20 | "updated_date": "2019-10-04T20:56:58Z", 21 | "updated_date_in_time": "2019-10-04T20:56:58Z", 22 | "expiration_date": "2021-05-16T22:38:13Z", 23 | "expiration_date_in_time": "2021-05-16T22:38:13Z" 24 | }, 25 | "registrar": { 26 | "id": "1052", 27 | "name": "EuroDNS S.A.", 28 | "phone": "+352.27220150", 29 | "email": "legalservices@eurodns.com", 30 | "referral_url": "http://www.eurodns.com" 31 | }, 32 | "registrant": { 33 | "organization": "Sagan Limited", 34 | "country": "SC" 35 | } 36 | } -------------------------------------------------------------------------------- /testdata/notfound/ai_likexian-have-no-money-to-register.ai: -------------------------------------------------------------------------------- 1 | Domain Name: likexian-have-no-money-to-register.ai 2 | Domain Status: No Object Found 3 | >>> Last update of WHOIS database: 2022-07-03T03:42:16.407Z <<< 4 | 5 | 6 | TERMS OF USE: You are not authorized to access or query our WHOIS database through the use of electronic processes that are high-volume and automated. THis WHOIS database is provided by as a service to the internet community. 7 | 8 | The data is for information purposes only. We do not guarantee its accuracy. By submitting a WHOIS query, you agree to abide by the following terms of use: You agree that you may use this Data only for lawful purposes and that under no circumstances will you use this Data to: (1) allow, enable, or otherwise support the transmission of mass unsolicited, commercial advertising or solicitations via e-mail, telephone, or facsimile; or (2) enable high volume, automated, electronic processes that apply to CoCCA it's members (or CoCCA or member computer systems). The compilation, repackaging, dissemination or other use of this Data is expressly prohibited. 9 | -------------------------------------------------------------------------------- /testdata/notfound/br_likexian-have-no-money-to-register.br: -------------------------------------------------------------------------------- 1 | 2 | % Copyright (c) Nic.br 3 | % The use of the data below is only permitted as described in 4 | % full by the Use and Privacy Policy at https://registro.br/upp , 5 | % being prohibited its distribution, commercialization or 6 | % reproduction, in particular, to use it for advertising or 7 | % any similar purpose. 8 | % 2022-07-03T00:51:04-03:00 - IP: 1.1.1.1 9 | 10 | % No match for likexian-have-no-money-to-register.br 11 | 12 | % Security and mail abuse issues should also be addressed to 13 | % cert.br, http://www.cert.br/ , respectivelly to cert@cert.br 14 | % and mail-abuse@cert.br 15 | % 16 | % whois.registro.br accepts only direct match queries. Types 17 | % of queries are: domain (.br), registrant (tax ID), ticket, 18 | % provider, CIDR block, IP and ASN. 19 | -------------------------------------------------------------------------------- /testdata/notfound/by_likexian-have-no-money-to-register.by: -------------------------------------------------------------------------------- 1 | Object does not exist 2 | -------------------------------------------------------------------------------- /testdata/notfound/ca_likexian-have-no-money-to-register.ca: -------------------------------------------------------------------------------- 1 | Not found: likexian-have-no-money-to-register.ca 2 | 3 | % 4 | % Use of CIRA's WHOIS service is governed by the Terms of Use in its Legal 5 | % Notice, available at http://www.cira.ca/legal-notice/?lang=en 6 | % 7 | % (c) 2022 Canadian Internet Registration Authority, (http://www.cira.ca/) 8 | -------------------------------------------------------------------------------- /testdata/notfound/ch_likexian-have-no-money-to-register.ch: -------------------------------------------------------------------------------- 1 | The domain name is not registered. 2 | -------------------------------------------------------------------------------- /testdata/notfound/cn_likexian-have-no-money-to-register.cn: -------------------------------------------------------------------------------- 1 | No matching record. 2 | -------------------------------------------------------------------------------- /testdata/notfound/coop_likexian-have-no-money-to-register.coop: -------------------------------------------------------------------------------- 1 | The queried object does not exist: DOMAIN NOT FOUND 2 | 3 | >>> Last update of WHOIS database: 2022-07-03T03:51:17.0Z <<< 4 | 5 | For more information on Whois status codes, please visit https://icann.org/epp 6 | 7 | >>> IMPORTANT INFORMATION ABOUT THE DEPLOYMENT OF RDAP: please visit 8 | https://www.centralnic.com/support/rdap <<< 9 | 10 | The Whois and RDAP services are provided by CentralNic, and contain 11 | information pertaining to Internet domain names registered by our 12 | our customers. By using this service you are agreeing (1) not to use any 13 | information presented here for any purpose other than determining 14 | ownership of domain names, (2) not to store or reproduce this data in 15 | any way, (3) not to use any high-volume, automated, electronic processes 16 | to obtain data from this service. Abuse of this service is monitored and 17 | actions in contravention of these terms will result in being permanently 18 | blacklisted. All data is (c) CentralNic Ltd (https://www.centralnic.com) 19 | 20 | Access to the Whois and RDAP services is rate limited. For more 21 | information, visit https://registrar-console.centralnic.com/pub/whois_guidance. 22 | -------------------------------------------------------------------------------- /testdata/notfound/cymru_likexian-have-no-money-to-register.cymru: -------------------------------------------------------------------------------- 1 | This domain name has not been registered. 2 | 3 | >>> Last update of WHOIS database: 2022-07-03T03:51:20Z <<< 4 | This WHOIS information is provided for free by Nominet UK, the central registry for .cymru domain names. This information and the .cymru WHOIS are: 5 | 6 | Copyright Nominet UK 2022. 7 | 8 | You may not access the .cymru WHOIS or use any data from it except as permitted by the terms of use available in full at http://www.nominet.org.uk/whois, which includes restrictions on: (A) use of the data for advertising, or its repackaging, recompilation, redistribution or reuse (B) obscuring, removing or hiding any or all of this notice and (C) exceeding query rate or volume limits. The data is provided on an 'as-is' basis and may lag behind the register. No guarantee is given as to the accuracy of the data provided. Access may be withdrawn or restricted at any time. 9 | -------------------------------------------------------------------------------- /testdata/notfound/de_likexian-have-no-money-to-register.de: -------------------------------------------------------------------------------- 1 | Domain: likexian-have-no-money-to-register.de 2 | Status: free 3 | -------------------------------------------------------------------------------- /testdata/notfound/dk_likexian-have-no-money-to-register.dk: -------------------------------------------------------------------------------- 1 | # Hello 1.1.1.1. Your session has been logged. 2 | # 3 | # Copyright (c) 2002 - 2022 by DK Hostmaster A/S 4 | # 5 | # Version: 5.0.2 6 | # 7 | # The data in the DK Whois database is provided by DK Hostmaster A/S 8 | # for information purposes only, and to assist persons in obtaining 9 | # information about or related to a domain name registration record. 10 | # We do not guarantee its accuracy. We will reserve the right to remove 11 | # access for entities abusing the data, without notice. 12 | # 13 | # Any use of this material to target advertising or similar activities 14 | # are explicitly forbidden and will be prosecuted. DK Hostmaster A/S 15 | # requests to be notified of any such activities or suspicions thereof. 16 | 17 | No entries found for the selected source. 18 | -------------------------------------------------------------------------------- /testdata/notfound/edu_likexian-have-no-money-to-register.edu: -------------------------------------------------------------------------------- 1 | NO MATCH: likexian-have-no-money-to-register.edu 2 | -------------------------------------------------------------------------------- /testdata/notfound/ee_likexian-have-no-money-to-register.ee: -------------------------------------------------------------------------------- 1 | Domain not found 2 | 3 | Estonia .ee Top Level Domain WHOIS server 4 | More information at http://internet.ee 5 | -------------------------------------------------------------------------------- /testdata/notfound/fi_likexian-have-no-money-to-register.fi: -------------------------------------------------------------------------------- 1 | Domain not found 2 | 3 | Copyright (c) Finnish Transport and Communications Agency Traficom 4 | -------------------------------------------------------------------------------- /testdata/notfound/fr_likexian-have-no-money-to-register.fr: -------------------------------------------------------------------------------- 1 | %% 2 | %% This is the AFNIC Whois server. 3 | %% 4 | %% complete date format : YYYY-MM-DDThh:mm:ssZ 5 | %% short date format : DD/MM 6 | %% version : FRNIC-2.5 7 | %% 8 | %% Rights restricted by copyright. 9 | %% See https://www.afnic.fr/en/products-and-services/services/whois/whois-special-notice/ 10 | %% 11 | %% Use '-h' option to obtain more information about this service. 12 | %% 13 | %% [1.1.1.1 REQUEST] >> likexian-have-no-money-to-register.fr 14 | %% 15 | %% RL Net [##########] - RL IP [#########.] 16 | %% 17 | 18 | %% No entries found in the AFNIC Database. 19 | -------------------------------------------------------------------------------- /testdata/notfound/gov_likexian-have-no-money-to-register.gov: -------------------------------------------------------------------------------- 1 | % DOTGOV WHOIS Server ready 2 | No match for "LIKEXIAN-HAVE-NO-MONEY-TO-REGISTER.GOV". 3 | >>> Last update of whois database: 2022-07-03T03:50:32Z <<< 4 | 5 | Please be advised that this whois server only contains information pertaining 6 | to the .GOV domain. For information for other domains please use the whois 7 | server at RS.INTERNIC.NET. 8 | -------------------------------------------------------------------------------- /testdata/notfound/gs_likexian-have-no-money-to-register.gs: -------------------------------------------------------------------------------- 1 | Domain Name: likexian-have-no-money-to-register.gs 2 | Domain Status: No Object Found 3 | >>> Last update of WHOIS database: 2022-07-03T03:18:14.835Z <<< 4 | 5 | 6 | TERMS OF USE: You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated. Whois database is provided by ANL as a service to the internet community. The data is for information purposes only. ANL does not guarantee its accuracy. By submitting a Whois query, you agree to abide by the following terms of use: You agree that you may use this Data only 7 | for lawful purposes and that under no circumstances will you use this Data to: (1) allow, enable, or otherwise support the transmission of mass unsolicited, commercial advertising or solicitations via e-mail, telephone, or facsimile; or (2) enable high volume, automated, electronic processes.compilation, repackaging, dissemination or other use of this Data is expressly prohibited. 8 | 9 | CoCCA Helpdesk | support@coccaregistry.org 10 | -------------------------------------------------------------------------------- /testdata/notfound/hk_likexian-have-no-money-to-register.hk: -------------------------------------------------------------------------------- 1 | The domain has not been registered. 2 | -------------------------------------------------------------------------------- /testdata/notfound/hu_likexian-have-no-money-to-register.hu: -------------------------------------------------------------------------------- 1 | % Whois server 3.0 serving the hu ccTLD 2 | 3 | Nincs talalat / No match 4 | -------------------------------------------------------------------------------- /testdata/notfound/in_likexian-have-no-money-to-register.in: -------------------------------------------------------------------------------- 1 | No Data Found 2 | URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/ 3 | >>> Last update of WHOIS database: 2022-07-03T03:51:44Z <<< 4 | 5 | For more information on Whois status codes, please visit https://icann.org/epp 6 | 7 | Access to .IN WHOIS information is provided to assist persons in determining the contents of a domain name registration record in the .IN registry database. The data in this record is provided by .IN Registry for informational purposes only ,and .IN does not guarantee its accuracy. This service is intended only for query-based access. You agree that you will use this data only for lawful purposes and that, under no circumstances will you use this data to (a) allow, enable, or otherwise support the transmission by e-mail, telephone, or facsimile of mass unsolicited, commercial advertising or solicitations to entities other than the data recipient's own existing customers; or (b) enable high volume, automated, electronic processes that send queries or data to the systems of Registry Operator or a Registrar, or Neustar except as reasonably necessary to register domain names or modify existing registrations. All rights reserved. .IN reserves the right to modify these terms at any time. By submitting this query, you agree to abide by this policy. 8 | -------------------------------------------------------------------------------- /testdata/notfound/int_likexian-have-no-money-to-register.int: -------------------------------------------------------------------------------- 1 | % IANA WHOIS server 2 | % for more information on IANA, visit http://www.iana.org 3 | % This query returned 0 objects. 4 | % 5 | % You queried for likexian-have-no-money-to-register.int but this server does not have 6 | % any data for likexian-have-no-money-to-register.int. 7 | % 8 | % If you need further information please check the web site 9 | % or use -h for help 10 | -------------------------------------------------------------------------------- /testdata/notfound/ir_likexian-have-no-money-to-register.ir: -------------------------------------------------------------------------------- 1 | % This is the IRNIC Whois server v1.6.2. 2 | % Available on web at http://whois.nic.ir/ 3 | % Find the terms and conditions of use on http://www.nic.ir/ 4 | % 5 | % This server uses UTF-8 as the encoding for requests and responses. 6 | 7 | % NOTE: This output has been filtered. 8 | 9 | % Information related to 'likexian-have-no-money-to-register.ir' 10 | 11 | %ERROR:101: no entries found 12 | % 13 | % No entries found in the selected source(s). 14 | -------------------------------------------------------------------------------- /testdata/notfound/it_likexian-have-no-money-to-register.it: -------------------------------------------------------------------------------- 1 | Domain: likexian-have-no-money-to-register.it 2 | Status: AVAILABLE 3 | -------------------------------------------------------------------------------- /testdata/notfound/jobs_likexian-have-no-money-to-register.jobs: -------------------------------------------------------------------------------- 1 | This domain name has not been registered. 2 | 3 | >>> Last update of WHOIS database: 2022-07-03T03:51:51Z <<< 4 | This WHOIS information is provided for free by Nominet UK, the central registry for .jobs domain names. This information and the .jobs WHOIS are Copyright Nominet UK 2022. You may not access the .jobs WHOIS or use any data from it except as permitted by the terms of use available in full at http://www.nominet.org.uk/whois, which includes restrictions on: (A) use of the data for advertising, or its repackaging, recompilation, redistribution or reuse (B) obscuring, removing or hiding any or all of this notice and (C) exceeding query rate or volume limits. The data is provided on an 'as-is' basis and may lag behind the register. No guarantee is given as to the accuracy of the data provided. Access may be withdrawn or restricted at any time. 5 | -------------------------------------------------------------------------------- /testdata/notfound/jp_likexian-have-no-money-to-register.jp: -------------------------------------------------------------------------------- 1 | [ JPRS database provides information on network administration. Its use is ] 2 | [ restricted to network administration purposes. For further information, ] 3 | [ use 'whois -h whois.jprs.jp help'. To suppress Japanese output, add'/e' ] 4 | [ at the end of command, e.g. 'whois -h whois.jprs.jp xxx/e'. ] 5 | 6 | No match!! 7 | 8 | With JPRS WHOIS, you can query the following domain name information 9 | sponsored by JPRS. 10 | - All of registered JP domain name 11 | - gTLD domain name of which sponsoring registrar is JPRS 12 | Detail: https://jprs.jp/about/dom-search/jprs-whois/ (only in Japanese) 13 | 14 | For IP address information, please refer to the following WHOIS servers: 15 | - JPNIC WHOIS (whois.nic.ad.jp) 16 | - APNIC WHOIS (whois.apnic.net) 17 | - ARIN WHOIS (whois.arin.net) 18 | - RIPE WHOIS (whois.ripe.net) 19 | - LACNIC WHOIS (whois.lacnic.net) 20 | - AfriNIC WHOIS (whois.afrinic.net) 21 | -------------------------------------------------------------------------------- /testdata/notfound/kr_likexian-have-no-money-to-register.kr: -------------------------------------------------------------------------------- 1 | query : likexian-have-no-money-to-register.kr 2 | 3 | 4 | # KOREAN(UTF8) 5 | 6 | 상기 도메인이름은 등록되어 있지 않습니다. 7 | 상기 도메인이름의 사용을 원하실 경우 도메인이름 등록대행자를 통해 8 | 등록 신청하시기 바랍니다. 9 | 10 | 11 | 12 | # ENGLISH 13 | 14 | The requested domain was not found in the Registry or Registrar’s WHOIS Server. 15 | 16 | 17 | 18 | - KISA/KRNIC WHOIS Service - 19 | -------------------------------------------------------------------------------- /testdata/notfound/kz_likexian-have-no-money-to-register.kz: -------------------------------------------------------------------------------- 1 | Whois Server for the KZ top level domain name. 2 | This server is maintained by KazNIC Organization, a ccTLD manager for Kazakhstan Republic. 3 | 4 | *** Nothing found for this query. 5 | -------------------------------------------------------------------------------- /testdata/notfound/la_likexian-have-no-money-to-register.la: -------------------------------------------------------------------------------- 1 | The queried object does not exist: DOMAIN NOT FOUND 2 | 3 | >>> Last update of WHOIS database: 2022-07-03T03:51:58.0Z <<< 4 | 5 | For more information on Whois status codes, please visit https://icann.org/epp 6 | 7 | This whois service is provided by LANIC and only contains 8 | information pertaining to Internet domain names registered by our 9 | our customers. By using this service you are agreeing (1) not to use any 10 | information presented here for any purpose other than determining 11 | ownership of domain names, (2) not to store or reproduce this data in 12 | any way, (3) not to use any high-volume, automated, electronic processes 13 | to obtain data from this service. Abuse of this service is monitored and 14 | actions in contravention of these terms will result in being permanently 15 | blacklisted. All data is (c) LANIC http://www.lanic.gov.la/ 16 | 17 | Access to the whois service is rate limited. For more information, please 18 | see https://registrar-console.lanic.la/pub/whois_guidance. 19 | -------------------------------------------------------------------------------- /testdata/notfound/london_likexian-have-no-money-to-register.london: -------------------------------------------------------------------------------- 1 | The queried object does not exist: DOMAIN NOT FOUND 2 | 3 | >>> Last update of WHOIS database: 2022-07-03T03:51:59.0Z <<< 4 | 5 | For more information on Whois status codes, please visit https://icann.org/epp 6 | 7 | >>> IMPORTANT INFORMATION ABOUT THE DEPLOYMENT OF RDAP: please visit 8 | https://www.centralnic.com/support/rdap <<< 9 | 10 | The Whois and RDAP services are provided by CentralNic, and contain 11 | information pertaining to Internet domain names registered by our 12 | our customers. By using this service you are agreeing (1) not to use any 13 | information presented here for any purpose other than determining 14 | ownership of domain names, (2) not to store or reproduce this data in 15 | any way, (3) not to use any high-volume, automated, electronic processes 16 | to obtain data from this service. Abuse of this service is monitored and 17 | actions in contravention of these terms will result in being permanently 18 | blacklisted. All data is (c) CentralNic Ltd (https://www.centralnic.com) 19 | 20 | Access to the Whois and RDAP services is rate limited. For more 21 | information, visit https://registrar-console.centralnic.com/pub/whois_guidance. 22 | -------------------------------------------------------------------------------- /testdata/notfound/mo_likexian-have-no-money-to-register.mo: -------------------------------------------------------------------------------- 1 | % Domain Information over Whois protocol 2 | % 3 | % Monic Whois Server Version 1.0 4 | 5 | No match for likexian-have-no-money-to-register.mo 6 | -------------------------------------------------------------------------------- /testdata/notfound/nl_likexian-have-no-money-to-register.nl: -------------------------------------------------------------------------------- 1 | likexian-have-no-money-to-register.nl is free 2 | -------------------------------------------------------------------------------- /testdata/notfound/nu_likexian-have-no-money-to-register.nu: -------------------------------------------------------------------------------- 1 | # Copyright (c) 1997- The Swedish Internet Foundation. 2 | # All rights reserved. 3 | # The information obtained through searches, or otherwise, is protected 4 | # by the Swedish Copyright Act (1960:729) and international conventions. 5 | # It is also subject to database protection according to the Swedish 6 | # Copyright Act. 7 | # Any use of this material to target advertising or 8 | # similar activities is forbidden and will be prosecuted. 9 | # If any of the information below is transferred to a third 10 | # party, it must be done in its entirety. This server must 11 | # not be used as a backend for a search engine. 12 | # Result of search for registered domain names under 13 | # the .se top level domain. 14 | # This whois printout is printed with UTF-8 encoding. 15 | # 16 | domain "likexian-have-no-money-to-register.nu" not found. 17 | -------------------------------------------------------------------------------- /testdata/notfound/pl_likexian-have-no-money-to-register.pl: -------------------------------------------------------------------------------- 1 | 2 | 3 | No information available about domain name likexian-have-no-money-to-register.pl in the Registry NASK database. 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | WHOIS database responses: https://dns.pl/en/whois 13 | 14 | 15 | 16 | WHOIS displays data with a delay not exceeding 15 minutes in relation to the .pl Registry system 17 | -------------------------------------------------------------------------------- /testdata/notfound/pm_likexian-have-no-money-to-register.pm: -------------------------------------------------------------------------------- 1 | %% 2 | %% This is the AFNIC Whois server. 3 | %% 4 | %% complete date format : YYYY-MM-DDThh:mm:ssZ 5 | %% short date format : DD/MM 6 | %% version : FRNIC-2.5 7 | %% 8 | %% Rights restricted by copyright. 9 | %% See https://www.afnic.fr/en/products-and-services/services/whois/whois-special-notice/ 10 | %% 11 | %% Use '-h' option to obtain more information about this service. 12 | %% 13 | %% [1.1.1.1 REQUEST] >> likexian-have-no-money-to-register.pm 14 | %% 15 | %% RL Net [##########] - RL IP [#########.] 16 | %% 17 | 18 | %% No entries found in the AFNIC Database. 19 | -------------------------------------------------------------------------------- /testdata/notfound/re_likexian-have-no-money-to-register.re: -------------------------------------------------------------------------------- 1 | %% 2 | %% This is the AFNIC Whois server. 3 | %% 4 | %% complete date format : YYYY-MM-DDThh:mm:ssZ 5 | %% short date format : DD/MM 6 | %% version : FRNIC-2.5 7 | %% 8 | %% Rights restricted by copyright. 9 | %% See https://www.afnic.fr/en/products-and-services/services/whois/whois-special-notice/ 10 | %% 11 | %% Use '-h' option to obtain more information about this service. 12 | %% 13 | %% [1.1.1.1 REQUEST] >> likexian-have-no-money-to-register.re 14 | %% 15 | %% RL Net [##########] - RL IP [#########.] 16 | %% 17 | 18 | %% No entries found in the AFNIC Database. 19 | -------------------------------------------------------------------------------- /testdata/notfound/rs_likexian-have-no-money-to-register.rs: -------------------------------------------------------------------------------- 1 | %ERROR:103: Domain is not registered 2 | -------------------------------------------------------------------------------- /testdata/notfound/ru_likexian-have-no-money-to-register.ru: -------------------------------------------------------------------------------- 1 | % By submitting a query to TCI's Whois Service 2 | % you agree to abide by the following terms of use: 3 | % https://www.tcinet.ru/documents/whois.pdf (in Russian) 4 | 5 | No entries found for the selected source(s). 6 | 7 | Last updated on 2022-07-03T03:51:30Z 8 | -------------------------------------------------------------------------------- /testdata/notfound/se_likexian-have-no-money-to-register.se: -------------------------------------------------------------------------------- 1 | # Copyright (c) 1997- The Swedish Internet Foundation. 2 | # All rights reserved. 3 | # The information obtained through searches, or otherwise, is protected 4 | # by the Swedish Copyright Act (1960:729) and international conventions. 5 | # It is also subject to database protection according to the Swedish 6 | # Copyright Act. 7 | # Any use of this material to target advertising or 8 | # similar activities is forbidden and will be prosecuted. 9 | # If any of the information below is transferred to a third 10 | # party, it must be done in its entirety. This server must 11 | # not be used as a backend for a search engine. 12 | # Result of search for registered domain names under 13 | # the .se top level domain. 14 | # This whois printout is printed with UTF-8 encoding. 15 | # 16 | domain "likexian-have-no-money-to-register.se" not found. 17 | -------------------------------------------------------------------------------- /testdata/notfound/se_xn--likexian-have-n-money-to-register-ckd.se: -------------------------------------------------------------------------------- 1 | # Copyright (c) 1997- The Swedish Internet Foundation. 2 | # All rights reserved. 3 | # The information obtained through searches, or otherwise, is protected 4 | # by the Swedish Copyright Act (1960:729) and international conventions. 5 | # It is also subject to database protection according to the Swedish 6 | # Copyright Act. 7 | # Any use of this material to target advertising or 8 | # similar activities is forbidden and will be prosecuted. 9 | # If any of the information below is transferred to a third 10 | # party, it must be done in its entirety. This server must 11 | # not be used as a backend for a search engine. 12 | # Result of search for registered domain names under 13 | # the .se top level domain. 14 | # This whois printout is printed with UTF-8 encoding. 15 | # 16 | domain "xn--likexian-have-n-money-to-register-ckd.se" not found. 17 | -------------------------------------------------------------------------------- /testdata/notfound/su_likexian-have-no-money-to-register.su: -------------------------------------------------------------------------------- 1 | % By submitting a query to TCI's Whois Service 2 | % you agree to abide by the following terms of use: 3 | % https://www.tcinet.ru/documents/whois.pdf (in Russian) 4 | 5 | No entries found for the selected source(s). 6 | 7 | Last updated on 2022-07-03T03:51:30Z 8 | -------------------------------------------------------------------------------- /testdata/notfound/tf_likexian-have-no-money-to-register.tf: -------------------------------------------------------------------------------- 1 | %% 2 | %% This is the AFNIC Whois server. 3 | %% 4 | %% complete date format : YYYY-MM-DDThh:mm:ssZ 5 | %% short date format : DD/MM 6 | %% version : FRNIC-2.5 7 | %% 8 | %% Rights restricted by copyright. 9 | %% See https://www.afnic.fr/en/products-and-services/services/whois/whois-special-notice/ 10 | %% 11 | %% Use '-h' option to obtain more information about this service. 12 | %% 13 | %% [1.1.1.1 REQUEST] >> likexian-have-no-money-to-register.tf 14 | %% 15 | %% RL Net [##########] - RL IP [#########.] 16 | %% 17 | 18 | %% No entries found in the AFNIC Database. 19 | -------------------------------------------------------------------------------- /testdata/notfound/tk_likexian-have-no-money-to-register.tk: -------------------------------------------------------------------------------- 1 | Invalid query or domain name not known in Dot TK Domain Registry 2 | -------------------------------------------------------------------------------- /testdata/notfound/tw_likexian-have-no-money-to-register.tw: -------------------------------------------------------------------------------- 1 | No Found 2 | -------------------------------------------------------------------------------- /testdata/notfound/ua_likexian-have-no-money-to-register.ua: -------------------------------------------------------------------------------- 1 | % Request from 1.1.1.1 2 | % This is the Ukrainian Whois query server #F. 3 | % The Whois is subject to Terms of use 4 | % See https://hostmaster.ua/services/ 5 | % 6 | % IN THE PROCESS OF DELEGATION OF A DOMAIN NAME, 7 | % THE REGISTRANT IS AN ENTITY WHO USES AND MANAGES A CERTAIN DOMAIN NAME, 8 | % AND THE REGISTRAR IS A BUSINESS ENTITY THAT PROVIDES THE REGISTRANT 9 | % WITH THE SERVICES NECESSARY FOR THE TECHNICAL MAINTENANCE OF THE REGISTRATION AND OPERATION OF THE DOMAIN NAME. 10 | % FOR INFORMATION ABOUT THE REGISTRANT OF THE DOMAIN NAME, YOU SHOULD CONTACT THE REGISTRAR. 11 | 12 | % No entries found for likexian-have-no-money-to-register.ua 13 | -------------------------------------------------------------------------------- /testdata/notfound/uk_likexian-have-no-money-to-register.uk: -------------------------------------------------------------------------------- 1 | 2 | No match for "likexian-have-no-money-to-register.uk". 3 | 4 | This domain name has not been registered. 5 | 6 | WHOIS lookup made at 04:52:38 03-Jul-2022 7 | 8 | -- 9 | This WHOIS information is provided for free by Nominet UK the central registry 10 | for .uk domain names. This information and the .uk WHOIS are: 11 | 12 | Copyright Nominet UK 1996 - 2022. 13 | 14 | You may not access the .uk WHOIS or use any data from it except as permitted 15 | by the terms of use available in full at https://www.nominet.uk/whoisterms, 16 | which includes restrictions on: (A) use of the data for advertising, or its 17 | repackaging, recompilation, redistribution or reuse (B) obscuring, removing 18 | or hiding any or all of this notice and (C) exceeding query rate or volume 19 | limits. The data is provided on an 'as-is' basis and may lag behind the 20 | register. Access may be withdrawn or restricted at any time. 21 | -------------------------------------------------------------------------------- /testdata/notfound/wales_likexian-have-no-money-to-register.wales: -------------------------------------------------------------------------------- 1 | This domain name has not been registered. 2 | 3 | >>> Last update of WHOIS database: 2022-07-03T03:52:43Z <<< 4 | This WHOIS information is provided for free by Nominet UK, the central registry for .wales domain names. This information and the .wales WHOIS are: 5 | 6 | Copyright Nominet UK 2022. 7 | 8 | You may not access the .wales WHOIS or use any data from it except as permitted by the terms of use available in full at http://www.nominet.org.uk/whois, which includes restrictions on: (A) use of the data for advertising, or its repackaging, recompilation, redistribution or reuse (B) obscuring, removing or hiding any or all of this notice and (C) exceeding query rate or volume limits. The data is provided on an 'as-is' basis and may lag behind the register. No guarantee is given as to the accuracy of the data provided. Access may be withdrawn or restricted at any time. 9 | -------------------------------------------------------------------------------- /testdata/notfound/wf_likexian-have-no-money-to-register.wf: -------------------------------------------------------------------------------- 1 | %% 2 | %% This is the AFNIC Whois server. 3 | %% 4 | %% complete date format : YYYY-MM-DDThh:mm:ssZ 5 | %% short date format : DD/MM 6 | %% version : FRNIC-2.5 7 | %% 8 | %% Rights restricted by copyright. 9 | %% See https://www.afnic.fr/en/products-and-services/services/whois/whois-special-notice/ 10 | %% 11 | %% Use '-h' option to obtain more information about this service. 12 | %% 13 | %% [1.1.1.1 REQUEST] >> likexian-have-no-money-to-register.wf 14 | %% 15 | %% RL Net [##########] - RL IP [#########.] 16 | %% 17 | 18 | %% No entries found in the AFNIC Database. 19 | -------------------------------------------------------------------------------- /testdata/notfound/ws_likexian-have-no-money-to-register.ws: -------------------------------------------------------------------------------- 1 | The queried object does not exist: likexian-have-no-money-to-register.ws. 2 | URL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.internic.net/ 3 | >>> Last update of WHOIS database: 2022-07-03T03:52:45Z <<< 4 | 5 | For more information on Whois status codes, please visit https://icann.org/epp 6 | -------------------------------------------------------------------------------- /testdata/notfound/xn--fiqs8s_likexian-have-no-money-to-register.xn--fiqs8s: -------------------------------------------------------------------------------- 1 | No matching record. 2 | -------------------------------------------------------------------------------- /testdata/notfound/xn--mgba3a4f16a_likexian-have-no-money-to-register.xn--mgba3a4f16a: -------------------------------------------------------------------------------- 1 | % This is the IRNIC Whois server v1.6.2. 2 | % Available on web at http://whois.nic.ir/ 3 | % Find the terms and conditions of use on http://www.nic.ir/ 4 | % 5 | % This server uses UTF-8 as the encoding for requests and responses. 6 | 7 | % NOTE: This output has been filtered. 8 | 9 | % Information related to 'likexian-have-no-money-to-register.xn--mgba3a4f16a' 10 | 11 | %ERROR:101: no entries found 12 | % 13 | % No entries found in the selected source(s). 14 | -------------------------------------------------------------------------------- /testdata/notfound/xn--p1ai_likexian-have-no-money-to-register.xn--p1ai: -------------------------------------------------------------------------------- 1 | % By submitting a query to TCI's Whois Service 2 | % you agree to abide by the following terms of use: 3 | % https://www.tcinet.ru/documents/whois.pdf (in Russian) 4 | 5 | No entries found for the selected source(s). 6 | 7 | Last updated on 2022-07-03T03:51:30Z 8 | -------------------------------------------------------------------------------- /testdata/notfound/xyz_likexian-have-no-money-to-register.xyz: -------------------------------------------------------------------------------- 1 | The queried object does not exist: DOMAIN NOT FOUND 2 | 3 | >>> Last update of WHOIS database: 2022-07-03T03:52:51.0Z <<< 4 | 5 | For more information on Whois status codes, please visit https://icann.org/epp 6 | 7 | >>> IMPORTANT INFORMATION ABOUT THE DEPLOYMENT OF RDAP: please visit 8 | https://www.centralnic.com/support/rdap <<< 9 | 10 | The Whois and RDAP services are provided by CentralNic, and contain 11 | information pertaining to Internet domain names registered by our 12 | our customers. By using this service you are agreeing (1) not to use any 13 | information presented here for any purpose other than determining 14 | ownership of domain names, (2) not to store or reproduce this data in 15 | any way, (3) not to use any high-volume, automated, electronic processes 16 | to obtain data from this service. Abuse of this service is monitored and 17 | actions in contravention of these terms will result in being permanently 18 | blacklisted. All data is (c) CentralNic Ltd (https://www.centralnic.com) 19 | 20 | Access to the Whois and RDAP services is rate limited. For more 21 | information, visit https://registrar-console.centralnic.com/pub/whois_guidance. 22 | -------------------------------------------------------------------------------- /testdata/notfound/yt_likexian-have-no-money-to-register.yt: -------------------------------------------------------------------------------- 1 | %% 2 | %% This is the AFNIC Whois server. 3 | %% 4 | %% complete date format : YYYY-MM-DDThh:mm:ssZ 5 | %% short date format : DD/MM 6 | %% version : FRNIC-2.5 7 | %% 8 | %% Rights restricted by copyright. 9 | %% See https://www.afnic.fr/en/products-and-services/services/whois/whois-special-notice/ 10 | %% 11 | %% Use '-h' option to obtain more information about this service. 12 | %% 13 | %% [1.1.1.1 REQUEST] >> likexian-have-no-money-to-register.yt 14 | %% 15 | %% RL Net [##########] - RL IP [########..] 16 | %% 17 | 18 | %% No entries found in the AFNIC Database. 19 | --------------------------------------------------------------------------------