WHOIS QUERY TIME

5 May 2024 - 9:23 AM UTC

Modified: 17 December 2018

NAME SERVERS

dns.dns1.de
dns.dns2.de
dns.dns3.de
dns.dns4.de

DOMAIN STATUS

connect

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

https://api.bigdomaindata.com/?key=XXXXX&current_whois=bio-protect.de
For more details, kindly see our Current WHOIS API usage guide.
{
    "success": true,
    "query": {
        "current_whois": "bio-protect.de"
    },
    "count": {
        "total": 1,
        "relation": "eq",
        "current": 1
    },
    "results": [
        {
            "domain_name": "bio-protect.de",
            "domain_keyword": "bio-protect",
            "domain_tld": "de",
            "query_time": "2024-05-05 09:23:25",
            "update_date": "2018-12-17",
            "name_servers": [
                "dns.dns1.de",
                "dns.dns2.de",
                "dns.dns3.de",
                "dns.dns4.de"
            ],
            "domain_status": [
                "connect"
            ]
        }
    ],
    "stats": {
        "total_time": 0.028,
        "api_credits_used": 1,
        "cost_calculation": "current_whois [1 domain]"
    }
}
<root>
 <success>true</success>
 <query>
  <current_whois>bio-protect.de</current_whois>
 </query>
 <count>
  <total>1</total>
  <relation>eq</relation>
  <current>1</current>
 </count>
 <results>
  <value>
   <domain_name>bio-protect.de</domain_name>
   <domain_keyword>bio-protect</domain_keyword>
   <domain_tld>de</domain_tld>
   <query_time>2024-05-05 09:23:25</query_time>
   <update_date>2018-12-17</update_date>
   <name_servers>
    <value>dns.dns1.de</value>
    <value>dns.dns2.de</value>
    <value>dns.dns3.de</value>
    <value>dns.dns4.de</value>
   </name_servers>
   <domain_status>
    <value>connect</value>
   </domain_status>
  </value>
 </results>
 <stats>
  <total_time>0.028</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.387 seconds) for "bio-protect.de" in our Historical WHOIS Database.
#1 - QUERY TIME

13 Oct 2016 - 10:20 AM UTC

Modified: 9 October 2013

NAME SERVERS

ns1.inkom.de
ns2.inkom.de

DOMAIN STATUS

connect

#2 - QUERY TIME

5 May 2024 - 9:23 AM UTC

Modified: 17 December 2018

NAME SERVERS

dns.dns1.de
dns.dns2.de
dns.dns3.de
dns.dns4.de

DOMAIN STATUS

connect

* 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=bio-protect.de
For more details, kindly see our WHOIS History API usage guide.
{
    "success": true,
    "query": {
        "database": "historical",
        "domain_name": "bio-protect.de",
        "sort_by": "query_time",
        "sort_order": "asc",
        "page_size": 100
    },
    "count": {
        "total": 2,
        "relation": "eq",
        "current": 2
    },
    "unique_domains": "bio-protect.de",
    "results": [
        {
            "num": 1,
            "domain_name": "bio-protect.de",
            "domain_keyword": "bio-protect",
            "domain_tld": "de",
            "query_time": "2016-10-13 10:20:30",
            "update_date": "2013-10-09",
            "name_servers": [
                "ns1.inkom.de",
                "ns2.inkom.de"
            ],
            "domain_status": [
                "connect"
            ]
        },
        {
            "num": 2,
            "domain_name": "bio-protect.de",
            "domain_keyword": "bio-protect",
            "domain_tld": "de",
            "query_time": "2024-05-05 09:23:25",
            "update_date": "2018-12-17",
            "name_servers": [
                "dns.dns1.de",
                "dns.dns2.de",
                "dns.dns3.de",
                "dns.dns4.de"
            ],
            "domain_status": [
                "connect"
            ]
        }
    ],
    "stats": {
        "total_time": 0.387,
        "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>bio-protect.de</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>bio-protect.de</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>bio-protect.de</domain_name>
   <domain_keyword>bio-protect</domain_keyword>
   <domain_tld>de</domain_tld>
   <query_time>2016-10-13 10:20:30</query_time>
   <update_date>2013-10-09</update_date>
   <name_servers>
    <value>ns1.inkom.de</value>
    <value>ns2.inkom.de</value>
   </name_servers>
   <domain_status>
    <value>connect</value>
   </domain_status>
  </value>
  <value>
   <num>2</num>
   <domain_name>bio-protect.de</domain_name>
   <domain_keyword>bio-protect</domain_keyword>
   <domain_tld>de</domain_tld>
   <query_time>2024-05-05 09:23:25</query_time>
   <update_date>2018-12-17</update_date>
   <name_servers>
    <value>dns.dns1.de</value>
    <value>dns.dns2.de</value>
    <value>dns.dns3.de</value>
    <value>dns.dns4.de</value>
   </name_servers>
   <domain_status>
    <value>connect</value>
   </domain_status>
  </value>
 </results>
 <stats>
  <total_time>0.387</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 9 domain names (in 0.101 seconds) which contained the exact domain keyword "bio-protect".
Domain Name Registered Expiry Registrar Ownership
1 bio-protect.com 29 Dec 2005 29 Dec 2024 Nicco Ltd. -
2 bio-protect.ru 16 May 2011 17 May 2025 SALENAMES-RU Private Person
3 bio-protect.jp 4 Feb 2015 28 Feb 2025 - junko ikemura
4 bio-protect.co.uk 18 Jun 2019 18 Jun 2025 Fasthosts Internet Ltd [Tag = LIVEDOMAINS] -
5 bio-protect.org 31 Jan 2020 31 Jan 2025 Automattic Inc. Knock Knock WHOIS Not There, LLC
6 bio-protect.online 22 Apr 2022 22 Apr 2025 Dreamscape Networks International Pte Ltd Private Registry Authority
7 bio-protect.plus 18 Mar 2024 18 Mar 2025 Dynadot Inc REDACTED FOR PRIVACY
8 bio-protect.site 9 Apr 2024 9 Apr 2025 Spaceship, Inc. Privacy service provided by Withheld for Privacy ehf
9 bio-protect.com.au - - Web Address Registration Pty Ltd Marie Durham
10 bio-protect.de - - - -

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

https://api.bigdomaindata.com/?key=XXXXX&database=current&domain_keyword=bio-protect&sort_by=create_date
For more details, kindly see our Reverse WHOIS API usage guide.
{
    "success": true,
    "query": {
        "database": "current",
        "domain_keyword": "bio-protect",
        "sort_by": "create_date",
        "sort_order": "asc",
        "page_size": 100
    },
    "count": {
        "total": 10,
        "relation": "eq",
        "current": 10
    },
    "unique_domains": "bio-protect.com, bio-protect.ru, bio-protect.jp, bio-protect.co.uk, bio-protect.org, bio-protect.online, bio-protect.plus, bio-protect.site, bio-protect.com.au, bio-protect.de",
    "results": [
        {
            "num": 1,
            "domain_name": "bio-protect.com",
            "domain_keyword": "bio-protect",
            "domain_tld": "com",
            "query_time": "2024-05-04 09:33:58",
            "create_date": "2005-12-29",
            "update_date": "2023-12-30",
            "expiry_date": "2024-12-29",
            "registrar_iana": 840,
            "registrar_name": "Nicco Ltd.",
            "registrar_website": "http://www.nicco.com",
            "name_servers": [
                "ns1.serverhome.com",
                "ns2.serverhome.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 2,
            "domain_name": "bio-protect.ru",
            "domain_keyword": "bio-protect",
            "domain_tld": "ru",
            "query_time": "2024-05-03 20:36:59",
            "create_date": "2011-05-16",
            "expiry_date": "2025-05-17",
            "registrar_name": "SALENAMES-RU",
            "registrant_company": "Private Person",
            "name_servers": [
                "ns3.salenames.ru",
                "ns4.salenames.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 3,
            "domain_name": "bio-protect.jp",
            "domain_keyword": "bio-protect",
            "domain_tld": "jp",
            "query_time": "2024-04-15 07:04:13",
            "create_date": "2015-02-04",
            "update_date": "2024-03-01",
            "expiry_date": "2025-02-28",
            "registrant_name": "junko ikemura",
            "registrant_address": "sheikuapau301",
            "registrant_zip": "244-0003",
            "registrant_email": "[email protected]",
            "registrant_phone": "045-864-2920",
            "registrant_fax": "045-864-2940",
            "name_servers": [
                "dns01.muumuu-domain.com",
                "dns02.muumuu-domain.com"
            ],
            "domain_status": [
                "Active"
            ]
        },
        {
            "num": 4,
            "domain_name": "bio-protect.co.uk",
            "domain_keyword": "bio-protect",
            "domain_tld": "co.uk",
            "query_time": "2024-04-15 07:04:12",
            "create_date": "2019-06-18",
            "update_date": "2023-05-19",
            "expiry_date": "2025-06-18",
            "registrar_name": "Fasthosts Internet Ltd [Tag = LIVEDOMAINS]",
            "registrar_website": "http://www.fasthosts.co.uk",
            "name_servers": [
                "ns1.livedns.co.uk",
                "ns2.livedns.co.uk",
                "ns3.livedns.co.uk"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 5,
            "domain_name": "bio-protect.org",
            "domain_keyword": "bio-protect",
            "domain_tld": "org",
            "query_time": "2024-05-26 22:31:20",
            "create_date": "2020-01-31",
            "update_date": "2024-01-16",
            "expiry_date": "2025-01-31",
            "registrar_iana": 1531,
            "registrar_name": "Automattic Inc.",
            "registrar_website": "https://whois.sawbuck.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Knock Knock WHOIS Not There, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "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.wordpress.com",
                "ns2.wordpress.com",
                "ns3.wordpress.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 6,
            "domain_name": "bio-protect.online",
            "domain_keyword": "bio-protect",
            "domain_tld": "online",
            "query_time": "2024-05-26 22:31:20",
            "create_date": "2022-04-22",
            "update_date": "2024-04-01",
            "expiry_date": "2025-04-22",
            "registrar_iana": 1291,
            "registrar_name": "Dreamscape Networks International Pte Ltd",
            "registrar_website": "http://crazydomains.com",
            "registrant_company": "Private Registry Authority",
            "registrant_state": "NSW",
            "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.",
            "name_servers": [
                "ns1.sedoparking.com",
                "ns2.sedoparking.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 7,
            "domain_name": "bio-protect.plus",
            "domain_keyword": "bio-protect",
            "domain_tld": "plus",
            "query_time": "2024-05-17 11:38:36",
            "create_date": "2024-03-18",
            "update_date": "2024-03-23",
            "expiry_date": "2025-03-18",
            "registrar_iana": 472,
            "registrar_name": "Dynadot Inc",
            "registrar_website": "http://dynadot.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 query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.dyna-ns.net",
                "ns2.dyna-ns.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 8,
            "domain_name": "bio-protect.site",
            "domain_keyword": "bio-protect",
            "domain_tld": "site",
            "query_time": "2024-06-08 22:18:39",
            "create_date": "2024-04-09",
            "update_date": "2024-05-03",
            "expiry_date": "2025-04-09",
            "registrar_iana": 3862,
            "registrar_name": "Spaceship, Inc.",
            "registrar_website": "https://www.spaceship.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": [
                "launch1.spaceship.net",
                "launch2.spaceship.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 9,
            "domain_name": "bio-protect.com.au",
            "domain_keyword": "bio-protect",
            "domain_tld": "com.au",
            "query_time": "2024-04-15 07:04:12",
            "update_date": "2024-03-27",
            "registrar_name": "Web Address Registration Pty Ltd",
            "registrar_website": "https://www.crazydomains.com.au/contact/",
            "registrant_name": "Marie Durham",
            "name_servers": [
                "ns1.wpdns.host",
                "ns2.wpdns.host",
                "ns3.wpdns.host"
            ],
            "domain_status": [
                "serverRenewProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 10,
            "domain_name": "bio-protect.de",
            "domain_keyword": "bio-protect",
            "domain_tld": "de",
            "query_time": "2024-05-05 09:23:25",
            "update_date": "2018-12-17",
            "name_servers": [
                "dns.dns1.de",
                "dns.dns2.de",
                "dns.dns3.de",
                "dns.dns4.de"
            ],
            "domain_status": [
                "connect"
            ]
        }
    ],
    "stats": {
        "total_time": 0.101,
        "api_credits_used": 1,
        "cost_calculation": "1 (search_fields[domain_keyword])"
    }
}
<root>
 <success>true</success>
 <query>
  <database>current</database>
  <domain_keyword>bio-protect</domain_keyword>
  <sort_by>create_date</sort_by>
  <sort_order>asc</sort_order>
  <page_size>100</page_size>
 </query>
 <count>
  <total>10</total>
  <relation>eq</relation>
  <current>10</current>
 </count>
 <unique_domains>bio-protect.com, bio-protect.ru, bio-protect.jp, bio-protect.co.uk, bio-protect.org, bio-protect.online, bio-protect.plus, bio-protect.site, bio-protect.com.au, bio-protect.de</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>bio-protect.com</domain_name>
   <domain_keyword>bio-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-04 09:33:58</query_time>
   <create_date>2005-12-29</create_date>
   <update_date>2023-12-30</update_date>
   <expiry_date>2024-12-29</expiry_date>
   <registrar_iana>840</registrar_iana>
   <registrar_name>Nicco Ltd.</registrar_name>
   <registrar_website>http://www.nicco.com</registrar_website>
   <name_servers>
    <value>ns1.serverhome.com</value>
    <value>ns2.serverhome.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>2</num>
   <domain_name>bio-protect.ru</domain_name>
   <domain_keyword>bio-protect</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-03 20:36:59</query_time>
   <create_date>2011-05-16</create_date>
   <expiry_date>2025-05-17</expiry_date>
   <registrar_name>SALENAMES-RU</registrar_name>
   <registrant_company>Private Person</registrant_company>
   <name_servers>
    <value>ns3.salenames.ru</value>
    <value>ns4.salenames.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>3</num>
   <domain_name>bio-protect.jp</domain_name>
   <domain_keyword>bio-protect</domain_keyword>
   <domain_tld>jp</domain_tld>
   <query_time>2024-04-15 07:04:13</query_time>
   <create_date>2015-02-04</create_date>
   <update_date>2024-03-01</update_date>
   <expiry_date>2025-02-28</expiry_date>
   <registrant_name>junko ikemura</registrant_name>
   <registrant_address>sheikuapau301</registrant_address>
   <registrant_zip>244-0003</registrant_zip>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>045-864-2920</registrant_phone>
   <registrant_fax>045-864-2940</registrant_fax>
   <name_servers>
    <value>dns01.muumuu-domain.com</value>
    <value>dns02.muumuu-domain.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
  </value>
  <value>
   <num>4</num>
   <domain_name>bio-protect.co.uk</domain_name>
   <domain_keyword>bio-protect</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-04-15 07:04:12</query_time>
   <create_date>2019-06-18</create_date>
   <update_date>2023-05-19</update_date>
   <expiry_date>2025-06-18</expiry_date>
   <registrar_name>Fasthosts Internet Ltd [Tag = LIVEDOMAINS]</registrar_name>
   <registrar_website>http://www.fasthosts.co.uk</registrar_website>
   <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>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>5</num>
   <domain_name>bio-protect.org</domain_name>
   <domain_keyword>bio-protect</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-05-26 22:31:20</query_time>
   <create_date>2020-01-31</create_date>
   <update_date>2024-01-16</update_date>
   <expiry_date>2025-01-31</expiry_date>
   <registrar_iana>1531</registrar_iana>
   <registrar_name>Automattic Inc.</registrar_name>
   <registrar_website>https://whois.sawbuck.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Knock Knock WHOIS Not There, LLC</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>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.wordpress.com</value>
    <value>ns2.wordpress.com</value>
    <value>ns3.wordpress.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>6</num>
   <domain_name>bio-protect.online</domain_name>
   <domain_keyword>bio-protect</domain_keyword>
   <domain_tld>online</domain_tld>
   <query_time>2024-05-26 22:31:20</query_time>
   <create_date>2022-04-22</create_date>
   <update_date>2024-04-01</update_date>
   <expiry_date>2025-04-22</expiry_date>
   <registrar_iana>1291</registrar_iana>
   <registrar_name>Dreamscape Networks International Pte Ltd</registrar_name>
   <registrar_website>http://crazydomains.com</registrar_website>
   <registrant_company>Private Registry Authority</registrant_company>
   <registrant_state>NSW</registrant_state>
   <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>
   <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>7</num>
   <domain_name>bio-protect.plus</domain_name>
   <domain_keyword>bio-protect</domain_keyword>
   <domain_tld>plus</domain_tld>
   <query_time>2024-05-17 11:38:36</query_time>
   <create_date>2024-03-18</create_date>
   <update_date>2024-03-23</update_date>
   <expiry_date>2025-03-18</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>Dynadot Inc</registrar_name>
   <registrar_website>http://dynadot.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>California</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.dyna-ns.net</value>
    <value>ns2.dyna-ns.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>8</num>
   <domain_name>bio-protect.site</domain_name>
   <domain_keyword>bio-protect</domain_keyword>
   <domain_tld>site</domain_tld>
   <query_time>2024-06-08 22:18:39</query_time>
   <create_date>2024-04-09</create_date>
   <update_date>2024-05-03</update_date>
   <expiry_date>2025-04-09</expiry_date>
   <registrar_iana>3862</registrar_iana>
   <registrar_name>Spaceship, Inc.</registrar_name>
   <registrar_website>https://www.spaceship.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>launch1.spaceship.net</value>
    <value>launch2.spaceship.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>9</num>
   <domain_name>bio-protect.com.au</domain_name>
   <domain_keyword>bio-protect</domain_keyword>
   <domain_tld>com.au</domain_tld>
   <query_time>2024-04-15 07:04:12</query_time>
   <update_date>2024-03-27</update_date>
   <registrar_name>Web Address Registration Pty Ltd</registrar_name>
   <registrar_website>https://www.crazydomains.com.au/contact/</registrar_website>
   <registrant_name>Marie Durham</registrant_name>
   <name_servers>
    <value>ns1.wpdns.host</value>
    <value>ns2.wpdns.host</value>
    <value>ns3.wpdns.host</value>
   </name_servers>
   <domain_status>
    <value>serverRenewProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>10</num>
   <domain_name>bio-protect.de</domain_name>
   <domain_keyword>bio-protect</domain_keyword>
   <domain_tld>de</domain_tld>
   <query_time>2024-05-05 09:23:25</query_time>
   <update_date>2018-12-17</update_date>
   <name_servers>
    <value>dns.dns1.de</value>
    <value>dns.dns2.de</value>
    <value>dns.dns3.de</value>
    <value>dns.dns4.de</value>
   </name_servers>
   <domain_status>
    <value>connect</value>
   </domain_status>
  </value>
 </results>
 <stats>
  <total_time>0.101</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 348 domain names (in 0.348 seconds) which look and sound like the brand name "bio-protect".
Domain Name Registered Expiry Registrar Ownership
1 bio-project.com.cn 18 Aug 2023 18 Aug 2024 广东时代互联科技有限公司 耿树珍
2 bdo-protect.info 11 Jan 2024 11 Jan 2025 NameSilo, LLC PrivacyGuardian.org llc
3 bio-project.info 13 Apr 2015 13 Apr 2025 Tucows Domains Inc. Contact Privacy Inc. Customer 0139835700
4 bio-protech.com 6 Feb 2021 6 Feb 2025 GoDaddy.com, LLC -
5 bio-protech.pro 2 Mar 2021 2 Mar 2025 GoDaddy.com, LLC Domains By Proxy, LLC
6 bin-protect.com 7 Jul 2023 7 Jul 2024 NAMECHEAP INC Privacy service provided by Withheld for Privacy ehf
7 bio-project.ru 23 Mar 2016 23 Mar 2025 R01-RU Private Person
8 bio-project.com 20 Oct 2013 20 Oct 2024 GoDaddy.com, LLC -
9 bioprotect.us 17 Mar 2018 17 Mar 2025 GoDaddy.com, LLC ViaClean Technologies
10 bioprotect.net 16 Nov 2013 16 Nov 2024 TurnCommerce, Inc. DBA NameBright.com Jin H. Park
11 bioprotect.info 17 Mar 2020 17 Mar 2025 IONOS SE 1&1 Internet Limited
12 bioprotect.lol 21 Sep 2023 21 Sep 2024 Mat Bao Corporation HOÀNG DUY HƯNG
13 bioprotect.store 2 Oct 2023 2 Oct 2024 iNET Corporation -
14 bioprotect.de - - - -
15 bioprotect.nl 4 Feb 2024 - XNS Registrar B.V. -
16 bioprotect.co.uk 22 Jan 2006 22 Jan 2033 Krystal Hosting Ltd [Tag = KRYSTAL] -
17 bioprotect.be 14 Mar 2000 - Combell nv -
18 bioprotect.shop 16 Dec 2023 16 Dec 2024 Dynadot Inc. -
19 io-protect.com 5 Dec 2015 5 Dec 2024 GoDaddy.com, LLC -
20 bioprotect.world 2 Jan 2022 2 Jan 2025 united-domains AG Privatpraxis
21 bioprotect.asia 19 Jan 2021 19 Jan 2025 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
22 bioprotect.ru 8 Apr 2004 8 Apr 2025 RU-CENTER-RU LLC "Mig-Trast"
23 bioprotect.bio 18 Sep 2016 18 Sep 2024 Tucows Domains Inc. Contact Privacy Inc. Customer 0145853110
24 bioprotect.uk 20 Nov 2023 20 Nov 2024 GoDaddy.com, LLC. [Tag = GODADDY] -
25 bioprotect.com 30 Aug 2001 30 Aug 2027 GoDaddy.com, LLC -
26 bioprotect.org 8 Oct 2014 8 Oct 2024 Wild West Domains, LLC Domains By Proxy, LLC
27 bioprotect.biz 11 Nov 2023 11 Nov 2024 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
28 bioprotect.md 8 Aug 2005 8 Aug 2024 - -
29 bioprotect.se 20 May 2022 20 May 2025 Loopia AB -
30 bioprotect.earth 2 Jan 2022 2 Jan 2025 united-domains AG Privatpraxis
31 bioprotect.online 28 May 2024 28 May 2025 Communigal Communications Ltd Domain Name Privacy Inc.
32 bookprotect.com 5 Apr 2018 5 Apr 2024 Sav.com, LLC -
33 bag-protect.com 19 Jan 2006 19 Jan 2025 Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA -
34 b2b-protect.com 8 Jul 2014 8 Jul 2024 PSI-USA, Inc. dba Domain Robot Wetterprotect GmbH
35 bet-protect.com 9 Aug 2023 9 Aug 2024 NameCheap, Inc. -
36 bio-protein.de - - - -
37 vivo-protect.co.uk 17 Oct 2023 17 Oct 2024 Namecheap, Inc. [Tag = NAMECHEAP-INC] -
38 bso-project.com 11 Apr 2018 11 Apr 2024 OVH, SAS REDACTED FOR PRIVACY
39 bot-protect.com 22 Jan 2024 22 Jan 2026 Dynadot Inc -
40 vip-protect.com 3 Nov 2020 3 Nov 2024 GoDaddy.com, LLC -
41 bcs-protect.com 4 Feb 2023 4 Feb 2025 GoDaddy.com, LLC -
42 geo-protect.net 5 Nov 2000 5 Nov 2024 IONOS SE REDACTED FOR PRIVACY
43 fin-protect.site 31 Oct 2023 31 Oct 2024 Registrar of Domain Names REG.RU, LLC Privacy Protection
44 lipo-protect.com 2 Mar 2020 2 Mar 2026 Key-Systems GmbH c/o whoisproxy.com
45 eco-protect.com 27 Feb 2024 27 Feb 2025 DropCatch.com 844 LLC NameBrightPrivacy.com
46 bird-protect.com 28 Jun 2010 28 Jun 2024 Onlinenic Inc [email protected]
47 bsp-protect.com 2 Aug 2022 2 Aug 2024 IONOS SE 1&1 Internet Limited
48 pii-protect.com 27 Oct 2014 27 Oct 2024 GoDaddy.com, LLC -
49 bin-project.com 26 Aug 2020 26 Aug 2024 Netowl, Inc. Xserver Inc.
50 fin-protect.com 12 Feb 2023 12 Feb 2025 Cronon AG -
51 bikeprotect.org 12 Oct 2011 12 Oct 2024 united-domains AG REDACTED FOR PRIVACY
52 big-project.it 7 Aug 2007 7 Aug 2024 Register S.p.a. Marco Domeniconi
53 ato-protect.com 17 Dec 2023 17 Dec 2024 IONOS SE 1&1 Internet Inc
54 bisonprotect.com 20 Mar 2024 20 Mar 2025 Squarespace Domains LLC REDACTED FOR PRIVACY
55 bso-project.org 11 Apr 2018 11 Apr 2025 OVH sas REDACTED FOR PRIVACY
56 bio-product.nl 13 Apr 2022 - Registrar.eu -
57 lip-protect.com 2 Jun 2023 2 Jun 2026 GoDaddy.com, LLC -
58 fin-protect.net 12 Feb 2023 12 Feb 2025 Cronon GmbH -
59 biteprotect.com 29 Mar 2016 29 Mar 2024 TurnCommerce, Inc. DBA NameBright.com HugeDomains.com
60 biomproject.com 10 Nov 2023 10 Nov 2024 GRANSY S.R.O D/B/A SUBREG.CZ Not Disclosed Not Disclosed
61 bioprotects.com 28 Apr 2020 28 Apr 2025 GoDaddy.com, LLC -
62 fis-protect.com 4 Apr 2017 4 Apr 2025 Hetzner Online GmbH REDACTED FOR PRIVACY
63 eco-protect.co.uk 20 Dec 2023 20 Dec 2024 GoDaddy.com, LLC. [Tag = GODADDY] -
64 bio-protector.com 22 Feb 2010 22 Feb 2025 Alpine Domains Inc. eWeb Development Inc.
65 h2o-protect.com 4 May 2023 4 May 2025 Tucows Domains Inc. -
66 browprotect.com 20 Jun 2016 20 Jun 2024 GoDaddy.com, LLC -
67 bios-project.eu - - Papaki.com -
68 aco-protect.com 9 Jun 2023 9 Jun 2024 IONOS SE ACO
69 eco-protect.net 2 May 2023 2 May 2025 GANDI SAS Eco Protect'
70 pro-protect.org 8 Jul 2017 8 Jul 2024 PDR Ltd. d/b/a PublicDomainRegistry.com Privacy Protect, LLC (PrivacyProtect.org)
71 ais-protect.com 18 Sep 2013 18 Sep 2026 OVH, SAS ais protect
72 bikeprotect.com 18 Dec 2003 18 Dec 2024 PSI-USA, Inc. dba Domain Robot assona GmbH
73 birdprotect.eu - - Freemium Kft. -
74 air-protect.eu - - domainfactory GmbH -
75 lip-protect.co.uk 2 Jun 2023 2 Jun 2026 GoDaddy.com, LLC. [Tag = GODADDY] -
76 lid-protect.info 22 Mar 2024 22 Mar 2025 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
77 bid-project.com 11 May 2015 11 May 2024 REGISTER S.P.A. REDACTED FOR PRIVACY
78 bmw-protect.co.uk 21 Feb 2007 21 Feb 2025 CSC Corporate Domains, Inc [Tag = CSC-CORP-DOMAINS] -
79 bio-product.ru 23 Mar 2016 23 Mar 2025 SALENAMES-RU Private Person
80 bio-prodict.nl 15 Jul 2008 - Antagonist B.V. -
81 bik-project.ru 16 Jun 2016 16 Jun 2024 REGRU-RU Private Person
82 eco-protect.ru 14 Jul 2022 14 Jul 2024 REGRU-RU Bars Stroi
83 pro-protect.de - - - -
84 blogprotect.com 13 Nov 2007 31 Dec 2024 GoDaddy.com, LLC -
85 bcs-protect.co.uk 4 Feb 2023 4 Feb 2026 PDR Ltd. d/b/a PublicDomainRegistry.com [Tag = PDR-IN] -
86 lionprotect.net 15 Dec 2009 15 Dec 2024 NAMECHEAP INC Redacted for Privacy Purposes
87 vip-protect.ru 8 Oct 2015 8 Oct 2024 REGRU-RU Private Person
88 big-project.com 16 Dec 2020 16 Dec 2025 TurnCommerce, Inc. DBA NameBright.com HugeDomains.com
89 biro-project.eu - - Aruba S.p.A. -
90 bee-protect.com 14 Apr 2024 14 Apr 2025 Hetzner Online GmbH REDACTED FOR PRIVACY
91 klio-protect.com 28 May 2020 28 May 2025 Mesh Digital Limited -
92 bed-protect.com 19 Feb 2024 19 Feb 2025 Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA -
93 bad-protect.com 8 Oct 2023 8 Oct 2024 1API GmbH REDACTED FOR PRIVACY
94 sic-protect.com 22 Jan 2024 22 Jan 2025 OVH, SAS SIC-Protect
95 bps-protect.de - - - -
96 bro-project.info 21 Nov 2016 21 Nov 2025 GoDaddy.com, LLC Domains By Proxy, LLC
97 bay-protect.com 16 Aug 2014 16 Aug 2024 Netowl, Inc. Xserver Inc.
98 riotprotect.com 18 Sep 2023 18 Sep 2024 Tucows Domains Inc. -
99 birdprotect.pro 17 May 2024 17 May 2026 Registrar of Domain Names REG.RU LLC Aviaprodukt, LLC
100 big-project.net 1 Dec 2016 1 Dec 2024 EPAG DOMAINSERVICES GmbH -
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 Bio-protect.de.

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

https://api.bigdomaindata.com/?key=XXXXX&fuzzy_domains=bio-protect.de
For more details, kindly see our Fuzzy Domains API usage guide.
{
    "success": true,
    "query": {
        "fuzzy_domains": "bio-protect.de",
        "page_size": 100
    },
    "count": {
        "total": 348,
        "relation": "eq",
        "current": 100
    },
    "unique_domains": "bio-project.com.cn, bdo-protect.info, bio-project.info, bio-protech.com, bio-protech.pro, bin-protect.com, bio-project.ru, bio-project.com, bioprotect.us, bioprotect.net, bioprotect.info, bioprotect.lol, bioprotect.store, bioprotect.de, bioprotect.nl, bioprotect.co.uk, bioprotect.be, bioprotect.shop, io-protect.com, bioprotect.world, bioprotect.asia, bioprotect.ru, bioprotect.bio, bioprotect.uk, bioprotect.com, bioprotect.org, bioprotect.biz, bioprotect.md, bioprotect.se, bioprotect.earth, bioprotect.online, bookprotect.com, bag-protect.com, b2b-protect.com, bet-protect.com, bio-protein.de, vivo-protect.co.uk, bso-project.com, bot-protect.com, vip-protect.com, bcs-protect.com, geo-protect.net, fin-protect.site, lipo-protect.com, eco-protect.com, bird-protect.com, bsp-protect.com, pii-protect.com, bin-project.com, fin-protect.com, bikeprotect.org, big-project.it, ato-protect.com, bisonprotect.com, bso-project.org, bio-product.nl, lip-protect.com, fin-protect.net, biteprotect.com, biomproject.com, bioprotects.com, fis-protect.com, eco-protect.co.uk, bio-protector.com, h2o-protect.com, browprotect.com, bios-project.eu, aco-protect.com, eco-protect.net, pro-protect.org, ais-protect.com, bikeprotect.com, birdprotect.eu, air-protect.eu, lip-protect.co.uk, lid-protect.info, bid-project.com, bmw-protect.co.uk, bio-product.ru, bio-prodict.nl, bik-project.ru, eco-protect.ru, pro-protect.de, blogprotect.com, bcs-protect.co.uk, lionprotect.net, vip-protect.ru, big-project.com, biro-project.eu, bee-protect.com, klio-protect.com, bed-protect.com, bad-protect.com, sic-protect.com, bps-protect.de, bro-project.info, bay-protect.com, riotprotect.com, birdprotect.pro, big-project.net",
    "results": [
        {
            "num": 1,
            "domain_name": "bio-project.com.cn",
            "domain_keyword": "bio-project",
            "domain_tld": "com.cn",
            "query_time": "2024-05-26 22:31:20",
            "create_date": "2023-08-18",
            "expiry_date": "2024-08-18",
            "registrar_name": "广东时代互联科技有限公司",
            "registrant_name": "耿树珍",
            "registrant_email": "[email protected]",
            "name_servers": [
                "now1.dns.com",
                "now2.dns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 2,
            "domain_name": "bdo-protect.info",
            "domain_keyword": "bdo-protect",
            "domain_tld": "info",
            "query_time": "2024-05-13 12:32:33",
            "create_date": "2024-01-11",
            "update_date": "2024-02-15",
            "expiry_date": "2025-01-11",
            "registrar_iana": 1479,
            "registrar_name": "NameSilo, LLC",
            "registrar_website": "http://www.namesilo.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "PrivacyGuardian.org llc",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "AZ",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "lilyana.ns.cloudflare.com",
                "todd.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientHold",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 3,
            "domain_name": "bio-project.info",
            "domain_keyword": "bio-project",
            "domain_tld": "info",
            "query_time": "2024-05-07 13:13:50",
            "create_date": "2015-04-13",
            "update_date": "2023-04-01",
            "expiry_date": "2025-04-13",
            "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 0139835700",
            "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": [
                "dns.technorail.com",
                "dns2.technorail.com",
                "dns3.arubadns.net",
                "dns4.arubadns.cz"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 4,
            "domain_name": "bio-protech.com",
            "domain_keyword": "bio-protech",
            "domain_tld": "com",
            "query_time": "2024-06-08 22:18:39",
            "create_date": "2021-02-06",
            "update_date": "2024-02-06",
            "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": 5,
            "domain_name": "bio-protech.pro",
            "domain_keyword": "bio-protech",
            "domain_tld": "pro",
            "query_time": "2024-05-26 22:31:20",
            "create_date": "2021-03-02",
            "update_date": "2023-04-16",
            "expiry_date": "2025-03-02",
            "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": [
                "ns63.domaincontrol.com",
                "ns64.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 6,
            "domain_name": "bin-protect.com",
            "domain_keyword": "bin-protect",
            "domain_tld": "com",
            "query_time": "2024-06-10 10:13:20",
            "create_date": "2023-07-07",
            "update_date": "2023-07-07",
            "expiry_date": "2024-07-07",
            "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": [
                "audrey.ns.cloudflare.com",
                "zahir.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 7,
            "domain_name": "bio-project.ru",
            "domain_keyword": "bio-project",
            "domain_tld": "ru",
            "query_time": "2024-05-03 20:36:59",
            "create_date": "2016-03-23",
            "expiry_date": "2025-03-23",
            "registrar_name": "R01-RU",
            "registrant_name": "Private Person",
            "domain_status": [
                "NOT DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 8,
            "domain_name": "bio-project.com",
            "domain_keyword": "bio-project",
            "domain_tld": "com",
            "query_time": "2024-04-15 07:04:12",
            "create_date": "2013-10-20",
            "update_date": "2023-08-18",
            "expiry_date": "2024-10-20",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns5.afternic.com",
                "ns6.afternic.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 9,
            "domain_name": "bioprotect.us",
            "domain_keyword": "bioprotect",
            "domain_tld": "us",
            "query_time": "2024-05-23 22:07:34",
            "create_date": "2018-03-17",
            "update_date": "2024-03-23",
            "expiry_date": "2025-03-17",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "whois.godaddy.com",
            "registrant_name": "ViaClean Technologies",
            "registrant_address": "230 S.Broad St.",
            "registrant_city": "Philadelphia",
            "registrant_state": "PA",
            "registrant_zip": "19102",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.4842253383",
            "name_servers": [
                "ns53.domaincontrol.com",
                "ns54.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 10,
            "domain_name": "bioprotect.net",
            "domain_keyword": "bioprotect",
            "domain_tld": "net",
            "query_time": "2024-05-31 05:06:33",
            "create_date": "2013-11-16",
            "update_date": "2020-05-07",
            "expiry_date": "2024-11-16",
            "registrar_iana": 1441,
            "registrar_name": "TurnCommerce, Inc. DBA NameBright.com",
            "registrar_website": "https://www.NameBright.com",
            "registrant_name": "Jin H. Park",
            "registrant_address": "904Dong 1101Ho, MaEum-Ro 151,",
            "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": 11,
            "domain_name": "bioprotect.info",
            "domain_keyword": "bioprotect",
            "domain_tld": "info",
            "query_time": "2024-05-14 23:53:30",
            "create_date": "2020-03-17",
            "update_date": "2024-05-01",
            "expiry_date": "2025-03-17",
            "registrar_iana": 83,
            "registrar_name": "IONOS SE",
            "registrar_website": "https://www.ionos.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "1&1 Internet Limited",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "GLS",
            "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.sedoparking.com",
                "ns2.sedoparking.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 12,
            "domain_name": "bioprotect.lol",
            "domain_keyword": "bioprotect",
            "domain_tld": "lol",
            "query_time": "2024-05-31 05:06:33",
            "create_date": "2023-09-21",
            "update_date": "2023-09-26",
            "expiry_date": "2024-09-21",
            "registrar_iana": 1586,
            "registrar_name": "Mat Bao Corporation",
            "registrar_website": "http://www.matbao.net",
            "registrant_company": "HOÀNG DUY HƯNG",
            "registrant_country": "VN",
            "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.matbao.com",
                "ns2.matbao.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 13,
            "domain_name": "bioprotect.store",
            "domain_keyword": "bioprotect",
            "domain_tld": "store",
            "query_time": "2024-04-13 08:31:16",
            "create_date": "2023-10-02",
            "update_date": "2024-01-16",
            "expiry_date": "2024-10-02",
            "registrar_iana": 3234,
            "registrar_name": "iNET Corporation",
            "registrar_website": "http://inet.vn",
            "registrant_country": "VN",
            "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.inet.vn",
                "ns2.inet.vn",
                "ns3.inet.vn"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 14,
            "domain_name": "bioprotect.de",
            "domain_keyword": "bioprotect",
            "domain_tld": "de",
            "query_time": "2024-05-05 09:25:24",
            "update_date": "2013-01-29",
            "name_servers": [
                "ns1.greatnet.de",
                "ns2.greatnet.de",
                "ns3.greatnet.de"
            ],
            "domain_status": [
                "connect"
            ]
        },
        {
            "num": 15,
            "domain_name": "bioprotect.nl",
            "domain_keyword": "bioprotect",
            "domain_tld": "nl",
            "query_time": "2024-04-25 20:48:48",
            "create_date": "2024-02-04",
            "registrar_name": "XNS Registrar B.V.",
            "name_servers": [
                "ns1.dovendi.nl",
                "ns2.dovendi.eu",
                "ns3.dovendi.eu"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "yes"
            ]
        },
        {
            "num": 16,
            "domain_name": "bioprotect.co.uk",
            "domain_keyword": "bioprotect",
            "domain_tld": "co.uk",
            "query_time": "2024-04-25 20:48:50",
            "create_date": "2006-01-22",
            "update_date": "2023-11-24",
            "expiry_date": "2033-01-22",
            "registrar_name": "Krystal Hosting Ltd [Tag = KRYSTAL]",
            "registrar_website": "https://krystal.uk",
            "name_servers": [
                "ns0.sinameserver.co.uk",
                "ns1.sinameserver.co.uk",
                "ns2.sinameserver.co.uk",
                "ns3.sinameserver.co.uk"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 17,
            "domain_name": "bioprotect.be",
            "domain_keyword": "bioprotect",
            "domain_tld": "be",
            "query_time": "2024-05-07 19:56:48",
            "create_date": "2000-03-14",
            "registrar_name": "Combell nv",
            "registrar_website": "https://www.combell.com",
            "name_servers": [
                "ns3.combell.net",
                "ns4.combell.net"
            ],
            "domain_status": [
                "Not Available"
            ]
        },
        {
            "num": 18,
            "domain_name": "bioprotect.shop",
            "domain_keyword": "bioprotect",
            "domain_tld": "shop",
            "query_time": "2024-05-14 23:53:33",
            "create_date": "2023-12-16",
            "update_date": "2024-02-05",
            "expiry_date": "2024-12-16",
            "registrar_iana": 472,
            "registrar_name": "Dynadot Inc.",
            "registrar_website": "https://www.dynadot.com/",
            "registrant_state": "California",
            "registrant_country": "US",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 19,
            "domain_name": "io-protect.com",
            "domain_keyword": "io-protect",
            "domain_tld": "com",
            "query_time": "2024-04-19 14:48:07",
            "create_date": "2015-12-05",
            "update_date": "2023-12-06",
            "expiry_date": "2024-12-05",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns01.cashparking.com",
                "ns02.cashparking.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 20,
            "domain_name": "bioprotect.world",
            "domain_keyword": "bioprotect",
            "domain_tld": "world",
            "query_time": "2024-05-12 13:40:52",
            "create_date": "2022-01-02",
            "update_date": "2024-04-21",
            "expiry_date": "2025-01-02",
            "registrar_iana": 1408,
            "registrar_name": "united-domains AG",
            "registrar_website": "http://www.united-domains.de",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privatpraxis",
            "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.udag.de",
                "ns.udag.net",
                "ns.udag.org"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 21,
            "domain_name": "bioprotect.asia",
            "domain_keyword": "bioprotect",
            "domain_tld": "asia",
            "query_time": "2024-05-21 08:05:29",
            "create_date": "2021-01-19",
            "update_date": "2023-12-25",
            "expiry_date": "2025-01-19",
            "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": [
                "ns10.wixdns.net",
                "ns11.wixdns.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 22,
            "domain_name": "bioprotect.ru",
            "domain_keyword": "bioprotect",
            "domain_tld": "ru",
            "query_time": "2024-05-03 20:39:00",
            "create_date": "2004-04-08",
            "expiry_date": "2025-04-08",
            "registrar_name": "RU-CENTER-RU",
            "registrant_company": "LLC \"Mig-Trast\"",
            "name_servers": [
                "dns1.yandex.ru",
                "dns2.yandex.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 23,
            "domain_name": "bioprotect.bio",
            "domain_keyword": "bioprotect",
            "domain_tld": "bio",
            "query_time": "2024-04-25 20:48:48",
            "create_date": "2016-09-18",
            "update_date": "2022-11-02",
            "expiry_date": "2024-09-18",
            "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 0145853110",
            "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.hover.com",
                "ns2.hover.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 24,
            "domain_name": "bioprotect.uk",
            "domain_keyword": "bioprotect",
            "domain_tld": "uk",
            "query_time": "2024-05-26 22:40:51",
            "create_date": "2023-11-20",
            "update_date": "2023-11-20",
            "expiry_date": "2024-11-20",
            "registrar_name": "GoDaddy.com, LLC. [Tag = GODADDY]",
            "registrar_website": "http://uk.godaddy.com",
            "name_servers": [
                "ns35.domaincontrol.com",
                "ns36.domaincontrol.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 25,
            "domain_name": "bioprotect.com",
            "domain_keyword": "bioprotect",
            "domain_tld": "com",
            "query_time": "2024-04-17 17:00:36",
            "create_date": "2001-08-30",
            "update_date": "2022-10-07",
            "expiry_date": "2027-08-30",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns11.domaincontrol.com",
                "ns12.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 26,
            "domain_name": "bioprotect.org",
            "domain_keyword": "bioprotect",
            "domain_tld": "org",
            "query_time": "2024-04-25 20:48:48",
            "create_date": "2014-10-08",
            "update_date": "2024-04-21",
            "expiry_date": "2024-10-08",
            "registrar_iana": 440,
            "registrar_name": "Wild West Domains, LLC",
            "registrar_website": "http://whois.wildwestdomains.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.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 27,
            "domain_name": "bioprotect.biz",
            "domain_keyword": "bioprotect",
            "domain_tld": "biz",
            "query_time": "2024-05-18 12:22:03",
            "create_date": "2023-11-11",
            "update_date": "2024-01-14",
            "expiry_date": "2024-11-11",
            "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": "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": [
                "rosalyn.ns.cloudflare.com",
                "yew.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 28,
            "domain_name": "bioprotect.md",
            "domain_keyword": "bioprotect",
            "domain_tld": "md",
            "query_time": "2024-04-13 08:31:16",
            "create_date": "2005-08-08",
            "expiry_date": "2024-08-08",
            "name_servers": [
                "ns4.tophost.md",
                "ns5.tophost.md"
            ],
            "domain_status": [
                "ok"
            ]
        },
        {
            "num": 29,
            "domain_name": "bioprotect.se",
            "domain_keyword": "bioprotect",
            "domain_tld": "se",
            "query_time": "2024-05-05 07:10:59",
            "create_date": "2022-05-20",
            "update_date": "2024-05-02",
            "expiry_date": "2025-05-20",
            "registrar_name": "Loopia AB",
            "name_servers": [
                "ns1.loopia.se",
                "ns2.loopia.se"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "signed"
            ]
        },
        {
            "num": 30,
            "domain_name": "bioprotect.earth",
            "domain_keyword": "bioprotect",
            "domain_tld": "earth",
            "query_time": "2024-04-13 08:31:17",
            "create_date": "2022-01-02",
            "update_date": "2024-02-26",
            "expiry_date": "2025-01-02",
            "registrar_iana": 1408,
            "registrar_name": "united-domains AG",
            "registrar_website": "http://www.united-domains.de",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privatpraxis",
            "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.udag.de",
                "ns.udag.net",
                "ns.udag.org"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 31,
            "domain_name": "bioprotect.online",
            "domain_keyword": "bioprotect",
            "domain_tld": "online",
            "query_time": "2024-06-01 04:27:02",
            "create_date": "2024-05-28",
            "update_date": "2024-05-29",
            "expiry_date": "2025-05-28",
            "registrar_iana": 418,
            "registrar_name": "Communigal Communications Ltd",
            "registrar_website": "http://www.galcomm.com",
            "registrant_company": "Domain Name Privacy Inc.",
            "registrant_state": "Paphos",
            "registrant_country": "CY",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns15.abovedomains.com",
                "ns16.abovedomains.com"
            ],
            "domain_status": [
                "addPeriod",
                "clientTransferProhibited",
                "serverTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 32,
            "domain_name": "bookprotect.com",
            "domain_keyword": "bookprotect",
            "domain_tld": "com",
            "query_time": "2024-05-25 00:04:47",
            "create_date": "2018-04-05",
            "update_date": "2024-05-19",
            "expiry_date": "2024-04-05",
            "registrar_iana": 609,
            "registrar_name": "Sav.com, LLC",
            "registrar_website": "http://sav.com",
            "name_servers": [
                "ns1-expired.sav.com",
                "ns2-expired.sav.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "redemptionPeriod"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 33,
            "domain_name": "bag-protect.com",
            "domain_keyword": "bag-protect",
            "domain_tld": "com",
            "query_time": "2024-04-26 00:54:42",
            "create_date": "2006-01-19",
            "update_date": "2024-01-20",
            "expiry_date": "2025-01-19",
            "registrar_iana": 106,
            "registrar_name": "Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA",
            "registrar_website": "http://www.ascio.com",
            "name_servers": [
                "cns1.cloudpit.de",
                "cns2.cloudpit.com",
                "cns3.cloudpit.io"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 34,
            "domain_name": "b2b-protect.com",
            "domain_keyword": "b2b-protect",
            "domain_tld": "com",
            "query_time": "2024-04-19 10:53:26",
            "create_date": "2014-07-08",
            "update_date": "2023-08-27",
            "expiry_date": "2024-07-08",
            "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": "Wetterprotect GmbH",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Niedersachsen",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "DE",
            "registrant_email": "https://whoispro.domain-robot.org/whois/b2b-protect.com",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "nsa1.schlundtech.de",
                "nsb1.schlundtech.de",
                "nsc1.schlundtech.de",
                "nsd1.schlundtech.de"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 35,
            "domain_name": "bet-protect.com",
            "domain_keyword": "bet-protect",
            "domain_tld": "com",
            "query_time": "2024-04-29 13:12:06",
            "create_date": "2023-08-09",
            "update_date": "2023-10-10",
            "expiry_date": "2024-08-09",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "http://www.namecheap.com",
            "name_servers": [
                "ns1.bet-protect.com",
                "ns2.bet-protect.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 36,
            "domain_name": "bio-protein.de",
            "domain_keyword": "bio-protein",
            "domain_tld": "de",
            "query_time": "2024-05-05 09:23:25",
            "update_date": "2018-05-18",
            "name_servers": [
                "ns5.kasserver.com",
                "ns6.kasserver.com"
            ],
            "domain_status": [
                "connect"
            ]
        },
        {
            "num": 37,
            "domain_name": "vivo-protect.co.uk",
            "domain_keyword": "vivo-protect",
            "domain_tld": "co.uk",
            "query_time": "2024-05-12 19:23:12",
            "create_date": "2023-10-17",
            "update_date": "2024-03-08",
            "expiry_date": "2024-10-17",
            "registrar_name": "Namecheap, Inc. [Tag = NAMECHEAP-INC]",
            "registrar_website": "https://www.namecheap.com",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 38,
            "domain_name": "bso-project.com",
            "domain_keyword": "bso-project",
            "domain_tld": "com",
            "query_time": "2024-05-31 21:05:46",
            "create_date": "2018-04-11",
            "update_date": "2023-04-01",
            "expiry_date": "2024-04-11",
            "registrar_iana": 433,
            "registrar_name": "OVH, SAS",
            "registrar_website": "https://www.ovh.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "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": [
                "dns107.ovh.net",
                "ns107.ovh.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 39,
            "domain_name": "bot-protect.com",
            "domain_keyword": "bot-protect",
            "domain_tld": "com",
            "query_time": "2024-05-19 01:20:35",
            "create_date": "2024-01-22",
            "update_date": "2024-04-17",
            "expiry_date": "2026-01-22",
            "registrar_iana": 472,
            "registrar_name": "Dynadot Inc",
            "registrar_website": "http://www.dynadot.com",
            "name_servers": [
                "dawn.ns.cloudflare.com",
                "dimitris.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 40,
            "domain_name": "vip-protect.com",
            "domain_keyword": "vip-protect",
            "domain_tld": "com",
            "query_time": "2024-05-01 18:35:09",
            "create_date": "2020-11-03",
            "update_date": "2024-03-15",
            "expiry_date": "2024-11-03",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns55.domaincontrol.com",
                "ns56.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 41,
            "domain_name": "bcs-protect.com",
            "domain_keyword": "bcs-protect",
            "domain_tld": "com",
            "query_time": "2024-05-27 18:50:56",
            "create_date": "2023-02-04",
            "update_date": "2024-05-18",
            "expiry_date": "2025-02-04",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns0.thundercloud.uk",
                "ns1.thundercloud.uk"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 42,
            "domain_name": "geo-protect.net",
            "domain_keyword": "geo-protect",
            "domain_tld": "net",
            "query_time": "2024-04-23 23:25:40",
            "create_date": "2000-11-05",
            "update_date": "2017-11-27",
            "expiry_date": "2024-11-05",
            "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": [
                "ns1044.ui-dns.biz",
                "ns1044.ui-dns.com",
                "ns1044.ui-dns.de",
                "ns1044.ui-dns.org"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 43,
            "domain_name": "fin-protect.site",
            "domain_keyword": "fin-protect",
            "domain_tld": "site",
            "query_time": "2024-05-06 10:13:00",
            "create_date": "2023-10-31",
            "update_date": "2023-12-29",
            "expiry_date": "2024-10-31",
            "registrar_iana": 1606,
            "registrar_name": "Registrar of Domain Names REG.RU, LLC",
            "registrar_website": "https://www.reg.ru/",
            "registrant_company": "Privacy Protection",
            "registrant_country": "RU",
            "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.hosting.reg.ru",
                "ns2.hosting.reg.ru"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 44,
            "domain_name": "lipo-protect.com",
            "domain_keyword": "lipo-protect",
            "domain_tld": "com",
            "query_time": "2024-05-15 15:55:03",
            "create_date": "2020-03-02",
            "update_date": "2023-10-26",
            "expiry_date": "2026-03-02",
            "registrar_iana": 269,
            "registrar_name": "Key-Systems GmbH",
            "registrar_website": "http://www.key-systems.net",
            "registrant_name": "On behalf of lipo-protect.com OWNER",
            "registrant_company": "c/o whoisproxy.com",
            "registrant_address": "604 Cameron Street",
            "registrant_city": "Alexandria",
            "registrant_state": "VA",
            "registrant_zip": "22314",
            "registrant_country": "US",
            "registrant_email": "aa197429df19a1b983e38444d4d626b00f219d0424ca8627db6d2c0274ced513@lipo-protect.com.whoisproxy.org",
            "registrant_phone": "+64.48319528",
            "name_servers": [
                "ns-1033.awsdns-01.org",
                "ns-114.awsdns-14.com",
                "ns-827.awsdns-39.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 45,
            "domain_name": "eco-protect.com",
            "domain_keyword": "eco-protect",
            "domain_tld": "com",
            "query_time": "2024-04-28 17:16:46",
            "create_date": "2024-02-27",
            "update_date": "2024-02-27",
            "expiry_date": "2025-02-27",
            "registrar_iana": 2603,
            "registrar_name": "DropCatch.com 844 LLC",
            "registrar_website": "https://www.NameBright.com",
            "registrant_name": "Redacted for Privacy",
            "registrant_company": "NameBrightPrivacy.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.7204960020",
            "name_servers": [
                "ns1.dropcatch.com",
                "ns2.dropcatch.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 46,
            "domain_name": "bird-protect.com",
            "domain_keyword": "bird-protect",
            "domain_tld": "com",
            "query_time": "2024-04-23 22:36:03",
            "create_date": "2010-06-28",
            "update_date": "2023-06-26",
            "expiry_date": "2024-06-28",
            "registrar_iana": 82,
            "registrar_name": "Onlinenic Inc",
            "registrar_website": "http://www.onlinenic.com",
            "registrant_name": "[email protected]",
            "registrant_company": "[email protected]",
            "registrant_address": "31/351  MOO3 MOOBANPREKSA 12",
            "registrant_city": "KLONGSAM  KLONGLUANG",
            "registrant_state": "PATHUMTANI",
            "registrant_zip": "12120",
            "registrant_country": "TH",
            "registrant_email": "[email protected]",
            "registrant_phone": "+66.28327036",
            "registrant_fax": "+66.28327036",
            "name_servers": [
                "ns259.pathosting.com",
                "ns260.pathosting.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 47,
            "domain_name": "bsp-protect.com",
            "domain_keyword": "bsp-protect",
            "domain_tld": "com",
            "query_time": "2024-05-10 21:54:58",
            "create_date": "2022-08-02",
            "update_date": "2022-08-02",
            "expiry_date": "2024-08-02",
            "registrar_iana": 83,
            "registrar_name": "IONOS SE",
            "registrar_website": "http://ionos.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "1&1 Internet Limited",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "GLS",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "GB",
            "registrant_email": "[email protected]",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1046.ui-dns.biz",
                "ns1053.ui-dns.com",
                "ns1089.ui-dns.de",
                "ns1090.ui-dns.org"
            ],
            "domain_status": [
                "addPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 48,
            "domain_name": "pii-protect.com",
            "domain_keyword": "pii-protect",
            "domain_tld": "com",
            "query_time": "2024-05-23 14:42:27",
            "create_date": "2014-10-27",
            "update_date": "2023-10-27",
            "expiry_date": "2024-10-27",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns-1097.awsdns-09.org",
                "ns-1736.awsdns-25.co.uk",
                "ns-406.awsdns-50.com",
                "ns-788.awsdns-34.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 49,
            "domain_name": "bin-project.com",
            "domain_keyword": "bin-project",
            "domain_tld": "com",
            "query_time": "2024-04-28 13:44:39",
            "create_date": "2020-08-26",
            "update_date": "2023-07-26",
            "expiry_date": "2024-08-26",
            "registrar_iana": 1557,
            "registrar_name": "Netowl, Inc.",
            "registrar_website": "www.star-domain.jp",
            "registrant_name": "Xserver Xserver Inc.",
            "registrant_company": "Xserver Inc.",
            "registrant_address": "GRAND FRONT OSAKA TOWER A 32F, 4-20 Ofukacho, Kita-ku",
            "registrant_city": "Osaka",
            "registrant_state": "Osaka",
            "registrant_zip": "5300011",
            "registrant_country": "JP",
            "registrant_email": "[email protected]",
            "registrant_phone": "+81.662928811",
            "name_servers": [
                "ns1.xserver.jp",
                "ns2.xserver.jp",
                "ns3.xserver.jp",
                "ns4.xserver.jp",
                "ns5.xserver.jp"
            ],
            "domain_status": [
                "- https://www.icann.org/epp#"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 50,
            "domain_name": "fin-protect.com",
            "domain_keyword": "fin-protect",
            "domain_tld": "com",
            "query_time": "2024-05-29 01:08:27",
            "create_date": "2023-02-12",
            "update_date": "2023-02-12",
            "expiry_date": "2025-02-12",
            "registrar_iana": 141,
            "registrar_name": "Cronon AG",
            "registrar_website": "http://www.cronon.net",
            "registrant_country": "DE",
            "registrant_email": "[email protected]",
            "name_servers": [
                "docks05.rzone.de",
                "shades09.rzone.de"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 51,
            "domain_name": "bikeprotect.org",
            "domain_keyword": "bikeprotect",
            "domain_tld": "org",
            "query_time": "2024-04-26 23:43:22",
            "create_date": "2011-10-12",
            "update_date": "2024-04-10",
            "expiry_date": "2024-10-12",
            "registrar_iana": 1408,
            "registrar_name": "united-domains AG",
            "registrar_website": "https://www.united-domains.de/whois-suche",
            "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": "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.udag.de",
                "ns.udag.net",
                "ns.udag.org"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 52,
            "domain_name": "big-project.it",
            "domain_keyword": "big-project",
            "domain_tld": "it",
            "query_time": "2024-05-13 04:00:17",
            "create_date": "2007-08-07",
            "update_date": "2023-08-23",
            "expiry_date": "2024-08-07",
            "registrar_name": "Register S.p.a.",
            "registrar_website": "https://www.register.it",
            "registrant_company": "Marco Domeniconi",
            "registrant_address": "Via Variano , 72",
            "registrant_city": "Rimini",
            "registrant_state": "RN",
            "registrant_zip": "47823",
            "registrant_country": "IT",
            "name_servers": [
                "ns1.register.it",
                "ns2.register.it"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "yes"
            ]
        },
        {
            "num": 53,
            "domain_name": "ato-protect.com",
            "domain_keyword": "ato-protect",
            "domain_tld": "com",
            "query_time": "2024-05-04 22:29:54",
            "create_date": "2023-12-17",
            "update_date": "2024-01-05",
            "expiry_date": "2024-12-17",
            "registrar_iana": 83,
            "registrar_name": "IONOS SE",
            "registrar_website": "http://ionos.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "1&1 Internet Inc",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "PA",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1055.ui-dns.org",
                "ns1070.ui-dns.biz",
                "ns1083.ui-dns.com",
                "ns1102.ui-dns.de"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 54,
            "domain_name": "bisonprotect.com",
            "domain_keyword": "bisonprotect",
            "domain_tld": "com",
            "query_time": "2024-05-20 15:52:50",
            "create_date": "2024-03-20",
            "update_date": "2024-03-20",
            "expiry_date": "2025-03-20",
            "registrar_iana": 3827,
            "registrar_name": "Squarespace Domains LLC",
            "registrar_website": "https://domains.squarespace.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "TN",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "AS",
            "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": 55,
            "domain_name": "bso-project.org",
            "domain_keyword": "bso-project",
            "domain_tld": "org",
            "query_time": "2024-04-30 17:56:34",
            "create_date": "2018-04-11",
            "update_date": "2024-04-06",
            "expiry_date": "2025-04-11",
            "registrar_iana": 433,
            "registrar_name": "OVH sas",
            "registrar_website": "http://www.ovh.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "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": [
                "dns107.ovh.net",
                "ns107.ovh.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 56,
            "domain_name": "bio-product.nl",
            "domain_keyword": "bio-product",
            "domain_tld": "nl",
            "query_time": "2024-05-07 13:13:50",
            "create_date": "2022-04-13",
            "update_date": "2024-02-03",
            "registrar_name": "Registrar.eu",
            "name_servers": [
                "bayan.ns.cloudflare.com",
                "emily.ns.cloudflare.com"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "yes"
            ]
        },
        {
            "num": 57,
            "domain_name": "lip-protect.com",
            "domain_keyword": "lip-protect",
            "domain_tld": "com",
            "query_time": "2024-05-03 04:04:09",
            "create_date": "2023-06-02",
            "update_date": "2023-06-02",
            "expiry_date": "2026-06-02",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns31.domaincontrol.com",
                "ns32.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 58,
            "domain_name": "fin-protect.net",
            "domain_keyword": "fin-protect",
            "domain_tld": "net",
            "query_time": "2024-05-29 01:08:27",
            "create_date": "2023-02-12",
            "update_date": "2024-02-13",
            "expiry_date": "2025-02-12",
            "registrar_iana": 141,
            "registrar_name": "Cronon GmbH",
            "registrar_website": "http://www.cronon.net",
            "name_servers": [
                "docks04.rzone.de",
                "shades16.rzone.de"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 59,
            "domain_name": "biteprotect.com",
            "domain_keyword": "biteprotect",
            "domain_tld": "com",
            "query_time": "2024-05-29 04:21:24",
            "create_date": "2016-03-29",
            "update_date": "2021-03-23",
            "expiry_date": "2024-03-29",
            "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": 60,
            "domain_name": "biomproject.com",
            "domain_keyword": "biomproject",
            "domain_tld": "com",
            "query_time": "2024-06-04 14:55:00",
            "create_date": "2023-11-10",
            "update_date": "2023-11-10",
            "expiry_date": "2024-11-10",
            "registrar_iana": 1505,
            "registrar_name": "GRANSY S.R.O D/B/A SUBREG.CZ",
            "registrar_website": "http://regtons.com",
            "registrant_name": "Not Disclosed Not Disclosed",
            "registrant_address": "Not Disclosed",
            "registrant_city": "Not Disclosed",
            "registrant_zip": "Not Disclosed",
            "registrant_country": "CZ",
            "registrant_email": "[email protected]",
            "registrant_phone": "Not Disclosed",
            "registrant_fax": "Not Disclosed",
            "name_servers": [
                "ns.endora.cz",
                "ns.endoraland.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 61,
            "domain_name": "bioprotects.com",
            "domain_keyword": "bioprotects",
            "domain_tld": "com",
            "query_time": "2024-04-13 08:31:18",
            "create_date": "2020-04-28",
            "update_date": "2023-08-26",
            "expiry_date": "2025-04-28",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns1.afternic.com",
                "ns2.afternic.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 62,
            "domain_name": "fis-protect.com",
            "domain_keyword": "fis-protect",
            "domain_tld": "com",
            "query_time": "2024-04-27 04:42:08",
            "create_date": "2017-04-04",
            "update_date": "2024-04-03",
            "expiry_date": "2025-04-04",
            "registrar_iana": 828,
            "registrar_name": "Hetzner Online GmbH",
            "registrar_website": "http://www.hetzner.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "DE",
            "registrant_email": "[email protected]",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.first-ns.de",
                "robotns2.second-ns.de",
                "robotns3.second-ns.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 63,
            "domain_name": "eco-protect.co.uk",
            "domain_keyword": "eco-protect",
            "domain_tld": "co.uk",
            "query_time": "2024-04-28 17:16:46",
            "create_date": "2023-12-20",
            "update_date": "2023-12-20",
            "expiry_date": "2024-12-20",
            "registrar_name": "GoDaddy.com, LLC. [Tag = GODADDY]",
            "registrar_website": "http://uk.godaddy.com",
            "name_servers": [
                "ns65.domaincontrol.com",
                "ns66.domaincontrol.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 64,
            "domain_name": "bio-protector.com",
            "domain_keyword": "bio-protector",
            "domain_tld": "com",
            "query_time": "2024-04-15 07:04:13",
            "create_date": "2010-02-22",
            "update_date": "2022-12-29",
            "expiry_date": "2025-02-22",
            "registrar_iana": 1432,
            "registrar_name": "Alpine Domains Inc.",
            "registrar_website": "http://alpinedomains.com",
            "registrant_name": "Domain Manager",
            "registrant_company": "eWeb Development Inc.",
            "registrant_address": "30015 - 12051 No 1 Road",
            "registrant_city": "Richmond",
            "registrant_state": "British Columbia",
            "registrant_zip": "V7E 1T5",
            "registrant_country": "CA",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.6049984455",
            "name_servers": [
                "ns1.power-dns.com",
                "ns2.power-dns.com",
                "ns3.power-dns.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 65,
            "domain_name": "h2o-protect.com",
            "domain_keyword": "h2o-protect",
            "domain_tld": "com",
            "query_time": "2024-05-11 16:45:14",
            "create_date": "2023-05-04",
            "update_date": "2024-05-08",
            "expiry_date": "2025-05-04",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "http://www.tucows.com",
            "name_servers": [
                "ns1.renewyourname.net",
                "ns2.renewyourname.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 66,
            "domain_name": "browprotect.com",
            "domain_keyword": "browprotect",
            "domain_tld": "com",
            "query_time": "2024-04-21 11:34:31",
            "create_date": "2016-06-20",
            "update_date": "2023-06-21",
            "expiry_date": "2024-06-20",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns13.domaincontrol.com",
                "ns14.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 67,
            "domain_name": "bios-project.eu",
            "domain_keyword": "bios-project",
            "domain_tld": "eu",
            "query_time": "2024-05-05 05:58:52",
            "registrar_name": "Papaki.com",
            "registrar_website": "https://www.papaki.com/",
            "name_servers": [
                "ns1.webhosting4u-dns.com",
                "ns2.webhosting4u-dns.com",
                "ns3.webhosting4u-dns.com",
                "ns4.webhosting4u-dns.com"
            ]
        },
        {
            "num": 68,
            "domain_name": "aco-protect.com",
            "domain_keyword": "aco-protect",
            "domain_tld": "com",
            "query_time": "2024-05-17 17:42:14",
            "create_date": "2023-06-09",
            "update_date": "2023-06-25",
            "expiry_date": "2024-06-09",
            "registrar_iana": 83,
            "registrar_name": "IONOS SE",
            "registrar_website": "http://ionos.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "ACO",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "FR",
            "registrant_email": "[email protected]",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1050.ui-dns.biz",
                "ns1051.ui-dns.com",
                "ns1090.ui-dns.org",
                "ns1120.ui-dns.de"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 69,
            "domain_name": "eco-protect.net",
            "domain_keyword": "eco-protect",
            "domain_tld": "net",
            "query_time": "2024-05-23 12:10:45",
            "create_date": "2023-05-02",
            "update_date": "2024-03-14",
            "expiry_date": "2025-05-02",
            "registrar_iana": 81,
            "registrar_name": "GANDI SAS",
            "registrar_website": "http://www.gandi.net",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Eco Protect'",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Auvergne-Rhone-Alpes",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "FR",
            "registrant_email": "[email protected]",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns-12-a.gandi.net",
                "ns-173-c.gandi.net",
                "ns-236-b.gandi.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 70,
            "domain_name": "pro-protect.org",
            "domain_keyword": "pro-protect",
            "domain_tld": "org",
            "query_time": "2024-04-15 01:21:35",
            "create_date": "2017-07-08",
            "update_date": "2024-03-26",
            "expiry_date": "2024-07-08",
            "registrar_iana": 303,
            "registrar_name": "PDR Ltd. d/b/a PublicDomainRegistry.com",
            "registrar_website": "http://www.publicdomainregistry.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy Protect, LLC (PrivacyProtect.org)",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "MA",
            "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": [
                "evan.ns.cloudflare.com",
                "meg.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 71,
            "domain_name": "ais-protect.com",
            "domain_keyword": "ais-protect",
            "domain_tld": "com",
            "query_time": "2024-04-19 00:40:00",
            "create_date": "2013-09-18",
            "update_date": "2022-10-14",
            "expiry_date": "2026-09-18",
            "registrar_iana": 433,
            "registrar_name": "OVH, SAS",
            "registrar_website": "https://www.ovh.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "ais protect",
            "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": [
                "dns12.ovh.net",
                "ns12.ovh.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 72,
            "domain_name": "bikeprotect.com",
            "domain_keyword": "bikeprotect",
            "domain_tld": "com",
            "query_time": "2024-04-26 23:43:22",
            "create_date": "2003-12-18",
            "update_date": "2024-02-06",
            "expiry_date": "2024-12-18",
            "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": "assona GmbH",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "DE",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "DE",
            "registrant_email": "https://whoispro.domain-robot.org/whois/bikeprotect.com",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "merlin.ns.cloudflare.com",
                "nelly.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 73,
            "domain_name": "birdprotect.eu",
            "domain_keyword": "birdprotect",
            "domain_tld": "eu",
            "query_time": "2024-05-05 05:58:59",
            "registrar_name": "Freemium Kft.",
            "registrar_website": "freemium.hu",
            "name_servers": [
                "ns.tns1.eu",
                "ns.tns2.eu",
                "ns.tns3.eu",
                "ns.tns4.eu"
            ]
        },
        {
            "num": 74,
            "domain_name": "air-protect.eu",
            "domain_keyword": "air-protect",
            "domain_tld": "eu",
            "query_time": "2024-05-06 02:04:11",
            "registrar_name": "domainfactory GmbH",
            "registrar_website": "http://www.df.eu",
            "name_servers": [
                "ns71.domaincontrol.com",
                "ns72.domaincontrol.com"
            ]
        },
        {
            "num": 75,
            "domain_name": "lip-protect.co.uk",
            "domain_keyword": "lip-protect",
            "domain_tld": "co.uk",
            "query_time": "2024-05-14 10:30:47",
            "create_date": "2023-06-02",
            "update_date": "2023-08-12",
            "expiry_date": "2026-06-02",
            "registrar_name": "GoDaddy.com, LLC. [Tag = GODADDY]",
            "registrar_website": "http://uk.godaddy.com",
            "name_servers": [
                "ns51.domaincontrol.com",
                "ns52.domaincontrol.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 76,
            "domain_name": "lid-protect.info",
            "domain_keyword": "lid-protect",
            "domain_tld": "info",
            "query_time": "2024-05-20 10:19:50",
            "create_date": "2024-03-22",
            "update_date": "2024-03-27",
            "expiry_date": "2025-03-22",
            "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": [
                "blair.ns.cloudflare.com",
                "james.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientHold",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 77,
            "domain_name": "bid-project.com",
            "domain_keyword": "bid-project",
            "domain_tld": "com",
            "query_time": "2024-06-02 07:16:01",
            "create_date": "2015-05-11",
            "update_date": "2023-06-13",
            "expiry_date": "2024-05-11",
            "registrar_iana": 168,
            "registrar_name": "REGISTER S.P.A.",
            "registrar_website": "http://we.register.it",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "LI",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "PT",
            "registrant_email": "https://domaincontact.register.it/contact-domain",
            "registrant_phone": "REDACTED.FORPRIVACY",
            "registrant_fax": "REDACTED.FORPRIVACY",
            "name_servers": [
                "ns1.amenworld.com",
                "ns2.amenworld.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 78,
            "domain_name": "bmw-protect.co.uk",
            "domain_keyword": "bmw-protect",
            "domain_tld": "co.uk",
            "query_time": "2024-04-28 15:12:19",
            "create_date": "2007-02-21",
            "update_date": "2024-02-18",
            "expiry_date": "2025-02-21",
            "registrar_name": "CSC Corporate Domains, Inc [Tag = CSC-CORP-DOMAINS]",
            "registrar_website": "https://www.cscdbs.com",
            "name_servers": [
                "dns1.cscdns.net",
                "dns2.cscdns.net"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 79,
            "domain_name": "bio-product.ru",
            "domain_keyword": "bio-product",
            "domain_tld": "ru",
            "query_time": "2024-05-03 20:36:59",
            "create_date": "2016-03-23",
            "expiry_date": "2025-03-23",
            "registrar_name": "SALENAMES-RU",
            "registrant_company": "Private Person",
            "name_servers": [
                "ns3.salenames.ru",
                "ns4.salenames.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 80,
            "domain_name": "bio-prodict.nl",
            "domain_keyword": "bio-prodict",
            "domain_tld": "nl",
            "query_time": "2024-04-26 12:40:14",
            "create_date": "2008-07-15",
            "update_date": "2024-03-19",
            "registrar_name": "Antagonist B.V.",
            "name_servers": [
                "webhostingserver.g1-dns.com",
                "webhostingserver.g1-dns.one"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "yes"
            ]
        },
        {
            "num": 81,
            "domain_name": "bik-project.ru",
            "domain_keyword": "bik-project",
            "domain_tld": "ru",
            "query_time": "2024-05-01 06:52:01",
            "create_date": "2016-06-16",
            "expiry_date": "2024-06-16",
            "registrar_name": "REGRU-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "dns1.yandex.net",
                "dns2.yandex.net"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 82,
            "domain_name": "eco-protect.ru",
            "domain_keyword": "eco-protect",
            "domain_tld": "ru",
            "query_time": "2024-05-03 02:32:41",
            "create_date": "2022-07-14",
            "expiry_date": "2024-07-14",
            "registrar_name": "REGRU-RU",
            "registrant_company": "Bars Stroi",
            "name_servers": [
                "ns1.fozzy.ru",
                "ns2.fozzy.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 83,
            "domain_name": "pro-protect.de",
            "domain_keyword": "pro-protect",
            "domain_tld": "de",
            "query_time": "2024-05-06 03:12:52",
            "update_date": "2018-07-25",
            "name_servers": [
                "ns1051.ui-dns.biz",
                "ns1051.ui-dns.com",
                "ns1051.ui-dns.de",
                "ns1051.ui-dns.org"
            ],
            "domain_status": [
                "connect"
            ]
        },
        {
            "num": 84,
            "domain_name": "blogprotect.com",
            "domain_keyword": "blogprotect",
            "domain_tld": "com",
            "query_time": "2024-04-21 04:31:23",
            "create_date": "2007-11-13",
            "update_date": "2024-01-01",
            "expiry_date": "2024-12-31",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns33.domaincontrol.com",
                "ns34.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 85,
            "domain_name": "bcs-protect.co.uk",
            "domain_keyword": "bcs-protect",
            "domain_tld": "co.uk",
            "query_time": "2024-06-04 09:01:51",
            "create_date": "2023-02-04",
            "update_date": "2024-03-19",
            "expiry_date": "2026-02-04",
            "registrar_name": "PDR Ltd. d/b/a PublicDomainRegistry.com [Tag = PDR-IN]",
            "registrar_website": "https://publicdomainregistry.com",
            "name_servers": [
                "ns17.domaincontrol.com",
                "ns18.domaincontrol.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 86,
            "domain_name": "lionprotect.net",
            "domain_keyword": "lionprotect",
            "domain_tld": "net",
            "query_time": "2024-04-24 06:20:44",
            "create_date": "2009-12-15",
            "update_date": "2023-11-15",
            "expiry_date": "2024-12-15",
            "registrar_iana": 1068,
            "registrar_name": "NAMECHEAP INC",
            "registrar_website": "http://www.namecheap.com",
            "registrant_name": "Redacted for Privacy Purposes",
            "registrant_company": "Redacted for Privacy Purposes",
            "registrant_address": "Redacted for Privacy Purposes",
            "registrant_city": "Redacted for Privacy Purposes",
            "registrant_state": "OH",
            "registrant_zip": "Redacted for Privacy Purposes",
            "registrant_country": "US",
            "registrant_email": "select contact domain holder link at https://www.namecheap.com/domains/whois/result?domain=lionprotect.net",
            "registrant_phone": "Redacted for Privacy Purposes",
            "registrant_fax": "Redacted for Privacy Purposes",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 87,
            "domain_name": "vip-protect.ru",
            "domain_keyword": "vip-protect",
            "domain_tld": "ru",
            "query_time": "2024-05-03 02:35:21",
            "create_date": "2015-10-08",
            "expiry_date": "2024-10-08",
            "registrar_name": "REGRU-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.ravenstudio.ru",
                "ns2.ravenstudio.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 88,
            "domain_name": "big-project.com",
            "domain_keyword": "big-project",
            "domain_tld": "com",
            "query_time": "2024-05-14 20:29:57",
            "create_date": "2020-12-16",
            "update_date": "2021-08-26",
            "expiry_date": "2025-12-16",
            "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": 89,
            "domain_name": "biro-project.eu",
            "domain_keyword": "biro-project",
            "domain_tld": "eu",
            "query_time": "2024-05-05 05:59:08",
            "registrar_name": "Aruba S.p.A.",
            "registrar_website": "http://www.aruba.it",
            "name_servers": [
                "dns.technorail.com",
                "dns2.technorail.com",
                "dns3.arubadns.net",
                "dns4.arubadns.cz"
            ]
        },
        {
            "num": 90,
            "domain_name": "bee-protect.com",
            "domain_keyword": "bee-protect",
            "domain_tld": "com",
            "query_time": "2024-04-17 14:48:54",
            "create_date": "2024-04-14",
            "update_date": "2024-04-14",
            "expiry_date": "2025-04-14",
            "registrar_iana": 828,
            "registrar_name": "Hetzner Online GmbH",
            "registrar_website": "http://www.hetzner.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "DE",
            "registrant_email": "[email protected]",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns.second-ns.com",
                "ns1.your-server.de",
                "ns3.second-ns.de"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 91,
            "domain_name": "klio-protect.com",
            "domain_keyword": "klio-protect",
            "domain_tld": "com",
            "query_time": "2024-05-31 08:42:57",
            "create_date": "2020-05-28",
            "update_date": "2024-05-28",
            "expiry_date": "2025-05-28",
            "registrar_iana": 1390,
            "registrar_name": "Mesh Digital Limited",
            "registrar_website": "http://www.meshdigital.com",
            "name_servers": [
                "ns71.domaincontrol.com",
                "ns72.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 92,
            "domain_name": "bed-protect.com",
            "domain_keyword": "bed-protect",
            "domain_tld": "com",
            "query_time": "2024-06-05 19:39:14",
            "create_date": "2024-02-19",
            "update_date": "2024-03-14",
            "expiry_date": "2025-02-19",
            "registrar_iana": 106,
            "registrar_name": "Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA",
            "registrar_website": "http://www.ascio.com",
            "name_servers": [
                "ns.checkdomain.de",
                "ns2.checkdomain.de"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 93,
            "domain_name": "bad-protect.com",
            "domain_keyword": "bad-protect",
            "domain_tld": "com",
            "query_time": "2024-06-08 16:25:05",
            "create_date": "2023-10-08",
            "update_date": "2023-10-09",
            "expiry_date": "2024-10-08",
            "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_state": "Gironde",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "FR",
            "registrant_email": "contact via https://www.1api.net/send-message/bad-protect.com/registrant",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1203.ispapi.net",
                "ns2198.ispapi.net",
                "ns3210.ispapi.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 94,
            "domain_name": "sic-protect.com",
            "domain_keyword": "sic-protect",
            "domain_tld": "com",
            "query_time": "2024-05-21 01:43:48",
            "create_date": "2024-01-22",
            "update_date": "2024-01-22",
            "expiry_date": "2025-01-22",
            "registrar_iana": 433,
            "registrar_name": "OVH, SAS",
            "registrar_website": "https://www.ovh.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "SIC-Protect",
            "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": [
                "dns102.ovh.net",
                "ns102.ovh.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 95,
            "domain_name": "bps-protect.de",
            "domain_keyword": "bps-protect",
            "domain_tld": "de",
            "query_time": "2024-05-23 20:49:15",
            "update_date": "2021-04-14",
            "name_servers": [
                "docks15.rzone.de",
                "shades03.rzone.de"
            ],
            "domain_status": [
                "connect"
            ]
        },
        {
            "num": 96,
            "domain_name": "bro-project.info",
            "domain_keyword": "bro-project",
            "domain_tld": "info",
            "query_time": "2024-06-05 19:21:33",
            "create_date": "2016-11-21",
            "update_date": "2023-01-05",
            "expiry_date": "2025-11-21",
            "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": [
                "ns01.domaincontrol.com",
                "ns02.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 97,
            "domain_name": "bay-protect.com",
            "domain_keyword": "bay-protect",
            "domain_tld": "com",
            "query_time": "2024-04-17 04:55:12",
            "create_date": "2014-08-16",
            "update_date": "2023-06-19",
            "expiry_date": "2024-08-16",
            "registrar_iana": 1557,
            "registrar_name": "Netowl, Inc.",
            "registrar_website": "www.star-domain.jp",
            "registrant_name": "Xserver Xserver Inc.",
            "registrant_company": "Xserver Inc.",
            "registrant_address": "GRAND FRONT OSAKA TOWER A 13F, 4-20 Ofukacho, Kita-ku",
            "registrant_city": "Osaka",
            "registrant_state": "Osaka",
            "registrant_zip": "5300011",
            "registrant_country": "JP",
            "registrant_email": "[email protected]",
            "registrant_phone": "+81.662928811",
            "name_servers": [
                "ns1.xserver.jp",
                "ns2.xserver.jp",
                "ns3.xserver.jp",
                "ns4.xserver.jp",
                "ns5.xserver.jp"
            ],
            "domain_status": [
                "- https://www.icann.org/epp#"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 98,
            "domain_name": "riotprotect.com",
            "domain_keyword": "riotprotect",
            "domain_tld": "com",
            "query_time": "2024-05-27 02:23:45",
            "create_date": "2023-09-18",
            "update_date": "2023-09-18",
            "expiry_date": "2024-09-18",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "http://www.tucows.com",
            "name_servers": [
                "ns-cloud-c1.googledomains.com",
                "ns-cloud-c2.googledomains.com",
                "ns-cloud-c3.googledomains.com",
                "ns-cloud-c4.googledomains.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 99,
            "domain_name": "birdprotect.pro",
            "domain_keyword": "birdprotect",
            "domain_tld": "pro",
            "query_time": "2024-05-19 17:20:36",
            "create_date": "2024-05-17",
            "update_date": "2024-05-17",
            "expiry_date": "2026-05-17",
            "registrar_iana": 1606,
            "registrar_name": "Registrar of Domain Names REG.RU LLC",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Aviaprodukt, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Moscow",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "RU",
            "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.hosting.reg.ru",
                "ns2.hosting.reg.ru"
            ],
            "domain_status": [
                "addPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 100,
            "domain_name": "big-project.net",
            "domain_keyword": "big-project",
            "domain_tld": "net",
            "query_time": "2024-04-24 21:47:03",
            "create_date": "2016-12-01",
            "update_date": "2023-12-02",
            "expiry_date": "2024-12-01",
            "registrar_iana": 85,
            "registrar_name": "EPAG DOMAINSERVICES GmbH",
            "registrar_website": "http://www.epag.de",
            "name_servers": [
                "ns.checkdomain.de",
                "ns2.checkdomain.de"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.348,
        "api_credits_used": 3,
        "cost_calculation": "3 (fuzzy_domains [1 domain])"
    }
}
<root>
 <success>true</success>
 <query>
  <fuzzy_domains>bio-protect.de</fuzzy_domains>
  <page_size>100</page_size>
 </query>
 <count>
  <total>348</total>
  <relation>eq</relation>
  <current>100</current>
 </count>
 <unique_domains>bio-project.com.cn, bdo-protect.info, bio-project.info, bio-protech.com, bio-protech.pro, bin-protect.com, bio-project.ru, bio-project.com, bioprotect.us, bioprotect.net, bioprotect.info, bioprotect.lol, bioprotect.store, bioprotect.de, bioprotect.nl, bioprotect.co.uk, bioprotect.be, bioprotect.shop, io-protect.com, bioprotect.world, bioprotect.asia, bioprotect.ru, bioprotect.bio, bioprotect.uk, bioprotect.com, bioprotect.org, bioprotect.biz, bioprotect.md, bioprotect.se, bioprotect.earth, bioprotect.online, bookprotect.com, bag-protect.com, b2b-protect.com, bet-protect.com, bio-protein.de, vivo-protect.co.uk, bso-project.com, bot-protect.com, vip-protect.com, bcs-protect.com, geo-protect.net, fin-protect.site, lipo-protect.com, eco-protect.com, bird-protect.com, bsp-protect.com, pii-protect.com, bin-project.com, fin-protect.com, bikeprotect.org, big-project.it, ato-protect.com, bisonprotect.com, bso-project.org, bio-product.nl, lip-protect.com, fin-protect.net, biteprotect.com, biomproject.com, bioprotects.com, fis-protect.com, eco-protect.co.uk, bio-protector.com, h2o-protect.com, browprotect.com, bios-project.eu, aco-protect.com, eco-protect.net, pro-protect.org, ais-protect.com, bikeprotect.com, birdprotect.eu, air-protect.eu, lip-protect.co.uk, lid-protect.info, bid-project.com, bmw-protect.co.uk, bio-product.ru, bio-prodict.nl, bik-project.ru, eco-protect.ru, pro-protect.de, blogprotect.com, bcs-protect.co.uk, lionprotect.net, vip-protect.ru, big-project.com, biro-project.eu, bee-protect.com, klio-protect.com, bed-protect.com, bad-protect.com, sic-protect.com, bps-protect.de, bro-project.info, bay-protect.com, riotprotect.com, birdprotect.pro, big-project.net</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>bio-project.com.cn</domain_name>
   <domain_keyword>bio-project</domain_keyword>
   <domain_tld>com.cn</domain_tld>
   <query_time>2024-05-26 22:31:20</query_time>
   <create_date>2023-08-18</create_date>
   <expiry_date>2024-08-18</expiry_date>
   <registrar_name>广东时代互联科技有限公司</registrar_name>
   <registrant_name>耿树珍</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>now1.dns.com</value>
    <value>now2.dns.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>bdo-protect.info</domain_name>
   <domain_keyword>bdo-protect</domain_keyword>
   <domain_tld>info</domain_tld>
   <query_time>2024-05-13 12:32:33</query_time>
   <create_date>2024-01-11</create_date>
   <update_date>2024-02-15</update_date>
   <expiry_date>2025-01-11</expiry_date>
   <registrar_iana>1479</registrar_iana>
   <registrar_name>NameSilo, LLC</registrar_name>
   <registrar_website>http://www.namesilo.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>PrivacyGuardian.org llc</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>AZ</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>lilyana.ns.cloudflare.com</value>
    <value>todd.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientHold</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>3</num>
   <domain_name>bio-project.info</domain_name>
   <domain_keyword>bio-project</domain_keyword>
   <domain_tld>info</domain_tld>
   <query_time>2024-05-07 13:13:50</query_time>
   <create_date>2015-04-13</create_date>
   <update_date>2023-04-01</update_date>
   <expiry_date>2025-04-13</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 0139835700</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>dns.technorail.com</value>
    <value>dns2.technorail.com</value>
    <value>dns3.arubadns.net</value>
    <value>dns4.arubadns.cz</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>bio-protech.com</domain_name>
   <domain_keyword>bio-protech</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-08 22:18:39</query_time>
   <create_date>2021-02-06</create_date>
   <update_date>2024-02-06</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>5</num>
   <domain_name>bio-protech.pro</domain_name>
   <domain_keyword>bio-protech</domain_keyword>
   <domain_tld>pro</domain_tld>
   <query_time>2024-05-26 22:31:20</query_time>
   <create_date>2021-03-02</create_date>
   <update_date>2023-04-16</update_date>
   <expiry_date>2025-03-02</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>ns63.domaincontrol.com</value>
    <value>ns64.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>6</num>
   <domain_name>bin-protect.com</domain_name>
   <domain_keyword>bin-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-10 10:13:20</query_time>
   <create_date>2023-07-07</create_date>
   <update_date>2023-07-07</update_date>
   <expiry_date>2024-07-07</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>audrey.ns.cloudflare.com</value>
    <value>zahir.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>7</num>
   <domain_name>bio-project.ru</domain_name>
   <domain_keyword>bio-project</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-03 20:36:59</query_time>
   <create_date>2016-03-23</create_date>
   <expiry_date>2025-03-23</expiry_date>
   <registrar_name>R01-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <domain_status>
    <value>NOT DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>8</num>
   <domain_name>bio-project.com</domain_name>
   <domain_keyword>bio-project</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-15 07:04:12</query_time>
   <create_date>2013-10-20</create_date>
   <update_date>2023-08-18</update_date>
   <expiry_date>2024-10-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>ns5.afternic.com</value>
    <value>ns6.afternic.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>9</num>
   <domain_name>bioprotect.us</domain_name>
   <domain_keyword>bioprotect</domain_keyword>
   <domain_tld>us</domain_tld>
   <query_time>2024-05-23 22:07:34</query_time>
   <create_date>2018-03-17</create_date>
   <update_date>2024-03-23</update_date>
   <expiry_date>2025-03-17</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>whois.godaddy.com</registrar_website>
   <registrant_name>ViaClean Technologies</registrant_name>
   <registrant_address>230 S.Broad St.</registrant_address>
   <registrant_city>Philadelphia</registrant_city>
   <registrant_state>PA</registrant_state>
   <registrant_zip>19102</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.4842253383</registrant_phone>
   <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>10</num>
   <domain_name>bioprotect.net</domain_name>
   <domain_keyword>bioprotect</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-31 05:06:33</query_time>
   <create_date>2013-11-16</create_date>
   <update_date>2020-05-07</update_date>
   <expiry_date>2024-11-16</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>Jin H. Park</registrant_name>
   <registrant_address>904Dong 1101Ho, MaEum-Ro 151,</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>11</num>
   <domain_name>bioprotect.info</domain_name>
   <domain_keyword>bioprotect</domain_keyword>
   <domain_tld>info</domain_tld>
   <query_time>2024-05-14 23:53:30</query_time>
   <create_date>2020-03-17</create_date>
   <update_date>2024-05-01</update_date>
   <expiry_date>2025-03-17</expiry_date>
   <registrar_iana>83</registrar_iana>
   <registrar_name>IONOS SE</registrar_name>
   <registrar_website>https://www.ionos.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>1&amp;1 Internet Limited</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>GLS</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.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>12</num>
   <domain_name>bioprotect.lol</domain_name>
   <domain_keyword>bioprotect</domain_keyword>
   <domain_tld>lol</domain_tld>
   <query_time>2024-05-31 05:06:33</query_time>
   <create_date>2023-09-21</create_date>
   <update_date>2023-09-26</update_date>
   <expiry_date>2024-09-21</expiry_date>
   <registrar_iana>1586</registrar_iana>
   <registrar_name>Mat Bao Corporation</registrar_name>
   <registrar_website>http://www.matbao.net</registrar_website>
   <registrant_company>HOÀNG DUY HƯNG</registrant_company>
   <registrant_country>VN</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.matbao.com</value>
    <value>ns2.matbao.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>13</num>
   <domain_name>bioprotect.store</domain_name>
   <domain_keyword>bioprotect</domain_keyword>
   <domain_tld>store</domain_tld>
   <query_time>2024-04-13 08:31:16</query_time>
   <create_date>2023-10-02</create_date>
   <update_date>2024-01-16</update_date>
   <expiry_date>2024-10-02</expiry_date>
   <registrar_iana>3234</registrar_iana>
   <registrar_name>iNET Corporation</registrar_name>
   <registrar_website>http://inet.vn</registrar_website>
   <registrant_country>VN</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.inet.vn</value>
    <value>ns2.inet.vn</value>
    <value>ns3.inet.vn</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>14</num>
   <domain_name>bioprotect.de</domain_name>
   <domain_keyword>bioprotect</domain_keyword>
   <domain_tld>de</domain_tld>
   <query_time>2024-05-05 09:25:24</query_time>
   <update_date>2013-01-29</update_date>
   <name_servers>
    <value>ns1.greatnet.de</value>
    <value>ns2.greatnet.de</value>
    <value>ns3.greatnet.de</value>
   </name_servers>
   <domain_status>
    <value>connect</value>
   </domain_status>
  </value>
  <value>
   <num>15</num>
   <domain_name>bioprotect.nl</domain_name>
   <domain_keyword>bioprotect</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-04-25 20:48:48</query_time>
   <create_date>2024-02-04</create_date>
   <registrar_name>XNS Registrar B.V.</registrar_name>
   <name_servers>
    <value>ns1.dovendi.nl</value>
    <value>ns2.dovendi.eu</value>
    <value>ns3.dovendi.eu</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>yes</value>
   </dns_sec>
  </value>
  <value>
   <num>16</num>
   <domain_name>bioprotect.co.uk</domain_name>
   <domain_keyword>bioprotect</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-04-25 20:48:50</query_time>
   <create_date>2006-01-22</create_date>
   <update_date>2023-11-24</update_date>
   <expiry_date>2033-01-22</expiry_date>
   <registrar_name>Krystal Hosting Ltd [Tag = KRYSTAL]</registrar_name>
   <registrar_website>https://krystal.uk</registrar_website>
   <name_servers>
    <value>ns0.sinameserver.co.uk</value>
    <value>ns1.sinameserver.co.uk</value>
    <value>ns2.sinameserver.co.uk</value>
    <value>ns3.sinameserver.co.uk</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>17</num>
   <domain_name>bioprotect.be</domain_name>
   <domain_keyword>bioprotect</domain_keyword>
   <domain_tld>be</domain_tld>
   <query_time>2024-05-07 19:56:48</query_time>
   <create_date>2000-03-14</create_date>
   <registrar_name>Combell nv</registrar_name>
   <registrar_website>https://www.combell.com</registrar_website>
   <name_servers>
    <value>ns3.combell.net</value>
    <value>ns4.combell.net</value>
   </name_servers>
   <domain_status>
    <value>Not Available</value>
   </domain_status>
  </value>
  <value>
   <num>18</num>
   <domain_name>bioprotect.shop</domain_name>
   <domain_keyword>bioprotect</domain_keyword>
   <domain_tld>shop</domain_tld>
   <query_time>2024-05-14 23:53:33</query_time>
   <create_date>2023-12-16</create_date>
   <update_date>2024-02-05</update_date>
   <expiry_date>2024-12-16</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>Dynadot Inc.</registrar_name>
   <registrar_website>https://www.dynadot.com/</registrar_website>
   <registrant_state>California</registrant_state>
   <registrant_country>US</registrant_country>
   <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>19</num>
   <domain_name>io-protect.com</domain_name>
   <domain_keyword>io-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-19 14:48:07</query_time>
   <create_date>2015-12-05</create_date>
   <update_date>2023-12-06</update_date>
   <expiry_date>2024-12-05</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>ns01.cashparking.com</value>
    <value>ns02.cashparking.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>20</num>
   <domain_name>bioprotect.world</domain_name>
   <domain_keyword>bioprotect</domain_keyword>
   <domain_tld>world</domain_tld>
   <query_time>2024-05-12 13:40:52</query_time>
   <create_date>2022-01-02</create_date>
   <update_date>2024-04-21</update_date>
   <expiry_date>2025-01-02</expiry_date>
   <registrar_iana>1408</registrar_iana>
   <registrar_name>united-domains AG</registrar_name>
   <registrar_website>http://www.united-domains.de</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privatpraxis</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.udag.de</value>
    <value>ns.udag.net</value>
    <value>ns.udag.org</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>21</num>
   <domain_name>bioprotect.asia</domain_name>
   <domain_keyword>bioprotect</domain_keyword>
   <domain_tld>asia</domain_tld>
   <query_time>2024-05-21 08:05:29</query_time>
   <create_date>2021-01-19</create_date>
   <update_date>2023-12-25</update_date>
   <expiry_date>2025-01-19</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>ns10.wixdns.net</value>
    <value>ns11.wixdns.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>22</num>
   <domain_name>bioprotect.ru</domain_name>
   <domain_keyword>bioprotect</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-03 20:39:00</query_time>
   <create_date>2004-04-08</create_date>
   <expiry_date>2025-04-08</expiry_date>
   <registrar_name>RU-CENTER-RU</registrar_name>
   <registrant_company>LLC &quot;Mig-Trast&quot;</registrant_company>
   <name_servers>
    <value>dns1.yandex.ru</value>
    <value>dns2.yandex.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>23</num>
   <domain_name>bioprotect.bio</domain_name>
   <domain_keyword>bioprotect</domain_keyword>
   <domain_tld>bio</domain_tld>
   <query_time>2024-04-25 20:48:48</query_time>
   <create_date>2016-09-18</create_date>
   <update_date>2022-11-02</update_date>
   <expiry_date>2024-09-18</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 0145853110</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.hover.com</value>
    <value>ns2.hover.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>24</num>
   <domain_name>bioprotect.uk</domain_name>
   <domain_keyword>bioprotect</domain_keyword>
   <domain_tld>uk</domain_tld>
   <query_time>2024-05-26 22:40:51</query_time>
   <create_date>2023-11-20</create_date>
   <update_date>2023-11-20</update_date>
   <expiry_date>2024-11-20</expiry_date>
   <registrar_name>GoDaddy.com, LLC. [Tag = GODADDY]</registrar_name>
   <registrar_website>http://uk.godaddy.com</registrar_website>
   <name_servers>
    <value>ns35.domaincontrol.com</value>
    <value>ns36.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>25</num>
   <domain_name>bioprotect.com</domain_name>
   <domain_keyword>bioprotect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-17 17:00:36</query_time>
   <create_date>2001-08-30</create_date>
   <update_date>2022-10-07</update_date>
   <expiry_date>2027-08-30</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com</registrar_website>
   <name_servers>
    <value>ns11.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>26</num>
   <domain_name>bioprotect.org</domain_name>
   <domain_keyword>bioprotect</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-04-25 20:48:48</query_time>
   <create_date>2014-10-08</create_date>
   <update_date>2024-04-21</update_date>
   <expiry_date>2024-10-08</expiry_date>
   <registrar_iana>440</registrar_iana>
   <registrar_name>Wild West Domains, LLC</registrar_name>
   <registrar_website>http://whois.wildwestdomains.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.dan.com</value>
    <value>ns2.dan.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>27</num>
   <domain_name>bioprotect.biz</domain_name>
   <domain_keyword>bioprotect</domain_keyword>
   <domain_tld>biz</domain_tld>
   <query_time>2024-05-18 12:22:03</query_time>
   <create_date>2023-11-11</create_date>
   <update_date>2024-01-14</update_date>
   <expiry_date>2024-11-11</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>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>rosalyn.ns.cloudflare.com</value>
    <value>yew.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>28</num>
   <domain_name>bioprotect.md</domain_name>
   <domain_keyword>bioprotect</domain_keyword>
   <domain_tld>md</domain_tld>
   <query_time>2024-04-13 08:31:16</query_time>
   <create_date>2005-08-08</create_date>
   <expiry_date>2024-08-08</expiry_date>
   <name_servers>
    <value>ns4.tophost.md</value>
    <value>ns5.tophost.md</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
  </value>
  <value>
   <num>29</num>
   <domain_name>bioprotect.se</domain_name>
   <domain_keyword>bioprotect</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 07:10:59</query_time>
   <create_date>2022-05-20</create_date>
   <update_date>2024-05-02</update_date>
   <expiry_date>2025-05-20</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>30</num>
   <domain_name>bioprotect.earth</domain_name>
   <domain_keyword>bioprotect</domain_keyword>
   <domain_tld>earth</domain_tld>
   <query_time>2024-04-13 08:31:17</query_time>
   <create_date>2022-01-02</create_date>
   <update_date>2024-02-26</update_date>
   <expiry_date>2025-01-02</expiry_date>
   <registrar_iana>1408</registrar_iana>
   <registrar_name>united-domains AG</registrar_name>
   <registrar_website>http://www.united-domains.de</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privatpraxis</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.udag.de</value>
    <value>ns.udag.net</value>
    <value>ns.udag.org</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>31</num>
   <domain_name>bioprotect.online</domain_name>
   <domain_keyword>bioprotect</domain_keyword>
   <domain_tld>online</domain_tld>
   <query_time>2024-06-01 04:27:02</query_time>
   <create_date>2024-05-28</create_date>
   <update_date>2024-05-29</update_date>
   <expiry_date>2025-05-28</expiry_date>
   <registrar_iana>418</registrar_iana>
   <registrar_name>Communigal Communications Ltd</registrar_name>
   <registrar_website>http://www.galcomm.com</registrar_website>
   <registrant_company>Domain Name Privacy Inc.</registrant_company>
   <registrant_state>Paphos</registrant_state>
   <registrant_country>CY</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns15.abovedomains.com</value>
    <value>ns16.abovedomains.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>32</num>
   <domain_name>bookprotect.com</domain_name>
   <domain_keyword>bookprotect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-25 00:04:47</query_time>
   <create_date>2018-04-05</create_date>
   <update_date>2024-05-19</update_date>
   <expiry_date>2024-04-05</expiry_date>
   <registrar_iana>609</registrar_iana>
   <registrar_name>Sav.com, LLC</registrar_name>
   <registrar_website>http://sav.com</registrar_website>
   <name_servers>
    <value>ns1-expired.sav.com</value>
    <value>ns2-expired.sav.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>redemptionPeriod</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>33</num>
   <domain_name>bag-protect.com</domain_name>
   <domain_keyword>bag-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-26 00:54:42</query_time>
   <create_date>2006-01-19</create_date>
   <update_date>2024-01-20</update_date>
   <expiry_date>2025-01-19</expiry_date>
   <registrar_iana>106</registrar_iana>
   <registrar_name>Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA</registrar_name>
   <registrar_website>http://www.ascio.com</registrar_website>
   <name_servers>
    <value>cns1.cloudpit.de</value>
    <value>cns2.cloudpit.com</value>
    <value>cns3.cloudpit.io</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>34</num>
   <domain_name>b2b-protect.com</domain_name>
   <domain_keyword>b2b-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-19 10:53:26</query_time>
   <create_date>2014-07-08</create_date>
   <update_date>2023-08-27</update_date>
   <expiry_date>2024-07-08</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>Wetterprotect GmbH</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Niedersachsen</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>DE</registrant_country>
   <registrant_email>https://whoispro.domain-robot.org/whois/b2b-protect.com</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>nsa1.schlundtech.de</value>
    <value>nsb1.schlundtech.de</value>
    <value>nsc1.schlundtech.de</value>
    <value>nsd1.schlundtech.de</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>35</num>
   <domain_name>bet-protect.com</domain_name>
   <domain_keyword>bet-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-29 13:12:06</query_time>
   <create_date>2023-08-09</create_date>
   <update_date>2023-10-10</update_date>
   <expiry_date>2024-08-09</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>http://www.namecheap.com</registrar_website>
   <name_servers>
    <value>ns1.bet-protect.com</value>
    <value>ns2.bet-protect.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>36</num>
   <domain_name>bio-protein.de</domain_name>
   <domain_keyword>bio-protein</domain_keyword>
   <domain_tld>de</domain_tld>
   <query_time>2024-05-05 09:23:25</query_time>
   <update_date>2018-05-18</update_date>
   <name_servers>
    <value>ns5.kasserver.com</value>
    <value>ns6.kasserver.com</value>
   </name_servers>
   <domain_status>
    <value>connect</value>
   </domain_status>
  </value>
  <value>
   <num>37</num>
   <domain_name>vivo-protect.co.uk</domain_name>
   <domain_keyword>vivo-protect</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-05-12 19:23:12</query_time>
   <create_date>2023-10-17</create_date>
   <update_date>2024-03-08</update_date>
   <expiry_date>2024-10-17</expiry_date>
   <registrar_name>Namecheap, Inc. [Tag = NAMECHEAP-INC]</registrar_name>
   <registrar_website>https://www.namecheap.com</registrar_website>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>38</num>
   <domain_name>bso-project.com</domain_name>
   <domain_keyword>bso-project</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-31 21:05:46</query_time>
   <create_date>2018-04-11</create_date>
   <update_date>2023-04-01</update_date>
   <expiry_date>2024-04-11</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_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>dns107.ovh.net</value>
    <value>ns107.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>39</num>
   <domain_name>bot-protect.com</domain_name>
   <domain_keyword>bot-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-19 01:20:35</query_time>
   <create_date>2024-01-22</create_date>
   <update_date>2024-04-17</update_date>
   <expiry_date>2026-01-22</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>Dynadot Inc</registrar_name>
   <registrar_website>http://www.dynadot.com</registrar_website>
   <name_servers>
    <value>dawn.ns.cloudflare.com</value>
    <value>dimitris.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>40</num>
   <domain_name>vip-protect.com</domain_name>
   <domain_keyword>vip-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-01 18:35:09</query_time>
   <create_date>2020-11-03</create_date>
   <update_date>2024-03-15</update_date>
   <expiry_date>2024-11-03</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>ns55.domaincontrol.com</value>
    <value>ns56.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>bcs-protect.com</domain_name>
   <domain_keyword>bcs-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-27 18:50:56</query_time>
   <create_date>2023-02-04</create_date>
   <update_date>2024-05-18</update_date>
   <expiry_date>2025-02-04</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>ns0.thundercloud.uk</value>
    <value>ns1.thundercloud.uk</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>42</num>
   <domain_name>geo-protect.net</domain_name>
   <domain_keyword>geo-protect</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-23 23:25:40</query_time>
   <create_date>2000-11-05</create_date>
   <update_date>2017-11-27</update_date>
   <expiry_date>2024-11-05</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>ns1044.ui-dns.biz</value>
    <value>ns1044.ui-dns.com</value>
    <value>ns1044.ui-dns.de</value>
    <value>ns1044.ui-dns.org</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>43</num>
   <domain_name>fin-protect.site</domain_name>
   <domain_keyword>fin-protect</domain_keyword>
   <domain_tld>site</domain_tld>
   <query_time>2024-05-06 10:13:00</query_time>
   <create_date>2023-10-31</create_date>
   <update_date>2023-12-29</update_date>
   <expiry_date>2024-10-31</expiry_date>
   <registrar_iana>1606</registrar_iana>
   <registrar_name>Registrar of Domain Names REG.RU, LLC</registrar_name>
   <registrar_website>https://www.reg.ru/</registrar_website>
   <registrant_company>Privacy Protection</registrant_company>
   <registrant_country>RU</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.hosting.reg.ru</value>
    <value>ns2.hosting.reg.ru</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>44</num>
   <domain_name>lipo-protect.com</domain_name>
   <domain_keyword>lipo-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-15 15:55:03</query_time>
   <create_date>2020-03-02</create_date>
   <update_date>2023-10-26</update_date>
   <expiry_date>2026-03-02</expiry_date>
   <registrar_iana>269</registrar_iana>
   <registrar_name>Key-Systems GmbH</registrar_name>
   <registrar_website>http://www.key-systems.net</registrar_website>
   <registrant_name>On behalf of lipo-protect.com OWNER</registrant_name>
   <registrant_company>c/o whoisproxy.com</registrant_company>
   <registrant_address>604 Cameron Street</registrant_address>
   <registrant_city>Alexandria</registrant_city>
   <registrant_state>VA</registrant_state>
   <registrant_zip>22314</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>aa197429df19a1b983e38444d4d626b00f219d0424ca8627db6d2c0274ced513@lipo-protect.com.whoisproxy.org</registrant_email>
   <registrant_phone>+64.48319528</registrant_phone>
   <name_servers>
    <value>ns-1033.awsdns-01.org</value>
    <value>ns-114.awsdns-14.com</value>
    <value>ns-827.awsdns-39.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>45</num>
   <domain_name>eco-protect.com</domain_name>
   <domain_keyword>eco-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-28 17:16:46</query_time>
   <create_date>2024-02-27</create_date>
   <update_date>2024-02-27</update_date>
   <expiry_date>2025-02-27</expiry_date>
   <registrar_iana>2603</registrar_iana>
   <registrar_name>DropCatch.com 844 LLC</registrar_name>
   <registrar_website>https://www.NameBright.com</registrar_website>
   <registrant_name>Redacted for Privacy</registrant_name>
   <registrant_company>NameBrightPrivacy.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.7204960020</registrant_phone>
   <name_servers>
    <value>ns1.dropcatch.com</value>
    <value>ns2.dropcatch.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>46</num>
   <domain_name>bird-protect.com</domain_name>
   <domain_keyword>bird-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-23 22:36:03</query_time>
   <create_date>2010-06-28</create_date>
   <update_date>2023-06-26</update_date>
   <expiry_date>2024-06-28</expiry_date>
   <registrar_iana>82</registrar_iana>
   <registrar_name>Onlinenic Inc</registrar_name>
   <registrar_website>http://www.onlinenic.com</registrar_website>
   <registrant_name>[email protected]</registrant_name>
   <registrant_company>[email protected]</registrant_company>
   <registrant_address>31/351  MOO3 MOOBANPREKSA 12</registrant_address>
   <registrant_city>KLONGSAM  KLONGLUANG</registrant_city>
   <registrant_state>PATHUMTANI</registrant_state>
   <registrant_zip>12120</registrant_zip>
   <registrant_country>TH</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+66.28327036</registrant_phone>
   <registrant_fax>+66.28327036</registrant_fax>
   <name_servers>
    <value>ns259.pathosting.com</value>
    <value>ns260.pathosting.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>47</num>
   <domain_name>bsp-protect.com</domain_name>
   <domain_keyword>bsp-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-10 21:54:58</query_time>
   <create_date>2022-08-02</create_date>
   <update_date>2022-08-02</update_date>
   <expiry_date>2024-08-02</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_company>1&amp;1 Internet Limited</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>GLS</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>GB</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>ns1046.ui-dns.biz</value>
    <value>ns1053.ui-dns.com</value>
    <value>ns1089.ui-dns.de</value>
    <value>ns1090.ui-dns.org</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>48</num>
   <domain_name>pii-protect.com</domain_name>
   <domain_keyword>pii-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-23 14:42:27</query_time>
   <create_date>2014-10-27</create_date>
   <update_date>2023-10-27</update_date>
   <expiry_date>2024-10-27</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>ns-1097.awsdns-09.org</value>
    <value>ns-1736.awsdns-25.co.uk</value>
    <value>ns-406.awsdns-50.com</value>
    <value>ns-788.awsdns-34.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>49</num>
   <domain_name>bin-project.com</domain_name>
   <domain_keyword>bin-project</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-28 13:44:39</query_time>
   <create_date>2020-08-26</create_date>
   <update_date>2023-07-26</update_date>
   <expiry_date>2024-08-26</expiry_date>
   <registrar_iana>1557</registrar_iana>
   <registrar_name>Netowl, Inc.</registrar_name>
   <registrar_website>www.star-domain.jp</registrar_website>
   <registrant_name>Xserver Xserver Inc.</registrant_name>
   <registrant_company>Xserver Inc.</registrant_company>
   <registrant_address>GRAND FRONT OSAKA TOWER A 32F, 4-20 Ofukacho, Kita-ku</registrant_address>
   <registrant_city>Osaka</registrant_city>
   <registrant_state>Osaka</registrant_state>
   <registrant_zip>5300011</registrant_zip>
   <registrant_country>JP</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+81.662928811</registrant_phone>
   <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>- https://www.icann.org/epp#</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>50</num>
   <domain_name>fin-protect.com</domain_name>
   <domain_keyword>fin-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-29 01:08:27</query_time>
   <create_date>2023-02-12</create_date>
   <update_date>2023-02-12</update_date>
   <expiry_date>2025-02-12</expiry_date>
   <registrar_iana>141</registrar_iana>
   <registrar_name>Cronon AG</registrar_name>
   <registrar_website>http://www.cronon.net</registrar_website>
   <registrant_country>DE</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>docks05.rzone.de</value>
    <value>shades09.rzone.de</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>51</num>
   <domain_name>bikeprotect.org</domain_name>
   <domain_keyword>bikeprotect</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-04-26 23:43:22</query_time>
   <create_date>2011-10-12</create_date>
   <update_date>2024-04-10</update_date>
   <expiry_date>2024-10-12</expiry_date>
   <registrar_iana>1408</registrar_iana>
   <registrar_name>united-domains AG</registrar_name>
   <registrar_website>https://www.united-domains.de/whois-suche</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>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.udag.de</value>
    <value>ns.udag.net</value>
    <value>ns.udag.org</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>52</num>
   <domain_name>big-project.it</domain_name>
   <domain_keyword>big-project</domain_keyword>
   <domain_tld>it</domain_tld>
   <query_time>2024-05-13 04:00:17</query_time>
   <create_date>2007-08-07</create_date>
   <update_date>2023-08-23</update_date>
   <expiry_date>2024-08-07</expiry_date>
   <registrar_name>Register S.p.a.</registrar_name>
   <registrar_website>https://www.register.it</registrar_website>
   <registrant_company>Marco Domeniconi</registrant_company>
   <registrant_address>Via Variano , 72</registrant_address>
   <registrant_city>Rimini</registrant_city>
   <registrant_state>RN</registrant_state>
   <registrant_zip>47823</registrant_zip>
   <registrant_country>IT</registrant_country>
   <name_servers>
    <value>ns1.register.it</value>
    <value>ns2.register.it</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>yes</value>
   </dns_sec>
  </value>
  <value>
   <num>53</num>
   <domain_name>ato-protect.com</domain_name>
   <domain_keyword>ato-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-04 22:29:54</query_time>
   <create_date>2023-12-17</create_date>
   <update_date>2024-01-05</update_date>
   <expiry_date>2024-12-17</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_company>1&amp;1 Internet Inc</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>PA</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1055.ui-dns.org</value>
    <value>ns1070.ui-dns.biz</value>
    <value>ns1083.ui-dns.com</value>
    <value>ns1102.ui-dns.de</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>54</num>
   <domain_name>bisonprotect.com</domain_name>
   <domain_keyword>bisonprotect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-20 15:52:50</query_time>
   <create_date>2024-03-20</create_date>
   <update_date>2024-03-20</update_date>
   <expiry_date>2025-03-20</expiry_date>
   <registrar_iana>3827</registrar_iana>
   <registrar_name>Squarespace Domains LLC</registrar_name>
   <registrar_website>https://domains.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>TN</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>AS</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>55</num>
   <domain_name>bso-project.org</domain_name>
   <domain_keyword>bso-project</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-04-30 17:56:34</query_time>
   <create_date>2018-04-11</create_date>
   <update_date>2024-04-06</update_date>
   <expiry_date>2025-04-11</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_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>dns107.ovh.net</value>
    <value>ns107.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>bio-product.nl</domain_name>
   <domain_keyword>bio-product</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-05-07 13:13:50</query_time>
   <create_date>2022-04-13</create_date>
   <update_date>2024-02-03</update_date>
   <registrar_name>Registrar.eu</registrar_name>
   <name_servers>
    <value>bayan.ns.cloudflare.com</value>
    <value>emily.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>yes</value>
   </dns_sec>
  </value>
  <value>
   <num>57</num>
   <domain_name>lip-protect.com</domain_name>
   <domain_keyword>lip-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-03 04:04:09</query_time>
   <create_date>2023-06-02</create_date>
   <update_date>2023-06-02</update_date>
   <expiry_date>2026-06-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>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>58</num>
   <domain_name>fin-protect.net</domain_name>
   <domain_keyword>fin-protect</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-29 01:08:27</query_time>
   <create_date>2023-02-12</create_date>
   <update_date>2024-02-13</update_date>
   <expiry_date>2025-02-12</expiry_date>
   <registrar_iana>141</registrar_iana>
   <registrar_name>Cronon GmbH</registrar_name>
   <registrar_website>http://www.cronon.net</registrar_website>
   <name_servers>
    <value>docks04.rzone.de</value>
    <value>shades16.rzone.de</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>59</num>
   <domain_name>biteprotect.com</domain_name>
   <domain_keyword>biteprotect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-29 04:21:24</query_time>
   <create_date>2016-03-29</create_date>
   <update_date>2021-03-23</update_date>
   <expiry_date>2024-03-29</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>60</num>
   <domain_name>biomproject.com</domain_name>
   <domain_keyword>biomproject</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-04 14:55:00</query_time>
   <create_date>2023-11-10</create_date>
   <update_date>2023-11-10</update_date>
   <expiry_date>2024-11-10</expiry_date>
   <registrar_iana>1505</registrar_iana>
   <registrar_name>GRANSY S.R.O D/B/A SUBREG.CZ</registrar_name>
   <registrar_website>http://regtons.com</registrar_website>
   <registrant_name>Not Disclosed Not Disclosed</registrant_name>
   <registrant_address>Not Disclosed</registrant_address>
   <registrant_city>Not Disclosed</registrant_city>
   <registrant_zip>Not Disclosed</registrant_zip>
   <registrant_country>CZ</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>Not Disclosed</registrant_phone>
   <registrant_fax>Not Disclosed</registrant_fax>
   <name_servers>
    <value>ns.endora.cz</value>
    <value>ns.endoraland.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>61</num>
   <domain_name>bioprotects.com</domain_name>
   <domain_keyword>bioprotects</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-13 08:31:18</query_time>
   <create_date>2020-04-28</create_date>
   <update_date>2023-08-26</update_date>
   <expiry_date>2025-04-28</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.afternic.com</value>
    <value>ns2.afternic.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>fis-protect.com</domain_name>
   <domain_keyword>fis-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-27 04:42:08</query_time>
   <create_date>2017-04-04</create_date>
   <update_date>2024-04-03</update_date>
   <expiry_date>2025-04-04</expiry_date>
   <registrar_iana>828</registrar_iana>
   <registrar_name>Hetzner Online GmbH</registrar_name>
   <registrar_website>http://www.hetzner.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>REDACTED FOR PRIVACY</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>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.first-ns.de</value>
    <value>robotns2.second-ns.de</value>
    <value>robotns3.second-ns.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>63</num>
   <domain_name>eco-protect.co.uk</domain_name>
   <domain_keyword>eco-protect</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-04-28 17:16:46</query_time>
   <create_date>2023-12-20</create_date>
   <update_date>2023-12-20</update_date>
   <expiry_date>2024-12-20</expiry_date>
   <registrar_name>GoDaddy.com, LLC. [Tag = GODADDY]</registrar_name>
   <registrar_website>http://uk.godaddy.com</registrar_website>
   <name_servers>
    <value>ns65.domaincontrol.com</value>
    <value>ns66.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>64</num>
   <domain_name>bio-protector.com</domain_name>
   <domain_keyword>bio-protector</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-15 07:04:13</query_time>
   <create_date>2010-02-22</create_date>
   <update_date>2022-12-29</update_date>
   <expiry_date>2025-02-22</expiry_date>
   <registrar_iana>1432</registrar_iana>
   <registrar_name>Alpine Domains Inc.</registrar_name>
   <registrar_website>http://alpinedomains.com</registrar_website>
   <registrant_name>Domain Manager</registrant_name>
   <registrant_company>eWeb Development Inc.</registrant_company>
   <registrant_address>30015 - 12051 No 1 Road</registrant_address>
   <registrant_city>Richmond</registrant_city>
   <registrant_state>British Columbia</registrant_state>
   <registrant_zip>V7E 1T5</registrant_zip>
   <registrant_country>CA</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.6049984455</registrant_phone>
   <name_servers>
    <value>ns1.power-dns.com</value>
    <value>ns2.power-dns.com</value>
    <value>ns3.power-dns.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>h2o-protect.com</domain_name>
   <domain_keyword>h2o-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-11 16:45:14</query_time>
   <create_date>2023-05-04</create_date>
   <update_date>2024-05-08</update_date>
   <expiry_date>2025-05-04</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows Domains Inc.</registrar_name>
   <registrar_website>http://www.tucows.com</registrar_website>
   <name_servers>
    <value>ns1.renewyourname.net</value>
    <value>ns2.renewyourname.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>66</num>
   <domain_name>browprotect.com</domain_name>
   <domain_keyword>browprotect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-21 11:34:31</query_time>
   <create_date>2016-06-20</create_date>
   <update_date>2023-06-21</update_date>
   <expiry_date>2024-06-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>ns13.domaincontrol.com</value>
    <value>ns14.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>67</num>
   <domain_name>bios-project.eu</domain_name>
   <domain_keyword>bios-project</domain_keyword>
   <domain_tld>eu</domain_tld>
   <query_time>2024-05-05 05:58:52</query_time>
   <registrar_name>Papaki.com</registrar_name>
   <registrar_website>https://www.papaki.com/</registrar_website>
   <name_servers>
    <value>ns1.webhosting4u-dns.com</value>
    <value>ns2.webhosting4u-dns.com</value>
    <value>ns3.webhosting4u-dns.com</value>
    <value>ns4.webhosting4u-dns.com</value>
   </name_servers>
  </value>
  <value>
   <num>68</num>
   <domain_name>aco-protect.com</domain_name>
   <domain_keyword>aco-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-17 17:42:14</query_time>
   <create_date>2023-06-09</create_date>
   <update_date>2023-06-25</update_date>
   <expiry_date>2024-06-09</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_company>ACO</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>[email protected]</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1050.ui-dns.biz</value>
    <value>ns1051.ui-dns.com</value>
    <value>ns1090.ui-dns.org</value>
    <value>ns1120.ui-dns.de</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>69</num>
   <domain_name>eco-protect.net</domain_name>
   <domain_keyword>eco-protect</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-23 12:10:45</query_time>
   <create_date>2023-05-02</create_date>
   <update_date>2024-03-14</update_date>
   <expiry_date>2025-05-02</expiry_date>
   <registrar_iana>81</registrar_iana>
   <registrar_name>GANDI SAS</registrar_name>
   <registrar_website>http://www.gandi.net</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Eco Protect'</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Auvergne-Rhone-Alpes</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>FR</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>ns-12-a.gandi.net</value>
    <value>ns-173-c.gandi.net</value>
    <value>ns-236-b.gandi.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>70</num>
   <domain_name>pro-protect.org</domain_name>
   <domain_keyword>pro-protect</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-04-15 01:21:35</query_time>
   <create_date>2017-07-08</create_date>
   <update_date>2024-03-26</update_date>
   <expiry_date>2024-07-08</expiry_date>
   <registrar_iana>303</registrar_iana>
   <registrar_name>PDR Ltd. d/b/a PublicDomainRegistry.com</registrar_name>
   <registrar_website>http://www.publicdomainregistry.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy Protect, LLC (PrivacyProtect.org)</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>MA</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>evan.ns.cloudflare.com</value>
    <value>meg.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>71</num>
   <domain_name>ais-protect.com</domain_name>
   <domain_keyword>ais-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-19 00:40:00</query_time>
   <create_date>2013-09-18</create_date>
   <update_date>2022-10-14</update_date>
   <expiry_date>2026-09-18</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>ais protect</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>dns12.ovh.net</value>
    <value>ns12.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>72</num>
   <domain_name>bikeprotect.com</domain_name>
   <domain_keyword>bikeprotect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-26 23:43:22</query_time>
   <create_date>2003-12-18</create_date>
   <update_date>2024-02-06</update_date>
   <expiry_date>2024-12-18</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>assona GmbH</registrant_company>
   <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>DE</registrant_country>
   <registrant_email>https://whoispro.domain-robot.org/whois/bikeprotect.com</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>merlin.ns.cloudflare.com</value>
    <value>nelly.ns.cloudflare.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>birdprotect.eu</domain_name>
   <domain_keyword>birdprotect</domain_keyword>
   <domain_tld>eu</domain_tld>
   <query_time>2024-05-05 05:58:59</query_time>
   <registrar_name>Freemium Kft.</registrar_name>
   <registrar_website>freemium.hu</registrar_website>
   <name_servers>
    <value>ns.tns1.eu</value>
    <value>ns.tns2.eu</value>
    <value>ns.tns3.eu</value>
    <value>ns.tns4.eu</value>
   </name_servers>
  </value>
  <value>
   <num>74</num>
   <domain_name>air-protect.eu</domain_name>
   <domain_keyword>air-protect</domain_keyword>
   <domain_tld>eu</domain_tld>
   <query_time>2024-05-06 02:04:11</query_time>
   <registrar_name>domainfactory GmbH</registrar_name>
   <registrar_website>http://www.df.eu</registrar_website>
   <name_servers>
    <value>ns71.domaincontrol.com</value>
    <value>ns72.domaincontrol.com</value>
   </name_servers>
  </value>
  <value>
   <num>75</num>
   <domain_name>lip-protect.co.uk</domain_name>
   <domain_keyword>lip-protect</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-05-14 10:30:47</query_time>
   <create_date>2023-06-02</create_date>
   <update_date>2023-08-12</update_date>
   <expiry_date>2026-06-02</expiry_date>
   <registrar_name>GoDaddy.com, LLC. [Tag = GODADDY]</registrar_name>
   <registrar_website>http://uk.godaddy.com</registrar_website>
   <name_servers>
    <value>ns51.domaincontrol.com</value>
    <value>ns52.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>76</num>
   <domain_name>lid-protect.info</domain_name>
   <domain_keyword>lid-protect</domain_keyword>
   <domain_tld>info</domain_tld>
   <query_time>2024-05-20 10:19:50</query_time>
   <create_date>2024-03-22</create_date>
   <update_date>2024-03-27</update_date>
   <expiry_date>2025-03-22</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>blair.ns.cloudflare.com</value>
    <value>james.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientHold</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>77</num>
   <domain_name>bid-project.com</domain_name>
   <domain_keyword>bid-project</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-02 07:16:01</query_time>
   <create_date>2015-05-11</create_date>
   <update_date>2023-06-13</update_date>
   <expiry_date>2024-05-11</expiry_date>
   <registrar_iana>168</registrar_iana>
   <registrar_name>REGISTER S.P.A.</registrar_name>
   <registrar_website>http://we.register.it</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>LI</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>PT</registrant_country>
   <registrant_email>https://domaincontact.register.it/contact-domain</registrant_email>
   <registrant_phone>REDACTED.FORPRIVACY</registrant_phone>
   <registrant_fax>REDACTED.FORPRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.amenworld.com</value>
    <value>ns2.amenworld.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>78</num>
   <domain_name>bmw-protect.co.uk</domain_name>
   <domain_keyword>bmw-protect</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-04-28 15:12:19</query_time>
   <create_date>2007-02-21</create_date>
   <update_date>2024-02-18</update_date>
   <expiry_date>2025-02-21</expiry_date>
   <registrar_name>CSC Corporate Domains, Inc [Tag = CSC-CORP-DOMAINS]</registrar_name>
   <registrar_website>https://www.cscdbs.com</registrar_website>
   <name_servers>
    <value>dns1.cscdns.net</value>
    <value>dns2.cscdns.net</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>79</num>
   <domain_name>bio-product.ru</domain_name>
   <domain_keyword>bio-product</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-03 20:36:59</query_time>
   <create_date>2016-03-23</create_date>
   <expiry_date>2025-03-23</expiry_date>
   <registrar_name>SALENAMES-RU</registrar_name>
   <registrant_company>Private Person</registrant_company>
   <name_servers>
    <value>ns3.salenames.ru</value>
    <value>ns4.salenames.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>80</num>
   <domain_name>bio-prodict.nl</domain_name>
   <domain_keyword>bio-prodict</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-04-26 12:40:14</query_time>
   <create_date>2008-07-15</create_date>
   <update_date>2024-03-19</update_date>
   <registrar_name>Antagonist B.V.</registrar_name>
   <name_servers>
    <value>webhostingserver.g1-dns.com</value>
    <value>webhostingserver.g1-dns.one</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>yes</value>
   </dns_sec>
  </value>
  <value>
   <num>81</num>
   <domain_name>bik-project.ru</domain_name>
   <domain_keyword>bik-project</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-01 06:52:01</query_time>
   <create_date>2016-06-16</create_date>
   <expiry_date>2024-06-16</expiry_date>
   <registrar_name>REGRU-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <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>82</num>
   <domain_name>eco-protect.ru</domain_name>
   <domain_keyword>eco-protect</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-03 02:32:41</query_time>
   <create_date>2022-07-14</create_date>
   <expiry_date>2024-07-14</expiry_date>
   <registrar_name>REGRU-RU</registrar_name>
   <registrant_company>Bars Stroi</registrant_company>
   <name_servers>
    <value>ns1.fozzy.ru</value>
    <value>ns2.fozzy.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>83</num>
   <domain_name>pro-protect.de</domain_name>
   <domain_keyword>pro-protect</domain_keyword>
   <domain_tld>de</domain_tld>
   <query_time>2024-05-06 03:12:52</query_time>
   <update_date>2018-07-25</update_date>
   <name_servers>
    <value>ns1051.ui-dns.biz</value>
    <value>ns1051.ui-dns.com</value>
    <value>ns1051.ui-dns.de</value>
    <value>ns1051.ui-dns.org</value>
   </name_servers>
   <domain_status>
    <value>connect</value>
   </domain_status>
  </value>
  <value>
   <num>84</num>
   <domain_name>blogprotect.com</domain_name>
   <domain_keyword>blogprotect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-21 04:31:23</query_time>
   <create_date>2007-11-13</create_date>
   <update_date>2024-01-01</update_date>
   <expiry_date>2024-12-31</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>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>85</num>
   <domain_name>bcs-protect.co.uk</domain_name>
   <domain_keyword>bcs-protect</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-06-04 09:01:51</query_time>
   <create_date>2023-02-04</create_date>
   <update_date>2024-03-19</update_date>
   <expiry_date>2026-02-04</expiry_date>
   <registrar_name>PDR Ltd. d/b/a PublicDomainRegistry.com [Tag = PDR-IN]</registrar_name>
   <registrar_website>https://publicdomainregistry.com</registrar_website>
   <name_servers>
    <value>ns17.domaincontrol.com</value>
    <value>ns18.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>86</num>
   <domain_name>lionprotect.net</domain_name>
   <domain_keyword>lionprotect</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-24 06:20:44</query_time>
   <create_date>2009-12-15</create_date>
   <update_date>2023-11-15</update_date>
   <expiry_date>2024-12-15</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 Purposes</registrant_name>
   <registrant_company>Redacted for Privacy Purposes</registrant_company>
   <registrant_address>Redacted for Privacy Purposes</registrant_address>
   <registrant_city>Redacted for Privacy Purposes</registrant_city>
   <registrant_state>OH</registrant_state>
   <registrant_zip>Redacted for Privacy Purposes</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>select contact domain holder link at https://www.namecheap.com/domains/whois/result?domain=lionprotect.net</registrant_email>
   <registrant_phone>Redacted for Privacy Purposes</registrant_phone>
   <registrant_fax>Redacted for Privacy Purposes</registrant_fax>
   <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>87</num>
   <domain_name>vip-protect.ru</domain_name>
   <domain_keyword>vip-protect</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-03 02:35:21</query_time>
   <create_date>2015-10-08</create_date>
   <expiry_date>2024-10-08</expiry_date>
   <registrar_name>REGRU-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.ravenstudio.ru</value>
    <value>ns2.ravenstudio.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>88</num>
   <domain_name>big-project.com</domain_name>
   <domain_keyword>big-project</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-14 20:29:57</query_time>
   <create_date>2020-12-16</create_date>
   <update_date>2021-08-26</update_date>
   <expiry_date>2025-12-16</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>89</num>
   <domain_name>biro-project.eu</domain_name>
   <domain_keyword>biro-project</domain_keyword>
   <domain_tld>eu</domain_tld>
   <query_time>2024-05-05 05:59:08</query_time>
   <registrar_name>Aruba S.p.A.</registrar_name>
   <registrar_website>http://www.aruba.it</registrar_website>
   <name_servers>
    <value>dns.technorail.com</value>
    <value>dns2.technorail.com</value>
    <value>dns3.arubadns.net</value>
    <value>dns4.arubadns.cz</value>
   </name_servers>
  </value>
  <value>
   <num>90</num>
   <domain_name>bee-protect.com</domain_name>
   <domain_keyword>bee-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-17 14:48:54</query_time>
   <create_date>2024-04-14</create_date>
   <update_date>2024-04-14</update_date>
   <expiry_date>2025-04-14</expiry_date>
   <registrar_iana>828</registrar_iana>
   <registrar_name>Hetzner Online GmbH</registrar_name>
   <registrar_website>http://www.hetzner.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>REDACTED FOR PRIVACY</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>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>ns.second-ns.com</value>
    <value>ns1.your-server.de</value>
    <value>ns3.second-ns.de</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>91</num>
   <domain_name>klio-protect.com</domain_name>
   <domain_keyword>klio-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-31 08:42:57</query_time>
   <create_date>2020-05-28</create_date>
   <update_date>2024-05-28</update_date>
   <expiry_date>2025-05-28</expiry_date>
   <registrar_iana>1390</registrar_iana>
   <registrar_name>Mesh Digital Limited</registrar_name>
   <registrar_website>http://www.meshdigital.com</registrar_website>
   <name_servers>
    <value>ns71.domaincontrol.com</value>
    <value>ns72.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>92</num>
   <domain_name>bed-protect.com</domain_name>
   <domain_keyword>bed-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-05 19:39:14</query_time>
   <create_date>2024-02-19</create_date>
   <update_date>2024-03-14</update_date>
   <expiry_date>2025-02-19</expiry_date>
   <registrar_iana>106</registrar_iana>
   <registrar_name>Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA</registrar_name>
   <registrar_website>http://www.ascio.com</registrar_website>
   <name_servers>
    <value>ns.checkdomain.de</value>
    <value>ns2.checkdomain.de</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>93</num>
   <domain_name>bad-protect.com</domain_name>
   <domain_keyword>bad-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-08 16:25:05</query_time>
   <create_date>2023-10-08</create_date>
   <update_date>2023-10-09</update_date>
   <expiry_date>2024-10-08</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_state>Gironde</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>FR</registrant_country>
   <registrant_email>contact via https://www.1api.net/send-message/bad-protect.com/registrant</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <name_servers>
    <value>ns1203.ispapi.net</value>
    <value>ns2198.ispapi.net</value>
    <value>ns3210.ispapi.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>94</num>
   <domain_name>sic-protect.com</domain_name>
   <domain_keyword>sic-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-21 01:43:48</query_time>
   <create_date>2024-01-22</create_date>
   <update_date>2024-01-22</update_date>
   <expiry_date>2025-01-22</expiry_date>
   <registrar_iana>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>SIC-Protect</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>dns102.ovh.net</value>
    <value>ns102.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>95</num>
   <domain_name>bps-protect.de</domain_name>
   <domain_keyword>bps-protect</domain_keyword>
   <domain_tld>de</domain_tld>
   <query_time>2024-05-23 20:49:15</query_time>
   <update_date>2021-04-14</update_date>
   <name_servers>
    <value>docks15.rzone.de</value>
    <value>shades03.rzone.de</value>
   </name_servers>
   <domain_status>
    <value>connect</value>
   </domain_status>
  </value>
  <value>
   <num>96</num>
   <domain_name>bro-project.info</domain_name>
   <domain_keyword>bro-project</domain_keyword>
   <domain_tld>info</domain_tld>
   <query_time>2024-06-05 19:21:33</query_time>
   <create_date>2016-11-21</create_date>
   <update_date>2023-01-05</update_date>
   <expiry_date>2025-11-21</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>ns01.domaincontrol.com</value>
    <value>ns02.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>97</num>
   <domain_name>bay-protect.com</domain_name>
   <domain_keyword>bay-protect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-17 04:55:12</query_time>
   <create_date>2014-08-16</create_date>
   <update_date>2023-06-19</update_date>
   <expiry_date>2024-08-16</expiry_date>
   <registrar_iana>1557</registrar_iana>
   <registrar_name>Netowl, Inc.</registrar_name>
   <registrar_website>www.star-domain.jp</registrar_website>
   <registrant_name>Xserver Xserver Inc.</registrant_name>
   <registrant_company>Xserver Inc.</registrant_company>
   <registrant_address>GRAND FRONT OSAKA TOWER A 13F, 4-20 Ofukacho, Kita-ku</registrant_address>
   <registrant_city>Osaka</registrant_city>
   <registrant_state>Osaka</registrant_state>
   <registrant_zip>5300011</registrant_zip>
   <registrant_country>JP</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+81.662928811</registrant_phone>
   <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>- https://www.icann.org/epp#</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>98</num>
   <domain_name>riotprotect.com</domain_name>
   <domain_keyword>riotprotect</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-27 02:23:45</query_time>
   <create_date>2023-09-18</create_date>
   <update_date>2023-09-18</update_date>
   <expiry_date>2024-09-18</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows Domains Inc.</registrar_name>
   <registrar_website>http://www.tucows.com</registrar_website>
   <name_servers>
    <value>ns-cloud-c1.googledomains.com</value>
    <value>ns-cloud-c2.googledomains.com</value>
    <value>ns-cloud-c3.googledomains.com</value>
    <value>ns-cloud-c4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>99</num>
   <domain_name>birdprotect.pro</domain_name>
   <domain_keyword>birdprotect</domain_keyword>
   <domain_tld>pro</domain_tld>
   <query_time>2024-05-19 17:20:36</query_time>
   <create_date>2024-05-17</create_date>
   <update_date>2024-05-17</update_date>
   <expiry_date>2026-05-17</expiry_date>
   <registrar_iana>1606</registrar_iana>
   <registrar_name>Registrar of Domain Names REG.RU LLC</registrar_name>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Aviaprodukt, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Moscow</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>RU</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.hosting.reg.ru</value>
    <value>ns2.hosting.reg.ru</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>100</num>
   <domain_name>big-project.net</domain_name>
   <domain_keyword>big-project</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-24 21:47:03</query_time>
   <create_date>2016-12-01</create_date>
   <update_date>2023-12-02</update_date>
   <expiry_date>2024-12-01</expiry_date>
   <registrar_iana>85</registrar_iana>
   <registrar_name>EPAG DOMAINSERVICES GmbH</registrar_name>
   <registrar_website>http://www.epag.de</registrar_website>
   <name_servers>
    <value>ns.checkdomain.de</value>
    <value>ns2.checkdomain.de</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.348</total_time>
  <api_credits_used>3</api_credits_used>
  <cost_calculation>3 (fuzzy_domains [1 domain])</cost_calculation>
 </stats>
</root>

API Pricing and Packages

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

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

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

Current WHOIS Database Domain Names Cost Price
Total Unique Domain Names in our Current WHOIS Database 267,029,716

$4500

Order Now More Info

$4500

Buy Now More Info
Total WHOIS records in our Current WHOIS Database 267,029,716
Total WHOIS records with a Registrant Contact 166,577,982
Total WHOIS records with an Email Address (where the registrant_email field is not empty) 153,990,324
Total WHOIS records with a Phone Number (where the registrant_phone field is not empty) 125,410,937
Historical WHOIS Database Total Count Cost Price
Total Unique Domain Names in our Historical WHOIS Database 555,709,089

$8500

Order Now More Info

$8500

Buy Now More Info
Total WHOIS records in our Historical WHOIS Database 1,560,826,080
Total WHOIS records with a Registrant Contact 1,287,653,950
Total WHOIS records with an Email Address (where the registrant_email field is not empty) 1,127,295,955
Total WHOIS records with a Phone Number (where the registrant_phone field is not empty) 1,055,594,146

Domain Name WHOIS Lookup

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

Powered by Current WHOIS Database

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