WHOIS QUERY TIME

1 Jun 2024 - 5:24 AM UTC

Registered: 13 November 2020
Modified: 30 October 2023
Expiry: 13 November 2024

REGISTRAR

Name: Key-Systems GmbH
Website: https://www.key-systems.net/

DNSSEC

Unsigned

NAME SERVERS

ns1.domaindiscount24.net
ns2.domaindiscount24.net
ns3.domaindiscount24.net

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

https://api.bigdomaindata.com/?key=XXXXX&current_whois=c-labs.pl
For more details, kindly see our Current WHOIS API usage guide.
{
    "success": true,
    "query": {
        "current_whois": "c-labs.pl"
    },
    "count": {
        "total": 1,
        "relation": "eq",
        "current": 1
    },
    "results": [
        {
            "domain_name": "c-labs.pl",
            "domain_keyword": "c-labs",
            "domain_tld": "pl",
            "query_time": "2024-06-01 05:24:26",
            "create_date": "2020-11-13",
            "update_date": "2023-10-30",
            "expiry_date": "2024-11-13",
            "registrar_name": "Key-Systems GmbH",
            "registrar_website": "https://www.key-systems.net/",
            "name_servers": [
                "ns1.domaindiscount24.net",
                "ns2.domaindiscount24.net",
                "ns3.domaindiscount24.net"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.035,
        "api_credits_used": 1,
        "cost_calculation": "current_whois [1 domain]"
    }
}
<root>
 <success>true</success>
 <query>
  <current_whois>c-labs.pl</current_whois>
 </query>
 <count>
  <total>1</total>
  <relation>eq</relation>
  <current>1</current>
 </count>
 <results>
  <value>
   <domain_name>c-labs.pl</domain_name>
   <domain_keyword>c-labs</domain_keyword>
   <domain_tld>pl</domain_tld>
   <query_time>2024-06-01 05:24:26</query_time>
   <create_date>2020-11-13</create_date>
   <update_date>2023-10-30</update_date>
   <expiry_date>2024-11-13</expiry_date>
   <registrar_name>Key-Systems GmbH</registrar_name>
   <registrar_website>https://www.key-systems.net/</registrar_website>
   <name_servers>
    <value>ns1.domaindiscount24.net</value>
    <value>ns2.domaindiscount24.net</value>
    <value>ns3.domaindiscount24.net</value>
   </name_servers>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.035</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.062 seconds) for "c-labs.pl" in our Historical WHOIS Database.
#1 - QUERY TIME

19 Apr 2023 - 5:28 PM UTC

Registered: 13 November 2020
Modified: 30 October 2022
Expiry: 13 November 2023

REGISTRAR

Name: Key-Systems GmbH

DNSSEC

Unsigned

NAME SERVERS

ns1.domaindiscount24.net
ns2.domaindiscount24.net
ns3.domaindiscount24.net

#2 - QUERY TIME

4 Nov 2023 - 6:32 PM UTC

Registered: 13 November 2020
Modified: 30 October 2023
Expiry: 13 November 2024

REGISTRAR

Name: Key-Systems GmbH

DNSSEC

Unsigned

NAME SERVERS

ns1.domaindiscount24.net
ns2.domaindiscount24.net
ns3.domaindiscount24.net

* 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=c-labs.pl
For more details, kindly see our WHOIS History API usage guide.
{
    "success": true,
    "query": {
        "database": "historical",
        "domain_name": "c-labs.pl",
        "sort_by": "query_time",
        "sort_order": "asc",
        "page_size": 100
    },
    "count": {
        "total": 2,
        "relation": "eq",
        "current": 2
    },
    "unique_domains": "c-labs.pl",
    "results": [
        {
            "num": 1,
            "domain_name": "c-labs.pl",
            "domain_keyword": "c-labs",
            "domain_tld": "pl",
            "query_time": "2023-04-19 17:28:31",
            "create_date": "2020-11-13",
            "update_date": "2022-10-30",
            "expiry_date": "2023-11-13",
            "registrar_name": "Key-Systems GmbH",
            "name_servers": [
                "ns1.domaindiscount24.net",
                "ns2.domaindiscount24.net",
                "ns3.domaindiscount24.net"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 2,
            "domain_name": "c-labs.pl",
            "domain_keyword": "c-labs",
            "domain_tld": "pl",
            "query_time": "2023-11-04 18:32:14",
            "create_date": "2020-11-13",
            "update_date": "2023-10-30",
            "expiry_date": "2024-11-13",
            "registrar_name": "Key-Systems GmbH",
            "name_servers": [
                "ns1.domaindiscount24.net",
                "ns2.domaindiscount24.net",
                "ns3.domaindiscount24.net"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.062,
        "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>c-labs.pl</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>c-labs.pl</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>c-labs.pl</domain_name>
   <domain_keyword>c-labs</domain_keyword>
   <domain_tld>pl</domain_tld>
   <query_time>2023-04-19 17:28:31</query_time>
   <create_date>2020-11-13</create_date>
   <update_date>2022-10-30</update_date>
   <expiry_date>2023-11-13</expiry_date>
   <registrar_name>Key-Systems GmbH</registrar_name>
   <name_servers>
    <value>ns1.domaindiscount24.net</value>
    <value>ns2.domaindiscount24.net</value>
    <value>ns3.domaindiscount24.net</value>
   </name_servers>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>2</num>
   <domain_name>c-labs.pl</domain_name>
   <domain_keyword>c-labs</domain_keyword>
   <domain_tld>pl</domain_tld>
   <query_time>2023-11-04 18:32:14</query_time>
   <create_date>2020-11-13</create_date>
   <update_date>2023-10-30</update_date>
   <expiry_date>2024-11-13</expiry_date>
   <registrar_name>Key-Systems GmbH</registrar_name>
   <name_servers>
    <value>ns1.domaindiscount24.net</value>
    <value>ns2.domaindiscount24.net</value>
    <value>ns3.domaindiscount24.net</value>
   </name_servers>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.062</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 14 domain names (in 0.043 seconds) which contained the exact domain keyword "c-labs".
Domain Name Registered Expiry Registrar Ownership
1 c-labs.com 19 Dec 1996 18 Dec 2025 Squarespace Domains II LLC Contact Privacy Inc. Customer 7151571251
2 c-labs.it 9 Apr 2002 9 Apr 2025 Aruba s.p.a. C-Labs S.r.l.
3 c-labs.ca 23 Feb 2009 23 Feb 2025 Internic.ca Inc. gcm enterprises ltd
4 c-labs.org 10 Jul 2015 10 Jul 2024 DreamHost, LLC Proxy Protection LLC
5 c-labs.tech 8 Mar 2018 8 Mar 2025 NETIM corion labs kft.
6 c-labs.co 25 Feb 2019 25 Feb 2025 Key-Systems GmbH c/o whoisproxy.com
7 c-labs.pl 13 Nov 2020 13 Nov 2024 Key-Systems GmbH -
8 c-labs.dev 9 Dec 2020 9 Dec 2024 OVH sas c-labs
9 c-labs.net 6 Feb 2021 6 Feb 2025 GoDaddy.com, LLC -
10 c-labs.io 3 Sep 2021 3 Sep 2024 Key-Systems GmbH Careium Sweden AB
11 c-labs.homes 8 Jan 2022 8 Jan 2025 Squarespace Domains II LLC Contact Privacy Inc. Customer 7151571251
12 c-labs.energy 8 Jan 2022 8 Jan 2025 Squarespace Domains II LLC Contact Privacy Inc. Customer 7151571251
13 c-labs.cloud 14 Jan 2023 14 Jan 2025 INWX GmbH DomRobot UG (haftungsbeschraenkt)
14 c-labs.xyz 17 Jan 2023 17 Jan 2025 Namecheap Privacy service provided by Withheld for Privacy ehf
15 c-labs.ru 12 Nov 2023 12 Nov 2024 REGRU-RU Private Person

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

https://api.bigdomaindata.com/?key=XXXXX&database=current&domain_keyword=c-labs&sort_by=create_date
For more details, kindly see our Reverse WHOIS API usage guide.
{
    "success": true,
    "query": {
        "database": "current",
        "domain_keyword": "c-labs",
        "sort_by": "create_date",
        "sort_order": "asc",
        "page_size": 100
    },
    "count": {
        "total": 15,
        "relation": "eq",
        "current": 15
    },
    "unique_domains": "c-labs.com, c-labs.it, c-labs.ca, c-labs.org, c-labs.tech, c-labs.co, c-labs.pl, c-labs.dev, c-labs.net, c-labs.io, c-labs.homes, c-labs.energy, c-labs.cloud, c-labs.xyz, c-labs.ru",
    "results": [
        {
            "num": 1,
            "domain_name": "c-labs.com",
            "domain_keyword": "c-labs",
            "domain_tld": "com",
            "query_time": "2024-05-26 05:19:59",
            "create_date": "1996-12-19",
            "update_date": "2023-10-11",
            "expiry_date": "2025-12-18",
            "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=c-labs.com",
            "registrant_phone": "+1.4165385487",
            "name_servers": [
                "ns1.bdm.microsoftonline.com",
                "ns2.bdm.microsoftonline.com",
                "ns3.bdm.microsoftonline.com",
                "ns4.bdm.microsoftonline.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 2,
            "domain_name": "c-labs.it",
            "domain_keyword": "c-labs",
            "domain_tld": "it",
            "query_time": "2024-05-10 15:34:23",
            "create_date": "2002-04-09",
            "update_date": "2024-04-25",
            "expiry_date": "2025-04-09",
            "registrar_name": "Aruba s.p.a.",
            "registrar_website": "http://www.aruba.it",
            "registrant_company": "C-Labs S.r.l.",
            "registrant_address": "Corso Giacomo Matteotti 42",
            "registrant_city": "TORINO",
            "registrant_state": "TO",
            "registrant_zip": "10121",
            "registrant_country": "IT",
            "name_servers": [
                "dns.technorail.com",
                "dns2.technorail.com",
                "dns3.arubadns.net",
                "dns4.arubadns.cz"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "yes"
            ]
        },
        {
            "num": 3,
            "domain_name": "c-labs.ca",
            "domain_keyword": "c-labs",
            "domain_tld": "ca",
            "query_time": "2024-04-24 22:33:58",
            "create_date": "2009-02-23",
            "update_date": "2024-04-08",
            "expiry_date": "2025-02-23",
            "registrar_name": "Internic.ca Inc.",
            "registrar_website": "www.internic.ca",
            "registrant_name": "gcm enterprises ltd",
            "registrant_address": "Port St. Charles Unit 308",
            "registrant_city": "St. Peter",
            "registrant_state": "AB",
            "registrant_zip": "BB26013",
            "registrant_country": "BB",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.8666207111",
            "name_servers": [
                "ns3.swdns.net",
                "ns4.swdns.net"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 4,
            "domain_name": "c-labs.org",
            "domain_keyword": "c-labs",
            "domain_tld": "org",
            "query_time": "2024-05-14 00:45:15",
            "create_date": "2015-07-10",
            "update_date": "2023-06-14",
            "expiry_date": "2024-07-10",
            "registrar_iana": 431,
            "registrar_name": "DreamHost, LLC",
            "registrar_website": "http://www.dreamhost.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Proxy Protection LLC",
            "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.dreamhost.com",
                "ns2.dreamhost.com",
                "ns3.dreamhost.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 5,
            "domain_name": "c-labs.tech",
            "domain_keyword": "c-labs",
            "domain_tld": "tech",
            "query_time": "2024-05-10 15:34:23",
            "create_date": "2018-03-08",
            "update_date": "2024-03-05",
            "expiry_date": "2025-03-08",
            "registrar_iana": 1519,
            "registrar_name": "NETIM",
            "registrar_website": "http://www.netim.com",
            "registrant_company": "corion labs kft.",
            "registrant_country": "HU",
            "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": [
                "ns0.mikrovps.hu",
                "ns1.mikrovps.hu"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 6,
            "domain_name": "c-labs.co",
            "domain_keyword": "c-labs",
            "domain_tld": "co",
            "query_time": "2024-04-24 22:33:58",
            "create_date": "2019-02-25",
            "update_date": "2024-02-16",
            "expiry_date": "2025-02-25",
            "registrar_iana": 269,
            "registrar_name": "Key-Systems GmbH",
            "registrar_website": "https://key-systems.net",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "c/o whoisproxy.com",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "VA",
            "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": [
                "ns-cloud-e1.googledomains.com",
                "ns-cloud-e2.googledomains.com",
                "ns-cloud-e3.googledomains.com",
                "ns-cloud-e4.googledomains.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 7,
            "domain_name": "c-labs.pl",
            "domain_keyword": "c-labs",
            "domain_tld": "pl",
            "query_time": "2024-06-01 05:24:26",
            "create_date": "2020-11-13",
            "update_date": "2023-10-30",
            "expiry_date": "2024-11-13",
            "registrar_name": "Key-Systems GmbH",
            "registrar_website": "https://www.key-systems.net/",
            "name_servers": [
                "ns1.domaindiscount24.net",
                "ns2.domaindiscount24.net",
                "ns3.domaindiscount24.net"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 8,
            "domain_name": "c-labs.dev",
            "domain_keyword": "c-labs",
            "domain_tld": "dev",
            "query_time": "2024-05-01 23:02:06",
            "create_date": "2020-12-09",
            "update_date": "2024-01-23",
            "expiry_date": "2024-12-09",
            "registrar_iana": 433,
            "registrar_name": "OVH sas",
            "registrar_website": "https://www.ovh.com/world/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "c-labs",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "BE",
            "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": [
                "dns19.ovh.net",
                "ns19.ovh.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 9,
            "domain_name": "c-labs.net",
            "domain_keyword": "c-labs",
            "domain_tld": "net",
            "query_time": "2024-04-07 04:09:30",
            "create_date": "2021-02-06",
            "update_date": "2024-02-07",
            "expiry_date": "2025-02-06",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns37.domaincontrol.com",
                "ns38.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 10,
            "domain_name": "c-labs.io",
            "domain_keyword": "c-labs",
            "domain_tld": "io",
            "query_time": "2024-05-21 22:42:45",
            "create_date": "2021-09-03",
            "update_date": "2023-10-18",
            "expiry_date": "2024-09-03",
            "registrar_iana": 269,
            "registrar_name": "Key-Systems GmbH",
            "registrar_website": "http://key-systems.net",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Careium Sweden AB",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "SE",
            "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-1077.awsdns-06.org",
                "ns-1787.awsdns-31.co.uk",
                "ns-390.awsdns-48.com",
                "ns-875.awsdns-45.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 11,
            "domain_name": "c-labs.homes",
            "domain_keyword": "c-labs",
            "domain_tld": "homes",
            "query_time": "2024-05-14 00:45:15",
            "create_date": "2022-01-08",
            "update_date": "2024-03-19",
            "expiry_date": "2025-01-08",
            "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": "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": [
                "ns-cloud-b1.googledomains.com",
                "ns-cloud-b2.googledomains.com",
                "ns-cloud-b3.googledomains.com",
                "ns-cloud-b4.googledomains.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 12,
            "domain_name": "c-labs.energy",
            "domain_keyword": "c-labs",
            "domain_tld": "energy",
            "query_time": "2024-05-14 00:45:15",
            "create_date": "2022-01-08",
            "update_date": "2024-02-22",
            "expiry_date": "2025-01-08",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Contact Privacy Inc. Customer 7151571251",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "ON",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "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.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns-cloud-b1.googledomains.com",
                "ns-cloud-b2.googledomains.com",
                "ns-cloud-b3.googledomains.com",
                "ns-cloud-b4.googledomains.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 13,
            "domain_name": "c-labs.cloud",
            "domain_keyword": "c-labs",
            "domain_tld": "cloud",
            "query_time": "2024-05-14 00:45:15",
            "create_date": "2023-01-14",
            "update_date": "2023-12-07",
            "expiry_date": "2025-01-14",
            "registrar_iana": 1420,
            "registrar_name": "INWX GmbH",
            "registrar_website": "https://www.inwx.de",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "DomRobot UG (haftungsbeschraenkt)",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "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": 14,
            "domain_name": "c-labs.xyz",
            "domain_keyword": "c-labs",
            "domain_tld": "xyz",
            "query_time": "2024-05-14 00:45:15",
            "create_date": "2023-01-17",
            "update_date": "2024-01-09",
            "expiry_date": "2025-01-17",
            "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": [
                "pdns1.registrar-servers.com",
                "pdns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 15,
            "domain_name": "c-labs.ru",
            "domain_keyword": "c-labs",
            "domain_tld": "ru",
            "query_time": "2024-05-04 06:17:48",
            "create_date": "2023-11-12",
            "expiry_date": "2024-11-12",
            "registrar_name": "REGRU-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.reg.ru",
                "ns2.reg.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        }
    ],
    "stats": {
        "total_time": 0.043,
        "api_credits_used": 1,
        "cost_calculation": "1 (search_fields[domain_keyword])"
    }
}
<root>
 <success>true</success>
 <query>
  <database>current</database>
  <domain_keyword>c-labs</domain_keyword>
  <sort_by>create_date</sort_by>
  <sort_order>asc</sort_order>
  <page_size>100</page_size>
 </query>
 <count>
  <total>15</total>
  <relation>eq</relation>
  <current>15</current>
 </count>
 <unique_domains>c-labs.com, c-labs.it, c-labs.ca, c-labs.org, c-labs.tech, c-labs.co, c-labs.pl, c-labs.dev, c-labs.net, c-labs.io, c-labs.homes, c-labs.energy, c-labs.cloud, c-labs.xyz, c-labs.ru</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>c-labs.com</domain_name>
   <domain_keyword>c-labs</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-26 05:19:59</query_time>
   <create_date>1996-12-19</create_date>
   <update_date>2023-10-11</update_date>
   <expiry_date>2025-12-18</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=c-labs.com</registrant_email>
   <registrant_phone>+1.4165385487</registrant_phone>
   <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>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>2</num>
   <domain_name>c-labs.it</domain_name>
   <domain_keyword>c-labs</domain_keyword>
   <domain_tld>it</domain_tld>
   <query_time>2024-05-10 15:34:23</query_time>
   <create_date>2002-04-09</create_date>
   <update_date>2024-04-25</update_date>
   <expiry_date>2025-04-09</expiry_date>
   <registrar_name>Aruba s.p.a.</registrar_name>
   <registrar_website>http://www.aruba.it</registrar_website>
   <registrant_company>C-Labs S.r.l.</registrant_company>
   <registrant_address>Corso Giacomo Matteotti 42</registrant_address>
   <registrant_city>TORINO</registrant_city>
   <registrant_state>TO</registrant_state>
   <registrant_zip>10121</registrant_zip>
   <registrant_country>IT</registrant_country>
   <name_servers>
    <value>dns.technorail.com</value>
    <value>dns2.technorail.com</value>
    <value>dns3.arubadns.net</value>
    <value>dns4.arubadns.cz</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>yes</value>
   </dns_sec>
  </value>
  <value>
   <num>3</num>
   <domain_name>c-labs.ca</domain_name>
   <domain_keyword>c-labs</domain_keyword>
   <domain_tld>ca</domain_tld>
   <query_time>2024-04-24 22:33:58</query_time>
   <create_date>2009-02-23</create_date>
   <update_date>2024-04-08</update_date>
   <expiry_date>2025-02-23</expiry_date>
   <registrar_name>Internic.ca Inc.</registrar_name>
   <registrar_website>www.internic.ca</registrar_website>
   <registrant_name>gcm enterprises ltd</registrant_name>
   <registrant_address>Port St. Charles Unit 308</registrant_address>
   <registrant_city>St. Peter</registrant_city>
   <registrant_state>AB</registrant_state>
   <registrant_zip>BB26013</registrant_zip>
   <registrant_country>BB</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.8666207111</registrant_phone>
   <name_servers>
    <value>ns3.swdns.net</value>
    <value>ns4.swdns.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>4</num>
   <domain_name>c-labs.org</domain_name>
   <domain_keyword>c-labs</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-05-14 00:45:15</query_time>
   <create_date>2015-07-10</create_date>
   <update_date>2023-06-14</update_date>
   <expiry_date>2024-07-10</expiry_date>
   <registrar_iana>431</registrar_iana>
   <registrar_name>DreamHost, LLC</registrar_name>
   <registrar_website>http://www.dreamhost.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Proxy Protection LLC</registrant_company>
   <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.dreamhost.com</value>
    <value>ns2.dreamhost.com</value>
    <value>ns3.dreamhost.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>c-labs.tech</domain_name>
   <domain_keyword>c-labs</domain_keyword>
   <domain_tld>tech</domain_tld>
   <query_time>2024-05-10 15:34:23</query_time>
   <create_date>2018-03-08</create_date>
   <update_date>2024-03-05</update_date>
   <expiry_date>2025-03-08</expiry_date>
   <registrar_iana>1519</registrar_iana>
   <registrar_name>NETIM</registrar_name>
   <registrar_website>http://www.netim.com</registrar_website>
   <registrant_company>corion labs kft.</registrant_company>
   <registrant_country>HU</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>ns0.mikrovps.hu</value>
    <value>ns1.mikrovps.hu</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>6</num>
   <domain_name>c-labs.co</domain_name>
   <domain_keyword>c-labs</domain_keyword>
   <domain_tld>co</domain_tld>
   <query_time>2024-04-24 22:33:58</query_time>
   <create_date>2019-02-25</create_date>
   <update_date>2024-02-16</update_date>
   <expiry_date>2025-02-25</expiry_date>
   <registrar_iana>269</registrar_iana>
   <registrar_name>Key-Systems GmbH</registrar_name>
   <registrar_website>https://key-systems.net</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>c/o whoisproxy.com</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>VA</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>ns-cloud-e1.googledomains.com</value>
    <value>ns-cloud-e2.googledomains.com</value>
    <value>ns-cloud-e3.googledomains.com</value>
    <value>ns-cloud-e4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>7</num>
   <domain_name>c-labs.pl</domain_name>
   <domain_keyword>c-labs</domain_keyword>
   <domain_tld>pl</domain_tld>
   <query_time>2024-06-01 05:24:26</query_time>
   <create_date>2020-11-13</create_date>
   <update_date>2023-10-30</update_date>
   <expiry_date>2024-11-13</expiry_date>
   <registrar_name>Key-Systems GmbH</registrar_name>
   <registrar_website>https://www.key-systems.net/</registrar_website>
   <name_servers>
    <value>ns1.domaindiscount24.net</value>
    <value>ns2.domaindiscount24.net</value>
    <value>ns3.domaindiscount24.net</value>
   </name_servers>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>8</num>
   <domain_name>c-labs.dev</domain_name>
   <domain_keyword>c-labs</domain_keyword>
   <domain_tld>dev</domain_tld>
   <query_time>2024-05-01 23:02:06</query_time>
   <create_date>2020-12-09</create_date>
   <update_date>2024-01-23</update_date>
   <expiry_date>2024-12-09</expiry_date>
   <registrar_iana>433</registrar_iana>
   <registrar_name>OVH sas</registrar_name>
   <registrar_website>https://www.ovh.com/world/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>c-labs</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>BE</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>dns19.ovh.net</value>
    <value>ns19.ovh.net</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>9</num>
   <domain_name>c-labs.net</domain_name>
   <domain_keyword>c-labs</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-07 04:09:30</query_time>
   <create_date>2021-02-06</create_date>
   <update_date>2024-02-07</update_date>
   <expiry_date>2025-02-06</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>ns37.domaincontrol.com</value>
    <value>ns38.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>10</num>
   <domain_name>c-labs.io</domain_name>
   <domain_keyword>c-labs</domain_keyword>
   <domain_tld>io</domain_tld>
   <query_time>2024-05-21 22:42:45</query_time>
   <create_date>2021-09-03</create_date>
   <update_date>2023-10-18</update_date>
   <expiry_date>2024-09-03</expiry_date>
   <registrar_iana>269</registrar_iana>
   <registrar_name>Key-Systems GmbH</registrar_name>
   <registrar_website>http://key-systems.net</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Careium Sweden AB</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>SE</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-1077.awsdns-06.org</value>
    <value>ns-1787.awsdns-31.co.uk</value>
    <value>ns-390.awsdns-48.com</value>
    <value>ns-875.awsdns-45.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>11</num>
   <domain_name>c-labs.homes</domain_name>
   <domain_keyword>c-labs</domain_keyword>
   <domain_tld>homes</domain_tld>
   <query_time>2024-05-14 00:45:15</query_time>
   <create_date>2022-01-08</create_date>
   <update_date>2024-03-19</update_date>
   <expiry_date>2025-01-08</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>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>ns-cloud-b1.googledomains.com</value>
    <value>ns-cloud-b2.googledomains.com</value>
    <value>ns-cloud-b3.googledomains.com</value>
    <value>ns-cloud-b4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>12</num>
   <domain_name>c-labs.energy</domain_name>
   <domain_keyword>c-labs</domain_keyword>
   <domain_tld>energy</domain_tld>
   <query_time>2024-05-14 00:45:15</query_time>
   <create_date>2022-01-08</create_date>
   <update_date>2024-02-22</update_date>
   <expiry_date>2025-01-08</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC</registrar_name>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Contact Privacy Inc. Customer 7151571251</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>ON</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <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>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns-cloud-b1.googledomains.com</value>
    <value>ns-cloud-b2.googledomains.com</value>
    <value>ns-cloud-b3.googledomains.com</value>
    <value>ns-cloud-b4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>13</num>
   <domain_name>c-labs.cloud</domain_name>
   <domain_keyword>c-labs</domain_keyword>
   <domain_tld>cloud</domain_tld>
   <query_time>2024-05-14 00:45:15</query_time>
   <create_date>2023-01-14</create_date>
   <update_date>2023-12-07</update_date>
   <expiry_date>2025-01-14</expiry_date>
   <registrar_iana>1420</registrar_iana>
   <registrar_name>INWX GmbH</registrar_name>
   <registrar_website>https://www.inwx.de</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>DomRobot UG (haftungsbeschraenkt)</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>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>14</num>
   <domain_name>c-labs.xyz</domain_name>
   <domain_keyword>c-labs</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-05-14 00:45:15</query_time>
   <create_date>2023-01-17</create_date>
   <update_date>2024-01-09</update_date>
   <expiry_date>2025-01-17</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>pdns1.registrar-servers.com</value>
    <value>pdns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>15</num>
   <domain_name>c-labs.ru</domain_name>
   <domain_keyword>c-labs</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-04 06:17:48</query_time>
   <create_date>2023-11-12</create_date>
   <expiry_date>2024-11-12</expiry_date>
   <registrar_name>REGRU-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <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.043</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 5,181 domain names (in 0.117 seconds) which look and sound like the brand name "c-labs".
Domain Name Registered Expiry Registrar Ownership
1 k-labs.com 23 Mar 2002 23 Mar 2025 GoDaddy.com, LLC -
2 crlabs.net 22 Oct 2019 22 Oct 2024 Squarespace Domains II LLC REDACTED FOR PRIVACY
3 cxlabs.de - - - -
4 cilabs.com 30 Aug 2013 30 Aug 2024 1API GmbH REDACTED FOR PRIVACY
5 cc-labs.de - - - -
6 co-labs.studio 14 Dec 2021 14 Dec 2024 GoDaddy.com, LLC Domains By Proxy, LLC
7 zc-labs.cn 17 Jan 2024 17 Jan 2025 福州中旭网络技术有限公司 李丽萍
8 co-labs.be 13 May 2016 - Gandi Sas -
9 x-labs.tech 2 Mar 2022 2 Mar 2025 Namecheap Privacy service provided by Withheld for Privacy ehf
10 cflabs.com 30 Nov 2009 30 Nov 2024 GoDaddy.com, LLC Domains By Proxy, LLC
11 colabs.life 28 Nov 2023 28 Nov 2024 GoDaddy.com, LLC Domains By Proxy, LLC
12 cklabs.co 26 May 2024 26 May 2025 Key-Systems GmbH c/o whoisproxy.com
13 d-labs.global 8 Feb 2023 8 Feb 2025 Dreamscape Networks International Pte Ltd Private Registry Authority
14 cm-labs.uk 10 Jan 2020 10 Jan 2026 GoDaddy.com, LLC. [Tag = GODADDY] -
15 chlabs.de - - - -
16 c2labs.club 18 Nov 2022 18 Nov 2025 GoDaddy.com, LLC Domains By Proxy, LLC
17 cn-labs.com 20 Apr 2021 20 Apr 2025 GoDaddy.com, LLC -
18 cylabs.network 18 Apr 2022 18 Apr 2025 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
19 cm-labs.co.uk 10 Jan 2020 10 Jan 2026 GoDaddy.com, LLC. [Tag = GODADDY] -
20 l-labs.ru 23 May 2023 23 May 2024 REGRU-RU Private Person
21 colabs.cloud 8 Apr 2019 8 Apr 2025 GoDaddy Domains By Proxy, LLC
22 ctlabs.com 25 Feb 1996 26 Feb 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) -
23 colabs.org.au - - Tucows (Australia) Pty Ltd trading as OpenSRS ibrahim molana
24 c3labs.com 29 Nov 2006 29 Nov 2024 GoDaddy.com, LLC -
25 pc-labs.net 15 Mar 2017 15 Mar 2025 Amazon Registrar, Inc. Identity Protection Service
26 u-labs.de - - - -
27 c-tabs.ru 17 Mar 2024 17 Mar 2025 TIMEWEB-RU Private Person
28 h-labs.org 11 May 2024 11 May 2025 Marcaria International LLC GDPR Masked
29 o-labs.org 19 Aug 2023 19 Aug 2024 Sav.com, LLC - 9 Privacy Protection
30 lc-labs.com 19 Jan 2021 19 Jan 2026 TurnCommerce, Inc. DBA NameBright.com HugeDomains.com
31 1-labs.co 7 Sep 2021 7 Sep 2024 GoDaddy.com, LLC Domains By Proxy, LLC
32 crlabs.co.uk 29 Apr 2019 29 Apr 2025 GoDaddy.com, LLC. [Tag = GODADDY] -
33 cwlabs.cloud 4 Feb 2023 4 Feb 2026 Cloudflare DATA REDACTED
34 cnlabs.com 17 Sep 1999 17 Sep 2024 PSI-USA, Inc. dba Domain Robot Cykon Technology Limited
35 cglabs.world 11 Dec 2023 11 Dec 2025 GoDaddy.com, LLC Domains By Proxy, LLC
36 cglabs.work 29 Nov 2022 29 Nov 2027 GoDaddy.com, LLC Domains By Proxy, LLC
37 5-labs.com 9 Sep 2018 9 Sep 2024 NameSilo, LLC -
38 c9labs.com 5 Jun 2016 5 Jun 2024 TurnCommerce, Inc. DBA NameBright.com HugeDomains.com
39 b-labs.net 28 Sep 2021 28 Sep 2024 Wild West Domains, LLC -
40 cnlabs.in 13 Dec 2013 13 Dec 2026 GoDaddy.com, LLC REDACTED FOR PRIVACY
41 colabs.info 30 Mar 2023 30 Mar 2024 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) ge rong kai
42 w-labs.ru 15 Oct 2021 15 Oct 2024 TIMEWEB-RU Private Person
43 t-labs.com 12 Dec 2016 12 Dec 2024 DropCatch.com 436 LLC JIN-1
44 colabs.ru 16 Mar 2021 16 Mar 2025 RU-CENTER-RU Private Person
45 e-labs.ru 16 Feb 2000 28 Feb 2025 RD-RU JSC "Ob"edinennoe gumanitarnoe izdatelstvo"
46 cnlabs.co 4 May 2023 4 May 2024 NameCheap, Inc. REDACTED FOR PRIVACY
47 cflabs.ca 5 Dec 2007 4 Dec 2024 Tucows.com Co. REDACTED FOR PRIVACY
48 jc-labs.co.uk 17 Jul 2022 17 Jul 2024 Gandi [Tag = GANDI] -
49 colabs.jp 1 Aug 2023 31 Aug 2024 - (Not displayed by registrant's request)
50 h-labs.tech 25 Jan 2017 25 Jan 2025 Go Daddy, LLC Domains By Proxy, LLC
51 c2-labs.net 27 Jan 2009 27 Jan 2025 IONOS SE REDACTED FOR PRIVACY
52 r-labs.ru 1 Aug 2019 1 Aug 2024 RU-CENTER-RU R-LABS LLC
53 cm-labs.com 23 Feb 2001 23 Feb 2026 easyDNS Technologies, Inc. CMLabs Simulations Inc.
54 q-labs.co.uk 21 Nov 2020 21 Nov 2024 GoDaddy.com, LLC. [Tag = GODADDY] -
55 c-labb.com 13 Feb 2017 13 Feb 2025 OVH, SAS Rémy
56 j-labs.co.uk 9 Jan 2019 9 Jan 2025 123-Reg Limited t/a 123-reg [Tag = 123-REG] -
57 cplabs.xyz 27 Sep 2023 27 Sep 2024 Dynadot LLC -
58 2-labs.com 20 Dec 2013 20 Dec 2024 GoDaddy.com, LLC -
59 b-labs.xyz 17 Aug 2023 17 Aug 2024 Namecheap Privacy service provided by Withheld for Privacy ehf
60 e-labs.eu - - Registrar.eu -
61 e-labs.llc 9 Dec 2019 9 Dec 2024 GoDaddy.com, LLC Domains By Proxy, LLC
62 c6labs.com 12 May 2016 12 May 2025 GoDaddy.com, LLC Domains By Proxy, LLC
63 co-labs.org 23 May 2008 23 May 2025 GoDaddy.com, LLC Domains By Proxy, LLC
64 h-labs.net 23 Jun 2018 23 Jun 2024 Squarespace Domains II LLC Contact Privacy Inc. Customer 7151571251
65 4c-labs.info 18 Oct 2017 18 Oct 2024 GoDaddy.com, LLC Domains By Proxy, LLC
66 x-labs.se 1 Apr 2016 1 Apr 2025 Loopia AB -
67 cnlabs.xyz 6 Mar 2024 6 Mar 2025 Dynadot LLC Super Privacy Service LTD c/o Dynadot
68 cilabs.net 4 Jun 2014 4 Jun 2024 1API GmbH REDACTED FOR PRIVACY
69 dc-labs.cloud 27 Aug 2017 27 Aug 2024 OVH sas Demey Consulting
70 f-labs.site 11 Feb 2024 11 Feb 2025 GMO Internet Group, Inc. d/b/a Onamae.com Whois Privacy Protection Service by onamae.com
71 7c-labs.com 24 Jan 2015 24 Jan 2025 GoDaddy.com, LLC -
72 cslabs.app 3 Jul 2020 3 Jul 2024 Squarespace Domains II LLC. REDACTED FOR PRIVACY
73 co-labs.asia 4 Jan 2017 4 Jan 2025 OnlineNIC, Inc. iRepublics.com Sdn Bhd
74 co-labs.global 30 Jul 2023 30 Jul 2024 Tucows Domains Inc. Data Protected
75 cflabs.org 5 Dec 2007 5 Dec 2024 Tucows Domains Inc. Contact Privacy Inc. Customer 0125708019
76 b-labs.hu 19 Jul 2013 - - -
77 colabs.net 17 Jul 2016 17 Jul 2024 GoDaddy.com, LLC -
78 q-labs.xyz 11 Mar 2022 11 Mar 2026 Go Daddy, LLC Domains By Proxy, LLC
79 cmlabs.app 21 May 2023 21 May 2025 Namecheap Inc. Privacy service provided by Withheld for Privacy ehf
80 z-labs.uk 1 Dec 2023 1 Dec 2026 GoDaddy.com, LLC. [Tag = GODADDY] -
81 a-labs.org 1 Apr 2008 1 Apr 2025 PSI-USA, Inc. dba Domain Robot REDACTED FOR PRIVACY
82 cylabs.xyz 6 Oct 2017 6 Oct 2025 Go Daddy, LLC Domains By Proxy, LLC
83 cmlabs.net 6 Oct 2021 22 Oct 2024 COSMOTOWN, INC. -
84 s-labs.cn 27 Aug 2017 27 Aug 2026 阿里云计算有限公司(万网) 北京链平方科技有限公司
85 cylabs.com 3 Dec 1996 2 Dec 2024 GoDaddy.com, LLC -
86 r-labs.us 10 Apr 2023 10 Apr 2025 Network Solutions, LLC Chase Plumbing Service
87 czlabs.org 20 Apr 2023 20 Apr 2025 GoDaddy.com, LLC Domains By Proxy, LLC
88 cdlabs.net 27 Oct 2022 27 Oct 2024 NAMECHEAP INC Privacy service provided by Withheld for Privacy ehf
89 cxlabs.digital 28 Mar 2021 28 Mar 2025 OVH SAS GMV Gorniak Artur
90 cclabs.online 20 Apr 2024 20 Apr 2025 IONOS SE 1&1 Internet Inc
91 rc-labs.org 26 Apr 2024 26 Apr 2025 GoDaddy.com, LLC Domains By Proxy, LLC
92 y-labs.ai - - 1api.net Domains By Proxy, LLC
93 g-labs.tech 22 Feb 2020 22 Feb 2025 Namecheap Privacy service provided by Withheld for Privacy ehf
94 calabs.com.au - - SYNERGY WHOLESALE ACCREDITATIONS PTY LTD Sec Retary
95 c-labo.jp 1 Apr 2011 30 Apr 2025 - Hisashi Yamanouchi cardlabo corp
96 cnlabs.sydney 4 May 2023 4 May 2024 NameCheap, Inc. REDACTED FOR PRIVACY
97 g-labs.io 17 Sep 2018 17 Sep 2025 ingenit GmbH & Co. KG REDACTED FOR PRIVACY
98 v-labs.co 31 Jan 2021 31 Jan 2025 Network Solutions, LLC REDACTED FOR PRIVACY
99 c4labs.net 10 Apr 2014 10 Apr 2025 ENOM, INC. REDACTED FOR PRIVACY
100 cllabs.net 12 Feb 2018 12 Feb 2025 Amazon Registrar, Inc. Identity Protection Service
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 C-labs.pl.

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

https://api.bigdomaindata.com/?key=XXXXX&fuzzy_domains=c-labs.pl
For more details, kindly see our Fuzzy Domains API usage guide.
{
    "success": true,
    "query": {
        "fuzzy_domains": "c-labs.pl",
        "page_size": 100
    },
    "count": {
        "total": 5181,
        "relation": "eq",
        "current": 100
    },
    "unique_domains": "k-labs.com, crlabs.net, cxlabs.de, cilabs.com, cc-labs.de, co-labs.studio, zc-labs.cn, co-labs.be, x-labs.tech, cflabs.com, colabs.life, cklabs.co, d-labs.global, cm-labs.uk, chlabs.de, c2labs.club, cn-labs.com, cylabs.network, cm-labs.co.uk, l-labs.ru, colabs.cloud, ctlabs.com, colabs.org.au, c3labs.com, pc-labs.net, u-labs.de, c-tabs.ru, h-labs.org, o-labs.org, lc-labs.com, 1-labs.co, crlabs.co.uk, cwlabs.cloud, cnlabs.com, cglabs.world, cglabs.work, 5-labs.com, c9labs.com, b-labs.net, cnlabs.in, colabs.info, w-labs.ru, t-labs.com, colabs.ru, e-labs.ru, cnlabs.co, cflabs.ca, jc-labs.co.uk, colabs.jp, h-labs.tech, c2-labs.net, r-labs.ru, cm-labs.com, q-labs.co.uk, c-labb.com, j-labs.co.uk, cplabs.xyz, 2-labs.com, b-labs.xyz, e-labs.eu, e-labs.llc, c6labs.com, co-labs.org, h-labs.net, 4c-labs.info, x-labs.se, cnlabs.xyz, cilabs.net, dc-labs.cloud, f-labs.site, 7c-labs.com, cslabs.app, co-labs.asia, co-labs.global, cflabs.org, b-labs.hu, colabs.net, q-labs.xyz, cmlabs.app, z-labs.uk, a-labs.org, cylabs.xyz, cmlabs.net, s-labs.cn, cylabs.com, r-labs.us, czlabs.org, cdlabs.net, cxlabs.digital, cclabs.online, rc-labs.org, y-labs.ai, g-labs.tech, calabs.com.au, c-labo.jp, cnlabs.sydney, g-labs.io, v-labs.co, c4labs.net, cllabs.net",
    "results": [
        {
            "num": 1,
            "domain_name": "k-labs.com",
            "domain_keyword": "k-labs",
            "domain_tld": "com",
            "query_time": "2024-04-25 01:13:45",
            "create_date": "2002-03-23",
            "update_date": "2023-03-24",
            "expiry_date": "2025-03-23",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns71.domaincontrol.com",
                "ns72.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 2,
            "domain_name": "crlabs.net",
            "domain_keyword": "crlabs",
            "domain_tld": "net",
            "query_time": "2024-04-23 15:09:23",
            "create_date": "2019-10-22",
            "update_date": "2024-04-09",
            "expiry_date": "2024-10-22",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC",
            "registrar_website": "https://domains2.squarespace.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "NY",
            "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-b1.googledomains.com",
                "ns-cloud-b2.googledomains.com",
                "ns-cloud-b3.googledomains.com",
                "ns-cloud-b4.googledomains.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 3,
            "domain_name": "cxlabs.de",
            "domain_keyword": "cxlabs",
            "domain_tld": "de",
            "query_time": "2024-05-04 15:27:21",
            "update_date": "2020-10-09",
            "name_servers": [
                "noah.ns.cloudflare.com",
                "opal.ns.cloudflare.com"
            ],
            "domain_status": [
                "connect"
            ]
        },
        {
            "num": 4,
            "domain_name": "cilabs.com",
            "domain_keyword": "cilabs",
            "domain_tld": "com",
            "query_time": "2024-05-09 06:06:23",
            "create_date": "2013-08-30",
            "update_date": "2024-04-30",
            "expiry_date": "2024-08-30",
            "registrar_iana": 1387,
            "registrar_name": "1API GmbH",
            "registrar_website": "http://www.1api.net",
            "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": "IE",
            "registrant_email": "contact via https://www.1api.net/send-message/cilabs.com/registrant",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "name_servers": [
                "brad.ns.cloudflare.com",
                "gina.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 5,
            "domain_name": "cc-labs.de",
            "domain_keyword": "cc-labs",
            "domain_tld": "de",
            "query_time": "2024-05-05 08:09:51",
            "update_date": "2024-02-27",
            "name_servers": [
                "root-dns.netcup.net",
                "second-dns.netcup.net",
                "third-dns.netcup.net"
            ],
            "domain_status": [
                "connect"
            ]
        },
        {
            "num": 6,
            "domain_name": "co-labs.studio",
            "domain_keyword": "co-labs",
            "domain_tld": "studio",
            "query_time": "2024-05-26 13:42:17",
            "create_date": "2021-12-14",
            "update_date": "2024-01-28",
            "expiry_date": "2024-12-14",
            "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": [
                "ingrid.ns.cloudflare.com",
                "trace.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 7,
            "domain_name": "zc-labs.cn",
            "domain_keyword": "zc-labs",
            "domain_tld": "cn",
            "query_time": "2024-04-10 17:35:08",
            "create_date": "2024-01-17",
            "expiry_date": "2025-01-17",
            "registrar_name": "福州中旭网络技术有限公司",
            "registrant_name": "李丽萍",
            "registrant_email": "[email protected]",
            "name_servers": [
                "alva.dnspod.net",
                "barret.dnspod.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 8,
            "domain_name": "co-labs.be",
            "domain_keyword": "co-labs",
            "domain_tld": "be",
            "query_time": "2024-04-16 12:43:50",
            "create_date": "2016-05-13",
            "registrar_name": "Gandi Sas",
            "registrar_website": "https://www.gandi.net",
            "name_servers": [
                "ns-139-b.gandi.net",
                "ns-206-a.gandi.net",
                "ns-50-c.gandi.net"
            ],
            "domain_status": [
                "Not Available"
            ]
        },
        {
            "num": 9,
            "domain_name": "x-labs.tech",
            "domain_keyword": "x-labs",
            "domain_tld": "tech",
            "query_time": "2024-05-08 10:44:42",
            "create_date": "2022-03-02",
            "update_date": "2024-02-29",
            "expiry_date": "2025-03-02",
            "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": [
                "ns1.digitalocean.com",
                "ns2.digitalocean.com",
                "ns3.digitalocean.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 10,
            "domain_name": "cflabs.com",
            "domain_keyword": "cflabs",
            "domain_tld": "com",
            "query_time": "2024-05-20 02:48:52",
            "create_date": "2009-11-30",
            "update_date": "2023-08-08",
            "expiry_date": "2024-11-30",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "https://www.godaddy.com",
            "registrant_name": "Registration Private",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "DomainsByProxy.com, 2155 E Warner Rd",
            "registrant_city": "Tempe",
            "registrant_state": "Arizona",
            "registrant_zip": "85284",
            "registrant_country": "US",
            "registrant_email": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=cflabs.com",
            "registrant_phone": "+1.4806242599",
            "name_servers": [
                "ns1.perfectdomain.com",
                "ns2.perfectdomain.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 11,
            "domain_name": "colabs.life",
            "domain_keyword": "colabs",
            "domain_tld": "life",
            "query_time": "2024-05-31 09:16:41",
            "create_date": "2023-11-28",
            "update_date": "2024-05-09",
            "expiry_date": "2024-11-28",
            "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": [
                "ns53.domaincontrol.com",
                "ns54.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 12,
            "domain_name": "cklabs.co",
            "domain_keyword": "cklabs",
            "domain_tld": "co",
            "query_time": "2024-05-29 06:34:11",
            "create_date": "2024-05-26",
            "update_date": "2024-05-26",
            "expiry_date": "2025-05-26",
            "registrar_iana": 269,
            "registrar_name": "Key-Systems GmbH",
            "registrar_website": "https://key-systems.net",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "c/o whoisproxy.com",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "VA",
            "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": [
                "ns-cloud-e1.googledomains.com",
                "ns-cloud-e2.googledomains.com",
                "ns-cloud-e3.googledomains.com",
                "ns-cloud-e4.googledomains.com"
            ],
            "domain_status": [
                "addPeriod",
                "clientTransferProhibited",
                "serverTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 13,
            "domain_name": "d-labs.global",
            "domain_keyword": "d-labs",
            "domain_tld": "global",
            "query_time": "2024-06-01 11:06:44",
            "create_date": "2023-02-08",
            "update_date": "2023-02-13",
            "expiry_date": "2025-02-08",
            "registrar_iana": 1291,
            "registrar_name": "Dreamscape Networks International Pte Ltd",
            "registrar_website": "http://www.crazydomains.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Private Registry Authority",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "NSW",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "AU",
            "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.crazydomains.com",
                "ns2.crazydomains.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 14,
            "domain_name": "cm-labs.uk",
            "domain_keyword": "cm-labs",
            "domain_tld": "uk",
            "query_time": "2024-05-03 13:07:38",
            "create_date": "2020-01-10",
            "update_date": "2024-01-03",
            "expiry_date": "2026-01-10",
            "registrar_name": "GoDaddy.com, LLC. [Tag = GODADDY]",
            "registrar_website": "http://uk.godaddy.com",
            "name_servers": [
                "ns21.domaincontrol.com",
                "ns22.domaincontrol.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 15,
            "domain_name": "chlabs.de",
            "domain_keyword": "chlabs",
            "domain_tld": "de",
            "query_time": "2024-05-04 05:26:31",
            "update_date": "2021-01-13",
            "name_servers": [
                "ns13.domaincontrol.com",
                "ns14.domaincontrol.com"
            ],
            "domain_status": [
                "connect"
            ]
        },
        {
            "num": 16,
            "domain_name": "c2labs.club",
            "domain_keyword": "c2labs",
            "domain_tld": "club",
            "query_time": "2024-04-24 15:05:16",
            "create_date": "2022-11-18",
            "update_date": "2023-10-07",
            "expiry_date": "2025-11-18",
            "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": [
                "ns21.domaincontrol.com",
                "ns22.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 17,
            "domain_name": "cn-labs.com",
            "domain_keyword": "cn-labs",
            "domain_tld": "com",
            "query_time": "2024-04-13 11:26:33",
            "create_date": "2021-04-20",
            "update_date": "2024-01-22",
            "expiry_date": "2025-04-20",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns75.domaincontrol.com",
                "ns76.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 18,
            "domain_name": "cylabs.network",
            "domain_keyword": "cylabs",
            "domain_tld": "network",
            "query_time": "2024-04-28 22:24:32",
            "create_date": "2022-04-18",
            "update_date": "2024-04-18",
            "expiry_date": "2025-04-18",
            "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": [
                "dns101.registrar-servers.com",
                "dns102.registrar-servers.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientHold",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 19,
            "domain_name": "cm-labs.co.uk",
            "domain_keyword": "cm-labs",
            "domain_tld": "co.uk",
            "query_time": "2024-05-19 01:49:36",
            "create_date": "2020-01-10",
            "update_date": "2024-01-03",
            "expiry_date": "2026-01-10",
            "registrar_name": "GoDaddy.com, LLC. [Tag = GODADDY]",
            "registrar_website": "http://uk.godaddy.com",
            "name_servers": [
                "ns21.domaincontrol.com",
                "ns22.domaincontrol.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 20,
            "domain_name": "l-labs.ru",
            "domain_keyword": "l-labs",
            "domain_tld": "ru",
            "query_time": "2024-05-25 21:27:39",
            "create_date": "2023-05-23",
            "expiry_date": "2024-05-23",
            "registrar_name": "REGRU-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.expired.reg.ru",
                "ns2.expired.reg.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 21,
            "domain_name": "colabs.cloud",
            "domain_keyword": "colabs",
            "domain_tld": "cloud",
            "query_time": "2024-04-11 07:40:35",
            "create_date": "2019-04-08",
            "update_date": "2024-04-09",
            "expiry_date": "2025-04-08",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy",
            "registrar_website": "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 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.digitalocean.com",
                "ns2.digitalocean.com",
                "ns3.digitalocean.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 22,
            "domain_name": "ctlabs.com",
            "domain_keyword": "ctlabs",
            "domain_tld": "com",
            "query_time": "2024-04-16 08:50:33",
            "create_date": "1996-02-25",
            "update_date": "2024-02-16",
            "expiry_date": "2025-02-26",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "http://wanwang.aliyun.com",
            "registrant_state": "Chong Qing",
            "registrant_country": "CN",
            "registrant_email": "https://whois.aliyun.com/whois/whoisform",
            "name_servers": [
                "f1g1ns1.dnspod.net",
                "f1g1ns2.dnspod.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 23,
            "domain_name": "colabs.org.au",
            "domain_keyword": "colabs",
            "domain_tld": "org.au",
            "query_time": "2024-04-14 06:41:05",
            "update_date": "2023-08-22",
            "registrar_name": "Tucows (Australia) Pty Ltd trading as OpenSRS",
            "registrar_website": "https://tucowsdomains.com/compliance-form/",
            "registrant_name": "ibrahim molana",
            "name_servers": [
                "hera.ns.cloudflare.com",
                "ian.ns.cloudflare.com"
            ],
            "domain_status": [
                "serverRenewProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 24,
            "domain_name": "c3labs.com",
            "domain_keyword": "c3labs",
            "domain_tld": "com",
            "query_time": "2024-04-24 15:09:40",
            "create_date": "2006-11-29",
            "update_date": "2023-11-29",
            "expiry_date": "2024-11-29",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns3.lakgate.com",
                "ns4.lakgate.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 25,
            "domain_name": "pc-labs.net",
            "domain_keyword": "pc-labs",
            "domain_tld": "net",
            "query_time": "2024-04-25 17:17:37",
            "create_date": "2017-03-15",
            "update_date": "2024-02-10",
            "expiry_date": "2025-03-15",
            "registrar_iana": 468,
            "registrar_name": "Amazon Registrar, Inc.",
            "registrar_website": "https://registrar.amazon.com",
            "registrant_name": "On behalf of pc-labs.net owner",
            "registrant_company": "Identity Protection Service",
            "registrant_address": "PO Box 786",
            "registrant_city": "Hayes",
            "registrant_state": "Middlesex",
            "registrant_zip": "UB3 9TR",
            "registrant_country": "GB",
            "registrant_email": "[email protected]",
            "registrant_phone": "+44.1483307527",
            "registrant_fax": "+44.1483304031",
            "name_servers": [
                "ns-1080.awsdns-07.org",
                "ns-1646.awsdns-13.co.uk",
                "ns-392.awsdns-49.com",
                "ns-761.awsdns-31.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 26,
            "domain_name": "u-labs.de",
            "domain_keyword": "u-labs",
            "domain_tld": "de",
            "query_time": "2024-05-04 21:50:47",
            "update_date": "2018-03-01",
            "name_servers": [
                "ns-canada.topdns.com",
                "ns-uk.topdns.com",
                "ns-usa.topdns.com"
            ],
            "domain_status": [
                "connect"
            ]
        },
        {
            "num": 27,
            "domain_name": "c-tabs.ru",
            "domain_keyword": "c-tabs",
            "domain_tld": "ru",
            "query_time": "2024-05-04 06:18:02",
            "create_date": "2024-03-17",
            "expiry_date": "2025-03-17",
            "registrar_name": "TIMEWEB-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.timeweb.ru",
                "ns2.timeweb.ru",
                "ns3.timeweb.org",
                "ns4.timeweb.org"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 28,
            "domain_name": "h-labs.org",
            "domain_keyword": "h-labs",
            "domain_tld": "org",
            "query_time": "2024-05-13 17:16:08",
            "create_date": "2024-05-11",
            "update_date": "2024-05-11",
            "expiry_date": "2025-05-11",
            "registrar_iana": 1086,
            "registrar_name": "Marcaria International LLC",
            "registrar_website": "http://whois.marcaria.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "GDPR Masked",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "GDPR Masked",
            "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": [
                "ns61.hostinglotus.net",
                "ns62.hostinglotus.net"
            ],
            "domain_status": [
                "addPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 29,
            "domain_name": "o-labs.org",
            "domain_keyword": "o-labs",
            "domain_tld": "org",
            "query_time": "2024-05-12 15:18:26",
            "create_date": "2023-08-19",
            "update_date": "2024-04-17",
            "expiry_date": "2024-08-19",
            "registrar_iana": 3899,
            "registrar_name": "Sav.com, LLC - 9",
            "registrar_website": "http://Sav.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy Protection",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "IL",
            "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": [
                "3023.ns1.above.com",
                "3023.ns2.above.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 30,
            "domain_name": "lc-labs.com",
            "domain_keyword": "lc-labs",
            "domain_tld": "com",
            "query_time": "2024-05-14 10:50:09",
            "create_date": "2021-01-19",
            "update_date": "2021-08-26",
            "expiry_date": "2026-01-19",
            "registrar_iana": 1441,
            "registrar_name": "TurnCommerce, Inc. DBA NameBright.com",
            "registrar_website": "https://www.NameBright.com",
            "registrant_name": "Domain Admin / This Domain is For Sale",
            "registrant_company": "HugeDomains.com",
            "registrant_address": "2635 Walnut Street",
            "registrant_city": "Denver",
            "registrant_state": "CO",
            "registrant_zip": "80205",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.3038930552",
            "name_servers": [
                "nsg1.namebrightdns.com",
                "nsg2.namebrightdns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 31,
            "domain_name": "1-labs.co",
            "domain_keyword": "1-labs",
            "domain_tld": "co",
            "query_time": "2024-05-25 11:25:46",
            "create_date": "2021-09-07",
            "update_date": "2023-11-16",
            "expiry_date": "2024-09-07",
            "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": [
                "ns1.digitalocean.com",
                "ns2.digitalocean.com",
                "ns3.digitalocean.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 32,
            "domain_name": "crlabs.co.uk",
            "domain_keyword": "crlabs",
            "domain_tld": "co.uk",
            "query_time": "2024-05-27 02:51:19",
            "create_date": "2019-04-29",
            "update_date": "2023-07-17",
            "expiry_date": "2025-04-29",
            "registrar_name": "GoDaddy.com, LLC. [Tag = GODADDY]",
            "registrar_website": "http://uk.godaddy.com",
            "name_servers": [
                "ns73.domaincontrol.com",
                "ns74.domaincontrol.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 33,
            "domain_name": "cwlabs.cloud",
            "domain_keyword": "cwlabs",
            "domain_tld": "cloud",
            "query_time": "2024-06-01 20:56:18",
            "create_date": "2023-02-04",
            "update_date": "2024-02-24",
            "expiry_date": "2026-02-04",
            "registrar_iana": 1910,
            "registrar_name": "Cloudflare",
            "registrar_website": "http://www.cloudflare.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "DATA REDACTED",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "QC",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "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.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "hank.ns.cloudflare.com",
                "leah.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 34,
            "domain_name": "cnlabs.com",
            "domain_keyword": "cnlabs",
            "domain_tld": "com",
            "query_time": "2024-04-13 01:35:52",
            "create_date": "1999-09-17",
            "update_date": "2023-11-06",
            "expiry_date": "2024-09-17",
            "registrar_iana": 151,
            "registrar_name": "PSI-USA, Inc. dba Domain Robot",
            "registrar_website": "https://www.psi-usa.info",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Cykon Technology Limited",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "HK",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "HK",
            "registrant_email": "https://whoispro.domain-robot.org/whois/cnlabs.com",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.eftydns.com",
                "ns2.eftydns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 35,
            "domain_name": "cglabs.world",
            "domain_keyword": "cglabs",
            "domain_tld": "world",
            "query_time": "2024-04-11 09:48:44",
            "create_date": "2023-12-11",
            "update_date": "2023-12-16",
            "expiry_date": "2025-12-11",
            "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": [
                "ns73.domaincontrol.com",
                "ns74.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 36,
            "domain_name": "cglabs.work",
            "domain_keyword": "cglabs",
            "domain_tld": "work",
            "query_time": "2024-04-11 09:48:44",
            "create_date": "2022-11-29",
            "update_date": "2023-08-08",
            "expiry_date": "2027-11-29",
            "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": [
                "ns1-37.azure-dns.com",
                "ns2-37.azure-dns.net",
                "ns3-37.azure-dns.org",
                "ns4-37.azure-dns.info"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 37,
            "domain_name": "5-labs.com",
            "domain_keyword": "5-labs",
            "domain_tld": "com",
            "query_time": "2024-04-21 18:08:16",
            "create_date": "2018-09-09",
            "update_date": "2023-09-03",
            "expiry_date": "2024-09-09",
            "registrar_iana": 1479,
            "registrar_name": "NameSilo, LLC",
            "registrar_website": "http://www.namesilo.com",
            "name_servers": [
                "ns1.dnsowl.com",
                "ns2.dnsowl.com",
                "ns3.dnsowl.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 38,
            "domain_name": "c9labs.com",
            "domain_keyword": "c9labs",
            "domain_tld": "com",
            "query_time": "2024-04-16 17:08:06",
            "create_date": "2016-06-05",
            "update_date": "2021-05-30",
            "expiry_date": "2024-06-05",
            "registrar_iana": 1441,
            "registrar_name": "TurnCommerce, Inc. DBA NameBright.com",
            "registrar_website": "https://www.NameBright.com",
            "registrant_name": "Domain Admin / This Domain is For Sale",
            "registrant_company": "HugeDomains.com",
            "registrant_address": "2635 Walnut Street",
            "registrant_city": "Denver",
            "registrant_state": "CO",
            "registrant_zip": "80205",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.3038930552",
            "name_servers": [
                "nsg1.namebrightdns.com",
                "nsg2.namebrightdns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 39,
            "domain_name": "b-labs.net",
            "domain_keyword": "b-labs",
            "domain_tld": "net",
            "query_time": "2024-04-19 20:14:35",
            "create_date": "2021-09-28",
            "update_date": "2023-09-28",
            "expiry_date": "2024-09-28",
            "registrar_iana": 440,
            "registrar_name": "Wild West Domains, LLC",
            "registrar_website": "http://www.wildwestdomains.com",
            "name_servers": [
                "ns1.bdm.microsoftonline.com",
                "ns2.bdm.microsoftonline.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 40,
            "domain_name": "cnlabs.in",
            "domain_keyword": "cnlabs",
            "domain_tld": "in",
            "query_time": "2024-05-08 10:53:28",
            "create_date": "2013-12-13",
            "update_date": "2023-11-20",
            "expiry_date": "2026-12-13",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "www.godaddy.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "California",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please contact the registrar listed above",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns35.domaincontrol.com",
                "ns36.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 41,
            "domain_name": "colabs.info",
            "domain_keyword": "colabs",
            "domain_tld": "info",
            "query_time": "2024-05-29 15:15:12",
            "create_date": "2023-03-30",
            "update_date": "2024-05-07",
            "expiry_date": "2024-03-30",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "http://www.net.cn/about/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "ge rong kai",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "jiang su",
            "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": [
                "expirens3.hichina.com",
                "expirens4.hichina.com"
            ],
            "domain_status": [
                "redemptionPeriod"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 42,
            "domain_name": "w-labs.ru",
            "domain_keyword": "w-labs",
            "domain_tld": "ru",
            "query_time": "2024-05-03 14:24:39",
            "create_date": "2021-10-15",
            "expiry_date": "2024-10-15",
            "registrar_name": "TIMEWEB-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns3.nic.ru",
                "ns4.nic.ru",
                "ns8.nic.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 43,
            "domain_name": "t-labs.com",
            "domain_keyword": "t-labs",
            "domain_tld": "com",
            "query_time": "2024-04-18 18:36:15",
            "create_date": "2016-12-12",
            "update_date": "2020-03-13",
            "expiry_date": "2024-12-12",
            "registrar_iana": 1847,
            "registrar_name": "DropCatch.com 436 LLC",
            "registrar_website": "https://www.NameBright.com",
            "registrant_name": "James H Park",
            "registrant_company": "JIN-1",
            "registrant_address": "904Dong 1101Ho, 1408 BeonJi, Goun-Dong, GarangMaeul 9Danji",
            "registrant_city": "Sejong-Shi",
            "registrant_state": "Sejong-Shi",
            "registrant_zip": "30063",
            "registrant_country": "KR",
            "registrant_email": "[email protected]",
            "registrant_phone": "+82.1020513388",
            "name_servers": [
                "ns1.sedoparking.com",
                "ns2.sedoparking.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 44,
            "domain_name": "colabs.ru",
            "domain_keyword": "colabs",
            "domain_tld": "ru",
            "query_time": "2024-05-01 10:44:34",
            "create_date": "2021-03-16",
            "expiry_date": "2025-03-16",
            "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": 45,
            "domain_name": "e-labs.ru",
            "domain_keyword": "e-labs",
            "domain_tld": "ru",
            "query_time": "2024-05-02 03:52:13",
            "create_date": "2000-02-16",
            "expiry_date": "2025-02-28",
            "registrar_name": "RD-RU",
            "registrant_company": "JSC \"Ob\"edinennoe gumanitarnoe izdatelstvo\"",
            "name_servers": [
                "ns1.zhurnal.ru",
                "ns4.nic.ru",
                "ns8.nic.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 46,
            "domain_name": "cnlabs.co",
            "domain_keyword": "cnlabs",
            "domain_tld": "co",
            "query_time": "2024-05-29 21:25:39",
            "create_date": "2023-05-04",
            "update_date": "2024-05-09",
            "expiry_date": "2024-05-04",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "http://www.namecheap.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Karnataka",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IN",
            "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.parkco1.neustar.biz",
                "ns2.parkco1.neustar.biz"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited",
                "expired"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 47,
            "domain_name": "cflabs.ca",
            "domain_keyword": "cflabs",
            "domain_tld": "ca",
            "query_time": "2024-04-06 03:26:15",
            "create_date": "2007-12-05",
            "update_date": "2023-12-03",
            "expiry_date": "2024-12-04",
            "registrar_name": "Tucows.com Co.",
            "registrar_website": "https://help.opensrs.com/hc/en-us",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_email": "please ask the registrar of record identified in this output for information on how to contact the registrant, admin, or other contacts of the queried domain name",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.digitalocean.com",
                "ns2.digitalocean.com",
                "ns3.digitalocean.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 48,
            "domain_name": "jc-labs.co.uk",
            "domain_keyword": "jc-labs",
            "domain_tld": "co.uk",
            "query_time": "2024-04-07 13:42:12",
            "create_date": "2022-07-17",
            "update_date": "2023-06-13",
            "expiry_date": "2024-07-17",
            "registrar_name": "Gandi [Tag = GANDI]",
            "registrar_website": "https://www.gandi.net",
            "name_servers": [
                "ns-1397.awsdns-46.org",
                "ns-1776.awsdns-30.co.uk",
                "ns-378.awsdns-47.com",
                "ns-556.awsdns-05.net"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 49,
            "domain_name": "colabs.jp",
            "domain_keyword": "colabs",
            "domain_tld": "jp",
            "query_time": "2024-04-14 06:41:05",
            "create_date": "2023-08-01",
            "update_date": "2023-08-28",
            "expiry_date": "2024-08-31",
            "registrant_name": "(Not displayed by registrant's request)",
            "registrant_address": "Shibuya-ku",
            "registrant_zip": "150-8512",
            "registrant_email": "[email protected]",
            "registrant_phone": "+81.354562560",
            "name_servers": [
                "ns1.wpx.ne.jp",
                "ns2.wpx.ne.jp"
            ],
            "domain_status": [
                "Active"
            ]
        },
        {
            "num": 50,
            "domain_name": "h-labs.tech",
            "domain_keyword": "h-labs",
            "domain_tld": "tech",
            "query_time": "2024-04-18 12:17:49",
            "create_date": "2017-01-25",
            "update_date": "2024-04-15",
            "expiry_date": "2025-01-25",
            "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": [
                "ns71.domaincontrol.com",
                "ns72.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 51,
            "domain_name": "c2-labs.net",
            "domain_keyword": "c2-labs",
            "domain_tld": "net",
            "query_time": "2024-04-26 17:18:01",
            "create_date": "2009-01-27",
            "update_date": "2017-01-28",
            "expiry_date": "2025-01-27",
            "registrar_iana": 83,
            "registrar_name": "IONOS SE",
            "registrar_website": "http://ionos.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "DE",
            "registrant_email": "[email protected]",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.sedoparking.com",
                "ns2.sedoparking.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 52,
            "domain_name": "r-labs.ru",
            "domain_keyword": "r-labs",
            "domain_tld": "ru",
            "query_time": "2024-05-01 03:14:44",
            "create_date": "2019-08-01",
            "expiry_date": "2024-08-01",
            "registrar_name": "RU-CENTER-RU",
            "registrant_company": "R-LABS LLC",
            "name_servers": [
                "dns1.yandex.net",
                "dns2.yandex.net"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 53,
            "domain_name": "cm-labs.com",
            "domain_keyword": "cm-labs",
            "domain_tld": "com",
            "query_time": "2024-05-29 09:58:12",
            "create_date": "2001-02-23",
            "update_date": "2023-08-22",
            "expiry_date": "2026-02-23",
            "registrar_iana": 469,
            "registrar_name": "easyDNS Technologies, Inc.",
            "registrar_website": "http://www.easydns.com",
            "registrant_name": "CMLabs Hostmaster",
            "registrant_company": "CMLabs Simulations Inc.",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_email": "redacted for privacy",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "marvin.ns.cloudflare.com",
                "wren.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 54,
            "domain_name": "q-labs.co.uk",
            "domain_keyword": "q-labs",
            "domain_tld": "co.uk",
            "query_time": "2024-06-02 09:11:49",
            "create_date": "2020-11-21",
            "update_date": "2023-11-22",
            "expiry_date": "2024-11-21",
            "registrar_name": "GoDaddy.com, LLC. [Tag = GODADDY]",
            "registrar_website": "http://uk.godaddy.com",
            "name_servers": [
                "ns73.domaincontrol.com",
                "ns74.domaincontrol.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 55,
            "domain_name": "c-labb.com",
            "domain_keyword": "c-labb",
            "domain_tld": "com",
            "query_time": "2024-06-01 05:24:26",
            "create_date": "2017-02-13",
            "update_date": "2024-02-01",
            "expiry_date": "2025-02-13",
            "registrar_iana": 433,
            "registrar_name": "OVH, SAS",
            "registrar_website": "https://www.ovh.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Rémy",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "FR",
            "registrant_email": "redacted for privacy - send message to contact by visiting https://www.ovhcloud.com/en/lp/request-ovhcloud-registered-domain/",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns106.ovh.net",
                "ns106.ovh.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 56,
            "domain_name": "j-labs.co.uk",
            "domain_keyword": "j-labs",
            "domain_tld": "co.uk",
            "query_time": "2024-04-13 21:13:53",
            "create_date": "2019-01-09",
            "update_date": "2024-01-04",
            "expiry_date": "2025-01-09",
            "registrar_name": "123-Reg Limited t/a 123-reg [Tag = 123-REG]",
            "registrar_website": "https://www.123-reg.co.uk",
            "name_servers": [
                "ns37.domaincontrol.com",
                "ns38.domaincontrol.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 57,
            "domain_name": "cplabs.xyz",
            "domain_keyword": "cplabs",
            "domain_tld": "xyz",
            "query_time": "2024-04-09 20:17:12",
            "create_date": "2023-09-27",
            "update_date": "2023-10-18",
            "expiry_date": "2024-09-27",
            "registrar_iana": 472,
            "registrar_name": "Dynadot LLC",
            "registrar_website": "http://www.dynadot.com",
            "registrant_state": "California",
            "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": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 58,
            "domain_name": "2-labs.com",
            "domain_keyword": "2-labs",
            "domain_tld": "com",
            "query_time": "2024-04-24 07:27:10",
            "create_date": "2013-12-20",
            "update_date": "2023-12-21",
            "expiry_date": "2024-12-20",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns09.domaincontrol.com",
                "ns10.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 59,
            "domain_name": "b-labs.xyz",
            "domain_keyword": "b-labs",
            "domain_tld": "xyz",
            "query_time": "2024-04-30 00:42:31",
            "create_date": "2023-08-17",
            "update_date": "2024-02-28",
            "expiry_date": "2024-08-17",
            "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": [
                "kehlani.ns.cloudflare.com",
                "ridge.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 60,
            "domain_name": "e-labs.eu",
            "domain_keyword": "e-labs",
            "domain_tld": "eu",
            "query_time": "2024-05-05 09:44:46",
            "registrar_name": "Registrar.eu",
            "registrar_website": "https://www.openprovider.com",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com"
            ]
        },
        {
            "num": 61,
            "domain_name": "e-labs.llc",
            "domain_keyword": "e-labs",
            "domain_tld": "llc",
            "query_time": "2024-05-12 05:02:39",
            "create_date": "2019-12-09",
            "update_date": "2021-11-19",
            "expiry_date": "2024-12-09",
            "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": [
                "ns19.domaincontrol.com",
                "ns20.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 62,
            "domain_name": "c6labs.com",
            "domain_keyword": "c6labs",
            "domain_tld": "com",
            "query_time": "2024-05-16 08:56:02",
            "create_date": "2016-05-12",
            "update_date": "2024-05-13",
            "expiry_date": "2025-05-12",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "https://www.godaddy.com",
            "registrant_name": "Registration Private",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "DomainsByProxy.com, 2155 E Warner Rd",
            "registrant_city": "Tempe",
            "registrant_state": "Arizona",
            "registrant_zip": "85284",
            "registrant_country": "US",
            "registrant_email": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=c6labs.com",
            "registrant_phone": "+1.4806242599",
            "name_servers": [
                "pdns13.domaincontrol.com",
                "pdns14.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 63,
            "domain_name": "co-labs.org",
            "domain_keyword": "co-labs",
            "domain_tld": "org",
            "query_time": "2024-05-24 13:51:22",
            "create_date": "2008-05-23",
            "update_date": "2024-05-18",
            "expiry_date": "2025-05-23",
            "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": [
                "ns10.wixdns.net",
                "ns11.wixdns.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 64,
            "domain_name": "h-labs.net",
            "domain_keyword": "h-labs",
            "domain_tld": "net",
            "query_time": "2024-04-18 12:17:49",
            "create_date": "2018-06-23",
            "update_date": "2023-06-23",
            "expiry_date": "2024-06-23",
            "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=h-labs.net",
            "registrant_phone": "+1.4165385487",
            "name_servers": [
                "hans.ns.cloudflare.com",
                "ophelia.ns.cloudflare.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 65,
            "domain_name": "4c-labs.info",
            "domain_keyword": "4c-labs",
            "domain_tld": "info",
            "query_time": "2024-05-07 09:31:51",
            "create_date": "2017-10-18",
            "update_date": "2023-12-02",
            "expiry_date": "2024-10-18",
            "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": [
                "ns33.domaincontrol.com",
                "ns34.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 66,
            "domain_name": "x-labs.se",
            "domain_keyword": "x-labs",
            "domain_tld": "se",
            "query_time": "2024-05-05 10:09:29",
            "create_date": "2016-04-01",
            "update_date": "2024-03-05",
            "expiry_date": "2025-04-01",
            "registrar_name": "Loopia AB",
            "name_servers": [
                "ns1.loopia.se",
                "ns2.loopia.se"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "signed"
            ]
        },
        {
            "num": 67,
            "domain_name": "cnlabs.xyz",
            "domain_keyword": "cnlabs",
            "domain_tld": "xyz",
            "query_time": "2024-05-08 10:53:28",
            "create_date": "2024-03-06",
            "update_date": "2024-04-26",
            "expiry_date": "2025-03-06",
            "registrar_iana": 472,
            "registrar_name": "Dynadot LLC",
            "registrar_website": "http://www.dynadot.com",
            "registrant_company": "Super Privacy Service LTD c/o Dynadot",
            "registrant_state": "California",
            "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": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 68,
            "domain_name": "cilabs.net",
            "domain_keyword": "cilabs",
            "domain_tld": "net",
            "query_time": "2024-05-18 06:35:24",
            "create_date": "2014-06-04",
            "update_date": "2024-05-09",
            "expiry_date": "2024-06-04",
            "registrar_iana": 1387,
            "registrar_name": "1API GmbH",
            "registrar_website": "http://www.1api.net",
            "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": "IE",
            "registrant_email": "contact via https://www.1api.net/send-message/cilabs.net/registrant",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "name_servers": [
                "brad.ns.cloudflare.com",
                "gina.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 69,
            "domain_name": "dc-labs.cloud",
            "domain_keyword": "dc-labs",
            "domain_tld": "cloud",
            "query_time": "2024-06-01 18:40:48",
            "create_date": "2017-08-27",
            "update_date": "2023-10-10",
            "expiry_date": "2024-08-27",
            "registrar_iana": 433,
            "registrar_name": "OVH sas",
            "registrar_website": "http://www.ovh.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Demey Consulting",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "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": [
                "dns12.ovh.net",
                "ns12.ovh.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 70,
            "domain_name": "f-labs.site",
            "domain_keyword": "f-labs",
            "domain_tld": "site",
            "query_time": "2024-06-02 17:29:31",
            "create_date": "2024-02-11",
            "update_date": "2024-04-28",
            "expiry_date": "2025-02-11",
            "registrar_iana": 49,
            "registrar_name": "GMO Internet Group, Inc. d/b/a Onamae.com",
            "registrar_website": "http://www.onamae.com",
            "registrant_company": "Whois Privacy Protection Service by onamae.com",
            "registrant_state": "Tokyo",
            "registrant_country": "JP",
            "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.onamae.com",
                "dns2.onamae.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 71,
            "domain_name": "7c-labs.com",
            "domain_keyword": "7c-labs",
            "domain_tld": "com",
            "query_time": "2024-04-13 02:09:44",
            "create_date": "2015-01-24",
            "update_date": "2024-01-30",
            "expiry_date": "2025-01-24",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns1.siteground.net",
                "ns2.siteground.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 72,
            "domain_name": "cslabs.app",
            "domain_keyword": "cslabs",
            "domain_tld": "app",
            "query_time": "2024-05-02 20:09:29",
            "create_date": "2020-07-03",
            "update_date": "2023-08-17",
            "expiry_date": "2024-07-03",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC.",
            "registrar_website": "domains.google",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "DE",
            "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": [
                "ns1.dnsimple.com",
                "ns2.dnsimple.com",
                "ns3.dnsimple.com",
                "ns4.dnsimple.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 73,
            "domain_name": "co-labs.asia",
            "domain_keyword": "co-labs",
            "domain_tld": "asia",
            "query_time": "2024-05-07 23:24:17",
            "create_date": "2017-01-04",
            "update_date": "2023-05-30",
            "expiry_date": "2025-01-04",
            "registrar_iana": 82,
            "registrar_name": "OnlineNIC, Inc.",
            "registrar_website": "https://www.onlinenic.com/signup/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "iRepublics.com Sdn Bhd",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "WP",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "MY",
            "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": [
                "arnold.ns.cloudflare.com",
                "bonnie.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 74,
            "domain_name": "co-labs.global",
            "domain_keyword": "co-labs",
            "domain_tld": "global",
            "query_time": "2024-04-28 22:39:49",
            "create_date": "2023-07-30",
            "update_date": "2023-08-04",
            "expiry_date": "2024-07-30",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "http://www.tucows.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Data Protected",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Hertfordshire",
            "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": [
                "ns1.livedns.co.uk",
                "ns2.livedns.co.uk",
                "ns3.livedns.co.uk"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 75,
            "domain_name": "cflabs.org",
            "domain_keyword": "cflabs",
            "domain_tld": "org",
            "query_time": "2024-04-24 19:06:18",
            "create_date": "2007-12-05",
            "update_date": "2023-12-09",
            "expiry_date": "2024-12-05",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "http://www.tucows.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Contact Privacy Inc. Customer 0125708019",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "ON",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "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.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.netfirms.com",
                "ns2.netfirms.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 76,
            "domain_name": "b-labs.hu",
            "domain_keyword": "b-labs",
            "domain_tld": "hu",
            "query_time": "2024-05-10 19:17:00",
            "create_date": "2013-07-19"
        },
        {
            "num": 77,
            "domain_name": "colabs.net",
            "domain_keyword": "colabs",
            "domain_tld": "net",
            "query_time": "2024-05-10 01:31:01",
            "create_date": "2016-07-17",
            "update_date": "2023-07-18",
            "expiry_date": "2024-07-17",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "pdns11.domaincontrol.com",
                "pdns12.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 78,
            "domain_name": "q-labs.xyz",
            "domain_keyword": "q-labs",
            "domain_tld": "xyz",
            "query_time": "2024-05-11 13:18:13",
            "create_date": "2022-03-11",
            "update_date": "2024-04-25",
            "expiry_date": "2026-03-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": [
                "ns25.domaincontrol.com",
                "ns26.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 79,
            "domain_name": "cmlabs.app",
            "domain_keyword": "cmlabs",
            "domain_tld": "app",
            "query_time": "2024-05-29 21:19:27",
            "create_date": "2023-05-21",
            "update_date": "2024-05-22",
            "expiry_date": "2025-05-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 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": [
                "dns101.registrar-servers.com",
                "dns102.registrar-servers.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 80,
            "domain_name": "z-labs.uk",
            "domain_keyword": "z-labs",
            "domain_tld": "uk",
            "query_time": "2024-06-02 02:45:04",
            "create_date": "2023-12-01",
            "update_date": "2023-12-01",
            "expiry_date": "2026-12-01",
            "registrar_name": "GoDaddy.com, LLC. [Tag = GODADDY]",
            "registrar_website": "http://uk.godaddy.com",
            "name_servers": [
                "ns1.dynu.com",
                "ns12.dynu.com",
                "ns6.dynu.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 81,
            "domain_name": "a-labs.org",
            "domain_keyword": "a-labs",
            "domain_tld": "org",
            "query_time": "2024-04-24 17:19:16",
            "create_date": "2008-04-01",
            "update_date": "2024-04-03",
            "expiry_date": "2025-04-01",
            "registrar_iana": 151,
            "registrar_name": "PSI-USA, Inc. dba Domain Robot",
            "registrar_website": "http://www.psi-usa.info",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Bayern",
            "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": [
                "ns5.nameserverservice.de",
                "ns6.nameserverservice.de"
            ],
            "domain_status": [
                "autoRenewPeriod"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 82,
            "domain_name": "cylabs.xyz",
            "domain_keyword": "cylabs",
            "domain_tld": "xyz",
            "query_time": "2024-04-28 22:24:32",
            "create_date": "2017-10-06",
            "update_date": "2024-04-15",
            "expiry_date": "2025-10-06",
            "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": [
                "ns11.domaincontrol.com",
                "ns12.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 83,
            "domain_name": "cmlabs.net",
            "domain_keyword": "cmlabs",
            "domain_tld": "net",
            "query_time": "2024-05-02 10:12:23",
            "create_date": "2021-10-06",
            "update_date": "2023-10-01",
            "expiry_date": "2024-10-22",
            "registrar_iana": 1509,
            "registrar_name": "COSMOTOWN, INC.",
            "registrar_website": "http://www.cosmotown.com",
            "registrant_state": "ca",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "name_servers": [
                "ns1.sedoparking.com",
                "ns2.sedoparking.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 84,
            "domain_name": "s-labs.cn",
            "domain_keyword": "s-labs",
            "domain_tld": "cn",
            "query_time": "2024-05-03 15:25:18",
            "create_date": "2017-08-27",
            "expiry_date": "2026-08-27",
            "registrar_name": "阿里云计算有限公司(万网)",
            "registrant_name": "北京链平方科技有限公司",
            "registrant_email": "[email protected]",
            "name_servers": [
                "dns23.hichina.com",
                "dns24.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 85,
            "domain_name": "cylabs.com",
            "domain_keyword": "cylabs",
            "domain_tld": "com",
            "query_time": "2024-04-11 05:35:59",
            "create_date": "1996-12-03",
            "update_date": "2023-12-03",
            "expiry_date": "2024-12-02",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns09.domaincontrol.com",
                "ns10.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 86,
            "domain_name": "r-labs.us",
            "domain_keyword": "r-labs",
            "domain_tld": "us",
            "query_time": "2024-05-09 10:01:26",
            "create_date": "2023-04-10",
            "update_date": "2024-02-15",
            "expiry_date": "2025-04-10",
            "registrar_iana": 2,
            "registrar_name": "Network Solutions, LLC",
            "registrar_website": "whois.biz",
            "registrant_name": "Chase Plumbing Service",
            "registrant_company": "Chase Plumbing Service",
            "registrant_address": "PO BOX 704",
            "registrant_city": "LITTLE RIVER",
            "registrant_state": "SC",
            "registrant_zip": "29566-0704",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.8433994250",
            "registrant_fax": "+1.8433992327",
            "name_servers": [
                "ns100.worldnic.com",
                "ns99.worldnic.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 87,
            "domain_name": "czlabs.org",
            "domain_keyword": "czlabs",
            "domain_tld": "org",
            "query_time": "2024-05-15 08:44:43",
            "create_date": "2023-04-20",
            "update_date": "2024-03-19",
            "expiry_date": "2025-04-20",
            "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": [
                "ns31.domaincontrol.com",
                "ns32.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 88,
            "domain_name": "cdlabs.net",
            "domain_keyword": "cdlabs",
            "domain_tld": "net",
            "query_time": "2024-05-23 21:52:41",
            "create_date": "2022-10-27",
            "update_date": "2023-11-05",
            "expiry_date": "2024-10-27",
            "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": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 89,
            "domain_name": "cxlabs.digital",
            "domain_keyword": "cxlabs",
            "domain_tld": "digital",
            "query_time": "2024-05-17 06:27:18",
            "create_date": "2021-03-28",
            "update_date": "2023-10-14",
            "expiry_date": "2025-03-28",
            "registrar_iana": 433,
            "registrar_name": "OVH SAS",
            "registrar_website": "http://www.ovh.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "GMV Gorniak Artur",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "PL",
            "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": [
                "dns200.anycast.me",
                "ns200.anycast.me"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 90,
            "domain_name": "cclabs.online",
            "domain_keyword": "cclabs",
            "domain_tld": "online",
            "query_time": "2024-04-22 17:12:53",
            "create_date": "2024-04-20",
            "update_date": "2024-04-20",
            "expiry_date": "2025-04-20",
            "registrar_iana": 83,
            "registrar_name": "IONOS SE",
            "registrar_website": "https://ionos.com",
            "registrant_company": "1&1 Internet Inc",
            "registrant_state": "PA",
            "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": [
                "ns1027.ui-dns.org",
                "ns1041.ui-dns.biz",
                "ns1056.ui-dns.de",
                "ns1112.ui-dns.com"
            ],
            "domain_status": [
                "addPeriod",
                "clientTransferProhibited",
                "serverTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 91,
            "domain_name": "rc-labs.org",
            "domain_keyword": "rc-labs",
            "domain_tld": "org",
            "query_time": "2024-04-28 18:16:05",
            "create_date": "2024-04-26",
            "update_date": "2024-04-26",
            "expiry_date": "2025-04-26",
            "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": [
                "ns59.domaincontrol.com",
                "ns60.domaincontrol.com"
            ],
            "domain_status": [
                "addPeriod",
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 92,
            "domain_name": "y-labs.ai",
            "domain_keyword": "y-labs",
            "domain_tld": "ai",
            "query_time": "2024-04-16 22:27:57",
            "registrar_name": "1api.net",
            "registrar_website": "https://www.hexonet.net",
            "registrant_name": "Redacted | EU Registrar",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "DomainsByProxy.com, 2155 E Warner Rd",
            "registrant_city": "Tempe",
            "registrant_state": "Arizona",
            "registrant_zip": "85284",
            "registrant_country": "US",
            "registrant_email": "redacted | eu registrar",
            "registrant_phone": "Redacted | EU Registrar",
            "name_servers": [
                "ns77.domaincontrol.com",
                "ns78.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 93,
            "domain_name": "g-labs.tech",
            "domain_keyword": "g-labs",
            "domain_tld": "tech",
            "query_time": "2024-04-21 05:36:35",
            "create_date": "2020-02-22",
            "update_date": "2024-04-15",
            "expiry_date": "2025-02-22",
            "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": [
                "ns1.bluehost.com",
                "ns2.bluehost.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 94,
            "domain_name": "calabs.com.au",
            "domain_keyword": "calabs",
            "domain_tld": "com.au",
            "query_time": "2024-05-09 07:45:20",
            "registrar_name": "SYNERGY WHOLESALE ACCREDITATIONS PTY LTD",
            "registrar_website": "https://synergywholesale.com/partner-lookup",
            "registrant_name": "Sec Retary",
            "name_servers": [
                "ns1.syd5.hostyourservices.net",
                "ns2.syd5.hostyourservices.net"
            ],
            "domain_status": [
                "serverRenewProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 95,
            "domain_name": "c-labo.jp",
            "domain_keyword": "c-labo",
            "domain_tld": "jp",
            "query_time": "2024-05-21 14:48:33",
            "create_date": "2011-04-01",
            "update_date": "2024-05-01",
            "expiry_date": "2025-04-30",
            "registrant_name": "Hisashi Yamanouchi cardlabo corp",
            "registrant_zip": "530-0011",
            "registrant_email": "[email protected]",
            "registrant_phone": "06-6241-6585",
            "registrant_fax": "06-6374-0121",
            "name_servers": [
                "ns1.xserver.jp",
                "ns2.xserver.jp",
                "ns3.xserver.jp",
                "ns4.xserver.jp",
                "ns5.xserver.jp"
            ],
            "domain_status": [
                "Active"
            ]
        },
        {
            "num": 96,
            "domain_name": "cnlabs.sydney",
            "domain_keyword": "cnlabs",
            "domain_tld": "sydney",
            "query_time": "2024-05-26 13:38:45",
            "create_date": "2023-05-04",
            "update_date": "2024-05-19",
            "expiry_date": "2024-05-04",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "http://www.namecheap.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "P",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "BN",
            "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": [
                "dns101.registrar-servers.com",
                "dns102.registrar-servers.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 97,
            "domain_name": "g-labs.io",
            "domain_keyword": "g-labs",
            "domain_tld": "io",
            "query_time": "2024-05-25 21:00:43",
            "create_date": "2018-09-17",
            "update_date": "2023-09-16",
            "expiry_date": "2025-09-17",
            "registrar_iana": 1700,
            "registrar_name": "ingenit GmbH & Co. KG",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Wien",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "AT",
            "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.it-austria.net",
                "ns2.it-austria.net",
                "ns3.it-austria.net",
                "ns4.it-austria.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 98,
            "domain_name": "v-labs.co",
            "domain_keyword": "v-labs",
            "domain_tld": "co",
            "query_time": "2024-05-22 07:21:57",
            "create_date": "2021-01-31",
            "update_date": "2024-01-13",
            "expiry_date": "2025-01-31",
            "registrar_iana": 2,
            "registrar_name": "Network Solutions, LLC",
            "registrar_website": "whois.biz",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "FL",
            "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": [
                "ns8.wixdns.net",
                "ns9.wixdns.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 99,
            "domain_name": "c4labs.net",
            "domain_keyword": "c4labs",
            "domain_tld": "net",
            "query_time": "2024-05-19 13:39:37",
            "create_date": "2014-04-10",
            "update_date": "2023-07-19",
            "expiry_date": "2025-04-10",
            "registrar_iana": 48,
            "registrar_name": "ENOM, INC.",
            "registrar_website": "WWW.ENOMDOMAINS.COM",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "WA",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "https://tieredaccess.com/contact/836e3bc5-4275-48d1-b19e-bf27b59f282d",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.server260.com",
                "ns2.server260.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 100,
            "domain_name": "cllabs.net",
            "domain_keyword": "cllabs",
            "domain_tld": "net",
            "query_time": "2024-04-19 22:32:35",
            "create_date": "2018-02-12",
            "update_date": "2024-01-08",
            "expiry_date": "2025-02-12",
            "registrar_iana": 468,
            "registrar_name": "Amazon Registrar, Inc.",
            "registrar_website": "https://registrar.amazon.com",
            "registrant_name": "On behalf of cllabs.net owner",
            "registrant_company": "Identity Protection Service",
            "registrant_address": "PO Box 786",
            "registrant_city": "Hayes",
            "registrant_state": "Middlesex",
            "registrant_zip": "UB3 9TR",
            "registrant_country": "GB",
            "registrant_email": "[email protected]",
            "registrant_phone": "+44.1483307527",
            "registrant_fax": "+44.1483304031",
            "name_servers": [
                "ns-1282.awsdns-32.org",
                "ns-1747.awsdns-26.co.uk",
                "ns-278.awsdns-34.com",
                "ns-742.awsdns-28.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.117,
        "api_credits_used": 3,
        "cost_calculation": "3 (fuzzy_domains [1 domain])"
    }
}
<root>
 <success>true</success>
 <query>
  <fuzzy_domains>c-labs.pl</fuzzy_domains>
  <page_size>100</page_size>
 </query>
 <count>
  <total>5181</total>
  <relation>eq</relation>
  <current>100</current>
 </count>
 <unique_domains>k-labs.com, crlabs.net, cxlabs.de, cilabs.com, cc-labs.de, co-labs.studio, zc-labs.cn, co-labs.be, x-labs.tech, cflabs.com, colabs.life, cklabs.co, d-labs.global, cm-labs.uk, chlabs.de, c2labs.club, cn-labs.com, cylabs.network, cm-labs.co.uk, l-labs.ru, colabs.cloud, ctlabs.com, colabs.org.au, c3labs.com, pc-labs.net, u-labs.de, c-tabs.ru, h-labs.org, o-labs.org, lc-labs.com, 1-labs.co, crlabs.co.uk, cwlabs.cloud, cnlabs.com, cglabs.world, cglabs.work, 5-labs.com, c9labs.com, b-labs.net, cnlabs.in, colabs.info, w-labs.ru, t-labs.com, colabs.ru, e-labs.ru, cnlabs.co, cflabs.ca, jc-labs.co.uk, colabs.jp, h-labs.tech, c2-labs.net, r-labs.ru, cm-labs.com, q-labs.co.uk, c-labb.com, j-labs.co.uk, cplabs.xyz, 2-labs.com, b-labs.xyz, e-labs.eu, e-labs.llc, c6labs.com, co-labs.org, h-labs.net, 4c-labs.info, x-labs.se, cnlabs.xyz, cilabs.net, dc-labs.cloud, f-labs.site, 7c-labs.com, cslabs.app, co-labs.asia, co-labs.global, cflabs.org, b-labs.hu, colabs.net, q-labs.xyz, cmlabs.app, z-labs.uk, a-labs.org, cylabs.xyz, cmlabs.net, s-labs.cn, cylabs.com, r-labs.us, czlabs.org, cdlabs.net, cxlabs.digital, cclabs.online, rc-labs.org, y-labs.ai, g-labs.tech, calabs.com.au, c-labo.jp, cnlabs.sydney, g-labs.io, v-labs.co, c4labs.net, cllabs.net</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>k-labs.com</domain_name>
   <domain_keyword>k-labs</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-25 01:13:45</query_time>
   <create_date>2002-03-23</create_date>
   <update_date>2023-03-24</update_date>
   <expiry_date>2025-03-23</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>ns71.domaincontrol.com</value>
    <value>ns72.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>2</num>
   <domain_name>crlabs.net</domain_name>
   <domain_keyword>crlabs</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-23 15:09:23</query_time>
   <create_date>2019-10-22</create_date>
   <update_date>2024-04-09</update_date>
   <expiry_date>2024-10-22</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_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>NY</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-b1.googledomains.com</value>
    <value>ns-cloud-b2.googledomains.com</value>
    <value>ns-cloud-b3.googledomains.com</value>
    <value>ns-cloud-b4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>3</num>
   <domain_name>cxlabs.de</domain_name>
   <domain_keyword>cxlabs</domain_keyword>
   <domain_tld>de</domain_tld>
   <query_time>2024-05-04 15:27:21</query_time>
   <update_date>2020-10-09</update_date>
   <name_servers>
    <value>noah.ns.cloudflare.com</value>
    <value>opal.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>connect</value>
   </domain_status>
  </value>
  <value>
   <num>4</num>
   <domain_name>cilabs.com</domain_name>
   <domain_keyword>cilabs</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-09 06:06:23</query_time>
   <create_date>2013-08-30</create_date>
   <update_date>2024-04-30</update_date>
   <expiry_date>2024-08-30</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>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>IE</registrant_country>
   <registrant_email>contact via https://www.1api.net/send-message/cilabs.com/registrant</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <name_servers>
    <value>brad.ns.cloudflare.com</value>
    <value>gina.ns.cloudflare.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>cc-labs.de</domain_name>
   <domain_keyword>cc-labs</domain_keyword>
   <domain_tld>de</domain_tld>
   <query_time>2024-05-05 08:09:51</query_time>
   <update_date>2024-02-27</update_date>
   <name_servers>
    <value>root-dns.netcup.net</value>
    <value>second-dns.netcup.net</value>
    <value>third-dns.netcup.net</value>
   </name_servers>
   <domain_status>
    <value>connect</value>
   </domain_status>
  </value>
  <value>
   <num>6</num>
   <domain_name>co-labs.studio</domain_name>
   <domain_keyword>co-labs</domain_keyword>
   <domain_tld>studio</domain_tld>
   <query_time>2024-05-26 13:42:17</query_time>
   <create_date>2021-12-14</create_date>
   <update_date>2024-01-28</update_date>
   <expiry_date>2024-12-14</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>ingrid.ns.cloudflare.com</value>
    <value>trace.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>7</num>
   <domain_name>zc-labs.cn</domain_name>
   <domain_keyword>zc-labs</domain_keyword>
   <domain_tld>cn</domain_tld>
   <query_time>2024-04-10 17:35:08</query_time>
   <create_date>2024-01-17</create_date>
   <expiry_date>2025-01-17</expiry_date>
   <registrar_name>福州中旭网络技术有限公司</registrar_name>
   <registrant_name>李丽萍</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>alva.dnspod.net</value>
    <value>barret.dnspod.net</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>8</num>
   <domain_name>co-labs.be</domain_name>
   <domain_keyword>co-labs</domain_keyword>
   <domain_tld>be</domain_tld>
   <query_time>2024-04-16 12:43:50</query_time>
   <create_date>2016-05-13</create_date>
   <registrar_name>Gandi Sas</registrar_name>
   <registrar_website>https://www.gandi.net</registrar_website>
   <name_servers>
    <value>ns-139-b.gandi.net</value>
    <value>ns-206-a.gandi.net</value>
    <value>ns-50-c.gandi.net</value>
   </name_servers>
   <domain_status>
    <value>Not Available</value>
   </domain_status>
  </value>
  <value>
   <num>9</num>
   <domain_name>x-labs.tech</domain_name>
   <domain_keyword>x-labs</domain_keyword>
   <domain_tld>tech</domain_tld>
   <query_time>2024-05-08 10:44:42</query_time>
   <create_date>2022-03-02</create_date>
   <update_date>2024-02-29</update_date>
   <expiry_date>2025-03-02</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>ns1.digitalocean.com</value>
    <value>ns2.digitalocean.com</value>
    <value>ns3.digitalocean.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>10</num>
   <domain_name>cflabs.com</domain_name>
   <domain_keyword>cflabs</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-20 02:48:52</query_time>
   <create_date>2009-11-30</create_date>
   <update_date>2023-08-08</update_date>
   <expiry_date>2024-11-30</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>https://www.godaddy.com</registrar_website>
   <registrant_name>Registration Private</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>DomainsByProxy.com, 2155 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>select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=cflabs.com</registrant_email>
   <registrant_phone>+1.4806242599</registrant_phone>
   <name_servers>
    <value>ns1.perfectdomain.com</value>
    <value>ns2.perfectdomain.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>11</num>
   <domain_name>colabs.life</domain_name>
   <domain_keyword>colabs</domain_keyword>
   <domain_tld>life</domain_tld>
   <query_time>2024-05-31 09:16:41</query_time>
   <create_date>2023-11-28</create_date>
   <update_date>2024-05-09</update_date>
   <expiry_date>2024-11-28</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>ns53.domaincontrol.com</value>
    <value>ns54.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>12</num>
   <domain_name>cklabs.co</domain_name>
   <domain_keyword>cklabs</domain_keyword>
   <domain_tld>co</domain_tld>
   <query_time>2024-05-29 06:34:11</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>269</registrar_iana>
   <registrar_name>Key-Systems GmbH</registrar_name>
   <registrar_website>https://key-systems.net</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>c/o whoisproxy.com</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>VA</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>ns-cloud-e1.googledomains.com</value>
    <value>ns-cloud-e2.googledomains.com</value>
    <value>ns-cloud-e3.googledomains.com</value>
    <value>ns-cloud-e4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>clientTransferProhibited</value>
    <value>serverTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>13</num>
   <domain_name>d-labs.global</domain_name>
   <domain_keyword>d-labs</domain_keyword>
   <domain_tld>global</domain_tld>
   <query_time>2024-06-01 11:06:44</query_time>
   <create_date>2023-02-08</create_date>
   <update_date>2023-02-13</update_date>
   <expiry_date>2025-02-08</expiry_date>
   <registrar_iana>1291</registrar_iana>
   <registrar_name>Dreamscape Networks International Pte Ltd</registrar_name>
   <registrar_website>http://www.crazydomains.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Private Registry Authority</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>NSW</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>AU</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.crazydomains.com</value>
    <value>ns2.crazydomains.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>14</num>
   <domain_name>cm-labs.uk</domain_name>
   <domain_keyword>cm-labs</domain_keyword>
   <domain_tld>uk</domain_tld>
   <query_time>2024-05-03 13:07:38</query_time>
   <create_date>2020-01-10</create_date>
   <update_date>2024-01-03</update_date>
   <expiry_date>2026-01-10</expiry_date>
   <registrar_name>GoDaddy.com, LLC. [Tag = GODADDY]</registrar_name>
   <registrar_website>http://uk.godaddy.com</registrar_website>
   <name_servers>
    <value>ns21.domaincontrol.com</value>
    <value>ns22.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>15</num>
   <domain_name>chlabs.de</domain_name>
   <domain_keyword>chlabs</domain_keyword>
   <domain_tld>de</domain_tld>
   <query_time>2024-05-04 05:26:31</query_time>
   <update_date>2021-01-13</update_date>
   <name_servers>
    <value>ns13.domaincontrol.com</value>
    <value>ns14.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>connect</value>
   </domain_status>
  </value>
  <value>
   <num>16</num>
   <domain_name>c2labs.club</domain_name>
   <domain_keyword>c2labs</domain_keyword>
   <domain_tld>club</domain_tld>
   <query_time>2024-04-24 15:05:16</query_time>
   <create_date>2022-11-18</create_date>
   <update_date>2023-10-07</update_date>
   <expiry_date>2025-11-18</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>ns21.domaincontrol.com</value>
    <value>ns22.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>17</num>
   <domain_name>cn-labs.com</domain_name>
   <domain_keyword>cn-labs</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-13 11:26:33</query_time>
   <create_date>2021-04-20</create_date>
   <update_date>2024-01-22</update_date>
   <expiry_date>2025-04-20</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>ns75.domaincontrol.com</value>
    <value>ns76.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>cylabs.network</domain_name>
   <domain_keyword>cylabs</domain_keyword>
   <domain_tld>network</domain_tld>
   <query_time>2024-04-28 22:24:32</query_time>
   <create_date>2022-04-18</create_date>
   <update_date>2024-04-18</update_date>
   <expiry_date>2025-04-18</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>dns101.registrar-servers.com</value>
    <value>dns102.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientHold</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>19</num>
   <domain_name>cm-labs.co.uk</domain_name>
   <domain_keyword>cm-labs</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-05-19 01:49:36</query_time>
   <create_date>2020-01-10</create_date>
   <update_date>2024-01-03</update_date>
   <expiry_date>2026-01-10</expiry_date>
   <registrar_name>GoDaddy.com, LLC. [Tag = GODADDY]</registrar_name>
   <registrar_website>http://uk.godaddy.com</registrar_website>
   <name_servers>
    <value>ns21.domaincontrol.com</value>
    <value>ns22.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>20</num>
   <domain_name>l-labs.ru</domain_name>
   <domain_keyword>l-labs</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-25 21:27:39</query_time>
   <create_date>2023-05-23</create_date>
   <expiry_date>2024-05-23</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>21</num>
   <domain_name>colabs.cloud</domain_name>
   <domain_keyword>colabs</domain_keyword>
   <domain_tld>cloud</domain_tld>
   <query_time>2024-04-11 07:40:35</query_time>
   <create_date>2019-04-08</create_date>
   <update_date>2024-04-09</update_date>
   <expiry_date>2025-04-08</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy</registrar_name>
   <registrar_website>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 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.digitalocean.com</value>
    <value>ns2.digitalocean.com</value>
    <value>ns3.digitalocean.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>22</num>
   <domain_name>ctlabs.com</domain_name>
   <domain_keyword>ctlabs</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-16 08:50:33</query_time>
   <create_date>1996-02-25</create_date>
   <update_date>2024-02-16</update_date>
   <expiry_date>2025-02-26</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>Chong Qing</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>https://whois.aliyun.com/whois/whoisform</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>23</num>
   <domain_name>colabs.org.au</domain_name>
   <domain_keyword>colabs</domain_keyword>
   <domain_tld>org.au</domain_tld>
   <query_time>2024-04-14 06:41:05</query_time>
   <update_date>2023-08-22</update_date>
   <registrar_name>Tucows (Australia) Pty Ltd trading as OpenSRS</registrar_name>
   <registrar_website>https://tucowsdomains.com/compliance-form/</registrar_website>
   <registrant_name>ibrahim molana</registrant_name>
   <name_servers>
    <value>hera.ns.cloudflare.com</value>
    <value>ian.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>serverRenewProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>24</num>
   <domain_name>c3labs.com</domain_name>
   <domain_keyword>c3labs</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-24 15:09:40</query_time>
   <create_date>2006-11-29</create_date>
   <update_date>2023-11-29</update_date>
   <expiry_date>2024-11-29</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>ns3.lakgate.com</value>
    <value>ns4.lakgate.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>25</num>
   <domain_name>pc-labs.net</domain_name>
   <domain_keyword>pc-labs</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-25 17:17:37</query_time>
   <create_date>2017-03-15</create_date>
   <update_date>2024-02-10</update_date>
   <expiry_date>2025-03-15</expiry_date>
   <registrar_iana>468</registrar_iana>
   <registrar_name>Amazon Registrar, Inc.</registrar_name>
   <registrar_website>https://registrar.amazon.com</registrar_website>
   <registrant_name>On behalf of pc-labs.net owner</registrant_name>
   <registrant_company>Identity Protection Service</registrant_company>
   <registrant_address>PO Box 786</registrant_address>
   <registrant_city>Hayes</registrant_city>
   <registrant_state>Middlesex</registrant_state>
   <registrant_zip>UB3 9TR</registrant_zip>
   <registrant_country>GB</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+44.1483307527</registrant_phone>
   <registrant_fax>+44.1483304031</registrant_fax>
   <name_servers>
    <value>ns-1080.awsdns-07.org</value>
    <value>ns-1646.awsdns-13.co.uk</value>
    <value>ns-392.awsdns-49.com</value>
    <value>ns-761.awsdns-31.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>26</num>
   <domain_name>u-labs.de</domain_name>
   <domain_keyword>u-labs</domain_keyword>
   <domain_tld>de</domain_tld>
   <query_time>2024-05-04 21:50:47</query_time>
   <update_date>2018-03-01</update_date>
   <name_servers>
    <value>ns-canada.topdns.com</value>
    <value>ns-uk.topdns.com</value>
    <value>ns-usa.topdns.com</value>
   </name_servers>
   <domain_status>
    <value>connect</value>
   </domain_status>
  </value>
  <value>
   <num>27</num>
   <domain_name>c-tabs.ru</domain_name>
   <domain_keyword>c-tabs</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-04 06:18:02</query_time>
   <create_date>2024-03-17</create_date>
   <expiry_date>2025-03-17</expiry_date>
   <registrar_name>TIMEWEB-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.timeweb.ru</value>
    <value>ns2.timeweb.ru</value>
    <value>ns3.timeweb.org</value>
    <value>ns4.timeweb.org</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>28</num>
   <domain_name>h-labs.org</domain_name>
   <domain_keyword>h-labs</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-05-13 17:16:08</query_time>
   <create_date>2024-05-11</create_date>
   <update_date>2024-05-11</update_date>
   <expiry_date>2025-05-11</expiry_date>
   <registrar_iana>1086</registrar_iana>
   <registrar_name>Marcaria International LLC</registrar_name>
   <registrar_website>http://whois.marcaria.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>GDPR Masked</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>ns61.hostinglotus.net</value>
    <value>ns62.hostinglotus.net</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>29</num>
   <domain_name>o-labs.org</domain_name>
   <domain_keyword>o-labs</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-05-12 15:18:26</query_time>
   <create_date>2023-08-19</create_date>
   <update_date>2024-04-17</update_date>
   <expiry_date>2024-08-19</expiry_date>
   <registrar_iana>3899</registrar_iana>
   <registrar_name>Sav.com, LLC - 9</registrar_name>
   <registrar_website>http://Sav.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy Protection</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>IL</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>3023.ns1.above.com</value>
    <value>3023.ns2.above.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>30</num>
   <domain_name>lc-labs.com</domain_name>
   <domain_keyword>lc-labs</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-14 10:50:09</query_time>
   <create_date>2021-01-19</create_date>
   <update_date>2021-08-26</update_date>
   <expiry_date>2026-01-19</expiry_date>
   <registrar_iana>1441</registrar_iana>
   <registrar_name>TurnCommerce, Inc. DBA NameBright.com</registrar_name>
   <registrar_website>https://www.NameBright.com</registrar_website>
   <registrant_name>Domain Admin / This Domain is For Sale</registrant_name>
   <registrant_company>HugeDomains.com</registrant_company>
   <registrant_address>2635 Walnut Street</registrant_address>
   <registrant_city>Denver</registrant_city>
   <registrant_state>CO</registrant_state>
   <registrant_zip>80205</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.3038930552</registrant_phone>
   <name_servers>
    <value>nsg1.namebrightdns.com</value>
    <value>nsg2.namebrightdns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>31</num>
   <domain_name>1-labs.co</domain_name>
   <domain_keyword>1-labs</domain_keyword>
   <domain_tld>co</domain_tld>
   <query_time>2024-05-25 11:25:46</query_time>
   <create_date>2021-09-07</create_date>
   <update_date>2023-11-16</update_date>
   <expiry_date>2024-09-07</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>ns1.digitalocean.com</value>
    <value>ns2.digitalocean.com</value>
    <value>ns3.digitalocean.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>32</num>
   <domain_name>crlabs.co.uk</domain_name>
   <domain_keyword>crlabs</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-05-27 02:51:19</query_time>
   <create_date>2019-04-29</create_date>
   <update_date>2023-07-17</update_date>
   <expiry_date>2025-04-29</expiry_date>
   <registrar_name>GoDaddy.com, LLC. [Tag = GODADDY]</registrar_name>
   <registrar_website>http://uk.godaddy.com</registrar_website>
   <name_servers>
    <value>ns73.domaincontrol.com</value>
    <value>ns74.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>33</num>
   <domain_name>cwlabs.cloud</domain_name>
   <domain_keyword>cwlabs</domain_keyword>
   <domain_tld>cloud</domain_tld>
   <query_time>2024-06-01 20:56:18</query_time>
   <create_date>2023-02-04</create_date>
   <update_date>2024-02-24</update_date>
   <expiry_date>2026-02-04</expiry_date>
   <registrar_iana>1910</registrar_iana>
   <registrar_name>Cloudflare</registrar_name>
   <registrar_website>http://www.cloudflare.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>DATA REDACTED</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>QC</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <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>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>hank.ns.cloudflare.com</value>
    <value>leah.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>cnlabs.com</domain_name>
   <domain_keyword>cnlabs</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-13 01:35:52</query_time>
   <create_date>1999-09-17</create_date>
   <update_date>2023-11-06</update_date>
   <expiry_date>2024-09-17</expiry_date>
   <registrar_iana>151</registrar_iana>
   <registrar_name>PSI-USA, Inc. dba Domain Robot</registrar_name>
   <registrar_website>https://www.psi-usa.info</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Cykon Technology Limited</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>HK</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>HK</registrant_country>
   <registrant_email>https://whoispro.domain-robot.org/whois/cnlabs.com</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.eftydns.com</value>
    <value>ns2.eftydns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>35</num>
   <domain_name>cglabs.world</domain_name>
   <domain_keyword>cglabs</domain_keyword>
   <domain_tld>world</domain_tld>
   <query_time>2024-04-11 09:48:44</query_time>
   <create_date>2023-12-11</create_date>
   <update_date>2023-12-16</update_date>
   <expiry_date>2025-12-11</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>ns73.domaincontrol.com</value>
    <value>ns74.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>cglabs.work</domain_name>
   <domain_keyword>cglabs</domain_keyword>
   <domain_tld>work</domain_tld>
   <query_time>2024-04-11 09:48:44</query_time>
   <create_date>2022-11-29</create_date>
   <update_date>2023-08-08</update_date>
   <expiry_date>2027-11-29</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>ns1-37.azure-dns.com</value>
    <value>ns2-37.azure-dns.net</value>
    <value>ns3-37.azure-dns.org</value>
    <value>ns4-37.azure-dns.info</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>37</num>
   <domain_name>5-labs.com</domain_name>
   <domain_keyword>5-labs</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-21 18:08:16</query_time>
   <create_date>2018-09-09</create_date>
   <update_date>2023-09-03</update_date>
   <expiry_date>2024-09-09</expiry_date>
   <registrar_iana>1479</registrar_iana>
   <registrar_name>NameSilo, LLC</registrar_name>
   <registrar_website>http://www.namesilo.com</registrar_website>
   <name_servers>
    <value>ns1.dnsowl.com</value>
    <value>ns2.dnsowl.com</value>
    <value>ns3.dnsowl.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>c9labs.com</domain_name>
   <domain_keyword>c9labs</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-16 17:08:06</query_time>
   <create_date>2016-06-05</create_date>
   <update_date>2021-05-30</update_date>
   <expiry_date>2024-06-05</expiry_date>
   <registrar_iana>1441</registrar_iana>
   <registrar_name>TurnCommerce, Inc. DBA NameBright.com</registrar_name>
   <registrar_website>https://www.NameBright.com</registrar_website>
   <registrant_name>Domain Admin / This Domain is For Sale</registrant_name>
   <registrant_company>HugeDomains.com</registrant_company>
   <registrant_address>2635 Walnut Street</registrant_address>
   <registrant_city>Denver</registrant_city>
   <registrant_state>CO</registrant_state>
   <registrant_zip>80205</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.3038930552</registrant_phone>
   <name_servers>
    <value>nsg1.namebrightdns.com</value>
    <value>nsg2.namebrightdns.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>b-labs.net</domain_name>
   <domain_keyword>b-labs</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-19 20:14:35</query_time>
   <create_date>2021-09-28</create_date>
   <update_date>2023-09-28</update_date>
   <expiry_date>2024-09-28</expiry_date>
   <registrar_iana>440</registrar_iana>
   <registrar_name>Wild West Domains, LLC</registrar_name>
   <registrar_website>http://www.wildwestdomains.com</registrar_website>
   <name_servers>
    <value>ns1.bdm.microsoftonline.com</value>
    <value>ns2.bdm.microsoftonline.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>40</num>
   <domain_name>cnlabs.in</domain_name>
   <domain_keyword>cnlabs</domain_keyword>
   <domain_tld>in</domain_tld>
   <query_time>2024-05-08 10:53:28</query_time>
   <create_date>2013-12-13</create_date>
   <update_date>2023-11-20</update_date>
   <expiry_date>2026-12-13</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>www.godaddy.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>California</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</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>ns35.domaincontrol.com</value>
    <value>ns36.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>41</num>
   <domain_name>colabs.info</domain_name>
   <domain_keyword>colabs</domain_keyword>
   <domain_tld>info</domain_tld>
   <query_time>2024-05-29 15:15:12</query_time>
   <create_date>2023-03-30</create_date>
   <update_date>2024-05-07</update_date>
   <expiry_date>2024-03-30</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/about/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>ge rong kai</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>jiang su</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>expirens3.hichina.com</value>
    <value>expirens4.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>redemptionPeriod</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>42</num>
   <domain_name>w-labs.ru</domain_name>
   <domain_keyword>w-labs</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-03 14:24:39</query_time>
   <create_date>2021-10-15</create_date>
   <expiry_date>2024-10-15</expiry_date>
   <registrar_name>TIMEWEB-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>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>43</num>
   <domain_name>t-labs.com</domain_name>
   <domain_keyword>t-labs</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-18 18:36:15</query_time>
   <create_date>2016-12-12</create_date>
   <update_date>2020-03-13</update_date>
   <expiry_date>2024-12-12</expiry_date>
   <registrar_iana>1847</registrar_iana>
   <registrar_name>DropCatch.com 436 LLC</registrar_name>
   <registrar_website>https://www.NameBright.com</registrar_website>
   <registrant_name>James H Park</registrant_name>
   <registrant_company>JIN-1</registrant_company>
   <registrant_address>904Dong 1101Ho, 1408 BeonJi, Goun-Dong, GarangMaeul 9Danji</registrant_address>
   <registrant_city>Sejong-Shi</registrant_city>
   <registrant_state>Sejong-Shi</registrant_state>
   <registrant_zip>30063</registrant_zip>
   <registrant_country>KR</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+82.1020513388</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>44</num>
   <domain_name>colabs.ru</domain_name>
   <domain_keyword>colabs</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-01 10:44:34</query_time>
   <create_date>2021-03-16</create_date>
   <expiry_date>2025-03-16</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>45</num>
   <domain_name>e-labs.ru</domain_name>
   <domain_keyword>e-labs</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-02 03:52:13</query_time>
   <create_date>2000-02-16</create_date>
   <expiry_date>2025-02-28</expiry_date>
   <registrar_name>RD-RU</registrar_name>
   <registrant_company>JSC &quot;Ob&quot;edinennoe gumanitarnoe izdatelstvo&quot;</registrant_company>
   <name_servers>
    <value>ns1.zhurnal.ru</value>
    <value>ns4.nic.ru</value>
    <value>ns8.nic.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>46</num>
   <domain_name>cnlabs.co</domain_name>
   <domain_keyword>cnlabs</domain_keyword>
   <domain_tld>co</domain_tld>
   <query_time>2024-05-29 21:25:39</query_time>
   <create_date>2023-05-04</create_date>
   <update_date>2024-05-09</update_date>
   <expiry_date>2024-05-04</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_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Karnataka</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IN</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.parkco1.neustar.biz</value>
    <value>ns2.parkco1.neustar.biz</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
    <value>expired</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>47</num>
   <domain_name>cflabs.ca</domain_name>
   <domain_keyword>cflabs</domain_keyword>
   <domain_tld>ca</domain_tld>
   <query_time>2024-04-06 03:26:15</query_time>
   <create_date>2007-12-05</create_date>
   <update_date>2023-12-03</update_date>
   <expiry_date>2024-12-04</expiry_date>
   <registrar_name>Tucows.com Co.</registrar_name>
   <registrar_website>https://help.opensrs.com/hc/en-us</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>REDACTED FOR PRIVACY</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_email>please ask the registrar of record identified in this output for information on how to contact the registrant, admin, or other contacts 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.digitalocean.com</value>
    <value>ns2.digitalocean.com</value>
    <value>ns3.digitalocean.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>48</num>
   <domain_name>jc-labs.co.uk</domain_name>
   <domain_keyword>jc-labs</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-04-07 13:42:12</query_time>
   <create_date>2022-07-17</create_date>
   <update_date>2023-06-13</update_date>
   <expiry_date>2024-07-17</expiry_date>
   <registrar_name>Gandi [Tag = GANDI]</registrar_name>
   <registrar_website>https://www.gandi.net</registrar_website>
   <name_servers>
    <value>ns-1397.awsdns-46.org</value>
    <value>ns-1776.awsdns-30.co.uk</value>
    <value>ns-378.awsdns-47.com</value>
    <value>ns-556.awsdns-05.net</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>49</num>
   <domain_name>colabs.jp</domain_name>
   <domain_keyword>colabs</domain_keyword>
   <domain_tld>jp</domain_tld>
   <query_time>2024-04-14 06:41:05</query_time>
   <create_date>2023-08-01</create_date>
   <update_date>2023-08-28</update_date>
   <expiry_date>2024-08-31</expiry_date>
   <registrant_name>(Not displayed by registrant's request)</registrant_name>
   <registrant_address>Shibuya-ku</registrant_address>
   <registrant_zip>150-8512</registrant_zip>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+81.354562560</registrant_phone>
   <name_servers>
    <value>ns1.wpx.ne.jp</value>
    <value>ns2.wpx.ne.jp</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
  </value>
  <value>
   <num>50</num>
   <domain_name>h-labs.tech</domain_name>
   <domain_keyword>h-labs</domain_keyword>
   <domain_tld>tech</domain_tld>
   <query_time>2024-04-18 12:17:49</query_time>
   <create_date>2017-01-25</create_date>
   <update_date>2024-04-15</update_date>
   <expiry_date>2025-01-25</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>ns71.domaincontrol.com</value>
    <value>ns72.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>51</num>
   <domain_name>c2-labs.net</domain_name>
   <domain_keyword>c2-labs</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-26 17:18:01</query_time>
   <create_date>2009-01-27</create_date>
   <update_date>2017-01-28</update_date>
   <expiry_date>2025-01-27</expiry_date>
   <registrar_iana>83</registrar_iana>
   <registrar_name>IONOS SE</registrar_name>
   <registrar_website>http://ionos.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_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>DE</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.sedoparking.com</value>
    <value>ns2.sedoparking.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>52</num>
   <domain_name>r-labs.ru</domain_name>
   <domain_keyword>r-labs</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-01 03:14:44</query_time>
   <create_date>2019-08-01</create_date>
   <expiry_date>2024-08-01</expiry_date>
   <registrar_name>RU-CENTER-RU</registrar_name>
   <registrant_company>R-LABS LLC</registrant_company>
   <name_servers>
    <value>dns1.yandex.net</value>
    <value>dns2.yandex.net</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>53</num>
   <domain_name>cm-labs.com</domain_name>
   <domain_keyword>cm-labs</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-29 09:58:12</query_time>
   <create_date>2001-02-23</create_date>
   <update_date>2023-08-22</update_date>
   <expiry_date>2026-02-23</expiry_date>
   <registrar_iana>469</registrar_iana>
   <registrar_name>easyDNS Technologies, Inc.</registrar_name>
   <registrar_website>http://www.easydns.com</registrar_website>
   <registrant_name>CMLabs Hostmaster</registrant_name>
   <registrant_company>CMLabs Simulations Inc.</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>REDACTED FOR PRIVACY</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_email>redacted for privacy</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>marvin.ns.cloudflare.com</value>
    <value>wren.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>54</num>
   <domain_name>q-labs.co.uk</domain_name>
   <domain_keyword>q-labs</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-06-02 09:11:49</query_time>
   <create_date>2020-11-21</create_date>
   <update_date>2023-11-22</update_date>
   <expiry_date>2024-11-21</expiry_date>
   <registrar_name>GoDaddy.com, LLC. [Tag = GODADDY]</registrar_name>
   <registrar_website>http://uk.godaddy.com</registrar_website>
   <name_servers>
    <value>ns73.domaincontrol.com</value>
    <value>ns74.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>55</num>
   <domain_name>c-labb.com</domain_name>
   <domain_keyword>c-labb</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-01 05:24:26</query_time>
   <create_date>2017-02-13</create_date>
   <update_date>2024-02-01</update_date>
   <expiry_date>2025-02-13</expiry_date>
   <registrar_iana>433</registrar_iana>
   <registrar_name>OVH, SAS</registrar_name>
   <registrar_website>https://www.ovh.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Rémy</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>FR</registrant_country>
   <registrant_email>redacted for privacy - send message to contact by visiting https://www.ovhcloud.com/en/lp/request-ovhcloud-registered-domain/</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns106.ovh.net</value>
    <value>ns106.ovh.net</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>56</num>
   <domain_name>j-labs.co.uk</domain_name>
   <domain_keyword>j-labs</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-04-13 21:13:53</query_time>
   <create_date>2019-01-09</create_date>
   <update_date>2024-01-04</update_date>
   <expiry_date>2025-01-09</expiry_date>
   <registrar_name>123-Reg Limited t/a 123-reg [Tag = 123-REG]</registrar_name>
   <registrar_website>https://www.123-reg.co.uk</registrar_website>
   <name_servers>
    <value>ns37.domaincontrol.com</value>
    <value>ns38.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>57</num>
   <domain_name>cplabs.xyz</domain_name>
   <domain_keyword>cplabs</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-04-09 20:17:12</query_time>
   <create_date>2023-09-27</create_date>
   <update_date>2023-10-18</update_date>
   <expiry_date>2024-09-27</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>Dynadot LLC</registrar_name>
   <registrar_website>http://www.dynadot.com</registrar_website>
   <registrant_state>California</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>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>58</num>
   <domain_name>2-labs.com</domain_name>
   <domain_keyword>2-labs</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-24 07:27:10</query_time>
   <create_date>2013-12-20</create_date>
   <update_date>2023-12-21</update_date>
   <expiry_date>2024-12-20</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>ns09.domaincontrol.com</value>
    <value>ns10.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>59</num>
   <domain_name>b-labs.xyz</domain_name>
   <domain_keyword>b-labs</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-04-30 00:42:31</query_time>
   <create_date>2023-08-17</create_date>
   <update_date>2024-02-28</update_date>
   <expiry_date>2024-08-17</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>kehlani.ns.cloudflare.com</value>
    <value>ridge.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>60</num>
   <domain_name>e-labs.eu</domain_name>
   <domain_keyword>e-labs</domain_keyword>
   <domain_tld>eu</domain_tld>
   <query_time>2024-05-05 09:44:46</query_time>
   <registrar_name>Registrar.eu</registrar_name>
   <registrar_website>https://www.openprovider.com</registrar_website>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
   </name_servers>
  </value>
  <value>
   <num>61</num>
   <domain_name>e-labs.llc</domain_name>
   <domain_keyword>e-labs</domain_keyword>
   <domain_tld>llc</domain_tld>
   <query_time>2024-05-12 05:02:39</query_time>
   <create_date>2019-12-09</create_date>
   <update_date>2021-11-19</update_date>
   <expiry_date>2024-12-09</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>ns19.domaincontrol.com</value>
    <value>ns20.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>62</num>
   <domain_name>c6labs.com</domain_name>
   <domain_keyword>c6labs</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-16 08:56:02</query_time>
   <create_date>2016-05-12</create_date>
   <update_date>2024-05-13</update_date>
   <expiry_date>2025-05-12</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>https://www.godaddy.com</registrar_website>
   <registrant_name>Registration Private</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>DomainsByProxy.com, 2155 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>select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=c6labs.com</registrant_email>
   <registrant_phone>+1.4806242599</registrant_phone>
   <name_servers>
    <value>pdns13.domaincontrol.com</value>
    <value>pdns14.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>63</num>
   <domain_name>co-labs.org</domain_name>
   <domain_keyword>co-labs</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-05-24 13:51:22</query_time>
   <create_date>2008-05-23</create_date>
   <update_date>2024-05-18</update_date>
   <expiry_date>2025-05-23</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>ns10.wixdns.net</value>
    <value>ns11.wixdns.net</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>64</num>
   <domain_name>h-labs.net</domain_name>
   <domain_keyword>h-labs</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-18 12:17:49</query_time>
   <create_date>2018-06-23</create_date>
   <update_date>2023-06-23</update_date>
   <expiry_date>2024-06-23</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=h-labs.net</registrant_email>
   <registrant_phone>+1.4165385487</registrant_phone>
   <name_servers>
    <value>hans.ns.cloudflare.com</value>
    <value>ophelia.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>65</num>
   <domain_name>4c-labs.info</domain_name>
   <domain_keyword>4c-labs</domain_keyword>
   <domain_tld>info</domain_tld>
   <query_time>2024-05-07 09:31:51</query_time>
   <create_date>2017-10-18</create_date>
   <update_date>2023-12-02</update_date>
   <expiry_date>2024-10-18</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>ns33.domaincontrol.com</value>
    <value>ns34.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>66</num>
   <domain_name>x-labs.se</domain_name>
   <domain_keyword>x-labs</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 10:09:29</query_time>
   <create_date>2016-04-01</create_date>
   <update_date>2024-03-05</update_date>
   <expiry_date>2025-04-01</expiry_date>
   <registrar_name>Loopia AB</registrar_name>
   <name_servers>
    <value>ns1.loopia.se</value>
    <value>ns2.loopia.se</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>signed</value>
   </dns_sec>
  </value>
  <value>
   <num>67</num>
   <domain_name>cnlabs.xyz</domain_name>
   <domain_keyword>cnlabs</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-05-08 10:53:28</query_time>
   <create_date>2024-03-06</create_date>
   <update_date>2024-04-26</update_date>
   <expiry_date>2025-03-06</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>Dynadot LLC</registrar_name>
   <registrar_website>http://www.dynadot.com</registrar_website>
   <registrant_company>Super Privacy Service LTD c/o Dynadot</registrant_company>
   <registrant_state>California</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>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>68</num>
   <domain_name>cilabs.net</domain_name>
   <domain_keyword>cilabs</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-18 06:35:24</query_time>
   <create_date>2014-06-04</create_date>
   <update_date>2024-05-09</update_date>
   <expiry_date>2024-06-04</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>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>IE</registrant_country>
   <registrant_email>contact via https://www.1api.net/send-message/cilabs.net/registrant</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <name_servers>
    <value>brad.ns.cloudflare.com</value>
    <value>gina.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>69</num>
   <domain_name>dc-labs.cloud</domain_name>
   <domain_keyword>dc-labs</domain_keyword>
   <domain_tld>cloud</domain_tld>
   <query_time>2024-06-01 18:40:48</query_time>
   <create_date>2017-08-27</create_date>
   <update_date>2023-10-10</update_date>
   <expiry_date>2024-08-27</expiry_date>
   <registrar_iana>433</registrar_iana>
   <registrar_name>OVH sas</registrar_name>
   <registrar_website>http://www.ovh.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Demey Consulting</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>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>dns12.ovh.net</value>
    <value>ns12.ovh.net</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>70</num>
   <domain_name>f-labs.site</domain_name>
   <domain_keyword>f-labs</domain_keyword>
   <domain_tld>site</domain_tld>
   <query_time>2024-06-02 17:29:31</query_time>
   <create_date>2024-02-11</create_date>
   <update_date>2024-04-28</update_date>
   <expiry_date>2025-02-11</expiry_date>
   <registrar_iana>49</registrar_iana>
   <registrar_name>GMO Internet Group, Inc. d/b/a Onamae.com</registrar_name>
   <registrar_website>http://www.onamae.com</registrar_website>
   <registrant_company>Whois Privacy Protection Service by onamae.com</registrant_company>
   <registrant_state>Tokyo</registrant_state>
   <registrant_country>JP</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.onamae.com</value>
    <value>dns2.onamae.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>71</num>
   <domain_name>7c-labs.com</domain_name>
   <domain_keyword>7c-labs</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-13 02:09:44</query_time>
   <create_date>2015-01-24</create_date>
   <update_date>2024-01-30</update_date>
   <expiry_date>2025-01-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.siteground.net</value>
    <value>ns2.siteground.net</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>72</num>
   <domain_name>cslabs.app</domain_name>
   <domain_keyword>cslabs</domain_keyword>
   <domain_tld>app</domain_tld>
   <query_time>2024-05-02 20:09:29</query_time>
   <create_date>2020-07-03</create_date>
   <update_date>2023-08-17</update_date>
   <expiry_date>2024-07-03</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC.</registrar_name>
   <registrar_website>domains.google</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>DE</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>ns1.dnsimple.com</value>
    <value>ns2.dnsimple.com</value>
    <value>ns3.dnsimple.com</value>
    <value>ns4.dnsimple.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>73</num>
   <domain_name>co-labs.asia</domain_name>
   <domain_keyword>co-labs</domain_keyword>
   <domain_tld>asia</domain_tld>
   <query_time>2024-05-07 23:24:17</query_time>
   <create_date>2017-01-04</create_date>
   <update_date>2023-05-30</update_date>
   <expiry_date>2025-01-04</expiry_date>
   <registrar_iana>82</registrar_iana>
   <registrar_name>OnlineNIC, Inc.</registrar_name>
   <registrar_website>https://www.onlinenic.com/signup/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>iRepublics.com Sdn Bhd</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>WP</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>MY</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>arnold.ns.cloudflare.com</value>
    <value>bonnie.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>74</num>
   <domain_name>co-labs.global</domain_name>
   <domain_keyword>co-labs</domain_keyword>
   <domain_tld>global</domain_tld>
   <query_time>2024-04-28 22:39:49</query_time>
   <create_date>2023-07-30</create_date>
   <update_date>2023-08-04</update_date>
   <expiry_date>2024-07-30</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows Domains Inc.</registrar_name>
   <registrar_website>http://www.tucows.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Data Protected</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Hertfordshire</registrant_state>
   <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>ns1.livedns.co.uk</value>
    <value>ns2.livedns.co.uk</value>
    <value>ns3.livedns.co.uk</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>75</num>
   <domain_name>cflabs.org</domain_name>
   <domain_keyword>cflabs</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-04-24 19:06:18</query_time>
   <create_date>2007-12-05</create_date>
   <update_date>2023-12-09</update_date>
   <expiry_date>2024-12-05</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows Domains Inc.</registrar_name>
   <registrar_website>http://www.tucows.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Contact Privacy Inc. Customer 0125708019</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>ON</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <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>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.netfirms.com</value>
    <value>ns2.netfirms.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>76</num>
   <domain_name>b-labs.hu</domain_name>
   <domain_keyword>b-labs</domain_keyword>
   <domain_tld>hu</domain_tld>
   <query_time>2024-05-10 19:17:00</query_time>
   <create_date>2013-07-19</create_date>
  </value>
  <value>
   <num>77</num>
   <domain_name>colabs.net</domain_name>
   <domain_keyword>colabs</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-10 01:31:01</query_time>
   <create_date>2016-07-17</create_date>
   <update_date>2023-07-18</update_date>
   <expiry_date>2024-07-17</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>pdns11.domaincontrol.com</value>
    <value>pdns12.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>78</num>
   <domain_name>q-labs.xyz</domain_name>
   <domain_keyword>q-labs</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-05-11 13:18:13</query_time>
   <create_date>2022-03-11</create_date>
   <update_date>2024-04-25</update_date>
   <expiry_date>2026-03-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>ns25.domaincontrol.com</value>
    <value>ns26.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>79</num>
   <domain_name>cmlabs.app</domain_name>
   <domain_keyword>cmlabs</domain_keyword>
   <domain_tld>app</domain_tld>
   <query_time>2024-05-29 21:19:27</query_time>
   <create_date>2023-05-21</create_date>
   <update_date>2024-05-22</update_date>
   <expiry_date>2025-05-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 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>dns101.registrar-servers.com</value>
    <value>dns102.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>80</num>
   <domain_name>z-labs.uk</domain_name>
   <domain_keyword>z-labs</domain_keyword>
   <domain_tld>uk</domain_tld>
   <query_time>2024-06-02 02:45:04</query_time>
   <create_date>2023-12-01</create_date>
   <update_date>2023-12-01</update_date>
   <expiry_date>2026-12-01</expiry_date>
   <registrar_name>GoDaddy.com, LLC. [Tag = GODADDY]</registrar_name>
   <registrar_website>http://uk.godaddy.com</registrar_website>
   <name_servers>
    <value>ns1.dynu.com</value>
    <value>ns12.dynu.com</value>
    <value>ns6.dynu.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>81</num>
   <domain_name>a-labs.org</domain_name>
   <domain_keyword>a-labs</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-04-24 17:19:16</query_time>
   <create_date>2008-04-01</create_date>
   <update_date>2024-04-03</update_date>
   <expiry_date>2025-04-01</expiry_date>
   <registrar_iana>151</registrar_iana>
   <registrar_name>PSI-USA, Inc. dba Domain Robot</registrar_name>
   <registrar_website>http://www.psi-usa.info</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>Bayern</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>ns5.nameserverservice.de</value>
    <value>ns6.nameserverservice.de</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>82</num>
   <domain_name>cylabs.xyz</domain_name>
   <domain_keyword>cylabs</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-04-28 22:24:32</query_time>
   <create_date>2017-10-06</create_date>
   <update_date>2024-04-15</update_date>
   <expiry_date>2025-10-06</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>ns11.domaincontrol.com</value>
    <value>ns12.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>83</num>
   <domain_name>cmlabs.net</domain_name>
   <domain_keyword>cmlabs</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-02 10:12:23</query_time>
   <create_date>2021-10-06</create_date>
   <update_date>2023-10-01</update_date>
   <expiry_date>2024-10-22</expiry_date>
   <registrar_iana>1509</registrar_iana>
   <registrar_name>COSMOTOWN, INC.</registrar_name>
   <registrar_website>http://www.cosmotown.com</registrar_website>
   <registrant_state>ca</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>ns1.sedoparking.com</value>
    <value>ns2.sedoparking.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>84</num>
   <domain_name>s-labs.cn</domain_name>
   <domain_keyword>s-labs</domain_keyword>
   <domain_tld>cn</domain_tld>
   <query_time>2024-05-03 15:25:18</query_time>
   <create_date>2017-08-27</create_date>
   <expiry_date>2026-08-27</expiry_date>
   <registrar_name>阿里云计算有限公司(万网)</registrar_name>
   <registrant_name>北京链平方科技有限公司</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <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>85</num>
   <domain_name>cylabs.com</domain_name>
   <domain_keyword>cylabs</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-11 05:35:59</query_time>
   <create_date>1996-12-03</create_date>
   <update_date>2023-12-03</update_date>
   <expiry_date>2024-12-02</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>ns09.domaincontrol.com</value>
    <value>ns10.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>86</num>
   <domain_name>r-labs.us</domain_name>
   <domain_keyword>r-labs</domain_keyword>
   <domain_tld>us</domain_tld>
   <query_time>2024-05-09 10:01:26</query_time>
   <create_date>2023-04-10</create_date>
   <update_date>2024-02-15</update_date>
   <expiry_date>2025-04-10</expiry_date>
   <registrar_iana>2</registrar_iana>
   <registrar_name>Network Solutions, LLC</registrar_name>
   <registrar_website>whois.biz</registrar_website>
   <registrant_name>Chase Plumbing Service</registrant_name>
   <registrant_company>Chase Plumbing Service</registrant_company>
   <registrant_address>PO BOX 704</registrant_address>
   <registrant_city>LITTLE RIVER</registrant_city>
   <registrant_state>SC</registrant_state>
   <registrant_zip>29566-0704</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.8433994250</registrant_phone>
   <registrant_fax>+1.8433992327</registrant_fax>
   <name_servers>
    <value>ns100.worldnic.com</value>
    <value>ns99.worldnic.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>87</num>
   <domain_name>czlabs.org</domain_name>
   <domain_keyword>czlabs</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-05-15 08:44:43</query_time>
   <create_date>2023-04-20</create_date>
   <update_date>2024-03-19</update_date>
   <expiry_date>2025-04-20</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>ns31.domaincontrol.com</value>
    <value>ns32.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>88</num>
   <domain_name>cdlabs.net</domain_name>
   <domain_keyword>cdlabs</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-23 21:52:41</query_time>
   <create_date>2022-10-27</create_date>
   <update_date>2023-11-05</update_date>
   <expiry_date>2024-10-27</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>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>89</num>
   <domain_name>cxlabs.digital</domain_name>
   <domain_keyword>cxlabs</domain_keyword>
   <domain_tld>digital</domain_tld>
   <query_time>2024-05-17 06:27:18</query_time>
   <create_date>2021-03-28</create_date>
   <update_date>2023-10-14</update_date>
   <expiry_date>2025-03-28</expiry_date>
   <registrar_iana>433</registrar_iana>
   <registrar_name>OVH SAS</registrar_name>
   <registrar_website>http://www.ovh.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>GMV Gorniak Artur</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>PL</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>dns200.anycast.me</value>
    <value>ns200.anycast.me</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>90</num>
   <domain_name>cclabs.online</domain_name>
   <domain_keyword>cclabs</domain_keyword>
   <domain_tld>online</domain_tld>
   <query_time>2024-04-22 17:12:53</query_time>
   <create_date>2024-04-20</create_date>
   <update_date>2024-04-20</update_date>
   <expiry_date>2025-04-20</expiry_date>
   <registrar_iana>83</registrar_iana>
   <registrar_name>IONOS SE</registrar_name>
   <registrar_website>https://ionos.com</registrar_website>
   <registrant_company>1&amp;1 Internet Inc</registrant_company>
   <registrant_state>PA</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>ns1027.ui-dns.org</value>
    <value>ns1041.ui-dns.biz</value>
    <value>ns1056.ui-dns.de</value>
    <value>ns1112.ui-dns.com</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>clientTransferProhibited</value>
    <value>serverTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>91</num>
   <domain_name>rc-labs.org</domain_name>
   <domain_keyword>rc-labs</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-04-28 18:16:05</query_time>
   <create_date>2024-04-26</create_date>
   <update_date>2024-04-26</update_date>
   <expiry_date>2025-04-26</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>ns59.domaincontrol.com</value>
    <value>ns60.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</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>92</num>
   <domain_name>y-labs.ai</domain_name>
   <domain_keyword>y-labs</domain_keyword>
   <domain_tld>ai</domain_tld>
   <query_time>2024-04-16 22:27:57</query_time>
   <registrar_name>1api.net</registrar_name>
   <registrar_website>https://www.hexonet.net</registrar_website>
   <registrant_name>Redacted | EU Registrar</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>DomainsByProxy.com, 2155 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>redacted | eu registrar</registrant_email>
   <registrant_phone>Redacted | EU Registrar</registrant_phone>
   <name_servers>
    <value>ns77.domaincontrol.com</value>
    <value>ns78.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>93</num>
   <domain_name>g-labs.tech</domain_name>
   <domain_keyword>g-labs</domain_keyword>
   <domain_tld>tech</domain_tld>
   <query_time>2024-04-21 05:36:35</query_time>
   <create_date>2020-02-22</create_date>
   <update_date>2024-04-15</update_date>
   <expiry_date>2025-02-22</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>ns1.bluehost.com</value>
    <value>ns2.bluehost.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>94</num>
   <domain_name>calabs.com.au</domain_name>
   <domain_keyword>calabs</domain_keyword>
   <domain_tld>com.au</domain_tld>
   <query_time>2024-05-09 07:45:20</query_time>
   <registrar_name>SYNERGY WHOLESALE ACCREDITATIONS PTY LTD</registrar_name>
   <registrar_website>https://synergywholesale.com/partner-lookup</registrar_website>
   <registrant_name>Sec Retary</registrant_name>
   <name_servers>
    <value>ns1.syd5.hostyourservices.net</value>
    <value>ns2.syd5.hostyourservices.net</value>
   </name_servers>
   <domain_status>
    <value>serverRenewProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>95</num>
   <domain_name>c-labo.jp</domain_name>
   <domain_keyword>c-labo</domain_keyword>
   <domain_tld>jp</domain_tld>
   <query_time>2024-05-21 14:48:33</query_time>
   <create_date>2011-04-01</create_date>
   <update_date>2024-05-01</update_date>
   <expiry_date>2025-04-30</expiry_date>
   <registrant_name>Hisashi Yamanouchi cardlabo corp</registrant_name>
   <registrant_zip>530-0011</registrant_zip>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>06-6241-6585</registrant_phone>
   <registrant_fax>06-6374-0121</registrant_fax>
   <name_servers>
    <value>ns1.xserver.jp</value>
    <value>ns2.xserver.jp</value>
    <value>ns3.xserver.jp</value>
    <value>ns4.xserver.jp</value>
    <value>ns5.xserver.jp</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
  </value>
  <value>
   <num>96</num>
   <domain_name>cnlabs.sydney</domain_name>
   <domain_keyword>cnlabs</domain_keyword>
   <domain_tld>sydney</domain_tld>
   <query_time>2024-05-26 13:38:45</query_time>
   <create_date>2023-05-04</create_date>
   <update_date>2024-05-19</update_date>
   <expiry_date>2024-05-04</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_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>P</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>BN</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>dns101.registrar-servers.com</value>
    <value>dns102.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>97</num>
   <domain_name>g-labs.io</domain_name>
   <domain_keyword>g-labs</domain_keyword>
   <domain_tld>io</domain_tld>
   <query_time>2024-05-25 21:00:43</query_time>
   <create_date>2018-09-17</create_date>
   <update_date>2023-09-16</update_date>
   <expiry_date>2025-09-17</expiry_date>
   <registrar_iana>1700</registrar_iana>
   <registrar_name>ingenit GmbH &amp; Co. KG</registrar_name>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Wien</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>AT</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.it-austria.net</value>
    <value>ns2.it-austria.net</value>
    <value>ns3.it-austria.net</value>
    <value>ns4.it-austria.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>98</num>
   <domain_name>v-labs.co</domain_name>
   <domain_keyword>v-labs</domain_keyword>
   <domain_tld>co</domain_tld>
   <query_time>2024-05-22 07:21:57</query_time>
   <create_date>2021-01-31</create_date>
   <update_date>2024-01-13</update_date>
   <expiry_date>2025-01-31</expiry_date>
   <registrar_iana>2</registrar_iana>
   <registrar_name>Network Solutions, LLC</registrar_name>
   <registrar_website>whois.biz</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>FL</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>ns8.wixdns.net</value>
    <value>ns9.wixdns.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>99</num>
   <domain_name>c4labs.net</domain_name>
   <domain_keyword>c4labs</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-19 13:39:37</query_time>
   <create_date>2014-04-10</create_date>
   <update_date>2023-07-19</update_date>
   <expiry_date>2025-04-10</expiry_date>
   <registrar_iana>48</registrar_iana>
   <registrar_name>ENOM, INC.</registrar_name>
   <registrar_website>WWW.ENOMDOMAINS.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>WA</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>https://tieredaccess.com/contact/836e3bc5-4275-48d1-b19e-bf27b59f282d</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.server260.com</value>
    <value>ns2.server260.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>cllabs.net</domain_name>
   <domain_keyword>cllabs</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-19 22:32:35</query_time>
   <create_date>2018-02-12</create_date>
   <update_date>2024-01-08</update_date>
   <expiry_date>2025-02-12</expiry_date>
   <registrar_iana>468</registrar_iana>
   <registrar_name>Amazon Registrar, Inc.</registrar_name>
   <registrar_website>https://registrar.amazon.com</registrar_website>
   <registrant_name>On behalf of cllabs.net owner</registrant_name>
   <registrant_company>Identity Protection Service</registrant_company>
   <registrant_address>PO Box 786</registrant_address>
   <registrant_city>Hayes</registrant_city>
   <registrant_state>Middlesex</registrant_state>
   <registrant_zip>UB3 9TR</registrant_zip>
   <registrant_country>GB</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+44.1483307527</registrant_phone>
   <registrant_fax>+44.1483304031</registrant_fax>
   <name_servers>
    <value>ns-1282.awsdns-32.org</value>
    <value>ns-1747.awsdns-26.co.uk</value>
    <value>ns-278.awsdns-34.com</value>
    <value>ns-742.awsdns-28.net</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.117</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 265,554,933

$4500

Order Now More Info

$4500

Buy Now More Info
Total WHOIS records in our Current WHOIS Database 265,554,933
Total WHOIS records with a Registrant Contact 166,068,912
Total WHOIS records with an Email Address (where the registrant_email field is not empty) 153,624,517
Total WHOIS records with a Phone Number (where the registrant_phone field is not empty) 125,296,211
Historical WHOIS Database Total Count Cost Price
Total Unique Domain Names in our Historical WHOIS Database 553,955,636

$8500

Order Now More Info

$8500

Buy Now More Info
Total WHOIS records in our Historical WHOIS Database 1,547,383,772
Total WHOIS records with a Registrant Contact 1,278,287,020
Total WHOIS records with an Email Address (where the registrant_email field is not empty) 1,118,364,042
Total WHOIS records with a Phone Number (where the registrant_phone field is not empty) 1,048,768,136

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 265 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.