WHOIS QUERY TIME

30 Apr 2024 - 3:34 AM UTC

Registered: 2 September 2011
Expiry: 2 September 2024

REGISTRAR

Name: 阿里云计算有限公司(万网)

DNSSEC

unsigned

NAME SERVERS

dns27.hichina.com
dns28.hichina.com

DOMAIN STATUS

ok

REGISTRANT

Name: 南京信通科技有限责任公司
Email: [email protected]

You can fetch the above results in JSON or XML format through our API:

https://api.bigdomaindata.com/?key=XXXXX&current_whois=ixxt.cn
For more details, kindly see our Current WHOIS API usage guide.
{
    "success": true,
    "query": {
        "current_whois": "ixxt.cn"
    },
    "count": {
        "total": 1,
        "relation": "eq",
        "current": 1
    },
    "results": [
        {
            "domain_name": "ixxt.cn",
            "domain_keyword": "ixxt",
            "domain_tld": "cn",
            "query_time": "2024-04-30 03:34:49",
            "create_date": "2011-09-02",
            "expiry_date": "2024-09-02",
            "registrar_name": "阿里云计算有限公司(万网)",
            "registrant_name": "南京信通科技有限责任公司",
            "registrant_email": "[email protected]",
            "name_servers": [
                "dns27.hichina.com",
                "dns28.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.026,
        "api_credits_used": 1,
        "cost_calculation": "current_whois [1 domain]"
    }
}
<root>
 <success>true</success>
 <query>
  <current_whois>ixxt.cn</current_whois>
 </query>
 <count>
  <total>1</total>
  <relation>eq</relation>
  <current>1</current>
 </count>
 <results>
  <value>
   <domain_name>ixxt.cn</domain_name>
   <domain_keyword>ixxt</domain_keyword>
   <domain_tld>cn</domain_tld>
   <query_time>2024-04-30 03:34:49</query_time>
   <create_date>2011-09-02</create_date>
   <expiry_date>2024-09-02</expiry_date>
   <registrar_name>阿里云计算有限公司(万网)</registrar_name>
   <registrant_name>南京信通科技有限责任公司</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>dns27.hichina.com</value>
    <value>dns28.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.026</total_time>
  <api_credits_used>1</api_credits_used>
  <cost_calculation>current_whois [1 domain]</cost_calculation>
 </stats>
</root>
We found a total of 2 historical WHOIS records (in 0.043 seconds) for "ixxt.cn" in our Historical WHOIS Database.
#1 - QUERY TIME

10 Feb 2023 - 5:15 AM UTC

Registered: 2 September 2011
Expiry: 2 September 2023

REGISTRAR

Name: 阿里云计算有限公司(万网)

DNSSEC

unsigned

NAME SERVERS

dns27.hichina.com
dns28.hichina.com

DOMAIN STATUS

ok

REGISTRANT

Name: 南京信通科技有限责任公司
Email: [email protected]

#2 - QUERY TIME

25 May 2023 - 11:22 AM UTC

Registered: 2 September 2011
Expiry: 2 September 2024

REGISTRAR

Name: 阿里云计算有限公司(万网)

DNSSEC

unsigned

NAME SERVERS

dns27.hichina.com
dns28.hichina.com

DOMAIN STATUS

ok

REGISTRANT

Name: 南京信通科技有限责任公司
Email: [email protected]

* Changes to the WHOIS data as compared with the previous record are highlighted in yellow.

You can fetch the above results in JSON or XML format through our API:

https://api.bigdomaindata.com/?key=XXXXX&database=historical&domain_name=ixxt.cn
For more details, kindly see our WHOIS History API usage guide.
{
    "success": true,
    "query": {
        "database": "historical",
        "domain_name": "ixxt.cn",
        "sort_by": "query_time",
        "sort_order": "asc",
        "page_size": 100
    },
    "count": {
        "total": 2,
        "relation": "eq",
        "current": 2
    },
    "unique_domains": "ixxt.cn",
    "results": [
        {
            "num": 1,
            "domain_name": "ixxt.cn",
            "domain_keyword": "ixxt",
            "domain_tld": "cn",
            "query_time": "2023-02-10 05:15:47",
            "create_date": "2011-09-02",
            "expiry_date": "2023-09-02",
            "registrar_name": "阿里云计算有限公司(万网)",
            "registrant_name": "南京信通科技有限责任公司",
            "registrant_email": "[email protected]",
            "name_servers": [
                "dns27.hichina.com",
                "dns28.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 2,
            "domain_name": "ixxt.cn",
            "domain_keyword": "ixxt",
            "domain_tld": "cn",
            "query_time": "2023-05-25 11:22:22",
            "create_date": "2011-09-02",
            "expiry_date": "2024-09-02",
            "registrar_name": "阿里云计算有限公司(万网)",
            "registrant_name": "南京信通科技有限责任公司",
            "registrant_email": "[email protected]",
            "name_servers": [
                "dns27.hichina.com",
                "dns28.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.043,
        "api_credits_used": 2,
        "cost_calculation": "1 (database[historical]) + 1 (search_fields[domain_name]) = 2"
    }
}
<root>
 <success>true</success>
 <query>
  <database>historical</database>
  <domain_name>ixxt.cn</domain_name>
  <sort_by>query_time</sort_by>
  <sort_order>asc</sort_order>
  <page_size>100</page_size>
 </query>
 <count>
  <total>2</total>
  <relation>eq</relation>
  <current>2</current>
 </count>
 <unique_domains>ixxt.cn</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>ixxt.cn</domain_name>
   <domain_keyword>ixxt</domain_keyword>
   <domain_tld>cn</domain_tld>
   <query_time>2023-02-10 05:15:47</query_time>
   <create_date>2011-09-02</create_date>
   <expiry_date>2023-09-02</expiry_date>
   <registrar_name>阿里云计算有限公司(万网)</registrar_name>
   <registrant_name>南京信通科技有限责任公司</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>dns27.hichina.com</value>
    <value>dns28.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>2</num>
   <domain_name>ixxt.cn</domain_name>
   <domain_keyword>ixxt</domain_keyword>
   <domain_tld>cn</domain_tld>
   <query_time>2023-05-25 11:22:22</query_time>
   <create_date>2011-09-02</create_date>
   <expiry_date>2024-09-02</expiry_date>
   <registrar_name>阿里云计算有限公司(万网)</registrar_name>
   <registrant_name>南京信通科技有限责任公司</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>dns27.hichina.com</value>
    <value>dns28.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.043</total_time>
  <api_credits_used>2</api_credits_used>
  <cost_calculation>1 (database[historical]) + 1 (search_fields[domain_name]) = 2</cost_calculation>
 </stats>
</root>
We found a total of 5 domain names (in 0.014 seconds) which contained the exact domain keyword "ixxt".
Domain Name Registered Expiry Registrar Ownership
1 ixxt.com 24 Aug 2005 24 Aug 2024 GoDaddy.com, LLC -
2 ixxt.cn 2 Sep 2011 2 Sep 2024 阿里云计算有限公司(万网) 南京信通科技有限责任公司
3 ixxt.net 2 Sep 2011 2 Sep 2024 Alibaba Cloud Computing (Beijing) Co., Ltd. -
4 ixxt.cc 25 Apr 2017 25 Apr 2025 Gname.com Pte. Ltd. Redacted for privacy
5 ixxt.xyz 19 Mar 2022 19 Mar 2025 Go Daddy, LLC Domains By Proxy, LLC
6 ixxt.ru 25 Sep 2022 25 Sep 2024 REGRU-RU Yandex.Mail Exclusive email address feature

The above results can be generated through the following API query:

https://api.bigdomaindata.com/?key=XXXXX&database=current&domain_keyword=ixxt&sort_by=create_date
For more details, kindly see our Reverse WHOIS API usage guide.
{
    "success": true,
    "query": {
        "database": "current",
        "domain_keyword": "ixxt",
        "sort_by": "create_date",
        "sort_order": "asc",
        "page_size": 100
    },
    "count": {
        "total": 6,
        "relation": "eq",
        "current": 6
    },
    "unique_domains": "ixxt.com, ixxt.cn, ixxt.net, ixxt.cc, ixxt.xyz, ixxt.ru",
    "results": [
        {
            "num": 1,
            "domain_name": "ixxt.com",
            "domain_keyword": "ixxt",
            "domain_tld": "com",
            "query_time": "2024-06-10 01:10:32",
            "create_date": "2005-08-24",
            "update_date": "2023-08-05",
            "expiry_date": "2024-08-24",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns1.namefind.com",
                "ns2.namefind.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 2,
            "domain_name": "ixxt.cn",
            "domain_keyword": "ixxt",
            "domain_tld": "cn",
            "query_time": "2024-04-30 03:34:49",
            "create_date": "2011-09-02",
            "expiry_date": "2024-09-02",
            "registrar_name": "阿里云计算有限公司(万网)",
            "registrant_name": "南京信通科技有限责任公司",
            "registrant_email": "[email protected]",
            "name_servers": [
                "dns27.hichina.com",
                "dns28.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 3,
            "domain_name": "ixxt.net",
            "domain_keyword": "ixxt",
            "domain_tld": "net",
            "query_time": "2024-06-10 01:10:32",
            "create_date": "2011-09-02",
            "update_date": "2023-04-19",
            "expiry_date": "2024-09-02",
            "registrar_iana": 420,
            "registrar_name": "Alibaba Cloud Computing (Beijing) Co., Ltd.",
            "registrar_website": "http://www.net.cn",
            "name_servers": [
                "dns27.hichina.com",
                "dns28.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 4,
            "domain_name": "ixxt.cc",
            "domain_keyword": "ixxt",
            "domain_tld": "cc",
            "query_time": "2024-04-30 03:34:49",
            "create_date": "2017-04-25",
            "update_date": "2024-04-09",
            "expiry_date": "2025-04-25",
            "registrar_iana": 1923,
            "registrar_name": "Gname.com Pte. Ltd.",
            "registrar_website": "www.gname.com",
            "registrant_name": "Redacted for privacy",
            "registrant_company": "Redacted for privacy",
            "registrant_address": "Redacted for privacy",
            "registrant_city": "Redacted for privacy",
            "registrant_state": "GUIZHOU",
            "registrant_zip": "Redacted for privacy",
            "registrant_country": "CN",
            "registrant_email": "https://rdap.gname.com/extra/contact?type=registrant&domain=ixxt.cc",
            "registrant_phone": "Redacted for privacy",
            "registrant_fax": "Redacted for privacy",
            "name_servers": [
                "v1s1.xundns.com",
                "v1s2.xundns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 5,
            "domain_name": "ixxt.xyz",
            "domain_keyword": "ixxt",
            "domain_tld": "xyz",
            "query_time": "2024-05-18 11:42:22",
            "create_date": "2022-03-19",
            "update_date": "2024-04-16",
            "expiry_date": "2025-03-19",
            "registrar_iana": 146,
            "registrar_name": "Go Daddy, LLC",
            "registrar_website": "https://www.godaddy.com/",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_state": "Arizona",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "carlos.ns.cloudflare.com",
                "nena.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 6,
            "domain_name": "ixxt.ru",
            "domain_keyword": "ixxt",
            "domain_tld": "ru",
            "query_time": "2024-05-01 14:34:52",
            "create_date": "2022-09-25",
            "expiry_date": "2024-09-25",
            "registrar_name": "REGRU-RU",
            "registrant_company": "Yandex.Mail Exclusive email address feature",
            "name_servers": [
                "ns1.reg.ru",
                "ns2.reg.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        }
    ],
    "stats": {
        "total_time": 0.014,
        "api_credits_used": 1,
        "cost_calculation": "1 (search_fields[domain_keyword])"
    }
}
<root>
 <success>true</success>
 <query>
  <database>current</database>
  <domain_keyword>ixxt</domain_keyword>
  <sort_by>create_date</sort_by>
  <sort_order>asc</sort_order>
  <page_size>100</page_size>
 </query>
 <count>
  <total>6</total>
  <relation>eq</relation>
  <current>6</current>
 </count>
 <unique_domains>ixxt.com, ixxt.cn, ixxt.net, ixxt.cc, ixxt.xyz, ixxt.ru</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>ixxt.com</domain_name>
   <domain_keyword>ixxt</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-10 01:10:32</query_time>
   <create_date>2005-08-24</create_date>
   <update_date>2023-08-05</update_date>
   <expiry_date>2024-08-24</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com</registrar_website>
   <name_servers>
    <value>ns1.namefind.com</value>
    <value>ns2.namefind.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>2</num>
   <domain_name>ixxt.cn</domain_name>
   <domain_keyword>ixxt</domain_keyword>
   <domain_tld>cn</domain_tld>
   <query_time>2024-04-30 03:34:49</query_time>
   <create_date>2011-09-02</create_date>
   <expiry_date>2024-09-02</expiry_date>
   <registrar_name>阿里云计算有限公司(万网)</registrar_name>
   <registrant_name>南京信通科技有限责任公司</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>dns27.hichina.com</value>
    <value>dns28.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>3</num>
   <domain_name>ixxt.net</domain_name>
   <domain_keyword>ixxt</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-06-10 01:10:32</query_time>
   <create_date>2011-09-02</create_date>
   <update_date>2023-04-19</update_date>
   <expiry_date>2024-09-02</expiry_date>
   <registrar_iana>420</registrar_iana>
   <registrar_name>Alibaba Cloud Computing (Beijing) Co., Ltd.</registrar_name>
   <registrar_website>http://www.net.cn</registrar_website>
   <name_servers>
    <value>dns27.hichina.com</value>
    <value>dns28.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>4</num>
   <domain_name>ixxt.cc</domain_name>
   <domain_keyword>ixxt</domain_keyword>
   <domain_tld>cc</domain_tld>
   <query_time>2024-04-30 03:34:49</query_time>
   <create_date>2017-04-25</create_date>
   <update_date>2024-04-09</update_date>
   <expiry_date>2025-04-25</expiry_date>
   <registrar_iana>1923</registrar_iana>
   <registrar_name>Gname.com Pte. Ltd.</registrar_name>
   <registrar_website>www.gname.com</registrar_website>
   <registrant_name>Redacted for privacy</registrant_name>
   <registrant_company>Redacted for privacy</registrant_company>
   <registrant_address>Redacted for privacy</registrant_address>
   <registrant_city>Redacted for privacy</registrant_city>
   <registrant_state>GUIZHOU</registrant_state>
   <registrant_zip>Redacted for privacy</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>https://rdap.gname.com/extra/contact?type=registrant&amp;domain=ixxt.cc</registrant_email>
   <registrant_phone>Redacted for privacy</registrant_phone>
   <registrant_fax>Redacted for privacy</registrant_fax>
   <name_servers>
    <value>v1s1.xundns.com</value>
    <value>v1s2.xundns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>5</num>
   <domain_name>ixxt.xyz</domain_name>
   <domain_keyword>ixxt</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-05-18 11:42:22</query_time>
   <create_date>2022-03-19</create_date>
   <update_date>2024-04-16</update_date>
   <expiry_date>2025-03-19</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>Go Daddy, LLC</registrar_name>
   <registrar_website>https://www.godaddy.com/</registrar_website>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_state>Arizona</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>carlos.ns.cloudflare.com</value>
    <value>nena.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>6</num>
   <domain_name>ixxt.ru</domain_name>
   <domain_keyword>ixxt</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-01 14:34:52</query_time>
   <create_date>2022-09-25</create_date>
   <expiry_date>2024-09-25</expiry_date>
   <registrar_name>REGRU-RU</registrar_name>
   <registrant_company>Yandex.Mail Exclusive email address feature</registrant_company>
   <name_servers>
    <value>ns1.reg.ru</value>
    <value>ns2.reg.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
 </results>
 <stats>
  <total_time>0.014</total_time>
  <api_credits_used>1</api_credits_used>
  <cost_calculation>1 (search_fields[domain_keyword])</cost_calculation>
 </stats>
</root>
We found a total of 825 domain names (in 0.026 seconds) which look and sound like the brand name "ixxt".
Domain Name Registered Expiry Registrar Ownership
1 ixct.com 23 Dec 2002 23 Dec 2024 GoDaddy Online Services Cayman Islands Ltd. -
2 wxxt.net 1 Feb 2005 1 Feb 2025 Alibaba Cloud Computing (Beijing) Co., Ltd. -
3 ixxx.autos 5 Jun 2023 5 Jun 2024 Porkbun, LLC Private by Design, LLC
4 axxt.xyz 13 Apr 2022 13 Apr 2028 Tucows.com Co. Data Protected
5 txxt.io 12 Jan 2021 12 Jan 2025 NameSilo, LLC See PrivacyGuardian.org
6 ixxe.ru 24 Mar 2023 24 Mar 2025 BEGET-RU BTs Treyd
7 itxt.in 7 Apr 2018 7 Apr 2025 Endurance Digital Domain Technology LLP N/A
8 ixat.org 15 May 2022 15 May 2025 GoDaddy.com, LLC Domains By Proxy, LLC
9 ijxxt.com 22 Jan 2024 22 Jan 2025 NAMECHEAP INC Privacy service provided by Withheld for Privacy ehf
10 kxxt.tech 2 Oct 2020 2 Oct 2025 DNSPod, Inc. renpengfei
11 idxt.net 27 Sep 2020 27 Sep 2024 GMO INTERNET, INC. Whois Privacy Protection Service by onamae.com
12 ixxx.cyou 27 Jun 2023 27 Jun 2024 Porkbun, LLC Private by Design, LLC
13 lxxt.com 2 Nov 2007 2 Nov 2024 eName Technology Co.,Ltd. -
14 mixxt.org 18 Dec 2006 18 Dec 2024 INWX GmbH mixxt GmbH
15 ixit.co.jp 6 Jun 2016 - - iXIT Corporation
16 ixzt.ru 8 Feb 2015 8 Feb 2025 RU-CENTER-RU Private Person
17 0xxt.com 18 Apr 2024 18 Apr 2025 GoDaddy.com, LLC -
18 fixxt.us 1 Mar 2017 28 Feb 2026 GoDaddy.com, LLC Mike Green
19 ixxat.de - - - -
20 inxt.io 3 Oct 2020 3 Oct 2024 Name.com, Inc. InvestNext
21 ixxx.live 10 May 2024 10 May 2025 CommuniGal Communication Ltd. Domain Name Privacy Inc.
22 ixxi.me 11 May 2020 11 May 2025 Tool Domains Ltd Tool Domains
23 wxxt.com 22 Jun 2013 22 Jun 2025 Dynadot Inc -
24 ibxt.cn 19 Feb 2024 19 Feb 2025 北京新网数码信息技术有限公司 彭瑶
25 ixot.com 19 Jan 2004 19 Jan 2025 GoDaddy.com, LLC -
26 yxxt.net.cn 26 Aug 2023 26 Aug 2024 广东时代互联科技有限公司 蒋德芬
27 ixx1.top 10 May 2023 10 May 2025 Eranet International Limited tang peng
28 ix1t.com 4 Feb 2024 4 Feb 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) -
29 i5xt.com 18 Dec 2016 18 Dec 2025 DNSPod, Inc. REDACTED FOR PRIVACY
30 ixxx.vision 2 Nov 2023 2 Nov 2024 Porkbun LLC Private by Design, LLC
31 ixxo.cn 15 Jan 2020 15 Jan 2025 商中在线科技股份有限公司 刘大军
32 ixgt.com 3 Dec 2003 3 Dec 2024 Register.com, Inc. -
33 icxt.io 20 Aug 2019 20 Aug 2024 1API GmbH ICX TECHNOLOGIES ERAINTEK S.L
34 jixxt.store 29 Jan 2024 29 Jan 2025 Go Daddy, LLC Domains By Proxy, LLC
35 inxt.app 6 Sep 2022 6 Sep 2027 GoDaddy.com, LLC Domains By Proxy, LLC
36 ixxx.builders 27 Jun 2023 27 Jun 2024 Porkbun LLC Private by Design, LLC
37 ixxi.top 9 Mar 2024 9 Mar 2025 NameSilo,LLC PrivacyGuardian.org llc
38 ixxy.earth 28 Jun 2021 28 Jun 2024 Gandi SAS REDACTED FOR PRIVACY
39 ixxvt.vet 20 Feb 2018 20 Feb 2025 CSC Corporate Domains, Inc. AmerisourceBergen Corporation
40 ixxf.be 3 Jul 2021 - Key-Systems GmbH -
41 ixxat.nl 10 Jan 2012 - IS-Fun Internet Services GmbH -
42 ixet.de - - - -
43 ixxx.college 27 Jun 2023 27 Jun 2024 Porkbun, LLC Private by Design, LLC
44 ixat.one 13 May 2022 13 May 2025 GoDaddy.com, LLC Domains By Proxy, LLC
45 sxxt.store 5 Dec 2023 5 Dec 2024 CHENGDU WEST DIMENSION DIGITAL TECHNOLOGY CO., LTD. -
46 ixxi.site 26 May 2024 26 May 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) Z-yuwenhui2222
47 ixxx.men 5 May 2023 5 May 2024 Dynadot Inc REDACTED FOR PRIVACY
48 xixt.top 25 Aug 2022 25 Aug 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) xi xian tian
49 inxt.net 25 Mar 2024 25 Mar 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) -
50 ixxx.photos 29 Oct 2023 29 Oct 2024 Porkbun LLC Private by Design, LLC
51 ixxo.app 8 Sep 2021 8 Sep 2024 Namecheap Inc. Privacy service provided by Withheld for Privacy ehf
52 fixxt.com 7 Feb 2016 7 Feb 2027 GoDaddy.com, LLC -
53 ixat.com 19 Jul 2003 19 Jul 2024 123-Reg Limited -
54 ixxb.top 20 Oct 2015 20 Oct 2029 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) Li Hao Yang
55 ixxi.tech 11 Mar 2017 11 Mar 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) Tang Xin Xin
56 ipxt.com 8 Nov 2002 8 Nov 2033 Squarespace Domains II LLC Contact Privacy Inc. Customer 7151571251
57 xxxt.ru 27 Mar 2021 27 Mar 2025 RU-CENTER-RU Private Person
58 ixxx.support 2 Nov 2023 2 Nov 2024 Porkbun LLC Private by Design, LLC
59 ixdt.com 2 Sep 2001 2 Sep 2024 GoDaddy.com, LLC NameFind LLC
60 ixct.net 11 Feb 2023 11 Feb 2025 NameSilo, LLC PrivacyGuardian.org llc
61 ixxx.press 29 Oct 2023 29 Oct 2024 Porkbun, LLC Private by Design, LLC
62 ixxi.co.jp 15 Mar 2018 - - FRED JAPAN
63 ixat.net 24 Aug 2000 24 Aug 2024 123-Reg Limited -
64 inxt.ru 31 May 2022 31 May 2024 REGRU-RU Private Person
65 ixqt.com 2 Dec 2009 2 Dec 2024 22net, Inc. -
66 iqxt.com 15 Sep 2007 15 Sep 2024 GoDaddy.com, LLC -
67 ixxx.store 11 Aug 2023 11 Aug 2024 Go Daddy, LLC Domains By Proxy, LLC
68 ix-t.ru 21 Jan 2019 21 Jan 2025 REGRU-RU Private Person
69 ixst.life 31 Jul 2022 31 Jul 2024 GoDaddy.com, LLC Domains By Proxy, LLC
70 ixxat.com 24 Jan 1999 24 Jan 2026 Abion AB HMS Technology Center Ravensburg GmbH
71 ixyt.us 21 Apr 2020 21 Apr 2025 Hosting Concepts B.V. d/b/a Registrar.eu Wladimir Iskin
72 i-xt.com 12 Oct 2019 12 Oct 2024 Cronon AG -
73 xxxt.de - - - -
74 ixtx.fun 10 Mar 2020 10 Mar 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) zhe jiang shu shi wang luo ke ji you xian gong si
75 ixxx.careers 27 Jun 2023 27 Jun 2024 Porkbun LLC Private by Design, LLC
76 txxt.xyz 6 Mar 2024 6 Mar 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) wu qing ru
77 rxxt.net 10 Jul 2015 10 Jul 2027 Chengdu west dimension digital technology Co., LTD REDACTED FOR PRIVACY
78 ixjxt.com 10 Aug 2021 10 Aug 2024 Squarespace Domains II LLC Arcadia
79 irxt.com 18 May 2006 18 May 2025 GoDaddy.com, LLC -
80 ixnt.fr 7 Jan 2022 7 Jan 2025 IONOS SE Ano Nymous
81 ixat.shop 20 Oct 2023 20 Oct 2024 Realtime Register B.V. -
82 ixxs.ru 31 Dec 2023 31 Dec 2024 REGRU-RU Private Person
83 ixqt.net 2 Dec 2019 2 Dec 2027 NAMECHEAP INC Privacy service provided by Withheld for Privacy ehf
84 ixit.it 28 Sep 2020 24 Sep 2024 Register S.p.a. hidden
85 lxxt.xyz 6 May 2022 6 May 2025 Squarespace Domains II LLC Contact Privacy Inc. Customer 7151571251
86 ixxx.red 21 Jan 2024 21 Jan 2025 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
87 pxxt.vip 17 May 2016 17 May 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) Chang Sha Shi Lai Mi Xin Xi Ji Shu You Xian Gong Si
88 vxxt.store 4 Nov 2023 4 Nov 2024 Namecheap Privacy service provided by Withheld for Privacy ehf
89 xxxt.cn 17 May 2010 17 May 2025 阿里云计算有限公司(万网) 魏志强
90 ixwt.tech 20 Mar 2024 20 Mar 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) xu wen tao
91 ixvt.com 7 Oct 2010 7 Oct 2024 Name.com, Inc. Domain Protection Services, Inc.
92 ixet.net 2 Jun 2021 2 Jun 2024 INAMES CO., LTD. ISE Commerce
93 ipxt.ru 3 Jun 2016 3 Jun 2025 SALENAMES-RU Private Person
94 txxt.com 6 Jun 2004 6 Jun 2024 Blue Razor Domains, LLC -
95 4xxt.site 23 Nov 2023 23 Nov 2024 CHENGDU WEST DIMENSION DIGITAL TECHNOLOGY CO., LTD. -
96 nxxt.world 4 Apr 2024 4 Apr 2025 PDR Ltd. d/b/a PublicDomainRegistry.com GDPR Masked
97 mixxt.ru 25 Nov 2023 25 Nov 2024 RU-CENTER-RU Private Person
98 ixbt.us 14 Dec 2021 14 Dec 2024 GoDaddy.com, LLC Soumil Bhandari
99 inxt.tech 31 Oct 2023 31 Oct 2024 HOSTINGER operations, UAB Privacy Protect, LLC (PrivacyProtect.org)
100 ixx6.top 10 May 2023 10 May 2025 Eranet International Limited tang peng
In this page, we have listed the top 100 results. Kindly use our Fuzzy Domains API to fetch the remaining results.
You can also view the top 500 results through Fuzzy Domains Finder tool for Ixxt.cn.

The above results can be generated through the following API query:

https://api.bigdomaindata.com/?key=XXXXX&fuzzy_domains=ixxt.cn
For more details, kindly see our Fuzzy Domains API usage guide.
{
    "success": true,
    "query": {
        "fuzzy_domains": "ixxt.cn",
        "page_size": 100
    },
    "count": {
        "total": 825,
        "relation": "eq",
        "current": 100
    },
    "unique_domains": "ixct.com, wxxt.net, ixxx.autos, axxt.xyz, txxt.io, ixxe.ru, itxt.in, ixat.org, ijxxt.com, kxxt.tech, idxt.net, ixxx.cyou, lxxt.com, mixxt.org, ixit.co.jp, ixzt.ru, 0xxt.com, fixxt.us, ixxat.de, inxt.io, ixxx.live, ixxi.me, wxxt.com, ibxt.cn, ixot.com, yxxt.net.cn, ixx1.top, ix1t.com, i5xt.com, ixxx.vision, ixxo.cn, ixgt.com, icxt.io, jixxt.store, inxt.app, ixxx.builders, ixxi.top, ixxy.earth, ixxvt.vet, ixxf.be, ixxat.nl, ixet.de, ixxx.college, ixat.one, sxxt.store, ixxi.site, ixxx.men, xixt.top, inxt.net, ixxx.photos, ixxo.app, fixxt.com, ixat.com, ixxb.top, ixxi.tech, ipxt.com, xxxt.ru, ixxx.support, ixdt.com, ixct.net, ixxx.press, ixxi.co.jp, ixat.net, inxt.ru, ixqt.com, iqxt.com, ixxx.store, ix-t.ru, ixst.life, ixxat.com, ixyt.us, i-xt.com, xxxt.de, ixtx.fun, ixxx.careers, txxt.xyz, rxxt.net, ixjxt.com, irxt.com, ixnt.fr, ixat.shop, ixxs.ru, ixqt.net, ixit.it, lxxt.xyz, ixxx.red, pxxt.vip, vxxt.store, xxxt.cn, ixwt.tech, ixvt.com, ixet.net, ipxt.ru, txxt.com, 4xxt.site, nxxt.world, mixxt.ru, ixbt.us, inxt.tech, ixx6.top",
    "results": [
        {
            "num": 1,
            "domain_name": "ixct.com",
            "domain_keyword": "ixct",
            "domain_tld": "com",
            "query_time": "2024-05-16 03:20:12",
            "create_date": "2002-12-23",
            "update_date": "2024-01-11",
            "expiry_date": "2024-12-23",
            "registrar_iana": 1659,
            "registrar_name": "GoDaddy Online Services Cayman Islands Ltd.",
            "registrar_website": "http://www.uniregistry.com",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com",
                "verification-3984707c.ns3.dan.hosting"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 2,
            "domain_name": "wxxt.net",
            "domain_keyword": "wxxt",
            "domain_tld": "net",
            "query_time": "2024-05-21 21:25:03",
            "create_date": "2005-02-01",
            "update_date": "2023-01-09",
            "expiry_date": "2025-02-01",
            "registrar_iana": 420,
            "registrar_name": "Alibaba Cloud Computing (Beijing) Co., Ltd.",
            "registrar_website": "http://www.net.cn",
            "registrant_state": "beijing",
            "registrant_country": "CN",
            "registrant_email": "https://whois.aliyun.com/whois/whoisform",
            "name_servers": [
                "dns7.hichina.com",
                "dns8.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 3,
            "domain_name": "ixxx.autos",
            "domain_keyword": "ixxx",
            "domain_tld": "autos",
            "query_time": "2024-05-13 18:37:36",
            "create_date": "2023-06-05",
            "update_date": "2024-03-23",
            "expiry_date": "2024-06-05",
            "registrar_iana": 1861,
            "registrar_name": "Porkbun, LLC",
            "registrar_website": "https://porkbun.com/",
            "registrant_company": "Private by Design, LLC",
            "registrant_state": "NC",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "curitiba.ns.porkbun.com",
                "fortaleza.ns.porkbun.com",
                "maceio.ns.porkbun.com",
                "salvador.ns.porkbun.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 4,
            "domain_name": "axxt.xyz",
            "domain_keyword": "axxt",
            "domain_tld": "xyz",
            "query_time": "2024-05-26 23:39:47",
            "create_date": "2022-04-13",
            "update_date": "2024-04-23",
            "expiry_date": "2028-04-13",
            "registrar_iana": 69,
            "registrar_name": "Tucows.com Co.",
            "registrar_website": "http://www.tucows.com/",
            "registrant_company": "Data Protected",
            "registrant_state": "ON",
            "registrant_country": "CA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "1-you.njalla.no",
                "2-can.njalla.in",
                "3-get.njalla.in"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 5,
            "domain_name": "txxt.io",
            "domain_keyword": "txxt",
            "domain_tld": "io",
            "query_time": "2024-04-18 18:18:47",
            "create_date": "2021-01-12",
            "update_date": "2024-04-09",
            "expiry_date": "2025-01-12",
            "registrar_iana": 1479,
            "registrar_name": "NameSilo, LLC",
            "registrar_website": "http://www.namesilo.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "See PrivacyGuardian.org",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "AZ",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 6,
            "domain_name": "ixxe.ru",
            "domain_keyword": "ixxe",
            "domain_tld": "ru",
            "query_time": "2024-05-01 14:34:51",
            "create_date": "2023-03-24",
            "expiry_date": "2025-03-24",
            "registrar_name": "BEGET-RU",
            "registrant_company": "BTs Treyd",
            "name_servers": [
                "lilyana.ns.cloudflare.com",
                "ryan.ns.cloudflare.com"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 7,
            "domain_name": "itxt.in",
            "domain_keyword": "itxt",
            "domain_tld": "in",
            "query_time": "2024-04-21 18:34:09",
            "create_date": "2018-04-07",
            "update_date": "2024-03-12",
            "expiry_date": "2025-04-07",
            "registrar_iana": 801217,
            "registrar_name": "Endurance Digital Domain Technology LLP",
            "registrar_website": "https://publicdomainregistry.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "N/A",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Other",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IN",
            "registrant_email": "please contact the registrar listed above",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.bigrock.in",
                "dns2.bigrock.in",
                "dns3.bigrock.in",
                "dns4.bigrock.in"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 8,
            "domain_name": "ixat.org",
            "domain_keyword": "ixat",
            "domain_tld": "org",
            "query_time": "2024-05-18 11:40:56",
            "create_date": "2022-05-15",
            "update_date": "2024-05-17",
            "expiry_date": "2025-05-15",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.whois.godaddy.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns63.domaincontrol.com",
                "ns64.domaincontrol.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 9,
            "domain_name": "ijxxt.com",
            "domain_keyword": "ijxxt",
            "domain_tld": "com",
            "query_time": "2024-05-21 12:38:54",
            "create_date": "2024-01-22",
            "update_date": "2024-01-22",
            "expiry_date": "2025-01-22",
            "registrar_iana": 1068,
            "registrar_name": "NAMECHEAP INC",
            "registrar_website": "http://www.namecheap.com",
            "registrant_name": "Redacted for Privacy",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "Kalkofnsvegur 2",
            "registrant_city": "Reykjavik",
            "registrant_state": "Capital Region",
            "registrant_zip": "101",
            "registrant_country": "IS",
            "registrant_email": "[email protected]",
            "registrant_phone": "+354.4212434",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "addPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 10,
            "domain_name": "kxxt.tech",
            "domain_keyword": "kxxt",
            "domain_tld": "tech",
            "query_time": "2024-04-29 20:56:14",
            "create_date": "2020-10-02",
            "update_date": "2023-08-31",
            "expiry_date": "2025-10-02",
            "registrar_iana": 1697,
            "registrar_name": "DNSPod, Inc.",
            "registrar_website": "http://www.dnspod.cn",
            "registrant_company": "renpengfei",
            "registrant_state": "shan dong sheng",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "f1g1ns1.dnspod.net",
                "f1g1ns2.dnspod.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 11,
            "domain_name": "idxt.net",
            "domain_keyword": "idxt",
            "domain_tld": "net",
            "query_time": "2024-05-13 03:25:55",
            "create_date": "2020-09-27",
            "update_date": "2023-08-25",
            "expiry_date": "2024-09-27",
            "registrar_iana": 49,
            "registrar_name": "GMO INTERNET, INC.",
            "registrar_website": "http://www.onamae.com",
            "registrant_name": "Whois Privacy Protection Service by onamae.com",
            "registrant_company": "Whois Privacy Protection Service by onamae.com",
            "registrant_address": "26-1 Sakuragaoka-cho, Cerulean Tower 11F",
            "registrant_city": "Shibuya-ku",
            "registrant_state": "Tokyo",
            "registrant_zip": "150-8512",
            "registrant_country": "JP",
            "registrant_email": "[email protected]",
            "registrant_phone": "+81.354562560",
            "name_servers": [
                "01.dnsv.jp",
                "02.dnsv.jp",
                "03.dnsv.jp",
                "04.dnsv.jp"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 12,
            "domain_name": "ixxx.cyou",
            "domain_keyword": "ixxx",
            "domain_tld": "cyou",
            "query_time": "2024-05-25 07:37:45",
            "create_date": "2023-06-27",
            "update_date": "2024-03-23",
            "expiry_date": "2024-06-27",
            "registrar_iana": 1861,
            "registrar_name": "Porkbun, LLC",
            "registrar_website": "https://porkbun.com/",
            "registrant_company": "Private by Design, LLC",
            "registrant_state": "NC",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "curitiba.ns.porkbun.com",
                "fortaleza.ns.porkbun.com",
                "maceio.ns.porkbun.com",
                "salvador.ns.porkbun.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "serverHold"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 13,
            "domain_name": "lxxt.com",
            "domain_keyword": "lxxt",
            "domain_tld": "com",
            "query_time": "2024-04-27 07:19:35",
            "create_date": "2007-11-02",
            "update_date": "2023-09-22",
            "expiry_date": "2024-11-02",
            "registrar_iana": 1331,
            "registrar_name": "eName Technology Co.,Ltd.",
            "registrar_website": "http://www.ename.net",
            "registrant_state": "FuJian",
            "registrant_country": "CN",
            "registrant_email": "https://whois.ename.net/contact/lxxt.com",
            "name_servers": [
                "ns3.dns.com",
                "ns4.dns.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 14,
            "domain_name": "mixxt.org",
            "domain_keyword": "mixxt",
            "domain_tld": "org",
            "query_time": "2024-04-22 15:31:27",
            "create_date": "2006-12-18",
            "update_date": "2023-12-13",
            "expiry_date": "2024-12-18",
            "registrar_iana": 1420,
            "registrar_name": "INWX GmbH",
            "registrar_website": "http://www.domrobot.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "mixxt GmbH",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Nordrhein-Westfalen",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "DE",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns.inwx.de",
                "ns2.inwx.de",
                "ns3.inwx.eu"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 15,
            "domain_name": "ixit.co.jp",
            "domain_keyword": "ixit",
            "domain_tld": "co.jp",
            "query_time": "2024-05-29 06:53:05",
            "create_date": "2016-06-06",
            "update_date": "2023-07-01",
            "registrant_company": "iXIT Corporation",
            "name_servers": [
                "ns-1356.awsdns-41.org",
                "ns-1862.awsdns-40.co.uk",
                "ns-377.awsdns-47.com",
                "ns-714.awsdns-25.net"
            ]
        },
        {
            "num": 16,
            "domain_name": "ixzt.ru",
            "domain_keyword": "ixzt",
            "domain_tld": "ru",
            "query_time": "2024-05-01 14:34:52",
            "create_date": "2015-02-08",
            "expiry_date": "2025-02-08",
            "registrar_name": "RU-CENTER-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns3-l2.nic.ru",
                "ns4-cloud.nic.ru",
                "ns4-l2.nic.ru",
                "ns8-cloud.nic.ru",
                "ns8-l2.nic.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 17,
            "domain_name": "0xxt.com",
            "domain_keyword": "0xxt",
            "domain_tld": "com",
            "query_time": "2024-04-21 15:11:34",
            "create_date": "2024-04-18",
            "update_date": "2024-04-18",
            "expiry_date": "2025-04-18",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns41.domaincontrol.com",
                "ns42.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 18,
            "domain_name": "fixxt.us",
            "domain_keyword": "fixxt",
            "domain_tld": "us",
            "query_time": "2024-05-05 15:05:09",
            "create_date": "2017-03-01",
            "update_date": "2024-03-05",
            "expiry_date": "2026-02-28",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "whois.godaddy.com",
            "registrant_name": "Mike Green",
            "registrant_address": "771 NW 183 Dr.",
            "registrant_city": "Miami",
            "registrant_state": "Florida",
            "registrant_zip": "33169",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.7862522507",
            "registrant_fax": "+1.3054017583",
            "name_servers": [
                "ns49.domaincontrol.com",
                "ns50.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 19,
            "domain_name": "ixxat.de",
            "domain_keyword": "ixxat",
            "domain_tld": "de",
            "query_time": "2024-05-04 18:13:02",
            "update_date": "2020-01-14",
            "name_servers": [
                "ns1.is-fun.net",
                "ns2.is-fun.net"
            ],
            "domain_status": [
                "connect"
            ]
        },
        {
            "num": 20,
            "domain_name": "inxt.io",
            "domain_keyword": "inxt",
            "domain_tld": "io",
            "query_time": "2024-05-23 11:27:08",
            "create_date": "2020-10-03",
            "update_date": "2023-09-16",
            "expiry_date": "2024-10-03",
            "registrar_iana": 625,
            "registrar_name": "Name.com, Inc.",
            "registrar_website": "http://www.name.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "InvestNext",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "MI",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1dhq.name.com",
                "ns2fln.name.com",
                "ns3fgh.name.com",
                "ns4qxz.name.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 21,
            "domain_name": "ixxx.live",
            "domain_keyword": "ixxx",
            "domain_tld": "live",
            "query_time": "2024-05-15 11:44:14",
            "create_date": "2024-05-10",
            "update_date": "2024-05-11",
            "expiry_date": "2025-05-10",
            "registrar_iana": 418,
            "registrar_name": "CommuniGal Communication Ltd.",
            "registrar_website": "http://www.galcomm.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domain Name Privacy Inc.",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Paphos",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CY",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns15.abovedomains.com",
                "ns16.abovedomains.com"
            ],
            "domain_status": [
                "addPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 22,
            "domain_name": "ixxi.me",
            "domain_keyword": "ixxi",
            "domain_tld": "me",
            "query_time": "2024-05-16 03:21:20",
            "create_date": "2020-05-11",
            "update_date": "2024-05-11",
            "expiry_date": "2025-05-11",
            "registrar_iana": 3840,
            "registrar_name": "Tool Domains Ltd",
            "registrar_website": "https://edoms.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Tool Domains",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Kazanlak",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "BG",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.parkingcrew.net",
                "ns2.parkingcrew.net"
            ],
            "domain_status": [
                "autoRenewPeriod"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 23,
            "domain_name": "wxxt.com",
            "domain_keyword": "wxxt",
            "domain_tld": "com",
            "query_time": "2024-06-09 04:41:34",
            "create_date": "2013-06-22",
            "update_date": "2024-06-04",
            "expiry_date": "2025-06-22",
            "registrar_iana": 472,
            "registrar_name": "Dynadot Inc",
            "registrar_website": "http://www.dynadot.com",
            "name_servers": [
                "ns1.dyna-ns.net",
                "ns2.dyna-ns.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 24,
            "domain_name": "ibxt.cn",
            "domain_keyword": "ibxt",
            "domain_tld": "cn",
            "query_time": "2024-06-09 15:33:23",
            "create_date": "2024-02-19",
            "expiry_date": "2025-02-19",
            "registrar_name": "北京新网数码信息技术有限公司",
            "registrant_name": "彭瑶",
            "registrant_email": "[email protected]",
            "name_servers": [
                "dm1.dns.com",
                "dm2.dns.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 25,
            "domain_name": "ixot.com",
            "domain_keyword": "ixot",
            "domain_tld": "com",
            "query_time": "2024-06-10 01:07:43",
            "create_date": "2004-01-19",
            "update_date": "2024-01-20",
            "expiry_date": "2025-01-19",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns11.manufrog.com",
                "ns12.manufrog.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 26,
            "domain_name": "yxxt.net.cn",
            "domain_keyword": "yxxt",
            "domain_tld": "net.cn",
            "query_time": "2024-05-03 04:08:11",
            "create_date": "2023-08-26",
            "expiry_date": "2024-08-26",
            "registrar_name": "广东时代互联科技有限公司",
            "registrant_name": "蒋德芬",
            "registrant_email": "[email protected]",
            "name_servers": [
                "ns7.alidns.com",
                "ns8.alidns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 27,
            "domain_name": "ixx1.top",
            "domain_keyword": "ixx1",
            "domain_tld": "top",
            "query_time": "2024-05-13 18:37:31",
            "create_date": "2023-05-10",
            "update_date": "2024-05-11",
            "expiry_date": "2025-05-10",
            "registrar_iana": 1868,
            "registrar_name": "Eranet International Limited",
            "registrar_website": "http://www.eranet.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "tang peng",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "guanhdong",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "park.i-now.cn",
                "park.i-now.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 28,
            "domain_name": "ix1t.com",
            "domain_keyword": "ix1t",
            "domain_tld": "com",
            "query_time": "2024-05-26 21:13:23",
            "create_date": "2024-02-04",
            "update_date": "2024-02-04",
            "expiry_date": "2025-02-04",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "http://wanwang.aliyun.com",
            "name_servers": [
                "dns10.hichina.com",
                "dns9.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 29,
            "domain_name": "i5xt.com",
            "domain_keyword": "i5xt",
            "domain_tld": "com",
            "query_time": "2024-06-04 09:31:25",
            "create_date": "2016-12-18",
            "update_date": "2024-01-31",
            "expiry_date": "2025-12-18",
            "registrar_iana": 1697,
            "registrar_name": "DNSPod, Inc.",
            "registrar_website": "https://www.dnspod.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "select contact domain holder link at https://whois.cloud.tencent.com/domain?domain=i5xt.com",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "cycad.dnspod.net",
                "tomato.dnspod.net"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 30,
            "domain_name": "ixxx.vision",
            "domain_keyword": "ixxx",
            "domain_tld": "vision",
            "query_time": "2024-05-13 18:37:37",
            "create_date": "2023-11-02",
            "update_date": "2023-11-07",
            "expiry_date": "2024-11-02",
            "registrar_iana": 1861,
            "registrar_name": "Porkbun LLC",
            "registrar_website": "http://porkbun.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Private by Design, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "NC",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "curitiba.ns.porkbun.com",
                "fortaleza.ns.porkbun.com",
                "maceio.ns.porkbun.com",
                "salvador.ns.porkbun.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 31,
            "domain_name": "ixxo.cn",
            "domain_keyword": "ixxo",
            "domain_tld": "cn",
            "query_time": "2024-06-10 01:10:30",
            "create_date": "2020-01-15",
            "expiry_date": "2025-01-15",
            "registrar_name": "商中在线科技股份有限公司",
            "registrant_name": "刘大军",
            "registrant_email": "[email protected]",
            "name_servers": [
                "ns1.4.cn",
                "ns2.4.cn"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 32,
            "domain_name": "ixgt.com",
            "domain_keyword": "ixgt",
            "domain_tld": "com",
            "query_time": "2024-04-20 04:19:09",
            "create_date": "2003-12-03",
            "update_date": "2023-12-04",
            "expiry_date": "2024-12-03",
            "registrar_iana": 9,
            "registrar_name": "Register.com, Inc.",
            "registrar_website": "http://www.register.com",
            "name_servers": [
                "dns1.register.com",
                "dns2.register.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 33,
            "domain_name": "icxt.io",
            "domain_keyword": "icxt",
            "domain_tld": "io",
            "query_time": "2024-05-07 07:42:29",
            "create_date": "2019-08-20",
            "update_date": "2023-10-04",
            "expiry_date": "2024-08-20",
            "registrar_iana": 1387,
            "registrar_name": "1API GmbH",
            "registrar_website": "http://www.1api.net",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "ICX TECHNOLOGIES ERAINTEK S.L",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "BI",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "ES",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "betty.ns.cloudflare.com",
                "chris.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 34,
            "domain_name": "jixxt.store",
            "domain_keyword": "jixxt",
            "domain_tld": "store",
            "query_time": "2024-05-26 02:34:02",
            "create_date": "2024-01-29",
            "update_date": "2024-04-18",
            "expiry_date": "2025-01-29",
            "registrar_iana": 146,
            "registrar_name": "Go Daddy, LLC",
            "registrar_website": "https://www.godaddy.com/",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_state": "Arizona",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1.dns-parking.com",
                "ns2.dns-parking.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 35,
            "domain_name": "inxt.app",
            "domain_keyword": "inxt",
            "domain_tld": "app",
            "query_time": "2024-05-24 22:14:54",
            "create_date": "2022-09-06",
            "update_date": "2023-07-29",
            "expiry_date": "2027-09-06",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "https://www.godaddy.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the whois server of the owning registrar identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns59.domaincontrol.com",
                "ns60.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 36,
            "domain_name": "ixxx.builders",
            "domain_keyword": "ixxx",
            "domain_tld": "builders",
            "query_time": "2024-05-25 07:37:44",
            "create_date": "2023-06-27",
            "update_date": "2023-07-02",
            "expiry_date": "2024-06-27",
            "registrar_iana": 1861,
            "registrar_name": "Porkbun LLC",
            "registrar_website": "http://porkbun.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Private by Design, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "NC",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "curitiba.ns.porkbun.com",
                "fortaleza.ns.porkbun.com",
                "maceio.ns.porkbun.com",
                "salvador.ns.porkbun.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 37,
            "domain_name": "ixxi.top",
            "domain_keyword": "ixxi",
            "domain_tld": "top",
            "query_time": "2024-05-13 18:37:33",
            "create_date": "2024-03-09",
            "update_date": "2024-03-09",
            "expiry_date": "2025-03-09",
            "registrar_iana": 1479,
            "registrar_name": "NameSilo,LLC",
            "registrar_website": "https://www.namesilo.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "PrivacyGuardian.org llc",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "AZ",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "asa.ns.cloudflare.com",
                "jaxson.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 38,
            "domain_name": "ixxy.earth",
            "domain_keyword": "ixxy",
            "domain_tld": "earth",
            "query_time": "2024-05-13 18:37:38",
            "create_date": "2021-06-28",
            "update_date": "2023-06-02",
            "expiry_date": "2024-06-28",
            "registrar_iana": 81,
            "registrar_name": "Gandi SAS",
            "registrar_website": "whois.gandi.net",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "GB",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ashton.ns.cloudflare.com",
                "raphaela.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 39,
            "domain_name": "ixxvt.vet",
            "domain_keyword": "ixxvt",
            "domain_tld": "vet",
            "query_time": "2024-06-02 06:54:08",
            "create_date": "2018-02-20",
            "update_date": "2024-02-13",
            "expiry_date": "2025-02-20",
            "registrar_iana": 299,
            "registrar_name": "CSC Corporate Domains, Inc.",
            "registrar_website": "http://www.cscglobal.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "AmerisourceBergen Corporation",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "PA",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1-01.azure-dns.com",
                "ns2-01.azure-dns.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 40,
            "domain_name": "ixxf.be",
            "domain_keyword": "ixxf",
            "domain_tld": "be",
            "query_time": "2024-06-10 01:10:26",
            "create_date": "2021-07-03",
            "registrar_name": "Key-Systems GmbH",
            "registrar_website": "http://www.key-systems.net/english/tld.html?&tld=be",
            "name_servers": [
                "uns01.lolipop.jp",
                "uns02.lolipop.jp"
            ],
            "domain_status": [
                "Not Available"
            ]
        },
        {
            "num": 41,
            "domain_name": "ixxat.nl",
            "domain_keyword": "ixxat",
            "domain_tld": "nl",
            "query_time": "2024-04-30 03:34:45",
            "create_date": "2012-01-10",
            "update_date": "2018-11-14",
            "registrar_name": "IS-Fun Internet Services GmbH",
            "name_servers": [
                "ns1.is-fun.net",
                "ns2.is-fun.net"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "no"
            ]
        },
        {
            "num": 42,
            "domain_name": "ixet.de",
            "domain_keyword": "ixet",
            "domain_tld": "de",
            "query_time": "2024-05-04 18:12:59",
            "update_date": "2013-08-12",
            "name_servers": [
                "ns1.jimdo.com",
                "ns2.jimdo.com"
            ],
            "domain_status": [
                "connect"
            ]
        },
        {
            "num": 43,
            "domain_name": "ixxx.college",
            "domain_keyword": "ixxx",
            "domain_tld": "college",
            "query_time": "2024-05-25 07:37:45",
            "create_date": "2023-06-27",
            "update_date": "2024-03-23",
            "expiry_date": "2024-06-27",
            "registrar_iana": 1861,
            "registrar_name": "Porkbun, LLC",
            "registrar_website": "https://porkbun.com/",
            "registrant_company": "Private by Design, LLC",
            "registrant_state": "NC",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "curitiba.ns.porkbun.com",
                "fortaleza.ns.porkbun.com",
                "maceio.ns.porkbun.com",
                "salvador.ns.porkbun.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 44,
            "domain_name": "ixat.one",
            "domain_keyword": "ixat",
            "domain_tld": "one",
            "query_time": "2024-05-25 07:36:39",
            "create_date": "2022-05-13",
            "update_date": "2024-05-22",
            "expiry_date": "2025-05-13",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "whois.godaddy.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns01.domaincontrol.com",
                "ns02.domaincontrol.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 45,
            "domain_name": "sxxt.store",
            "domain_keyword": "sxxt",
            "domain_tld": "store",
            "query_time": "2024-05-31 22:57:01",
            "create_date": "2023-12-05",
            "update_date": "2024-01-12",
            "expiry_date": "2024-12-05",
            "registrar_iana": 1556,
            "registrar_name": "CHENGDU WEST DIMENSION DIGITAL TECHNOLOGY CO., LTD.",
            "registrar_website": "http://www.west.cn",
            "registrant_state": "Guang Dong",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1.myhostadmin.net",
                "ns2.myhostadmin.net",
                "ns3.myhostadmin.net",
                "ns4.myhostadmin.net",
                "ns5.myhostadmin.net",
                "ns6.myhostadmin.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 46,
            "domain_name": "ixxi.site",
            "domain_keyword": "ixxi",
            "domain_tld": "site",
            "query_time": "2024-05-28 16:46:27",
            "create_date": "2024-05-26",
            "update_date": "2024-05-26",
            "expiry_date": "2025-05-26",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrant_company": "Z-yuwenhui2222",
            "registrant_state": "guang xi",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "dns10.hichina.com",
                "dns9.hichina.com"
            ],
            "domain_status": [
                "addPeriod",
                "serverTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 47,
            "domain_name": "ixxx.men",
            "domain_keyword": "ixxx",
            "domain_tld": "men",
            "query_time": "2024-06-10 01:10:34",
            "create_date": "2023-05-05",
            "update_date": "2024-05-05",
            "expiry_date": "2024-05-05",
            "registrar_iana": 472,
            "registrar_name": "Dynadot Inc",
            "registrar_website": "https://www.dynadot.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "CA",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.dyna-ns.net",
                "ns2.dyna-ns.net"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 48,
            "domain_name": "xixt.top",
            "domain_keyword": "xixt",
            "domain_tld": "top",
            "query_time": "2024-04-21 08:26:06",
            "create_date": "2022-08-25",
            "update_date": "2022-08-26",
            "expiry_date": "2025-08-25",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "http://www.net.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "xi xian tian",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "he bei",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns23.hichina.com",
                "dns24.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 49,
            "domain_name": "inxt.net",
            "domain_keyword": "inxt",
            "domain_tld": "net",
            "query_time": "2024-05-24 22:14:54",
            "create_date": "2024-03-25",
            "update_date": "2024-04-01",
            "expiry_date": "2025-03-25",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "http://wanwang.aliyun.com",
            "registrant_state": "bei jing",
            "registrant_country": "CN",
            "registrant_email": "https://whois.aliyun.com/whois/whoisform",
            "name_servers": [
                "dns19.hichina.com",
                "dns20.hichina.com",
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 50,
            "domain_name": "ixxx.photos",
            "domain_keyword": "ixxx",
            "domain_tld": "photos",
            "query_time": "2024-05-13 18:37:36",
            "create_date": "2023-10-29",
            "update_date": "2023-11-03",
            "expiry_date": "2024-10-29",
            "registrar_iana": 1861,
            "registrar_name": "Porkbun LLC",
            "registrar_website": "http://porkbun.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Private by Design, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "NC",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "curitiba.ns.porkbun.com",
                "fortaleza.ns.porkbun.com",
                "maceio.ns.porkbun.com",
                "salvador.ns.porkbun.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 51,
            "domain_name": "ixxo.app",
            "domain_keyword": "ixxo",
            "domain_tld": "app",
            "query_time": "2024-05-25 07:37:44",
            "create_date": "2021-09-08",
            "update_date": "2023-08-26",
            "expiry_date": "2024-09-08",
            "registrar_iana": 1068,
            "registrar_name": "Namecheap Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the whois server of the owning registrar identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 52,
            "domain_name": "fixxt.com",
            "domain_keyword": "fixxt",
            "domain_tld": "com",
            "query_time": "2024-06-07 18:26:14",
            "create_date": "2016-02-07",
            "update_date": "2024-02-08",
            "expiry_date": "2027-02-07",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns61.domaincontrol.com",
                "ns62.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 53,
            "domain_name": "ixat.com",
            "domain_keyword": "ixat",
            "domain_tld": "com",
            "query_time": "2024-06-07 18:10:19",
            "create_date": "2003-07-19",
            "update_date": "2023-07-12",
            "expiry_date": "2024-07-19",
            "registrar_iana": 1515,
            "registrar_name": "123-Reg Limited",
            "registrar_website": "http://www.meshdigital.com",
            "name_servers": [
                "ns1.domainhasexpired.com",
                "ns2.domainhasexpired.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 54,
            "domain_name": "ixxb.top",
            "domain_keyword": "ixxb",
            "domain_tld": "top",
            "query_time": "2024-06-02 06:54:06",
            "create_date": "2015-10-20",
            "update_date": "2015-10-28",
            "expiry_date": "2029-10-20",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "http://www.net.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Li Hao Yang",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Yun Nan",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns10.hichina.com",
                "dns9.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 55,
            "domain_name": "ixxi.tech",
            "domain_keyword": "ixxi",
            "domain_tld": "tech",
            "query_time": "2024-06-10 01:10:28",
            "create_date": "2017-03-11",
            "update_date": "2024-05-01",
            "expiry_date": "2025-03-11",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrant_company": "Tang Xin Xin",
            "registrant_state": "Si Chuan",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "dns3.hichina.com",
                "dns4.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 56,
            "domain_name": "ipxt.com",
            "domain_keyword": "ipxt",
            "domain_tld": "com",
            "query_time": "2024-04-16 19:20:21",
            "create_date": "2002-11-08",
            "update_date": "2024-03-15",
            "expiry_date": "2033-11-08",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC",
            "registrar_website": "https://domains2.squarespace.com",
            "registrant_name": "Contact Privacy Inc. Customer 7151571251",
            "registrant_company": "Contact Privacy Inc. Customer 7151571251",
            "registrant_address": "96 Mowat Ave",
            "registrant_city": "Toronto",
            "registrant_state": "ON",
            "registrant_zip": "M4K 3K1",
            "registrant_country": "CA",
            "registrant_email": "https://domains.google.com/contactregistrant?domain=ipxt.com",
            "registrant_phone": "+1.4165385487",
            "name_servers": [
                "ns1.eturko.net",
                "ns2.eturko.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 57,
            "domain_name": "xxxt.ru",
            "domain_keyword": "xxxt",
            "domain_tld": "ru",
            "query_time": "2024-05-04 18:06:02",
            "create_date": "2021-03-27",
            "expiry_date": "2025-03-27",
            "registrar_name": "RU-CENTER-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.jino.ru",
                "ns2.jino.ru",
                "ns3.jino.ru",
                "ns5.jino.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 58,
            "domain_name": "ixxx.support",
            "domain_keyword": "ixxx",
            "domain_tld": "support",
            "query_time": "2024-05-13 18:37:37",
            "create_date": "2023-11-02",
            "update_date": "2023-11-07",
            "expiry_date": "2024-11-02",
            "registrar_iana": 1861,
            "registrar_name": "Porkbun LLC",
            "registrar_website": "http://porkbun.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Private by Design, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "NC",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "curitiba.ns.porkbun.com",
                "fortaleza.ns.porkbun.com",
                "maceio.ns.porkbun.com",
                "salvador.ns.porkbun.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 59,
            "domain_name": "ixdt.com",
            "domain_keyword": "ixdt",
            "domain_tld": "com",
            "query_time": "2024-05-26 21:13:43",
            "create_date": "2001-09-02",
            "update_date": "2023-02-15",
            "expiry_date": "2024-09-02",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "https://www.godaddy.com",
            "registrant_name": "Domain Administrator",
            "registrant_company": "NameFind LLC",
            "registrant_address": "2150 E Warner Rd",
            "registrant_city": "Tempe",
            "registrant_state": "Arizona",
            "registrant_zip": "85284",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.7813736856",
            "name_servers": [
                "ns1.namefind.com",
                "ns2.namefind.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 60,
            "domain_name": "ixct.net",
            "domain_keyword": "ixct",
            "domain_tld": "net",
            "query_time": "2024-04-20 04:18:19",
            "create_date": "2023-02-11",
            "update_date": "2024-03-30",
            "expiry_date": "2025-02-11",
            "registrar_iana": 1479,
            "registrar_name": "NameSilo, LLC",
            "registrar_website": "https://www.namesilo.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "PrivacyGuardian.org llc",
            "registrant_address": "1928 E. Highland Ave. Ste F104 PMB# 255",
            "registrant_city": "Phoenix",
            "registrant_state": "AZ",
            "registrant_zip": "85016",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.3478717726",
            "name_servers": [
                "ns1.sedoparking.com",
                "ns2.sedoparking.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 61,
            "domain_name": "ixxx.press",
            "domain_keyword": "ixxx",
            "domain_tld": "press",
            "query_time": "2024-05-13 18:37:36",
            "create_date": "2023-10-29",
            "update_date": "2024-03-23",
            "expiry_date": "2024-10-29",
            "registrar_iana": 1861,
            "registrar_name": "Porkbun, LLC",
            "registrar_website": "https://porkbun.com/",
            "registrant_company": "Private by Design, LLC",
            "registrant_state": "NC",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "curitiba.ns.porkbun.com",
                "fortaleza.ns.porkbun.com",
                "maceio.ns.porkbun.com",
                "salvador.ns.porkbun.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 62,
            "domain_name": "ixxi.co.jp",
            "domain_keyword": "ixxi",
            "domain_tld": "co.jp",
            "query_time": "2024-05-16 03:21:20",
            "create_date": "2018-03-15",
            "update_date": "2024-04-01",
            "registrant_company": "FRED JAPAN",
            "name_servers": [
                "uns01.lolipop.jp",
                "uns02.lolipop.jp"
            ]
        },
        {
            "num": 63,
            "domain_name": "ixat.net",
            "domain_keyword": "ixat",
            "domain_tld": "net",
            "query_time": "2024-06-07 18:10:19",
            "create_date": "2000-08-24",
            "update_date": "2023-09-16",
            "expiry_date": "2024-08-24",
            "registrar_iana": 1515,
            "registrar_name": "123-Reg Limited",
            "registrar_website": "http://www.meshdigital.com",
            "name_servers": [
                "ns.123-reg.co.uk",
                "ns2.123-reg.co.uk"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 64,
            "domain_name": "inxt.ru",
            "domain_keyword": "inxt",
            "domain_tld": "ru",
            "query_time": "2024-06-02 04:10:19",
            "create_date": "2022-05-31",
            "expiry_date": "2024-05-31",
            "registrar_name": "REGRU-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.expired.reg.ru",
                "ns2.expired.reg.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 65,
            "domain_name": "ixqt.com",
            "domain_keyword": "ixqt",
            "domain_tld": "com",
            "query_time": "2024-06-10 01:08:24",
            "create_date": "2009-12-02",
            "update_date": "2024-04-11",
            "expiry_date": "2024-12-02",
            "registrar_iana": 1555,
            "registrar_name": "22net, Inc.",
            "registrar_website": "http://www.22.cn",
            "name_servers": [
                "ns1.4.cn",
                "ns2.4.cn"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 66,
            "domain_name": "iqxt.com",
            "domain_keyword": "iqxt",
            "domain_tld": "com",
            "query_time": "2024-04-20 05:56:19",
            "create_date": "2007-09-15",
            "update_date": "2023-09-16",
            "expiry_date": "2024-09-15",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns27.domaincontrol.com",
                "ns28.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 67,
            "domain_name": "ixxx.store",
            "domain_keyword": "ixxx",
            "domain_tld": "store",
            "query_time": "2024-04-30 03:34:50",
            "create_date": "2023-08-11",
            "update_date": "2024-04-17",
            "expiry_date": "2024-08-11",
            "registrar_iana": 146,
            "registrar_name": "Go Daddy, LLC",
            "registrar_website": "https://www.godaddy.com/",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_state": "Arizona",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 68,
            "domain_name": "ix-t.ru",
            "domain_keyword": "ix-t",
            "domain_tld": "ru",
            "query_time": "2024-05-01 14:34:44",
            "create_date": "2019-01-21",
            "expiry_date": "2025-01-21",
            "registrar_name": "REGRU-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "rachel.ns.cloudflare.com",
                "sevki.ns.cloudflare.com"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 69,
            "domain_name": "ixst.life",
            "domain_keyword": "ixst",
            "domain_tld": "life",
            "query_time": "2024-06-10 01:08:49",
            "create_date": "2022-07-31",
            "update_date": "2023-09-14",
            "expiry_date": "2024-07-31",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com/domains/search.aspx?ci=8990",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns27.domaincontrol.com",
                "ns28.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 70,
            "domain_name": "ixxat.com",
            "domain_keyword": "ixxat",
            "domain_tld": "com",
            "query_time": "2024-06-10 01:10:25",
            "create_date": "1999-01-24",
            "update_date": "2024-05-10",
            "expiry_date": "2026-01-24",
            "registrar_iana": 73,
            "registrar_name": "Abion AB",
            "registrar_website": "www.abion.com",
            "registrant_company": "HMS Technology Center Ravensburg GmbH",
            "registrant_country": "SE",
            "name_servers": [
                "a.portsdns.se",
                "b.portsdns.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 71,
            "domain_name": "ixyt.us",
            "domain_keyword": "ixyt",
            "domain_tld": "us",
            "query_time": "2024-04-30 03:35:14",
            "create_date": "2020-04-21",
            "update_date": "2024-04-24",
            "expiry_date": "2025-04-21",
            "registrar_iana": 1647,
            "registrar_name": "Hosting Concepts B.V. d/b/a Registrar.eu",
            "registrar_website": "www.openprovider.com",
            "registrant_name": "Wladimir Iskin",
            "registrant_address": "Freiburger Str. 15",
            "registrant_city": "Heidelberg",
            "registrant_zip": "69126",
            "registrant_country": "DE",
            "registrant_email": "[email protected]",
            "registrant_phone": "+49.1712849825",
            "name_servers": [
                "ns1.contabo.net",
                "ns2.contabo.net",
                "ns3.contabo.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 72,
            "domain_name": "i-xt.com",
            "domain_keyword": "i-xt",
            "domain_tld": "com",
            "query_time": "2024-04-14 08:00:42",
            "create_date": "2019-10-12",
            "update_date": "2019-10-12",
            "expiry_date": "2024-10-12",
            "registrar_iana": 141,
            "registrar_name": "Cronon AG",
            "registrar_website": "http://www.cronon.net",
            "registrant_country": "DE",
            "registrant_email": "[email protected]",
            "name_servers": [
                "ns1.bdm.microsoftonline.com",
                "ns2.bdm.microsoftonline.com",
                "ns3.bdm.microsoftonline.com",
                "ns4.bdm.microsoftonline.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 73,
            "domain_name": "xxxt.de",
            "domain_keyword": "xxxt",
            "domain_tld": "de",
            "query_time": "2024-05-05 22:39:35",
            "update_date": "2023-12-05",
            "name_servers": [
                "ns1.kv-gmbh.de",
                "ns2.kv-gmbh.de"
            ],
            "domain_status": [
                "connect"
            ]
        },
        {
            "num": 74,
            "domain_name": "ixtx.fun",
            "domain_keyword": "ixtx",
            "domain_tld": "fun",
            "query_time": "2024-05-13 18:37:18",
            "create_date": "2020-03-10",
            "update_date": "2023-12-10",
            "expiry_date": "2025-03-10",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrant_company": "zhe jiang shu shi wang luo ke ji you xian gong si",
            "registrant_state": "zhe jiang",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "dns10.hichina.com",
                "dns9.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 75,
            "domain_name": "ixxx.careers",
            "domain_keyword": "ixxx",
            "domain_tld": "careers",
            "query_time": "2024-05-16 03:21:22",
            "create_date": "2023-06-27",
            "update_date": "2023-07-02",
            "expiry_date": "2024-06-27",
            "registrar_iana": 1861,
            "registrar_name": "Porkbun LLC",
            "registrar_website": "http://porkbun.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Private by Design, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "NC",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "curitiba.ns.porkbun.com",
                "fortaleza.ns.porkbun.com",
                "maceio.ns.porkbun.com",
                "salvador.ns.porkbun.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 76,
            "domain_name": "txxt.xyz",
            "domain_keyword": "txxt",
            "domain_tld": "xyz",
            "query_time": "2024-05-07 10:10:27",
            "create_date": "2024-03-06",
            "update_date": "2024-04-15",
            "expiry_date": "2025-03-06",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrant_company": "wu qing ru",
            "registrant_state": "jiang su",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ee5ff475.verify.hn",
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 77,
            "domain_name": "rxxt.net",
            "domain_keyword": "rxxt",
            "domain_tld": "net",
            "query_time": "2024-04-24 08:09:29",
            "create_date": "2015-07-10",
            "update_date": "2015-07-10",
            "expiry_date": "2027-07-10",
            "registrar_iana": 1556,
            "registrar_name": "Chengdu west dimension digital technology Co., LTD",
            "registrar_website": "www.west.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "SC",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "link at https://www.west.cn/web/whoisform?domain=rxxt.net",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns5.myhostadmin.net",
                "ns6.myhostadmin.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 78,
            "domain_name": "ixjxt.com",
            "domain_keyword": "ixjxt",
            "domain_tld": "com",
            "query_time": "2024-05-13 18:35:10",
            "create_date": "2021-08-10",
            "update_date": "2024-04-23",
            "expiry_date": "2024-08-10",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC",
            "registrar_website": "https://domains2.squarespace.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Arcadia",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "WY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "https://domains.squarespace.com/whois-contact-form",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns-cloud-c1.googledomains.com",
                "ns-cloud-c2.googledomains.com",
                "ns-cloud-c3.googledomains.com",
                "ns-cloud-c4.googledomains.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 79,
            "domain_name": "irxt.com",
            "domain_keyword": "irxt",
            "domain_tld": "com",
            "query_time": "2024-05-22 04:51:09",
            "create_date": "2006-05-18",
            "update_date": "2024-05-19",
            "expiry_date": "2025-05-18",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns23.domaincontrol.com",
                "ns24.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 80,
            "domain_name": "ixnt.fr",
            "domain_keyword": "ixnt",
            "domain_tld": "fr",
            "query_time": "2024-06-02 02:01:44",
            "create_date": "2022-01-07",
            "update_date": "2024-02-29",
            "expiry_date": "2025-01-07",
            "registrar_name": "IONOS SE",
            "registrar_website": "https://ionos.com",
            "registrant_name": "Ano Nymous",
            "name_servers": [
                "ns1022.ui-dns.biz",
                "ns1025.ui-dns.com",
                "ns1029.ui-dns.org",
                "ns1115.ui-dns.de"
            ],
            "domain_status": [
                "Active",
                "associated"
            ]
        },
        {
            "num": 81,
            "domain_name": "ixat.shop",
            "domain_keyword": "ixat",
            "domain_tld": "shop",
            "query_time": "2024-05-03 19:27:47",
            "create_date": "2023-10-20",
            "update_date": "2024-01-14",
            "expiry_date": "2024-10-20",
            "registrar_iana": 839,
            "registrar_name": "Realtime Register B.V.",
            "registrar_website": "http://www.realtimeregister.com",
            "registrant_country": "NL",
            "name_servers": [
                "ns5.afternic.com",
                "ns6.afternic.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 82,
            "domain_name": "ixxs.ru",
            "domain_keyword": "ixxs",
            "domain_tld": "ru",
            "query_time": "2024-05-01 14:34:52",
            "create_date": "2023-12-31",
            "expiry_date": "2024-12-31",
            "registrar_name": "REGRU-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.loderi.com",
                "ns2.loderi.com"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 83,
            "domain_name": "ixqt.net",
            "domain_keyword": "ixqt",
            "domain_tld": "net",
            "query_time": "2024-04-30 03:33:32",
            "create_date": "2019-12-02",
            "update_date": "2024-04-16",
            "expiry_date": "2027-12-02",
            "registrar_iana": 1068,
            "registrar_name": "NAMECHEAP INC",
            "registrar_website": "http://www.namecheap.com",
            "registrant_name": "Redacted for Privacy",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "Kalkofnsvegur 2",
            "registrant_city": "Reykjavik",
            "registrant_state": "Capital Region",
            "registrant_zip": "101",
            "registrant_country": "IS",
            "registrant_email": "[email protected]",
            "registrant_phone": "+354.4212434",
            "name_servers": [
                "ns01.ixqt.net",
                "ns02.ixqt.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 84,
            "domain_name": "ixit.it",
            "domain_keyword": "ixit",
            "domain_tld": "it",
            "query_time": "2024-04-30 03:32:25",
            "create_date": "2020-09-28",
            "update_date": "2023-09-24",
            "expiry_date": "2024-09-24",
            "registrar_name": "Register S.p.a.",
            "registrar_website": "https://www.register.it",
            "registrant_company": "hidden",
            "name_servers": [
                "ns1.register.it",
                "ns2.register.it"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "yes"
            ]
        },
        {
            "num": 85,
            "domain_name": "lxxt.xyz",
            "domain_keyword": "lxxt",
            "domain_tld": "xyz",
            "query_time": "2024-05-14 07:12:19",
            "create_date": "2022-05-06",
            "update_date": "2024-05-10",
            "expiry_date": "2025-05-06",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC",
            "registrar_website": "https://domains.squarespace.com",
            "registrant_company": "Contact Privacy Inc. Customer 7151571251",
            "registrant_state": "ON",
            "registrant_country": "PE",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns-cloud-c1.googledomains.com",
                "ns-cloud-c2.googledomains.com",
                "ns-cloud-c3.googledomains.com",
                "ns-cloud-c4.googledomains.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 86,
            "domain_name": "ixxx.red",
            "domain_keyword": "ixxx",
            "domain_tld": "red",
            "query_time": "2024-05-13 18:37:37",
            "create_date": "2024-01-21",
            "update_date": "2024-01-26",
            "expiry_date": "2025-01-21",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.ixxx.red",
                "ns2.ixxx.red"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 87,
            "domain_name": "pxxt.vip",
            "domain_keyword": "pxxt",
            "domain_tld": "vip",
            "query_time": "2024-05-21 04:21:12",
            "create_date": "2016-05-17",
            "update_date": "2024-05-08",
            "expiry_date": "2025-05-17",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "www.net.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Chang Sha Shi Lai Mi Xin Xi Ji Shu You Xian Gong Si",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Hu Nan",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns10.hichina.com",
                "dns9.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 88,
            "domain_name": "vxxt.store",
            "domain_keyword": "vxxt",
            "domain_tld": "store",
            "query_time": "2024-05-19 21:54:10",
            "create_date": "2023-11-04",
            "update_date": "2023-11-22",
            "expiry_date": "2024-11-04",
            "registrar_iana": 1068,
            "registrar_name": "Namecheap",
            "registrar_website": "https://namecheap.com",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_state": "Capital Region",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 89,
            "domain_name": "xxxt.cn",
            "domain_keyword": "xxxt",
            "domain_tld": "cn",
            "query_time": "2024-05-20 17:46:07",
            "create_date": "2010-05-17",
            "expiry_date": "2025-05-17",
            "registrar_name": "阿里云计算有限公司(万网)",
            "registrant_name": "魏志强",
            "registrant_email": "[email protected]",
            "name_servers": [
                "expirens3.hichina.com",
                "expirens4.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 90,
            "domain_name": "ixwt.tech",
            "domain_keyword": "ixwt",
            "domain_tld": "tech",
            "query_time": "2024-05-20 14:22:02",
            "create_date": "2024-03-20",
            "update_date": "2024-04-15",
            "expiry_date": "2025-03-20",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrant_company": "xu wen tao",
            "registrant_state": "hu bei",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "dns11.hichina.com",
                "dns12.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 91,
            "domain_name": "ixvt.com",
            "domain_keyword": "ixvt",
            "domain_tld": "com",
            "query_time": "2024-06-02 06:54:04",
            "create_date": "2010-10-07",
            "update_date": "2023-11-18",
            "expiry_date": "2024-10-07",
            "registrar_iana": 625,
            "registrar_name": "Name.com, Inc.",
            "registrar_website": "http://www.name.com",
            "registrant_name": "Redacted For Privacy",
            "registrant_company": "Domain Protection Services, Inc.",
            "registrant_address": "PO Box 1769",
            "registrant_city": "Denver",
            "registrant_state": "CO",
            "registrant_zip": "80201",
            "registrant_country": "US",
            "registrant_email": "https://www.name.com/contact-domain-whois/ixvt.com",
            "registrant_phone": "+1.7208009072",
            "registrant_fax": "+1.7209758725",
            "name_servers": [
                "ns1.mytrafficmanagement.com",
                "ns2.mytrafficmanagement.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unSigned"
            ]
        },
        {
            "num": 92,
            "domain_name": "ixet.net",
            "domain_keyword": "ixet",
            "domain_tld": "net",
            "query_time": "2024-06-07 18:11:30",
            "create_date": "2021-06-02",
            "update_date": "2024-06-02",
            "expiry_date": "2024-06-02",
            "registrar_iana": 444,
            "registrar_name": "INAMES CO., LTD.",
            "registrar_website": "www.inames.co.kr",
            "registrant_name": "ISE Commerce",
            "registrant_company": "ISE Commerce",
            "registrant_address": "5F 648 Yeongdong-daero Gangnam-gu",
            "registrant_city": "Seoul",
            "registrant_zip": "06078",
            "registrant_country": "KR",
            "registrant_email": "[email protected]",
            "registrant_phone": "+82.7074252167",
            "registrant_fax": "+82.234385501",
            "name_servers": [
                "hns1.nsgodo.com",
                "hns2.nsgodo.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 93,
            "domain_name": "ipxt.ru",
            "domain_keyword": "ipxt",
            "domain_tld": "ru",
            "query_time": "2024-05-01 12:35:41",
            "create_date": "2016-06-03",
            "expiry_date": "2025-06-03",
            "registrar_name": "SALENAMES-RU",
            "registrant_company": "Private Person",
            "name_servers": [
                "ns3.salenames.ru",
                "ns4.salenames.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 94,
            "domain_name": "txxt.com",
            "domain_keyword": "txxt",
            "domain_tld": "com",
            "query_time": "2024-04-18 18:18:47",
            "create_date": "2004-06-06",
            "update_date": "2023-06-01",
            "expiry_date": "2024-06-06",
            "registrar_iana": 612,
            "registrar_name": "Blue Razor Domains, LLC",
            "registrar_website": "http://www.bluerazor.com",
            "name_servers": [
                "ns1.squadhelp.com",
                "ns2.squadhelp.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 95,
            "domain_name": "4xxt.site",
            "domain_keyword": "4xxt",
            "domain_tld": "site",
            "query_time": "2024-05-26 01:01:20",
            "create_date": "2023-11-23",
            "update_date": "2024-01-12",
            "expiry_date": "2024-11-23",
            "registrar_iana": 1556,
            "registrar_name": "CHENGDU WEST DIMENSION DIGITAL TECHNOLOGY CO., LTD.",
            "registrar_website": "http://www.west.cn",
            "registrant_state": "Fu Jian",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns3.myhostadmin.net",
                "ns4.myhostadmin.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 96,
            "domain_name": "nxxt.world",
            "domain_keyword": "nxxt",
            "domain_tld": "world",
            "query_time": "2024-06-02 03:27:53",
            "create_date": "2024-04-04",
            "update_date": "2024-04-09",
            "expiry_date": "2025-04-04",
            "registrar_iana": 303,
            "registrar_name": "PDR Ltd. d/b/a PublicDomainRegistry.com",
            "registrar_website": "http://www.PublicDomainRegistry.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "GDPR Masked",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Ille-et-Vilaine",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "FR",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.regway.com",
                "dns2.regway.com",
                "dns3.regway.com",
                "dns4.regway.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 97,
            "domain_name": "mixxt.ru",
            "domain_keyword": "mixxt",
            "domain_tld": "ru",
            "query_time": "2024-05-01 08:36:05",
            "create_date": "2023-11-25",
            "expiry_date": "2024-11-25",
            "registrar_name": "RU-CENTER-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns3.nic.ru",
                "ns4.nic.ru",
                "ns8.nic.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 98,
            "domain_name": "ixbt.us",
            "domain_keyword": "ixbt",
            "domain_tld": "us",
            "query_time": "2024-04-30 03:31:15",
            "create_date": "2021-12-14",
            "update_date": "2023-12-20",
            "expiry_date": "2024-12-14",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "whois.godaddy.com",
            "registrant_name": "Soumil Bhandari",
            "registrant_address": "13103 Wheeler Way",
            "registrant_city": "Herndon",
            "registrant_state": "Virginia",
            "registrant_zip": "20171",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.5183904333",
            "name_servers": [
                "ns13.domaincontrol.com",
                "ns14.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 99,
            "domain_name": "inxt.tech",
            "domain_keyword": "inxt",
            "domain_tld": "tech",
            "query_time": "2024-05-06 22:05:30",
            "create_date": "2023-10-31",
            "update_date": "2023-11-05",
            "expiry_date": "2024-10-31",
            "registrar_iana": 1636,
            "registrar_name": "HOSTINGER operations, UAB",
            "registrar_website": "https://www.hostinger.com/",
            "registrant_company": "Privacy Protect, LLC (PrivacyProtect.org)",
            "registrant_state": "MA",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1.dns-parking.com",
                "ns2.dns-parking.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 100,
            "domain_name": "ixx6.top",
            "domain_keyword": "ixx6",
            "domain_tld": "top",
            "query_time": "2024-05-13 18:37:32",
            "create_date": "2023-05-10",
            "update_date": "2024-05-11",
            "expiry_date": "2025-05-10",
            "registrar_iana": 1868,
            "registrar_name": "Eranet International Limited",
            "registrar_website": "http://www.eranet.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "tang peng",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "guanhdong",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "park.i-now.cn",
                "park.i-now.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.026,
        "api_credits_used": 3,
        "cost_calculation": "3 (fuzzy_domains [1 domain])"
    }
}
<root>
 <success>true</success>
 <query>
  <fuzzy_domains>ixxt.cn</fuzzy_domains>
  <page_size>100</page_size>
 </query>
 <count>
  <total>825</total>
  <relation>eq</relation>
  <current>100</current>
 </count>
 <unique_domains>ixct.com, wxxt.net, ixxx.autos, axxt.xyz, txxt.io, ixxe.ru, itxt.in, ixat.org, ijxxt.com, kxxt.tech, idxt.net, ixxx.cyou, lxxt.com, mixxt.org, ixit.co.jp, ixzt.ru, 0xxt.com, fixxt.us, ixxat.de, inxt.io, ixxx.live, ixxi.me, wxxt.com, ibxt.cn, ixot.com, yxxt.net.cn, ixx1.top, ix1t.com, i5xt.com, ixxx.vision, ixxo.cn, ixgt.com, icxt.io, jixxt.store, inxt.app, ixxx.builders, ixxi.top, ixxy.earth, ixxvt.vet, ixxf.be, ixxat.nl, ixet.de, ixxx.college, ixat.one, sxxt.store, ixxi.site, ixxx.men, xixt.top, inxt.net, ixxx.photos, ixxo.app, fixxt.com, ixat.com, ixxb.top, ixxi.tech, ipxt.com, xxxt.ru, ixxx.support, ixdt.com, ixct.net, ixxx.press, ixxi.co.jp, ixat.net, inxt.ru, ixqt.com, iqxt.com, ixxx.store, ix-t.ru, ixst.life, ixxat.com, ixyt.us, i-xt.com, xxxt.de, ixtx.fun, ixxx.careers, txxt.xyz, rxxt.net, ixjxt.com, irxt.com, ixnt.fr, ixat.shop, ixxs.ru, ixqt.net, ixit.it, lxxt.xyz, ixxx.red, pxxt.vip, vxxt.store, xxxt.cn, ixwt.tech, ixvt.com, ixet.net, ipxt.ru, txxt.com, 4xxt.site, nxxt.world, mixxt.ru, ixbt.us, inxt.tech, ixx6.top</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>ixct.com</domain_name>
   <domain_keyword>ixct</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-16 03:20:12</query_time>
   <create_date>2002-12-23</create_date>
   <update_date>2024-01-11</update_date>
   <expiry_date>2024-12-23</expiry_date>
   <registrar_iana>1659</registrar_iana>
   <registrar_name>GoDaddy Online Services Cayman Islands Ltd.</registrar_name>
   <registrar_website>http://www.uniregistry.com</registrar_website>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
    <value>verification-3984707c.ns3.dan.hosting</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>2</num>
   <domain_name>wxxt.net</domain_name>
   <domain_keyword>wxxt</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-21 21:25:03</query_time>
   <create_date>2005-02-01</create_date>
   <update_date>2023-01-09</update_date>
   <expiry_date>2025-02-01</expiry_date>
   <registrar_iana>420</registrar_iana>
   <registrar_name>Alibaba Cloud Computing (Beijing) Co., Ltd.</registrar_name>
   <registrar_website>http://www.net.cn</registrar_website>
   <registrant_state>beijing</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>https://whois.aliyun.com/whois/whoisform</registrant_email>
   <name_servers>
    <value>dns7.hichina.com</value>
    <value>dns8.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>3</num>
   <domain_name>ixxx.autos</domain_name>
   <domain_keyword>ixxx</domain_keyword>
   <domain_tld>autos</domain_tld>
   <query_time>2024-05-13 18:37:36</query_time>
   <create_date>2023-06-05</create_date>
   <update_date>2024-03-23</update_date>
   <expiry_date>2024-06-05</expiry_date>
   <registrar_iana>1861</registrar_iana>
   <registrar_name>Porkbun, LLC</registrar_name>
   <registrar_website>https://porkbun.com/</registrar_website>
   <registrant_company>Private by Design, LLC</registrant_company>
   <registrant_state>NC</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>curitiba.ns.porkbun.com</value>
    <value>fortaleza.ns.porkbun.com</value>
    <value>maceio.ns.porkbun.com</value>
    <value>salvador.ns.porkbun.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>4</num>
   <domain_name>axxt.xyz</domain_name>
   <domain_keyword>axxt</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-05-26 23:39:47</query_time>
   <create_date>2022-04-13</create_date>
   <update_date>2024-04-23</update_date>
   <expiry_date>2028-04-13</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows.com Co.</registrar_name>
   <registrar_website>http://www.tucows.com/</registrar_website>
   <registrant_company>Data Protected</registrant_company>
   <registrant_state>ON</registrant_state>
   <registrant_country>CA</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>1-you.njalla.no</value>
    <value>2-can.njalla.in</value>
    <value>3-get.njalla.in</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>5</num>
   <domain_name>txxt.io</domain_name>
   <domain_keyword>txxt</domain_keyword>
   <domain_tld>io</domain_tld>
   <query_time>2024-04-18 18:18:47</query_time>
   <create_date>2021-01-12</create_date>
   <update_date>2024-04-09</update_date>
   <expiry_date>2025-01-12</expiry_date>
   <registrar_iana>1479</registrar_iana>
   <registrar_name>NameSilo, LLC</registrar_name>
   <registrar_website>http://www.namesilo.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>See PrivacyGuardian.org</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>AZ</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>6</num>
   <domain_name>ixxe.ru</domain_name>
   <domain_keyword>ixxe</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-01 14:34:51</query_time>
   <create_date>2023-03-24</create_date>
   <expiry_date>2025-03-24</expiry_date>
   <registrar_name>BEGET-RU</registrar_name>
   <registrant_company>BTs Treyd</registrant_company>
   <name_servers>
    <value>lilyana.ns.cloudflare.com</value>
    <value>ryan.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>7</num>
   <domain_name>itxt.in</domain_name>
   <domain_keyword>itxt</domain_keyword>
   <domain_tld>in</domain_tld>
   <query_time>2024-04-21 18:34:09</query_time>
   <create_date>2018-04-07</create_date>
   <update_date>2024-03-12</update_date>
   <expiry_date>2025-04-07</expiry_date>
   <registrar_iana>801217</registrar_iana>
   <registrar_name>Endurance Digital Domain Technology LLP</registrar_name>
   <registrar_website>https://publicdomainregistry.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>N/A</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Other</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IN</registrant_country>
   <registrant_email>please contact the registrar listed above</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns1.bigrock.in</value>
    <value>dns2.bigrock.in</value>
    <value>dns3.bigrock.in</value>
    <value>dns4.bigrock.in</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>8</num>
   <domain_name>ixat.org</domain_name>
   <domain_keyword>ixat</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-05-18 11:40:56</query_time>
   <create_date>2022-05-15</create_date>
   <update_date>2024-05-17</update_date>
   <expiry_date>2025-05-15</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.whois.godaddy.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns63.domaincontrol.com</value>
    <value>ns64.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>9</num>
   <domain_name>ijxxt.com</domain_name>
   <domain_keyword>ijxxt</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-21 12:38:54</query_time>
   <create_date>2024-01-22</create_date>
   <update_date>2024-01-22</update_date>
   <expiry_date>2025-01-22</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NAMECHEAP INC</registrar_name>
   <registrar_website>http://www.namecheap.com</registrar_website>
   <registrant_name>Redacted for Privacy</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>Kalkofnsvegur 2</registrant_address>
   <registrant_city>Reykjavik</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>101</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+354.4212434</registrant_phone>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>10</num>
   <domain_name>kxxt.tech</domain_name>
   <domain_keyword>kxxt</domain_keyword>
   <domain_tld>tech</domain_tld>
   <query_time>2024-04-29 20:56:14</query_time>
   <create_date>2020-10-02</create_date>
   <update_date>2023-08-31</update_date>
   <expiry_date>2025-10-02</expiry_date>
   <registrar_iana>1697</registrar_iana>
   <registrar_name>DNSPod, Inc.</registrar_name>
   <registrar_website>http://www.dnspod.cn</registrar_website>
   <registrant_company>renpengfei</registrant_company>
   <registrant_state>shan dong sheng</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>f1g1ns1.dnspod.net</value>
    <value>f1g1ns2.dnspod.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>11</num>
   <domain_name>idxt.net</domain_name>
   <domain_keyword>idxt</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-13 03:25:55</query_time>
   <create_date>2020-09-27</create_date>
   <update_date>2023-08-25</update_date>
   <expiry_date>2024-09-27</expiry_date>
   <registrar_iana>49</registrar_iana>
   <registrar_name>GMO INTERNET, INC.</registrar_name>
   <registrar_website>http://www.onamae.com</registrar_website>
   <registrant_name>Whois Privacy Protection Service by onamae.com</registrant_name>
   <registrant_company>Whois Privacy Protection Service by onamae.com</registrant_company>
   <registrant_address>26-1 Sakuragaoka-cho, Cerulean Tower 11F</registrant_address>
   <registrant_city>Shibuya-ku</registrant_city>
   <registrant_state>Tokyo</registrant_state>
   <registrant_zip>150-8512</registrant_zip>
   <registrant_country>JP</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+81.354562560</registrant_phone>
   <name_servers>
    <value>01.dnsv.jp</value>
    <value>02.dnsv.jp</value>
    <value>03.dnsv.jp</value>
    <value>04.dnsv.jp</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>12</num>
   <domain_name>ixxx.cyou</domain_name>
   <domain_keyword>ixxx</domain_keyword>
   <domain_tld>cyou</domain_tld>
   <query_time>2024-05-25 07:37:45</query_time>
   <create_date>2023-06-27</create_date>
   <update_date>2024-03-23</update_date>
   <expiry_date>2024-06-27</expiry_date>
   <registrar_iana>1861</registrar_iana>
   <registrar_name>Porkbun, LLC</registrar_name>
   <registrar_website>https://porkbun.com/</registrar_website>
   <registrant_company>Private by Design, LLC</registrant_company>
   <registrant_state>NC</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>curitiba.ns.porkbun.com</value>
    <value>fortaleza.ns.porkbun.com</value>
    <value>maceio.ns.porkbun.com</value>
    <value>salvador.ns.porkbun.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>serverHold</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>13</num>
   <domain_name>lxxt.com</domain_name>
   <domain_keyword>lxxt</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-27 07:19:35</query_time>
   <create_date>2007-11-02</create_date>
   <update_date>2023-09-22</update_date>
   <expiry_date>2024-11-02</expiry_date>
   <registrar_iana>1331</registrar_iana>
   <registrar_name>eName Technology Co.,Ltd.</registrar_name>
   <registrar_website>http://www.ename.net</registrar_website>
   <registrant_state>FuJian</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>https://whois.ename.net/contact/lxxt.com</registrant_email>
   <name_servers>
    <value>ns3.dns.com</value>
    <value>ns4.dns.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>14</num>
   <domain_name>mixxt.org</domain_name>
   <domain_keyword>mixxt</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-04-22 15:31:27</query_time>
   <create_date>2006-12-18</create_date>
   <update_date>2023-12-13</update_date>
   <expiry_date>2024-12-18</expiry_date>
   <registrar_iana>1420</registrar_iana>
   <registrar_name>INWX GmbH</registrar_name>
   <registrar_website>http://www.domrobot.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>mixxt GmbH</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Nordrhein-Westfalen</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>DE</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns.inwx.de</value>
    <value>ns2.inwx.de</value>
    <value>ns3.inwx.eu</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>15</num>
   <domain_name>ixit.co.jp</domain_name>
   <domain_keyword>ixit</domain_keyword>
   <domain_tld>co.jp</domain_tld>
   <query_time>2024-05-29 06:53:05</query_time>
   <create_date>2016-06-06</create_date>
   <update_date>2023-07-01</update_date>
   <registrant_company>iXIT Corporation</registrant_company>
   <name_servers>
    <value>ns-1356.awsdns-41.org</value>
    <value>ns-1862.awsdns-40.co.uk</value>
    <value>ns-377.awsdns-47.com</value>
    <value>ns-714.awsdns-25.net</value>
   </name_servers>
  </value>
  <value>
   <num>16</num>
   <domain_name>ixzt.ru</domain_name>
   <domain_keyword>ixzt</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-01 14:34:52</query_time>
   <create_date>2015-02-08</create_date>
   <expiry_date>2025-02-08</expiry_date>
   <registrar_name>RU-CENTER-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns3-l2.nic.ru</value>
    <value>ns4-cloud.nic.ru</value>
    <value>ns4-l2.nic.ru</value>
    <value>ns8-cloud.nic.ru</value>
    <value>ns8-l2.nic.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>17</num>
   <domain_name>0xxt.com</domain_name>
   <domain_keyword>0xxt</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-21 15:11:34</query_time>
   <create_date>2024-04-18</create_date>
   <update_date>2024-04-18</update_date>
   <expiry_date>2025-04-18</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com</registrar_website>
   <name_servers>
    <value>ns41.domaincontrol.com</value>
    <value>ns42.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>18</num>
   <domain_name>fixxt.us</domain_name>
   <domain_keyword>fixxt</domain_keyword>
   <domain_tld>us</domain_tld>
   <query_time>2024-05-05 15:05:09</query_time>
   <create_date>2017-03-01</create_date>
   <update_date>2024-03-05</update_date>
   <expiry_date>2026-02-28</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>whois.godaddy.com</registrar_website>
   <registrant_name>Mike Green</registrant_name>
   <registrant_address>771 NW 183 Dr.</registrant_address>
   <registrant_city>Miami</registrant_city>
   <registrant_state>Florida</registrant_state>
   <registrant_zip>33169</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.7862522507</registrant_phone>
   <registrant_fax>+1.3054017583</registrant_fax>
   <name_servers>
    <value>ns49.domaincontrol.com</value>
    <value>ns50.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>19</num>
   <domain_name>ixxat.de</domain_name>
   <domain_keyword>ixxat</domain_keyword>
   <domain_tld>de</domain_tld>
   <query_time>2024-05-04 18:13:02</query_time>
   <update_date>2020-01-14</update_date>
   <name_servers>
    <value>ns1.is-fun.net</value>
    <value>ns2.is-fun.net</value>
   </name_servers>
   <domain_status>
    <value>connect</value>
   </domain_status>
  </value>
  <value>
   <num>20</num>
   <domain_name>inxt.io</domain_name>
   <domain_keyword>inxt</domain_keyword>
   <domain_tld>io</domain_tld>
   <query_time>2024-05-23 11:27:08</query_time>
   <create_date>2020-10-03</create_date>
   <update_date>2023-09-16</update_date>
   <expiry_date>2024-10-03</expiry_date>
   <registrar_iana>625</registrar_iana>
   <registrar_name>Name.com, Inc.</registrar_name>
   <registrar_website>http://www.name.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>InvestNext</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>MI</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1dhq.name.com</value>
    <value>ns2fln.name.com</value>
    <value>ns3fgh.name.com</value>
    <value>ns4qxz.name.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>21</num>
   <domain_name>ixxx.live</domain_name>
   <domain_keyword>ixxx</domain_keyword>
   <domain_tld>live</domain_tld>
   <query_time>2024-05-15 11:44:14</query_time>
   <create_date>2024-05-10</create_date>
   <update_date>2024-05-11</update_date>
   <expiry_date>2025-05-10</expiry_date>
   <registrar_iana>418</registrar_iana>
   <registrar_name>CommuniGal Communication Ltd.</registrar_name>
   <registrar_website>http://www.galcomm.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domain Name Privacy Inc.</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Paphos</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CY</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns15.abovedomains.com</value>
    <value>ns16.abovedomains.com</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>22</num>
   <domain_name>ixxi.me</domain_name>
   <domain_keyword>ixxi</domain_keyword>
   <domain_tld>me</domain_tld>
   <query_time>2024-05-16 03:21:20</query_time>
   <create_date>2020-05-11</create_date>
   <update_date>2024-05-11</update_date>
   <expiry_date>2025-05-11</expiry_date>
   <registrar_iana>3840</registrar_iana>
   <registrar_name>Tool Domains Ltd</registrar_name>
   <registrar_website>https://edoms.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Tool Domains</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Kazanlak</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>BG</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.parkingcrew.net</value>
    <value>ns2.parkingcrew.net</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>23</num>
   <domain_name>wxxt.com</domain_name>
   <domain_keyword>wxxt</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-09 04:41:34</query_time>
   <create_date>2013-06-22</create_date>
   <update_date>2024-06-04</update_date>
   <expiry_date>2025-06-22</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>Dynadot Inc</registrar_name>
   <registrar_website>http://www.dynadot.com</registrar_website>
   <name_servers>
    <value>ns1.dyna-ns.net</value>
    <value>ns2.dyna-ns.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>24</num>
   <domain_name>ibxt.cn</domain_name>
   <domain_keyword>ibxt</domain_keyword>
   <domain_tld>cn</domain_tld>
   <query_time>2024-06-09 15:33:23</query_time>
   <create_date>2024-02-19</create_date>
   <expiry_date>2025-02-19</expiry_date>
   <registrar_name>北京新网数码信息技术有限公司</registrar_name>
   <registrant_name>彭瑶</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>dm1.dns.com</value>
    <value>dm2.dns.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>25</num>
   <domain_name>ixot.com</domain_name>
   <domain_keyword>ixot</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-10 01:07:43</query_time>
   <create_date>2004-01-19</create_date>
   <update_date>2024-01-20</update_date>
   <expiry_date>2025-01-19</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com</registrar_website>
   <name_servers>
    <value>ns11.manufrog.com</value>
    <value>ns12.manufrog.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>26</num>
   <domain_name>yxxt.net.cn</domain_name>
   <domain_keyword>yxxt</domain_keyword>
   <domain_tld>net.cn</domain_tld>
   <query_time>2024-05-03 04:08:11</query_time>
   <create_date>2023-08-26</create_date>
   <expiry_date>2024-08-26</expiry_date>
   <registrar_name>广东时代互联科技有限公司</registrar_name>
   <registrant_name>蒋德芬</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>ns7.alidns.com</value>
    <value>ns8.alidns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>27</num>
   <domain_name>ixx1.top</domain_name>
   <domain_keyword>ixx1</domain_keyword>
   <domain_tld>top</domain_tld>
   <query_time>2024-05-13 18:37:31</query_time>
   <create_date>2023-05-10</create_date>
   <update_date>2024-05-11</update_date>
   <expiry_date>2025-05-10</expiry_date>
   <registrar_iana>1868</registrar_iana>
   <registrar_name>Eranet International Limited</registrar_name>
   <registrar_website>http://www.eranet.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>tang peng</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>guanhdong</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>park.i-now.cn</value>
    <value>park.i-now.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>28</num>
   <domain_name>ix1t.com</domain_name>
   <domain_keyword>ix1t</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-26 21:13:23</query_time>
   <create_date>2024-02-04</create_date>
   <update_date>2024-02-04</update_date>
   <expiry_date>2025-02-04</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>http://wanwang.aliyun.com</registrar_website>
   <name_servers>
    <value>dns10.hichina.com</value>
    <value>dns9.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>29</num>
   <domain_name>i5xt.com</domain_name>
   <domain_keyword>i5xt</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-04 09:31:25</query_time>
   <create_date>2016-12-18</create_date>
   <update_date>2024-01-31</update_date>
   <expiry_date>2025-12-18</expiry_date>
   <registrar_iana>1697</registrar_iana>
   <registrar_name>DNSPod, Inc.</registrar_name>
   <registrar_website>https://www.dnspod.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>REDACTED FOR PRIVACY</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>select contact domain holder link at https://whois.cloud.tencent.com/domain?domain=i5xt.com</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>cycad.dnspod.net</value>
    <value>tomato.dnspod.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>30</num>
   <domain_name>ixxx.vision</domain_name>
   <domain_keyword>ixxx</domain_keyword>
   <domain_tld>vision</domain_tld>
   <query_time>2024-05-13 18:37:37</query_time>
   <create_date>2023-11-02</create_date>
   <update_date>2023-11-07</update_date>
   <expiry_date>2024-11-02</expiry_date>
   <registrar_iana>1861</registrar_iana>
   <registrar_name>Porkbun LLC</registrar_name>
   <registrar_website>http://porkbun.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Private by Design, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>NC</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>curitiba.ns.porkbun.com</value>
    <value>fortaleza.ns.porkbun.com</value>
    <value>maceio.ns.porkbun.com</value>
    <value>salvador.ns.porkbun.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>31</num>
   <domain_name>ixxo.cn</domain_name>
   <domain_keyword>ixxo</domain_keyword>
   <domain_tld>cn</domain_tld>
   <query_time>2024-06-10 01:10:30</query_time>
   <create_date>2020-01-15</create_date>
   <expiry_date>2025-01-15</expiry_date>
   <registrar_name>商中在线科技股份有限公司</registrar_name>
   <registrant_name>刘大军</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>ns1.4.cn</value>
    <value>ns2.4.cn</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>32</num>
   <domain_name>ixgt.com</domain_name>
   <domain_keyword>ixgt</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-20 04:19:09</query_time>
   <create_date>2003-12-03</create_date>
   <update_date>2023-12-04</update_date>
   <expiry_date>2024-12-03</expiry_date>
   <registrar_iana>9</registrar_iana>
   <registrar_name>Register.com, Inc.</registrar_name>
   <registrar_website>http://www.register.com</registrar_website>
   <name_servers>
    <value>dns1.register.com</value>
    <value>dns2.register.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>33</num>
   <domain_name>icxt.io</domain_name>
   <domain_keyword>icxt</domain_keyword>
   <domain_tld>io</domain_tld>
   <query_time>2024-05-07 07:42:29</query_time>
   <create_date>2019-08-20</create_date>
   <update_date>2023-10-04</update_date>
   <expiry_date>2024-08-20</expiry_date>
   <registrar_iana>1387</registrar_iana>
   <registrar_name>1API GmbH</registrar_name>
   <registrar_website>http://www.1api.net</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>ICX TECHNOLOGIES ERAINTEK S.L</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>BI</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>ES</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>betty.ns.cloudflare.com</value>
    <value>chris.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>34</num>
   <domain_name>jixxt.store</domain_name>
   <domain_keyword>jixxt</domain_keyword>
   <domain_tld>store</domain_tld>
   <query_time>2024-05-26 02:34:02</query_time>
   <create_date>2024-01-29</create_date>
   <update_date>2024-04-18</update_date>
   <expiry_date>2025-01-29</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>Go Daddy, LLC</registrar_name>
   <registrar_website>https://www.godaddy.com/</registrar_website>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_state>Arizona</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1.dns-parking.com</value>
    <value>ns2.dns-parking.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>35</num>
   <domain_name>inxt.app</domain_name>
   <domain_keyword>inxt</domain_keyword>
   <domain_tld>app</domain_tld>
   <query_time>2024-05-24 22:14:54</query_time>
   <create_date>2022-09-06</create_date>
   <update_date>2023-07-29</update_date>
   <expiry_date>2027-09-06</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>https://www.godaddy.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the whois server of the owning registrar identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <name_servers>
    <value>ns59.domaincontrol.com</value>
    <value>ns60.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>36</num>
   <domain_name>ixxx.builders</domain_name>
   <domain_keyword>ixxx</domain_keyword>
   <domain_tld>builders</domain_tld>
   <query_time>2024-05-25 07:37:44</query_time>
   <create_date>2023-06-27</create_date>
   <update_date>2023-07-02</update_date>
   <expiry_date>2024-06-27</expiry_date>
   <registrar_iana>1861</registrar_iana>
   <registrar_name>Porkbun LLC</registrar_name>
   <registrar_website>http://porkbun.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Private by Design, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>NC</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>curitiba.ns.porkbun.com</value>
    <value>fortaleza.ns.porkbun.com</value>
    <value>maceio.ns.porkbun.com</value>
    <value>salvador.ns.porkbun.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>37</num>
   <domain_name>ixxi.top</domain_name>
   <domain_keyword>ixxi</domain_keyword>
   <domain_tld>top</domain_tld>
   <query_time>2024-05-13 18:37:33</query_time>
   <create_date>2024-03-09</create_date>
   <update_date>2024-03-09</update_date>
   <expiry_date>2025-03-09</expiry_date>
   <registrar_iana>1479</registrar_iana>
   <registrar_name>NameSilo,LLC</registrar_name>
   <registrar_website>https://www.namesilo.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>PrivacyGuardian.org llc</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>AZ</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>asa.ns.cloudflare.com</value>
    <value>jaxson.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>38</num>
   <domain_name>ixxy.earth</domain_name>
   <domain_keyword>ixxy</domain_keyword>
   <domain_tld>earth</domain_tld>
   <query_time>2024-05-13 18:37:38</query_time>
   <create_date>2021-06-28</create_date>
   <update_date>2023-06-02</update_date>
   <expiry_date>2024-06-28</expiry_date>
   <registrar_iana>81</registrar_iana>
   <registrar_name>Gandi SAS</registrar_name>
   <registrar_website>whois.gandi.net</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>GB</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ashton.ns.cloudflare.com</value>
    <value>raphaela.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>39</num>
   <domain_name>ixxvt.vet</domain_name>
   <domain_keyword>ixxvt</domain_keyword>
   <domain_tld>vet</domain_tld>
   <query_time>2024-06-02 06:54:08</query_time>
   <create_date>2018-02-20</create_date>
   <update_date>2024-02-13</update_date>
   <expiry_date>2025-02-20</expiry_date>
   <registrar_iana>299</registrar_iana>
   <registrar_name>CSC Corporate Domains, Inc.</registrar_name>
   <registrar_website>http://www.cscglobal.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>AmerisourceBergen Corporation</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>PA</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1-01.azure-dns.com</value>
    <value>ns2-01.azure-dns.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>40</num>
   <domain_name>ixxf.be</domain_name>
   <domain_keyword>ixxf</domain_keyword>
   <domain_tld>be</domain_tld>
   <query_time>2024-06-10 01:10:26</query_time>
   <create_date>2021-07-03</create_date>
   <registrar_name>Key-Systems GmbH</registrar_name>
   <registrar_website>http://www.key-systems.net/english/tld.html?&amp;tld=be</registrar_website>
   <name_servers>
    <value>uns01.lolipop.jp</value>
    <value>uns02.lolipop.jp</value>
   </name_servers>
   <domain_status>
    <value>Not Available</value>
   </domain_status>
  </value>
  <value>
   <num>41</num>
   <domain_name>ixxat.nl</domain_name>
   <domain_keyword>ixxat</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-04-30 03:34:45</query_time>
   <create_date>2012-01-10</create_date>
   <update_date>2018-11-14</update_date>
   <registrar_name>IS-Fun Internet Services GmbH</registrar_name>
   <name_servers>
    <value>ns1.is-fun.net</value>
    <value>ns2.is-fun.net</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>no</value>
   </dns_sec>
  </value>
  <value>
   <num>42</num>
   <domain_name>ixet.de</domain_name>
   <domain_keyword>ixet</domain_keyword>
   <domain_tld>de</domain_tld>
   <query_time>2024-05-04 18:12:59</query_time>
   <update_date>2013-08-12</update_date>
   <name_servers>
    <value>ns1.jimdo.com</value>
    <value>ns2.jimdo.com</value>
   </name_servers>
   <domain_status>
    <value>connect</value>
   </domain_status>
  </value>
  <value>
   <num>43</num>
   <domain_name>ixxx.college</domain_name>
   <domain_keyword>ixxx</domain_keyword>
   <domain_tld>college</domain_tld>
   <query_time>2024-05-25 07:37:45</query_time>
   <create_date>2023-06-27</create_date>
   <update_date>2024-03-23</update_date>
   <expiry_date>2024-06-27</expiry_date>
   <registrar_iana>1861</registrar_iana>
   <registrar_name>Porkbun, LLC</registrar_name>
   <registrar_website>https://porkbun.com/</registrar_website>
   <registrant_company>Private by Design, LLC</registrant_company>
   <registrant_state>NC</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>curitiba.ns.porkbun.com</value>
    <value>fortaleza.ns.porkbun.com</value>
    <value>maceio.ns.porkbun.com</value>
    <value>salvador.ns.porkbun.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>44</num>
   <domain_name>ixat.one</domain_name>
   <domain_keyword>ixat</domain_keyword>
   <domain_tld>one</domain_tld>
   <query_time>2024-05-25 07:36:39</query_time>
   <create_date>2022-05-13</create_date>
   <update_date>2024-05-22</update_date>
   <expiry_date>2025-05-13</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>whois.godaddy.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns01.domaincontrol.com</value>
    <value>ns02.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>45</num>
   <domain_name>sxxt.store</domain_name>
   <domain_keyword>sxxt</domain_keyword>
   <domain_tld>store</domain_tld>
   <query_time>2024-05-31 22:57:01</query_time>
   <create_date>2023-12-05</create_date>
   <update_date>2024-01-12</update_date>
   <expiry_date>2024-12-05</expiry_date>
   <registrar_iana>1556</registrar_iana>
   <registrar_name>CHENGDU WEST DIMENSION DIGITAL TECHNOLOGY CO., LTD.</registrar_name>
   <registrar_website>http://www.west.cn</registrar_website>
   <registrant_state>Guang Dong</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1.myhostadmin.net</value>
    <value>ns2.myhostadmin.net</value>
    <value>ns3.myhostadmin.net</value>
    <value>ns4.myhostadmin.net</value>
    <value>ns5.myhostadmin.net</value>
    <value>ns6.myhostadmin.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>46</num>
   <domain_name>ixxi.site</domain_name>
   <domain_keyword>ixxi</domain_keyword>
   <domain_tld>site</domain_tld>
   <query_time>2024-05-28 16:46:27</query_time>
   <create_date>2024-05-26</create_date>
   <update_date>2024-05-26</update_date>
   <expiry_date>2025-05-26</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrant_company>Z-yuwenhui2222</registrant_company>
   <registrant_state>guang xi</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>dns10.hichina.com</value>
    <value>dns9.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>serverTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>47</num>
   <domain_name>ixxx.men</domain_name>
   <domain_keyword>ixxx</domain_keyword>
   <domain_tld>men</domain_tld>
   <query_time>2024-06-10 01:10:34</query_time>
   <create_date>2023-05-05</create_date>
   <update_date>2024-05-05</update_date>
   <expiry_date>2024-05-05</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>Dynadot Inc</registrar_name>
   <registrar_website>https://www.dynadot.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>CA</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.dyna-ns.net</value>
    <value>ns2.dyna-ns.net</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>48</num>
   <domain_name>xixt.top</domain_name>
   <domain_keyword>xixt</domain_keyword>
   <domain_tld>top</domain_tld>
   <query_time>2024-04-21 08:26:06</query_time>
   <create_date>2022-08-25</create_date>
   <update_date>2022-08-26</update_date>
   <expiry_date>2025-08-25</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>http://www.net.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>xi xian tian</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>he bei</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns23.hichina.com</value>
    <value>dns24.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>49</num>
   <domain_name>inxt.net</domain_name>
   <domain_keyword>inxt</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-24 22:14:54</query_time>
   <create_date>2024-03-25</create_date>
   <update_date>2024-04-01</update_date>
   <expiry_date>2025-03-25</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>http://wanwang.aliyun.com</registrar_website>
   <registrant_state>bei jing</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>https://whois.aliyun.com/whois/whoisform</registrant_email>
   <name_servers>
    <value>dns19.hichina.com</value>
    <value>dns20.hichina.com</value>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>50</num>
   <domain_name>ixxx.photos</domain_name>
   <domain_keyword>ixxx</domain_keyword>
   <domain_tld>photos</domain_tld>
   <query_time>2024-05-13 18:37:36</query_time>
   <create_date>2023-10-29</create_date>
   <update_date>2023-11-03</update_date>
   <expiry_date>2024-10-29</expiry_date>
   <registrar_iana>1861</registrar_iana>
   <registrar_name>Porkbun LLC</registrar_name>
   <registrar_website>http://porkbun.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Private by Design, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>NC</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>curitiba.ns.porkbun.com</value>
    <value>fortaleza.ns.porkbun.com</value>
    <value>maceio.ns.porkbun.com</value>
    <value>salvador.ns.porkbun.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>51</num>
   <domain_name>ixxo.app</domain_name>
   <domain_keyword>ixxo</domain_keyword>
   <domain_tld>app</domain_tld>
   <query_time>2024-05-25 07:37:44</query_time>
   <create_date>2021-09-08</create_date>
   <update_date>2023-08-26</update_date>
   <expiry_date>2024-09-08</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>Namecheap Inc.</registrar_name>
   <registrar_website>https://www.namecheap.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the whois server of the owning registrar identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>52</num>
   <domain_name>fixxt.com</domain_name>
   <domain_keyword>fixxt</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-07 18:26:14</query_time>
   <create_date>2016-02-07</create_date>
   <update_date>2024-02-08</update_date>
   <expiry_date>2027-02-07</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com</registrar_website>
   <name_servers>
    <value>ns61.domaincontrol.com</value>
    <value>ns62.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>53</num>
   <domain_name>ixat.com</domain_name>
   <domain_keyword>ixat</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-07 18:10:19</query_time>
   <create_date>2003-07-19</create_date>
   <update_date>2023-07-12</update_date>
   <expiry_date>2024-07-19</expiry_date>
   <registrar_iana>1515</registrar_iana>
   <registrar_name>123-Reg Limited</registrar_name>
   <registrar_website>http://www.meshdigital.com</registrar_website>
   <name_servers>
    <value>ns1.domainhasexpired.com</value>
    <value>ns2.domainhasexpired.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>54</num>
   <domain_name>ixxb.top</domain_name>
   <domain_keyword>ixxb</domain_keyword>
   <domain_tld>top</domain_tld>
   <query_time>2024-06-02 06:54:06</query_time>
   <create_date>2015-10-20</create_date>
   <update_date>2015-10-28</update_date>
   <expiry_date>2029-10-20</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>http://www.net.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Li Hao Yang</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Yun Nan</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns10.hichina.com</value>
    <value>dns9.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>55</num>
   <domain_name>ixxi.tech</domain_name>
   <domain_keyword>ixxi</domain_keyword>
   <domain_tld>tech</domain_tld>
   <query_time>2024-06-10 01:10:28</query_time>
   <create_date>2017-03-11</create_date>
   <update_date>2024-05-01</update_date>
   <expiry_date>2025-03-11</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrant_company>Tang Xin Xin</registrant_company>
   <registrant_state>Si Chuan</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>dns3.hichina.com</value>
    <value>dns4.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>56</num>
   <domain_name>ipxt.com</domain_name>
   <domain_keyword>ipxt</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-16 19:20:21</query_time>
   <create_date>2002-11-08</create_date>
   <update_date>2024-03-15</update_date>
   <expiry_date>2033-11-08</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC</registrar_name>
   <registrar_website>https://domains2.squarespace.com</registrar_website>
   <registrant_name>Contact Privacy Inc. Customer 7151571251</registrant_name>
   <registrant_company>Contact Privacy Inc. Customer 7151571251</registrant_company>
   <registrant_address>96 Mowat Ave</registrant_address>
   <registrant_city>Toronto</registrant_city>
   <registrant_state>ON</registrant_state>
   <registrant_zip>M4K 3K1</registrant_zip>
   <registrant_country>CA</registrant_country>
   <registrant_email>https://domains.google.com/contactregistrant?domain=ipxt.com</registrant_email>
   <registrant_phone>+1.4165385487</registrant_phone>
   <name_servers>
    <value>ns1.eturko.net</value>
    <value>ns2.eturko.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>57</num>
   <domain_name>xxxt.ru</domain_name>
   <domain_keyword>xxxt</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-04 18:06:02</query_time>
   <create_date>2021-03-27</create_date>
   <expiry_date>2025-03-27</expiry_date>
   <registrar_name>RU-CENTER-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.jino.ru</value>
    <value>ns2.jino.ru</value>
    <value>ns3.jino.ru</value>
    <value>ns5.jino.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>58</num>
   <domain_name>ixxx.support</domain_name>
   <domain_keyword>ixxx</domain_keyword>
   <domain_tld>support</domain_tld>
   <query_time>2024-05-13 18:37:37</query_time>
   <create_date>2023-11-02</create_date>
   <update_date>2023-11-07</update_date>
   <expiry_date>2024-11-02</expiry_date>
   <registrar_iana>1861</registrar_iana>
   <registrar_name>Porkbun LLC</registrar_name>
   <registrar_website>http://porkbun.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Private by Design, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>NC</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>curitiba.ns.porkbun.com</value>
    <value>fortaleza.ns.porkbun.com</value>
    <value>maceio.ns.porkbun.com</value>
    <value>salvador.ns.porkbun.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>59</num>
   <domain_name>ixdt.com</domain_name>
   <domain_keyword>ixdt</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-26 21:13:43</query_time>
   <create_date>2001-09-02</create_date>
   <update_date>2023-02-15</update_date>
   <expiry_date>2024-09-02</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>https://www.godaddy.com</registrar_website>
   <registrant_name>Domain Administrator</registrant_name>
   <registrant_company>NameFind LLC</registrant_company>
   <registrant_address>2150 E Warner Rd</registrant_address>
   <registrant_city>Tempe</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>85284</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.7813736856</registrant_phone>
   <name_servers>
    <value>ns1.namefind.com</value>
    <value>ns2.namefind.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>60</num>
   <domain_name>ixct.net</domain_name>
   <domain_keyword>ixct</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-20 04:18:19</query_time>
   <create_date>2023-02-11</create_date>
   <update_date>2024-03-30</update_date>
   <expiry_date>2025-02-11</expiry_date>
   <registrar_iana>1479</registrar_iana>
   <registrar_name>NameSilo, LLC</registrar_name>
   <registrar_website>https://www.namesilo.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>PrivacyGuardian.org llc</registrant_company>
   <registrant_address>1928 E. Highland Ave. Ste F104 PMB# 255</registrant_address>
   <registrant_city>Phoenix</registrant_city>
   <registrant_state>AZ</registrant_state>
   <registrant_zip>85016</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.3478717726</registrant_phone>
   <name_servers>
    <value>ns1.sedoparking.com</value>
    <value>ns2.sedoparking.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>61</num>
   <domain_name>ixxx.press</domain_name>
   <domain_keyword>ixxx</domain_keyword>
   <domain_tld>press</domain_tld>
   <query_time>2024-05-13 18:37:36</query_time>
   <create_date>2023-10-29</create_date>
   <update_date>2024-03-23</update_date>
   <expiry_date>2024-10-29</expiry_date>
   <registrar_iana>1861</registrar_iana>
   <registrar_name>Porkbun, LLC</registrar_name>
   <registrar_website>https://porkbun.com/</registrar_website>
   <registrant_company>Private by Design, LLC</registrant_company>
   <registrant_state>NC</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>curitiba.ns.porkbun.com</value>
    <value>fortaleza.ns.porkbun.com</value>
    <value>maceio.ns.porkbun.com</value>
    <value>salvador.ns.porkbun.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>62</num>
   <domain_name>ixxi.co.jp</domain_name>
   <domain_keyword>ixxi</domain_keyword>
   <domain_tld>co.jp</domain_tld>
   <query_time>2024-05-16 03:21:20</query_time>
   <create_date>2018-03-15</create_date>
   <update_date>2024-04-01</update_date>
   <registrant_company>FRED JAPAN</registrant_company>
   <name_servers>
    <value>uns01.lolipop.jp</value>
    <value>uns02.lolipop.jp</value>
   </name_servers>
  </value>
  <value>
   <num>63</num>
   <domain_name>ixat.net</domain_name>
   <domain_keyword>ixat</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-06-07 18:10:19</query_time>
   <create_date>2000-08-24</create_date>
   <update_date>2023-09-16</update_date>
   <expiry_date>2024-08-24</expiry_date>
   <registrar_iana>1515</registrar_iana>
   <registrar_name>123-Reg Limited</registrar_name>
   <registrar_website>http://www.meshdigital.com</registrar_website>
   <name_servers>
    <value>ns.123-reg.co.uk</value>
    <value>ns2.123-reg.co.uk</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>64</num>
   <domain_name>inxt.ru</domain_name>
   <domain_keyword>inxt</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-06-02 04:10:19</query_time>
   <create_date>2022-05-31</create_date>
   <expiry_date>2024-05-31</expiry_date>
   <registrar_name>REGRU-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.expired.reg.ru</value>
    <value>ns2.expired.reg.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>65</num>
   <domain_name>ixqt.com</domain_name>
   <domain_keyword>ixqt</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-10 01:08:24</query_time>
   <create_date>2009-12-02</create_date>
   <update_date>2024-04-11</update_date>
   <expiry_date>2024-12-02</expiry_date>
   <registrar_iana>1555</registrar_iana>
   <registrar_name>22net, Inc.</registrar_name>
   <registrar_website>http://www.22.cn</registrar_website>
   <name_servers>
    <value>ns1.4.cn</value>
    <value>ns2.4.cn</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>66</num>
   <domain_name>iqxt.com</domain_name>
   <domain_keyword>iqxt</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-20 05:56:19</query_time>
   <create_date>2007-09-15</create_date>
   <update_date>2023-09-16</update_date>
   <expiry_date>2024-09-15</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com</registrar_website>
   <name_servers>
    <value>ns27.domaincontrol.com</value>
    <value>ns28.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>67</num>
   <domain_name>ixxx.store</domain_name>
   <domain_keyword>ixxx</domain_keyword>
   <domain_tld>store</domain_tld>
   <query_time>2024-04-30 03:34:50</query_time>
   <create_date>2023-08-11</create_date>
   <update_date>2024-04-17</update_date>
   <expiry_date>2024-08-11</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>Go Daddy, LLC</registrar_name>
   <registrar_website>https://www.godaddy.com/</registrar_website>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_state>Arizona</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>68</num>
   <domain_name>ix-t.ru</domain_name>
   <domain_keyword>ix-t</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-01 14:34:44</query_time>
   <create_date>2019-01-21</create_date>
   <expiry_date>2025-01-21</expiry_date>
   <registrar_name>REGRU-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>rachel.ns.cloudflare.com</value>
    <value>sevki.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>69</num>
   <domain_name>ixst.life</domain_name>
   <domain_keyword>ixst</domain_keyword>
   <domain_tld>life</domain_tld>
   <query_time>2024-06-10 01:08:49</query_time>
   <create_date>2022-07-31</create_date>
   <update_date>2023-09-14</update_date>
   <expiry_date>2024-07-31</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com/domains/search.aspx?ci=8990</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns27.domaincontrol.com</value>
    <value>ns28.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>70</num>
   <domain_name>ixxat.com</domain_name>
   <domain_keyword>ixxat</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-10 01:10:25</query_time>
   <create_date>1999-01-24</create_date>
   <update_date>2024-05-10</update_date>
   <expiry_date>2026-01-24</expiry_date>
   <registrar_iana>73</registrar_iana>
   <registrar_name>Abion AB</registrar_name>
   <registrar_website>www.abion.com</registrar_website>
   <registrant_company>HMS Technology Center Ravensburg GmbH</registrant_company>
   <registrant_country>SE</registrant_country>
   <name_servers>
    <value>a.portsdns.se</value>
    <value>b.portsdns.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>71</num>
   <domain_name>ixyt.us</domain_name>
   <domain_keyword>ixyt</domain_keyword>
   <domain_tld>us</domain_tld>
   <query_time>2024-04-30 03:35:14</query_time>
   <create_date>2020-04-21</create_date>
   <update_date>2024-04-24</update_date>
   <expiry_date>2025-04-21</expiry_date>
   <registrar_iana>1647</registrar_iana>
   <registrar_name>Hosting Concepts B.V. d/b/a Registrar.eu</registrar_name>
   <registrar_website>www.openprovider.com</registrar_website>
   <registrant_name>Wladimir Iskin</registrant_name>
   <registrant_address>Freiburger Str. 15</registrant_address>
   <registrant_city>Heidelberg</registrant_city>
   <registrant_zip>69126</registrant_zip>
   <registrant_country>DE</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+49.1712849825</registrant_phone>
   <name_servers>
    <value>ns1.contabo.net</value>
    <value>ns2.contabo.net</value>
    <value>ns3.contabo.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>72</num>
   <domain_name>i-xt.com</domain_name>
   <domain_keyword>i-xt</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-14 08:00:42</query_time>
   <create_date>2019-10-12</create_date>
   <update_date>2019-10-12</update_date>
   <expiry_date>2024-10-12</expiry_date>
   <registrar_iana>141</registrar_iana>
   <registrar_name>Cronon AG</registrar_name>
   <registrar_website>http://www.cronon.net</registrar_website>
   <registrant_country>DE</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>ns1.bdm.microsoftonline.com</value>
    <value>ns2.bdm.microsoftonline.com</value>
    <value>ns3.bdm.microsoftonline.com</value>
    <value>ns4.bdm.microsoftonline.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>73</num>
   <domain_name>xxxt.de</domain_name>
   <domain_keyword>xxxt</domain_keyword>
   <domain_tld>de</domain_tld>
   <query_time>2024-05-05 22:39:35</query_time>
   <update_date>2023-12-05</update_date>
   <name_servers>
    <value>ns1.kv-gmbh.de</value>
    <value>ns2.kv-gmbh.de</value>
   </name_servers>
   <domain_status>
    <value>connect</value>
   </domain_status>
  </value>
  <value>
   <num>74</num>
   <domain_name>ixtx.fun</domain_name>
   <domain_keyword>ixtx</domain_keyword>
   <domain_tld>fun</domain_tld>
   <query_time>2024-05-13 18:37:18</query_time>
   <create_date>2020-03-10</create_date>
   <update_date>2023-12-10</update_date>
   <expiry_date>2025-03-10</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrant_company>zhe jiang shu shi wang luo ke ji you xian gong si</registrant_company>
   <registrant_state>zhe jiang</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>dns10.hichina.com</value>
    <value>dns9.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>75</num>
   <domain_name>ixxx.careers</domain_name>
   <domain_keyword>ixxx</domain_keyword>
   <domain_tld>careers</domain_tld>
   <query_time>2024-05-16 03:21:22</query_time>
   <create_date>2023-06-27</create_date>
   <update_date>2023-07-02</update_date>
   <expiry_date>2024-06-27</expiry_date>
   <registrar_iana>1861</registrar_iana>
   <registrar_name>Porkbun LLC</registrar_name>
   <registrar_website>http://porkbun.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Private by Design, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>NC</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>curitiba.ns.porkbun.com</value>
    <value>fortaleza.ns.porkbun.com</value>
    <value>maceio.ns.porkbun.com</value>
    <value>salvador.ns.porkbun.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>76</num>
   <domain_name>txxt.xyz</domain_name>
   <domain_keyword>txxt</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-05-07 10:10:27</query_time>
   <create_date>2024-03-06</create_date>
   <update_date>2024-04-15</update_date>
   <expiry_date>2025-03-06</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrant_company>wu qing ru</registrant_company>
   <registrant_state>jiang su</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ee5ff475.verify.hn</value>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>77</num>
   <domain_name>rxxt.net</domain_name>
   <domain_keyword>rxxt</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-24 08:09:29</query_time>
   <create_date>2015-07-10</create_date>
   <update_date>2015-07-10</update_date>
   <expiry_date>2027-07-10</expiry_date>
   <registrar_iana>1556</registrar_iana>
   <registrar_name>Chengdu west dimension digital technology Co., LTD</registrar_name>
   <registrar_website>www.west.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>REDACTED FOR PRIVACY</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>SC</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>link at https://www.west.cn/web/whoisform?domain=rxxt.net</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns5.myhostadmin.net</value>
    <value>ns6.myhostadmin.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>78</num>
   <domain_name>ixjxt.com</domain_name>
   <domain_keyword>ixjxt</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-13 18:35:10</query_time>
   <create_date>2021-08-10</create_date>
   <update_date>2024-04-23</update_date>
   <expiry_date>2024-08-10</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC</registrar_name>
   <registrar_website>https://domains2.squarespace.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Arcadia</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>WY</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>https://domains.squarespace.com/whois-contact-form</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns-cloud-c1.googledomains.com</value>
    <value>ns-cloud-c2.googledomains.com</value>
    <value>ns-cloud-c3.googledomains.com</value>
    <value>ns-cloud-c4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>79</num>
   <domain_name>irxt.com</domain_name>
   <domain_keyword>irxt</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-22 04:51:09</query_time>
   <create_date>2006-05-18</create_date>
   <update_date>2024-05-19</update_date>
   <expiry_date>2025-05-18</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com</registrar_website>
   <name_servers>
    <value>ns23.domaincontrol.com</value>
    <value>ns24.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>80</num>
   <domain_name>ixnt.fr</domain_name>
   <domain_keyword>ixnt</domain_keyword>
   <domain_tld>fr</domain_tld>
   <query_time>2024-06-02 02:01:44</query_time>
   <create_date>2022-01-07</create_date>
   <update_date>2024-02-29</update_date>
   <expiry_date>2025-01-07</expiry_date>
   <registrar_name>IONOS SE</registrar_name>
   <registrar_website>https://ionos.com</registrar_website>
   <registrant_name>Ano Nymous</registrant_name>
   <name_servers>
    <value>ns1022.ui-dns.biz</value>
    <value>ns1025.ui-dns.com</value>
    <value>ns1029.ui-dns.org</value>
    <value>ns1115.ui-dns.de</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>associated</value>
   </domain_status>
  </value>
  <value>
   <num>81</num>
   <domain_name>ixat.shop</domain_name>
   <domain_keyword>ixat</domain_keyword>
   <domain_tld>shop</domain_tld>
   <query_time>2024-05-03 19:27:47</query_time>
   <create_date>2023-10-20</create_date>
   <update_date>2024-01-14</update_date>
   <expiry_date>2024-10-20</expiry_date>
   <registrar_iana>839</registrar_iana>
   <registrar_name>Realtime Register B.V.</registrar_name>
   <registrar_website>http://www.realtimeregister.com</registrar_website>
   <registrant_country>NL</registrant_country>
   <name_servers>
    <value>ns5.afternic.com</value>
    <value>ns6.afternic.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>82</num>
   <domain_name>ixxs.ru</domain_name>
   <domain_keyword>ixxs</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-01 14:34:52</query_time>
   <create_date>2023-12-31</create_date>
   <expiry_date>2024-12-31</expiry_date>
   <registrar_name>REGRU-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.loderi.com</value>
    <value>ns2.loderi.com</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>83</num>
   <domain_name>ixqt.net</domain_name>
   <domain_keyword>ixqt</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-30 03:33:32</query_time>
   <create_date>2019-12-02</create_date>
   <update_date>2024-04-16</update_date>
   <expiry_date>2027-12-02</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NAMECHEAP INC</registrar_name>
   <registrar_website>http://www.namecheap.com</registrar_website>
   <registrant_name>Redacted for Privacy</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>Kalkofnsvegur 2</registrant_address>
   <registrant_city>Reykjavik</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>101</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+354.4212434</registrant_phone>
   <name_servers>
    <value>ns01.ixqt.net</value>
    <value>ns02.ixqt.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>84</num>
   <domain_name>ixit.it</domain_name>
   <domain_keyword>ixit</domain_keyword>
   <domain_tld>it</domain_tld>
   <query_time>2024-04-30 03:32:25</query_time>
   <create_date>2020-09-28</create_date>
   <update_date>2023-09-24</update_date>
   <expiry_date>2024-09-24</expiry_date>
   <registrar_name>Register S.p.a.</registrar_name>
   <registrar_website>https://www.register.it</registrar_website>
   <registrant_company>hidden</registrant_company>
   <name_servers>
    <value>ns1.register.it</value>
    <value>ns2.register.it</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>yes</value>
   </dns_sec>
  </value>
  <value>
   <num>85</num>
   <domain_name>lxxt.xyz</domain_name>
   <domain_keyword>lxxt</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-05-14 07:12:19</query_time>
   <create_date>2022-05-06</create_date>
   <update_date>2024-05-10</update_date>
   <expiry_date>2025-05-06</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC</registrar_name>
   <registrar_website>https://domains.squarespace.com</registrar_website>
   <registrant_company>Contact Privacy Inc. Customer 7151571251</registrant_company>
   <registrant_state>ON</registrant_state>
   <registrant_country>PE</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns-cloud-c1.googledomains.com</value>
    <value>ns-cloud-c2.googledomains.com</value>
    <value>ns-cloud-c3.googledomains.com</value>
    <value>ns-cloud-c4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>86</num>
   <domain_name>ixxx.red</domain_name>
   <domain_keyword>ixxx</domain_keyword>
   <domain_tld>red</domain_tld>
   <query_time>2024-05-13 18:37:37</query_time>
   <create_date>2024-01-21</create_date>
   <update_date>2024-01-26</update_date>
   <expiry_date>2025-01-21</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>https://www.namecheap.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.ixxx.red</value>
    <value>ns2.ixxx.red</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>87</num>
   <domain_name>pxxt.vip</domain_name>
   <domain_keyword>pxxt</domain_keyword>
   <domain_tld>vip</domain_tld>
   <query_time>2024-05-21 04:21:12</query_time>
   <create_date>2016-05-17</create_date>
   <update_date>2024-05-08</update_date>
   <expiry_date>2025-05-17</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>www.net.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Chang Sha Shi Lai Mi Xin Xi Ji Shu You Xian Gong Si</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Hu Nan</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns10.hichina.com</value>
    <value>dns9.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>88</num>
   <domain_name>vxxt.store</domain_name>
   <domain_keyword>vxxt</domain_keyword>
   <domain_tld>store</domain_tld>
   <query_time>2024-05-19 21:54:10</query_time>
   <create_date>2023-11-04</create_date>
   <update_date>2023-11-22</update_date>
   <expiry_date>2024-11-04</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>Namecheap</registrar_name>
   <registrar_website>https://namecheap.com</registrar_website>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_state>Capital Region</registrant_state>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>89</num>
   <domain_name>xxxt.cn</domain_name>
   <domain_keyword>xxxt</domain_keyword>
   <domain_tld>cn</domain_tld>
   <query_time>2024-05-20 17:46:07</query_time>
   <create_date>2010-05-17</create_date>
   <expiry_date>2025-05-17</expiry_date>
   <registrar_name>阿里云计算有限公司(万网)</registrar_name>
   <registrant_name>魏志强</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>expirens3.hichina.com</value>
    <value>expirens4.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>90</num>
   <domain_name>ixwt.tech</domain_name>
   <domain_keyword>ixwt</domain_keyword>
   <domain_tld>tech</domain_tld>
   <query_time>2024-05-20 14:22:02</query_time>
   <create_date>2024-03-20</create_date>
   <update_date>2024-04-15</update_date>
   <expiry_date>2025-03-20</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrant_company>xu wen tao</registrant_company>
   <registrant_state>hu bei</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>dns11.hichina.com</value>
    <value>dns12.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>91</num>
   <domain_name>ixvt.com</domain_name>
   <domain_keyword>ixvt</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-02 06:54:04</query_time>
   <create_date>2010-10-07</create_date>
   <update_date>2023-11-18</update_date>
   <expiry_date>2024-10-07</expiry_date>
   <registrar_iana>625</registrar_iana>
   <registrar_name>Name.com, Inc.</registrar_name>
   <registrar_website>http://www.name.com</registrar_website>
   <registrant_name>Redacted For Privacy</registrant_name>
   <registrant_company>Domain Protection Services, Inc.</registrant_company>
   <registrant_address>PO Box 1769</registrant_address>
   <registrant_city>Denver</registrant_city>
   <registrant_state>CO</registrant_state>
   <registrant_zip>80201</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>https://www.name.com/contact-domain-whois/ixvt.com</registrant_email>
   <registrant_phone>+1.7208009072</registrant_phone>
   <registrant_fax>+1.7209758725</registrant_fax>
   <name_servers>
    <value>ns1.mytrafficmanagement.com</value>
    <value>ns2.mytrafficmanagement.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unSigned</value>
   </dns_sec>
  </value>
  <value>
   <num>92</num>
   <domain_name>ixet.net</domain_name>
   <domain_keyword>ixet</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-06-07 18:11:30</query_time>
   <create_date>2021-06-02</create_date>
   <update_date>2024-06-02</update_date>
   <expiry_date>2024-06-02</expiry_date>
   <registrar_iana>444</registrar_iana>
   <registrar_name>INAMES CO., LTD.</registrar_name>
   <registrar_website>www.inames.co.kr</registrar_website>
   <registrant_name>ISE Commerce</registrant_name>
   <registrant_company>ISE Commerce</registrant_company>
   <registrant_address>5F 648 Yeongdong-daero Gangnam-gu</registrant_address>
   <registrant_city>Seoul</registrant_city>
   <registrant_zip>06078</registrant_zip>
   <registrant_country>KR</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+82.7074252167</registrant_phone>
   <registrant_fax>+82.234385501</registrant_fax>
   <name_servers>
    <value>hns1.nsgodo.com</value>
    <value>hns2.nsgodo.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>93</num>
   <domain_name>ipxt.ru</domain_name>
   <domain_keyword>ipxt</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-01 12:35:41</query_time>
   <create_date>2016-06-03</create_date>
   <expiry_date>2025-06-03</expiry_date>
   <registrar_name>SALENAMES-RU</registrar_name>
   <registrant_company>Private Person</registrant_company>
   <name_servers>
    <value>ns3.salenames.ru</value>
    <value>ns4.salenames.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>94</num>
   <domain_name>txxt.com</domain_name>
   <domain_keyword>txxt</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-18 18:18:47</query_time>
   <create_date>2004-06-06</create_date>
   <update_date>2023-06-01</update_date>
   <expiry_date>2024-06-06</expiry_date>
   <registrar_iana>612</registrar_iana>
   <registrar_name>Blue Razor Domains, LLC</registrar_name>
   <registrar_website>http://www.bluerazor.com</registrar_website>
   <name_servers>
    <value>ns1.squadhelp.com</value>
    <value>ns2.squadhelp.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>95</num>
   <domain_name>4xxt.site</domain_name>
   <domain_keyword>4xxt</domain_keyword>
   <domain_tld>site</domain_tld>
   <query_time>2024-05-26 01:01:20</query_time>
   <create_date>2023-11-23</create_date>
   <update_date>2024-01-12</update_date>
   <expiry_date>2024-11-23</expiry_date>
   <registrar_iana>1556</registrar_iana>
   <registrar_name>CHENGDU WEST DIMENSION DIGITAL TECHNOLOGY CO., LTD.</registrar_name>
   <registrar_website>http://www.west.cn</registrar_website>
   <registrant_state>Fu Jian</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns3.myhostadmin.net</value>
    <value>ns4.myhostadmin.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>96</num>
   <domain_name>nxxt.world</domain_name>
   <domain_keyword>nxxt</domain_keyword>
   <domain_tld>world</domain_tld>
   <query_time>2024-06-02 03:27:53</query_time>
   <create_date>2024-04-04</create_date>
   <update_date>2024-04-09</update_date>
   <expiry_date>2025-04-04</expiry_date>
   <registrar_iana>303</registrar_iana>
   <registrar_name>PDR Ltd. d/b/a PublicDomainRegistry.com</registrar_name>
   <registrar_website>http://www.PublicDomainRegistry.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>GDPR Masked</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Ille-et-Vilaine</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>FR</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns1.regway.com</value>
    <value>dns2.regway.com</value>
    <value>dns3.regway.com</value>
    <value>dns4.regway.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>97</num>
   <domain_name>mixxt.ru</domain_name>
   <domain_keyword>mixxt</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-01 08:36:05</query_time>
   <create_date>2023-11-25</create_date>
   <expiry_date>2024-11-25</expiry_date>
   <registrar_name>RU-CENTER-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns3.nic.ru</value>
    <value>ns4.nic.ru</value>
    <value>ns8.nic.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>98</num>
   <domain_name>ixbt.us</domain_name>
   <domain_keyword>ixbt</domain_keyword>
   <domain_tld>us</domain_tld>
   <query_time>2024-04-30 03:31:15</query_time>
   <create_date>2021-12-14</create_date>
   <update_date>2023-12-20</update_date>
   <expiry_date>2024-12-14</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>whois.godaddy.com</registrar_website>
   <registrant_name>Soumil Bhandari</registrant_name>
   <registrant_address>13103 Wheeler Way</registrant_address>
   <registrant_city>Herndon</registrant_city>
   <registrant_state>Virginia</registrant_state>
   <registrant_zip>20171</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.5183904333</registrant_phone>
   <name_servers>
    <value>ns13.domaincontrol.com</value>
    <value>ns14.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>99</num>
   <domain_name>inxt.tech</domain_name>
   <domain_keyword>inxt</domain_keyword>
   <domain_tld>tech</domain_tld>
   <query_time>2024-05-06 22:05:30</query_time>
   <create_date>2023-10-31</create_date>
   <update_date>2023-11-05</update_date>
   <expiry_date>2024-10-31</expiry_date>
   <registrar_iana>1636</registrar_iana>
   <registrar_name>HOSTINGER operations, UAB</registrar_name>
   <registrar_website>https://www.hostinger.com/</registrar_website>
   <registrant_company>Privacy Protect, LLC (PrivacyProtect.org)</registrant_company>
   <registrant_state>MA</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1.dns-parking.com</value>
    <value>ns2.dns-parking.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>100</num>
   <domain_name>ixx6.top</domain_name>
   <domain_keyword>ixx6</domain_keyword>
   <domain_tld>top</domain_tld>
   <query_time>2024-05-13 18:37:32</query_time>
   <create_date>2023-05-10</create_date>
   <update_date>2024-05-11</update_date>
   <expiry_date>2025-05-10</expiry_date>
   <registrar_iana>1868</registrar_iana>
   <registrar_name>Eranet International Limited</registrar_name>
   <registrar_website>http://www.eranet.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>tang peng</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>guanhdong</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>park.i-now.cn</value>
    <value>park.i-now.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.026</total_time>
  <api_credits_used>3</api_credits_used>
  <cost_calculation>3 (fuzzy_domains [1 domain])</cost_calculation>
 </stats>
</root>

API Pricing and Packages

Can be used for Current WHOIS API, Bulk WHOIS API, WHOIS History API, Reverse WHOIS API and Fuzzy Domains API.

Package Quantity Price Rate Order
5,000 API Credits 5,000 $25 $5.00 Buy Now
25,000 API Credits 25,000 $100 $4.00 Buy Now
250,000 API Credits 250,000 $750 $3.00 Buy Now
1 Million API Credits Most Popular 1,000,000 $2,000 $2.00 Buy Now
10 Million API Credits 10,000,000 $10,000 $1.00 Buy Now

API Credits you purchase have lifetime validity, and you may use it whenever you wish. We accept Visa, Mastercard, American Express, Discover, Diners Club, JCB and China UnionPay. Popular payment wallets like Apple Pay, Google Pay, Alipay, WeChat Pay & Cash App Pay are accepted. You can also pay in installments through Buy Now, Pay Later (Affirm, Afterpay, Clearpay, Klarna) services. For orders worth $1000 and higher, you can also pay through Bank Wire Transfer (ACH, Fedwire and SWIFT). We also accept crypto payments through Bitcoin, Ethereum, Tether, Binance, Ripple and 100+ Cryptocurrencies.

Current WHOIS Database Domain Names Cost Price
Total Unique Domain Names in our Current WHOIS Database 267,149,823

$4500

Order Now More Info

$4500

Buy Now More Info
Total WHOIS records in our Current WHOIS Database 267,149,823
Total WHOIS records with a Registrant Contact 166,662,762
Total WHOIS records with an Email Address (where the registrant_email field is not empty) 154,065,237
Total WHOIS records with a Phone Number (where the registrant_phone field is not empty) 125,448,455
Historical WHOIS Database Total Count Cost Price
Total Unique Domain Names in our Historical WHOIS Database 555,709,089

$8500

Order Now More Info

$8500

Buy Now More Info
Total WHOIS records in our Historical WHOIS Database 1,561,982,636
Total WHOIS records with a Registrant Contact 1,288,467,292
Total WHOIS records with an Email Address (where the registrant_email field is not empty) 1,128,078,018
Total WHOIS records with a Phone Number (where the registrant_phone field is not empty) 1,056,212,192

Domain Name WHOIS Lookup

Discover a domain's current owners and details with our free WHOIS lookup tool.

Powered by Current WHOIS Database

Our Current WHOIS Database contains the latest WHOIS of over 267 Million active domain names, that are currently registered. This powers our Current WHOIS API, which lets you quickly see the complete WHOIS details of any active domain name.