WHOIS QUERY TIME

13 Apr 2024 - 11:33 AM UTC

Registered: 22 June 2014
Modified: 25 September 2021
Expiry: 22 June 2024

REGISTRAR

Name: LOCAWEB (2)

NAME SERVERS

ns1.locaweb.com.br
ns2.locaweb.com.br
ns3.locaweb.com.br

DOMAIN STATUS

published

REGISTRANT

Name: MARCEL CHOROBINSKI

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

https://api.bigdomaindata.com/?key=XXXXX&current_whois=notubo.com.br
For more details, kindly see our Current WHOIS API usage guide.
{
    "success": true,
    "query": {
        "current_whois": "notubo.com.br"
    },
    "count": {
        "total": 1,
        "relation": "eq",
        "current": 1
    },
    "results": [
        {
            "domain_name": "notubo.com.br",
            "domain_keyword": "notubo",
            "domain_tld": "com.br",
            "query_time": "2024-04-13 11:33:21",
            "create_date": "2014-06-22",
            "update_date": "2021-09-25",
            "expiry_date": "2024-06-22",
            "registrar_name": "LOCAWEB (2)",
            "registrant_name": "MARCEL CHOROBINSKI",
            "name_servers": [
                "ns1.locaweb.com.br",
                "ns2.locaweb.com.br",
                "ns3.locaweb.com.br"
            ],
            "domain_status": [
                "published"
            ]
        }
    ],
    "stats": {
        "total_time": 0.08,
        "api_credits_used": 1,
        "cost_calculation": "current_whois [1 domain]"
    }
}
<root>
 <success>true</success>
 <query>
  <current_whois>notubo.com.br</current_whois>
 </query>
 <count>
  <total>1</total>
  <relation>eq</relation>
  <current>1</current>
 </count>
 <results>
  <value>
   <domain_name>notubo.com.br</domain_name>
   <domain_keyword>notubo</domain_keyword>
   <domain_tld>com.br</domain_tld>
   <query_time>2024-04-13 11:33:21</query_time>
   <create_date>2014-06-22</create_date>
   <update_date>2021-09-25</update_date>
   <expiry_date>2024-06-22</expiry_date>
   <registrar_name>LOCAWEB (2)</registrar_name>
   <registrant_name>MARCEL CHOROBINSKI</registrant_name>
   <name_servers>
    <value>ns1.locaweb.com.br</value>
    <value>ns2.locaweb.com.br</value>
    <value>ns3.locaweb.com.br</value>
   </name_servers>
   <domain_status>
    <value>published</value>
   </domain_status>
  </value>
 </results>
 <stats>
  <total_time>0.08</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.396 seconds) for "notubo.com.br" in our Historical WHOIS Database.
#1 - QUERY TIME

27 Jan 2023 - 11:43 AM UTC

Registered: 22 June 2014
Modified: 25 September 2021
Expiry: 22 June 2024

REGISTRAR

Name: LOCAWEB (2)

NAME SERVERS

ns1.locaweb.com.br
ns2.locaweb.com.br
ns3.locaweb.com.br

DOMAIN STATUS

published

REGISTRANT

Name: MARCEL CHOROBINSKI

#2 - QUERY TIME

19 May 2023 - 6:28 AM UTC

Registered: 22 June 2014
Modified: 25 September 2021
Expiry: 22 June 2024

REGISTRAR

Name: LOCAWEB (2)

NAME SERVERS

ns1.locaweb.com.br
ns2.locaweb.com.br
ns3.locaweb.com.br

DOMAIN STATUS

published

REGISTRANT

Name: MARCEL CHOROBINSKI
Country: Brazil
Email: [email protected]

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

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

https://api.bigdomaindata.com/?key=XXXXX&database=historical&domain_name=notubo.com.br
For more details, kindly see our WHOIS History API usage guide.
{
    "success": true,
    "query": {
        "database": "historical",
        "domain_name": "notubo.com.br",
        "sort_by": "query_time",
        "sort_order": "asc",
        "page_size": 100
    },
    "count": {
        "total": 2,
        "relation": "eq",
        "current": 2
    },
    "unique_domains": "notubo.com.br",
    "results": [
        {
            "num": 1,
            "domain_name": "notubo.com.br",
            "domain_keyword": "notubo",
            "domain_tld": "com.br",
            "query_time": "2023-01-27 11:43:22",
            "create_date": "2014-06-22",
            "update_date": "2021-09-25",
            "expiry_date": "2024-06-22",
            "registrar_name": "LOCAWEB (2)",
            "registrant_name": "MARCEL CHOROBINSKI",
            "name_servers": [
                "ns1.locaweb.com.br",
                "ns2.locaweb.com.br",
                "ns3.locaweb.com.br"
            ],
            "domain_status": [
                "published"
            ]
        },
        {
            "num": 2,
            "domain_name": "notubo.com.br",
            "domain_keyword": "notubo",
            "domain_tld": "com.br",
            "query_time": "2023-05-19 06:28:54",
            "create_date": "2014-06-22",
            "update_date": "2021-09-25",
            "expiry_date": "2024-06-22",
            "registrar_name": "LOCAWEB (2)",
            "registrant_name": "MARCEL CHOROBINSKI",
            "registrant_country": "BR",
            "registrant_email": "[email protected]",
            "name_servers": [
                "ns1.locaweb.com.br",
                "ns2.locaweb.com.br",
                "ns3.locaweb.com.br"
            ],
            "domain_status": [
                "published"
            ]
        }
    ],
    "stats": {
        "total_time": 0.396,
        "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>notubo.com.br</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>notubo.com.br</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>notubo.com.br</domain_name>
   <domain_keyword>notubo</domain_keyword>
   <domain_tld>com.br</domain_tld>
   <query_time>2023-01-27 11:43:22</query_time>
   <create_date>2014-06-22</create_date>
   <update_date>2021-09-25</update_date>
   <expiry_date>2024-06-22</expiry_date>
   <registrar_name>LOCAWEB (2)</registrar_name>
   <registrant_name>MARCEL CHOROBINSKI</registrant_name>
   <name_servers>
    <value>ns1.locaweb.com.br</value>
    <value>ns2.locaweb.com.br</value>
    <value>ns3.locaweb.com.br</value>
   </name_servers>
   <domain_status>
    <value>published</value>
   </domain_status>
  </value>
  <value>
   <num>2</num>
   <domain_name>notubo.com.br</domain_name>
   <domain_keyword>notubo</domain_keyword>
   <domain_tld>com.br</domain_tld>
   <query_time>2023-05-19 06:28:54</query_time>
   <create_date>2014-06-22</create_date>
   <update_date>2021-09-25</update_date>
   <expiry_date>2024-06-22</expiry_date>
   <registrar_name>LOCAWEB (2)</registrar_name>
   <registrant_name>MARCEL CHOROBINSKI</registrant_name>
   <registrant_country>BR</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>ns1.locaweb.com.br</value>
    <value>ns2.locaweb.com.br</value>
    <value>ns3.locaweb.com.br</value>
   </name_servers>
   <domain_status>
    <value>published</value>
   </domain_status>
  </value>
 </results>
 <stats>
  <total_time>0.396</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 1 domain names (in 0.449 seconds) which contained the exact domain keyword "notubo".
Domain Name Registered Expiry Registrar Ownership
1 notubo.com.br 22 Jun 2014 22 Jun 2024 LOCAWEB (2) MARCEL CHOROBINSKI
2 notubo.com 6 Sep 2018 6 Sep 2024 GMO INTERNET, INC. Whois Privacy Protection Service by onamae.com

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

https://api.bigdomaindata.com/?key=XXXXX&database=current&domain_keyword=notubo&sort_by=create_date
For more details, kindly see our Reverse WHOIS API usage guide.
{
    "success": true,
    "query": {
        "database": "current",
        "domain_keyword": "notubo",
        "sort_by": "create_date",
        "sort_order": "asc",
        "page_size": 100
    },
    "count": {
        "total": 2,
        "relation": "eq",
        "current": 2
    },
    "unique_domains": "notubo.com.br, notubo.com",
    "results": [
        {
            "num": 1,
            "domain_name": "notubo.com.br",
            "domain_keyword": "notubo",
            "domain_tld": "com.br",
            "query_time": "2024-04-13 11:33:21",
            "create_date": "2014-06-22",
            "update_date": "2021-09-25",
            "expiry_date": "2024-06-22",
            "registrar_name": "LOCAWEB (2)",
            "registrant_name": "MARCEL CHOROBINSKI",
            "name_servers": [
                "ns1.locaweb.com.br",
                "ns2.locaweb.com.br",
                "ns3.locaweb.com.br"
            ],
            "domain_status": [
                "published"
            ]
        },
        {
            "num": 2,
            "domain_name": "notubo.com",
            "domain_keyword": "notubo",
            "domain_tld": "com",
            "query_time": "2024-04-19 16:34:57",
            "create_date": "2018-09-06",
            "update_date": "2023-08-22",
            "expiry_date": "2024-09-06",
            "registrar_iana": 49,
            "registrar_name": "GMO INTERNET, INC.",
            "registrar_website": "http://www.onamae.com",
            "registrant_name": "Whois Privacy Protection Service by onamae.com",
            "registrant_company": "Whois Privacy Protection Service by onamae.com",
            "registrant_address": "26-1 Sakuragaoka-cho, Cerulean Tower 11F",
            "registrant_city": "Shibuya-ku",
            "registrant_state": "Tokyo",
            "registrant_zip": "150-8512",
            "registrant_country": "JP",
            "registrant_email": "[email protected]",
            "registrant_phone": "+81.354562560",
            "name_servers": [
                "01.dnsv.jp",
                "02.dnsv.jp",
                "03.dnsv.jp",
                "04.dnsv.jp"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.449,
        "api_credits_used": 1,
        "cost_calculation": "1 (search_fields[domain_keyword])"
    }
}
<root>
 <success>true</success>
 <query>
  <database>current</database>
  <domain_keyword>notubo</domain_keyword>
  <sort_by>create_date</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>notubo.com.br, notubo.com</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>notubo.com.br</domain_name>
   <domain_keyword>notubo</domain_keyword>
   <domain_tld>com.br</domain_tld>
   <query_time>2024-04-13 11:33:21</query_time>
   <create_date>2014-06-22</create_date>
   <update_date>2021-09-25</update_date>
   <expiry_date>2024-06-22</expiry_date>
   <registrar_name>LOCAWEB (2)</registrar_name>
   <registrant_name>MARCEL CHOROBINSKI</registrant_name>
   <name_servers>
    <value>ns1.locaweb.com.br</value>
    <value>ns2.locaweb.com.br</value>
    <value>ns3.locaweb.com.br</value>
   </name_servers>
   <domain_status>
    <value>published</value>
   </domain_status>
  </value>
  <value>
   <num>2</num>
   <domain_name>notubo.com</domain_name>
   <domain_keyword>notubo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-19 16:34:57</query_time>
   <create_date>2018-09-06</create_date>
   <update_date>2023-08-22</update_date>
   <expiry_date>2024-09-06</expiry_date>
   <registrar_iana>49</registrar_iana>
   <registrar_name>GMO INTERNET, INC.</registrar_name>
   <registrar_website>http://www.onamae.com</registrar_website>
   <registrant_name>Whois Privacy Protection Service by onamae.com</registrant_name>
   <registrant_company>Whois Privacy Protection Service by onamae.com</registrant_company>
   <registrant_address>26-1 Sakuragaoka-cho, Cerulean Tower 11F</registrant_address>
   <registrant_city>Shibuya-ku</registrant_city>
   <registrant_state>Tokyo</registrant_state>
   <registrant_zip>150-8512</registrant_zip>
   <registrant_country>JP</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+81.354562560</registrant_phone>
   <name_servers>
    <value>01.dnsv.jp</value>
    <value>02.dnsv.jp</value>
    <value>03.dnsv.jp</value>
    <value>04.dnsv.jp</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.449</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 4,230 domain names (in 0.591 seconds) which look and sound like the brand name "notubo".
Domain Name Registered Expiry Registrar Ownership
1 yotubo.com 20 Mar 2006 20 Mar 2025 Alibaba Cloud Computing (Beijing) Co., Ltd. -
2 notube.top 23 Feb 2024 23 Feb 2025 Porkbun LLC Private by Design, LLC
3 notube.co 13 Jan 2014 12 Jan 2025 GoDaddy.com, LLC Domains By Proxy, LLC
4 notuso.com 25 Jul 2023 25 Jul 2024 Wild West Domains, LLC -
5 ootubo.tokyo 24 Mar 2016 24 Mar 2025 GMO Internet Group, Inc. -
6 notube.vip 9 Oct 2022 9 Oct 2024 Wild West Domains, Inc. Domains By Proxy, LLC
7 notuno.com 8 Dec 2014 8 Dec 2025 Dynadot Inc -
8 notube.im - 12 Jan 2024 - Redacted
9 notube.ru 27 Feb 2019 27 Feb 2025 AXELNAME-RU Private Person
10 aotubo.com 21 May 2023 21 May 2025 WEBCC Whoisprotection.cc
11 cotubo.com 5 Jul 2005 5 Jul 2024 Arsys Internet, S.L. dba NICLINE.COM REDACTED FOR PRIVACY
12 notube.lol 14 Jan 2020 14 Jan 2025 1API GmbH Domains By Proxy, LLC
13 botubo.pl 16 May 2023 16 May 2025 Simply.com -
14 notube.website 4 Jan 2021 4 Jan 2025 GoDaddy Online Services Cayman Islands Ltd. Domains By Proxy, LLC
15 notube.mobi 2 Sep 2023 2 Sep 2024 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
16 notulo.com 6 Sep 2022 6 Sep 2024 Name.com, Inc. Domain Protection Services, Inc.
17 notobo.online 5 Apr 2023 5 Apr 2025 P.A Viet Nam Company Limited CONG TY TNHH CONG NGHE THONG TIN PDH
18 nobubo.com 1 Jan 2019 1 Jan 2025 Cloudflare, Inc. DATA REDACTED
19 notube.tel 4 Jun 2023 4 Jun 2024 Dynadot Inc Super Privacy Service LTD c/o Dynadot
20 notuno.com.br 12 Jun 2023 12 Jun 2024 GODADDY (86) Fabio Dantas
21 notube.online 18 Nov 2023 18 Nov 2024 eNom, Inc. Data Protected
22 notube.club 21 May 2024 21 May 2029 GoDaddy.com, LLC Domains By Proxy, LLC
23 notubs.com 10 Oct 2023 10 Oct 2024 IONOS SE 1&1 Internet Inc
24 nomubo.de - - - -
25 notube.it 5 Jan 2013 10 Feb 2025 Algorithmedia S.r.l. Puglia.com Srls
26 notuba.com 30 Apr 2012 30 Apr 2025 ENOM, INC. Whois Privacy Protection Service, Inc.
27 hotubo.com 22 May 2016 22 May 2025 NameCheap, Inc. -
28 notube.com 25 Mar 2004 25 Mar 2024 OVH, SAS NoTube GmbH
29 no-tubo.net 17 Oct 2006 17 Oct 2024 Key-Systems GmbH REDACTED FOR PRIVACY
30 notube.me 19 Jan 2020 19 Jan 2025 Sarek Oy Private by Design, LLC
31 botubo.site 29 Mar 2023 29 Mar 2024 Registrar of Domain Names REG.RU, LLC Private Person
32 notube.biz 31 Dec 2019 31 Dec 2024 Dynadot Inc REDACTED FOR PRIVACY
33 nokubo.jp 16 Nov 2012 30 Nov 2024 - NOKU BO TOHRI PETTO KURINIKKU
34 sotubo.site 6 Dec 2021 6 Dec 2024 Network Solutions LLC SOTUBO - Moveis Metalicos S.A.
35 kotubo.com 19 Feb 2024 19 Feb 2025 NAMECHEAP INC Privacy service provided by Withheld for Privacy ehf
36 notuno.pl 14 May 2019 14 May 2024 Aftermarket.pl Limited -
37 notube.org 24 Dec 2023 24 Dec 2024 Sav.com, LLC - 48 Privacy Protection
38 natubo.uk 8 Mar 2016 8 Mar 2025 GoDaddy.com, LLC. [Tag = GODADDY] -
39 notubu.com 24 Sep 2021 24 Sep 2026 NAMECHEAP INC Privacy service provided by Withheld for Privacy ehf
40 nutubo.com 27 Jan 2024 27 Jan 2029 GoDaddy.com, LLC -
41 ootubo.com 23 Nov 2012 23 Nov 2025 TurnCommerce, Inc. DBA NameBright.com HugeDomains.com
42 nosubo.com 16 Feb 2019 16 Feb 2025 Xin Net Technology Corporation -
43 nocubo.com 8 Jul 2010 7 Jun 2024 Go Montenegro Domains, LLC -
44 notube.land 12 Nov 2022 12 Nov 2024 OVH SAS mroutline
45 notbo.com 26 Feb 2022 26 Feb 2025 NAMECHEAP INC aniss toumi
46 notube.dev 10 Nov 2023 10 Nov 2024 Namecheap Inc. Privacy service provided by Withheld for Privacy ehf
47 ootubo.net 24 Nov 2013 24 Nov 2024 Japan Registry Services Co.,Ltd.(JPRS) takao yamazaki
48 notube.site 2 Jan 2021 2 Jan 2025 GoDaddy Online Services Cayman Islands Ltd. Domains By Proxy, LLC
49 motubo.com 25 Jul 2016 25 Jul 2024 GoDaddy.com, LLC -
50 nothbo.com 28 May 2018 28 May 2025 Squarespace Domains II LLC REDACTED FOR PRIVACY
51 notuto.com 24 Oct 2021 24 Oct 2024 Name.com, Inc. Rodrigo González
52 notube.la 22 Feb 2023 22 Feb 2025 Dynadot LLC -
53 notubi.com 2 Feb 2021 2 Feb 2025 GoDaddy.com, LLC -
54 gotubo.com 29 Jan 2024 29 Jan 2025 Gname 025 Inc -
55 notube.tv 25 Dec 2020 25 Dec 2024 Key-Systems GmbH c/o whoisproxy.com
56 sotubo.net 15 Aug 2018 15 Aug 2024 Network Solutions, LLC -
57 natubo.net 25 Sep 2014 25 Sep 2024 GoDaddy.com, LLC -
58 notumo.com 25 Apr 2024 25 Apr 2026 Hosting Concepts B.V. d/b/a Registrar.eu Whois Privacy Protection Foundation
59 notube.net 10 Aug 2018 10 Aug 2024 GoDaddy Online Services Cayman Islands Ltd. -
60 sotubo.pt - - - Sotubo - Moveis Metalicos, S.A.
61 dotubo.com 20 Apr 2023 20 Apr 2024 DropCatch.com 1040 LLC Redacted for GDPR privacy
62 notube.in 14 Jan 2021 14 Jan 2025 GoDaddy.com, LLC REDACTED FOR PRIVACY
63 notube.vin 26 Feb 2024 26 Feb 2025 Dynadot Inc REDACTED FOR PRIVACY
64 notube.click 16 Dec 2023 16 Dec 2024 HOSTINGER operations, UAB Privacy Protect, LLC (PrivacyProtect.org)
65 natubo.com 27 Jun 2014 27 Jun 2025 GoDaddy.com, LLC -
66 notube.store 18 Nov 2023 18 Nov 2024 eNom, Inc. Data Protected
67 notibo.com 5 Mar 2016 5 Mar 2024 TurnCommerce, Inc. DBA NameBright.com HugeDomains.com
68 sotubo.com 9 Jul 1999 9 Jul 2024 Network Solutions, LLC -
69 notube.live 27 Dec 2023 27 Dec 2024 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
70 notebo.com 8 Nov 2014 8 Nov 2024 GoDaddy.com, LLC -
71 notuboc.com 4 Jan 2007 4 Jan 2025 IONOS SE 1&1 Internet Inc
72 notube.info 2 Apr 2023 2 Apr 2025 IONOS SE REDACTED FOR PRIVACY
73 notube.io 9 Sep 2021 9 Sep 2024 GoDaddy Online Services Cayman Islands Ltd. Domains By Proxy, LLC
74 notobo.com 4 Mar 2007 4 Mar 2025 GoDaddy.com, LLC -
75 botubo.com 21 Dec 2018 21 Dec 2024 Dynadot Inc -
76 notube.cc 28 May 2022 28 May 2025 OVH sas -
77 notabo.com 18 Dec 2006 18 Dec 2024 Hetzner Online GmbH REDACTED FOR PRIVACY
78 noturo.com 4 May 2017 4 May 2025 GoDaddy.com, LLC -
79 otubo.net 26 Feb 2008 26 Feb 2025 GoDaddy.com, LLC -
80 noubo.com 1 Oct 2011 1 Oct 2024 DYNADOT LLC Super Privacy Service LTD c/o Dynadot
81 noubo.net 17 Oct 2023 17 Oct 2026 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) -
82 notub.lol 19 Mar 2024 19 Mar 2025 Dynadot LLC -
83 otubo.jp 17 May 2006 31 May 2025 - Taihei Otubo
84 otubo.com.br 6 Feb 2022 6 Feb 2025 - Christiano Lacorte
85 notuo.net 19 Sep 2023 19 Sep 2024 Hong Kong Juming Network Technology Co., Ltd. Redacted for privacy
86 otubo.com 18 Feb 2012 18 Feb 2025 GoDaddy.com, LLC Domains By Proxy, LLC
87 notuo.com 10 Sep 2008 10 Sep 2026 Alibaba Cloud Computing (Beijing) Co., Ltd. -
88 motubo.biz 29 Jul 2022 29 Jul 2024 Squarespace Domains II LLC Contact Privacy Inc. Customer 7151571251
89 fotubo.com 22 May 2021 22 May 2027 GoDaddy.com, LLC Domains By Proxy, LLC
90 notbo.red 12 Mar 2019 12 Mar 2025 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
91 notub.com 2 May 2009 2 May 2025 PSI-USA, Inc. dba Domain Robot Cykon Technology Limited
92 otubo.co.jp 9 Mar 2000 - - Otubo Co., Ltd.
93 notub.net 25 May 2024 25 May 2025 DropCatch.com 842 LLC NameBrightPrivacy.com
94 inotubo.com 26 Feb 2014 26 Feb 2026 PDR Ltd. d/b/a PublicDomainRegistry.com GDPR Masked
95 notube.icu 12 Apr 2022 12 Apr 2025 Porkbun, LLC Private by Design, LLC
96 notube.app 27 Nov 2020 27 Nov 2024 Uniregistrar Corp Domains By Proxy, LLC
97 notaboo.nl 5 Aug 2021 - ZXCS -
98 notjob.info 18 Oct 2023 18 Oct 2024 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
99 notumor.ru 12 Aug 2021 12 Aug 2024 REGRU-RU Event Platform (LLC)
100 notusao.fun 13 Apr 2023 13 Apr 2025 PDR Ltd. d/b/a PublicDomainRegistry.com N/A
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 Notubo.com.br.

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

https://api.bigdomaindata.com/?key=XXXXX&fuzzy_domains=notubo.com.br
For more details, kindly see our Fuzzy Domains API usage guide.
{
    "success": true,
    "query": {
        "fuzzy_domains": "notubo.com.br",
        "page_size": 100
    },
    "count": {
        "total": 4230,
        "relation": "eq",
        "current": 100
    },
    "unique_domains": "yotubo.com, notube.top, notube.co, notuso.com, ootubo.tokyo, notube.vip, notuno.com, notube.im, notube.ru, aotubo.com, cotubo.com, notube.lol, botubo.pl, notube.website, notube.mobi, notulo.com, notobo.online, nobubo.com, notube.tel, notuno.com.br, notube.online, notube.club, notubs.com, nomubo.de, notube.it, notuba.com, hotubo.com, notube.com, no-tubo.net, notube.me, botubo.site, notube.biz, nokubo.jp, sotubo.site, kotubo.com, notuno.pl, notube.org, natubo.uk, notubu.com, nutubo.com, ootubo.com, nosubo.com, nocubo.com, notube.land, notbo.com, notube.dev, ootubo.net, notube.site, motubo.com, nothbo.com, notuto.com, notube.la, notubi.com, gotubo.com, notube.tv, sotubo.net, natubo.net, notumo.com, notube.net, sotubo.pt, dotubo.com, notube.in, notube.vin, notube.click, natubo.com, notube.store, notibo.com, sotubo.com, notube.live, notebo.com, notuboc.com, notube.info, notube.io, notobo.com, botubo.com, notube.cc, notabo.com, noturo.com, otubo.net, noubo.com, noubo.net, notub.lol, otubo.jp, otubo.com.br, notuo.net, otubo.com, notuo.com, motubo.biz, fotubo.com, notbo.red, notub.com, otubo.co.jp, notub.net, inotubo.com, notube.icu, notube.app, notaboo.nl, notjob.info, notumor.ru, notusao.fun",
    "results": [
        {
            "num": 1,
            "domain_name": "yotubo.com",
            "domain_keyword": "yotubo",
            "domain_tld": "com",
            "query_time": "2024-05-01 19:52:58",
            "create_date": "2006-03-20",
            "update_date": "2024-04-18",
            "expiry_date": "2025-03-20",
            "registrar_iana": 420,
            "registrar_name": "Alibaba Cloud Computing (Beijing) Co., Ltd.",
            "registrar_website": "http://www.net.cn",
            "name_servers": [
                "ns1.afternic.com",
                "ns2.afternic.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 2,
            "domain_name": "notube.top",
            "domain_keyword": "notube",
            "domain_tld": "top",
            "query_time": "2024-04-22 09:52:57",
            "create_date": "2024-02-23",
            "update_date": "2024-02-23",
            "expiry_date": "2025-02-23",
            "registrar_iana": 1861,
            "registrar_name": "Porkbun LLC",
            "registrar_website": "http://www.porkbun.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Private by Design, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "NC",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "curitiba.ns.porkbun.com",
                "fortaleza.ns.porkbun.com",
                "maceio.ns.porkbun.com",
                "salvador.ns.porkbun.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 3,
            "domain_name": "notube.co",
            "domain_keyword": "notube",
            "domain_tld": "co",
            "query_time": "2024-04-19 16:34:56",
            "create_date": "2014-01-13",
            "update_date": "2023-07-15",
            "expiry_date": "2025-01-12",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "whois.godaddy.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns-1404.awsdns-47.org",
                "ns-1745.awsdns-26.co.uk",
                "ns-807.awsdns-36.net",
                "ns-89.awsdns-11.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 4,
            "domain_name": "notuso.com",
            "domain_keyword": "notuso",
            "domain_tld": "com",
            "query_time": "2024-05-25 11:35:24",
            "create_date": "2023-07-25",
            "update_date": "2023-07-25",
            "expiry_date": "2024-07-25",
            "registrar_iana": 440,
            "registrar_name": "Wild West Domains, LLC",
            "registrar_website": "http://www.wildwestdomains.com",
            "name_servers": [
                "ns1.bdm.microsoftonline.com",
                "ns2.bdm.microsoftonline.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 5,
            "domain_name": "ootubo.tokyo",
            "domain_keyword": "ootubo",
            "domain_tld": "tokyo",
            "query_time": "2024-04-23 03:05:46",
            "create_date": "2016-03-24",
            "update_date": "2022-02-24",
            "expiry_date": "2025-03-24",
            "registrar_iana": 49,
            "registrar_name": "GMO Internet Group, Inc.",
            "registrar_website": "http://www.onamae.com/",
            "registrant_state": "Fukuoka",
            "registrant_country": "JP",
            "name_servers": [
                "dns01.muumuu-domain.com",
                "dns02.muumuu-domain.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 6,
            "domain_name": "notube.vip",
            "domain_keyword": "notube",
            "domain_tld": "vip",
            "query_time": "2024-05-22 01:39:06",
            "create_date": "2022-10-09",
            "update_date": "2023-10-15",
            "expiry_date": "2024-10-09",
            "registrar_iana": 440,
            "registrar_name": "Wild West Domains, Inc.",
            "registrar_website": "www.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": [
                "ns51.domaincontrol.com",
                "ns52.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 7,
            "domain_name": "notuno.com",
            "domain_keyword": "notuno",
            "domain_tld": "com",
            "query_time": "2024-04-13 11:33:44",
            "create_date": "2014-12-08",
            "update_date": "2024-01-30",
            "expiry_date": "2025-12-08",
            "registrar_iana": 472,
            "registrar_name": "Dynadot Inc",
            "registrar_website": "http://www.dynadot.com",
            "name_servers": [
                "ns1.brandbucket.com",
                "ns2.brandbucket.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 8,
            "domain_name": "notube.im",
            "domain_keyword": "notube",
            "domain_tld": "im",
            "query_time": "2024-06-01 14:22:55",
            "expiry_date": "2024-01-12",
            "registrant_name": "Redacted",
            "name_servers": [
                "laura.ns.cloudflare.com",
                "tom.ns.cloudflare.com"
            ]
        },
        {
            "num": 9,
            "domain_name": "notube.ru",
            "domain_keyword": "notube",
            "domain_tld": "ru",
            "query_time": "2024-05-03 16:02:14",
            "create_date": "2019-02-27",
            "expiry_date": "2025-02-27",
            "registrar_name": "AXELNAME-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.jino.ru",
                "ns2.jino.ru",
                "ns3.jino.ru",
                "ns4.jino.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 10,
            "domain_name": "aotubo.com",
            "domain_keyword": "aotubo",
            "domain_tld": "com",
            "query_time": "2024-05-23 02:50:30",
            "create_date": "2023-05-21",
            "update_date": "2023-05-16",
            "expiry_date": "2025-05-21",
            "registrar_iana": 460,
            "registrar_name": "WEBCC",
            "registrar_website": "http://www.webnic.cc",
            "registrant_name": "Domain Admin",
            "registrant_company": "Whoisprotection.cc",
            "registrant_address": "L4-E-2, Level 4, Enterprise 4, Technology Park Malaysia, Bukit Jalil",
            "registrant_city": "Kuala Lumpur",
            "registrant_state": "Wilayah Persekutuan",
            "registrant_zip": "57000",
            "registrant_country": "MY",
            "registrant_email": "[email protected]",
            "registrant_phone": "+60.389966788",
            "registrant_fax": "+603.89966788",
            "name_servers": [
                "a.share-dns.com",
                "b.share-dns.net",
                "ns100.webnic.cc",
                "ns101.webnic.cc"
            ],
            "domain_status": [
                "inactive"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 11,
            "domain_name": "cotubo.com",
            "domain_keyword": "cotubo",
            "domain_tld": "com",
            "query_time": "2024-04-26 09:25:09",
            "create_date": "2005-07-05",
            "update_date": "2016-07-11",
            "expiry_date": "2024-07-05",
            "registrar_iana": 379,
            "registrar_name": "Arsys Internet, S.L. dba NICLINE.COM",
            "registrar_website": "http://www.nicline.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "cordoba+14100",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "ES",
            "registrant_email": "https://registrar.domainconnection.info/",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns3.piensasolutions.com",
                "ns4.piensasolutions.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 12,
            "domain_name": "notube.lol",
            "domain_keyword": "notube",
            "domain_tld": "lol",
            "query_time": "2024-06-01 01:19:44",
            "create_date": "2020-01-14",
            "update_date": "2024-03-28",
            "expiry_date": "2025-01-14",
            "registrar_iana": 1387,
            "registrar_name": "1API GmbH",
            "registrar_website": "http://www.1api.net",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_state": "Arizona",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "laura.ns.cloudflare.com",
                "tom.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 13,
            "domain_name": "botubo.pl",
            "domain_keyword": "botubo",
            "domain_tld": "pl",
            "query_time": "2024-05-03 17:42:10",
            "create_date": "2023-05-16",
            "update_date": "2024-05-01",
            "expiry_date": "2025-05-16",
            "registrar_name": "Simply.com",
            "registrar_website": "www.simply.com/support",
            "name_servers": [
                "ns1.simply.com",
                "ns2.simply.com",
                "ns3.simply.com"
            ],
            "dns_sec": [
                "Signed"
            ]
        },
        {
            "num": 14,
            "domain_name": "notube.website",
            "domain_keyword": "notube",
            "domain_tld": "website",
            "query_time": "2024-05-07 10:48:39",
            "create_date": "2021-01-04",
            "update_date": "2024-04-16",
            "expiry_date": "2025-01-04",
            "registrar_iana": 1659,
            "registrar_name": "GoDaddy Online Services Cayman Islands Ltd.",
            "registrar_website": "http://www.uniregistrar.com",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_state": "Arizona",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "laura.ns.cloudflare.com",
                "tom.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 15,
            "domain_name": "notube.mobi",
            "domain_keyword": "notube",
            "domain_tld": "mobi",
            "query_time": "2024-05-22 01:30:00",
            "create_date": "2023-09-02",
            "update_date": "2023-11-30",
            "expiry_date": "2024-09-02",
            "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": [
                "nolan.ns.cloudflare.com",
                "olivia.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 16,
            "domain_name": "notulo.com",
            "domain_keyword": "notulo",
            "domain_tld": "com",
            "query_time": "2024-05-25 11:35:20",
            "create_date": "2022-09-06",
            "update_date": "2023-08-18",
            "expiry_date": "2024-09-06",
            "registrar_iana": 625,
            "registrar_name": "Name.com, Inc.",
            "registrar_website": "http://www.name.com",
            "registrant_name": "Redacted For Privacy",
            "registrant_company": "Domain Protection Services, Inc.",
            "registrant_address": "PO Box 1769",
            "registrant_city": "Denver",
            "registrant_state": "CO",
            "registrant_zip": "80201",
            "registrant_country": "US",
            "registrant_email": "https://www.name.com/contact-domain-whois/notulo.com",
            "registrant_phone": "+1.7208009072",
            "registrant_fax": "+1.7209758725",
            "name_servers": [
                "mary.ns.cloudflare.com",
                "woz.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unSigned"
            ]
        },
        {
            "num": 17,
            "domain_name": "notobo.online",
            "domain_keyword": "notobo",
            "domain_tld": "online",
            "query_time": "2024-04-11 08:29:00",
            "create_date": "2023-04-05",
            "update_date": "2024-04-06",
            "expiry_date": "2025-04-05",
            "registrar_iana": 1649,
            "registrar_name": "P.A Viet Nam Company Limited",
            "registrant_company": "CONG TY TNHH CONG NGHE THONG TIN PDH",
            "registrant_state": "TP HCM",
            "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": [
                "dnstemp1.dotvndns.com",
                "dnstemp2.dotvndns.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 18,
            "domain_name": "nobubo.com",
            "domain_keyword": "nobubo",
            "domain_tld": "com",
            "query_time": "2024-04-14 01:33:09",
            "create_date": "2019-01-01",
            "update_date": "2023-12-02",
            "expiry_date": "2025-01-01",
            "registrar_iana": 1910,
            "registrar_name": "Cloudflare, Inc.",
            "registrar_website": "https://www.cloudflare.com",
            "registrant_name": "DATA REDACTED",
            "registrant_company": "DATA REDACTED",
            "registrant_address": "DATA REDACTED",
            "registrant_city": "DATA REDACTED",
            "registrant_state": "Illinois",
            "registrant_zip": "DATA REDACTED",
            "registrant_country": "US",
            "registrant_email": "https://domaincontact.cloudflareregistrar.com/nobubo.com",
            "registrant_phone": "DATA REDACTED",
            "registrant_fax": "DATA REDACTED",
            "name_servers": [
                "armando.ns.cloudflare.com",
                "arushi.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "renewPeriod"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 19,
            "domain_name": "notube.tel",
            "domain_keyword": "notube",
            "domain_tld": "tel",
            "query_time": "2024-04-13 11:33:21",
            "create_date": "2023-06-04",
            "update_date": "2024-04-01",
            "expiry_date": "2024-06-04",
            "registrar_iana": 472,
            "registrar_name": "Dynadot Inc",
            "registrar_website": "https://www.dynadot.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Super Privacy Service LTD c/o Dynadot",
            "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 whois 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": 20,
            "domain_name": "notuno.com.br",
            "domain_keyword": "notuno",
            "domain_tld": "com.br",
            "query_time": "2024-04-30 01:49:05",
            "create_date": "2023-06-12",
            "update_date": "2023-06-12",
            "expiry_date": "2024-06-12",
            "registrar_name": "GODADDY (86)",
            "registrant_name": "Fabio Dantas",
            "name_servers": [
                "ns49.domaincontrol.com",
                "ns50.domaincontrol.com"
            ],
            "domain_status": [
                "published"
            ]
        },
        {
            "num": 21,
            "domain_name": "notube.online",
            "domain_keyword": "notube",
            "domain_tld": "online",
            "query_time": "2024-05-22 01:39:06",
            "create_date": "2023-11-18",
            "update_date": "2024-02-11",
            "expiry_date": "2024-11-18",
            "registrar_iana": 48,
            "registrar_name": "eNom, Inc.",
            "registrar_website": "https://www.enom.com/",
            "registrant_company": "Data Protected",
            "registrant_state": "lima",
            "registrant_country": "PE",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "dns1.nominalia.com",
                "dns2.nominalia.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 22,
            "domain_name": "notube.club",
            "domain_keyword": "notube",
            "domain_tld": "club",
            "query_time": "2024-05-24 14:30:19",
            "create_date": "2024-05-21",
            "update_date": "2024-05-21",
            "expiry_date": "2029-05-21",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "whois.godaddy.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns61.domaincontrol.com",
                "ns62.domaincontrol.com"
            ],
            "domain_status": [
                "addPeriod",
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited",
                "serverTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 23,
            "domain_name": "notubs.com",
            "domain_keyword": "notubs",
            "domain_tld": "com",
            "query_time": "2024-04-13 11:33:21",
            "create_date": "2023-10-10",
            "update_date": "2023-10-10",
            "expiry_date": "2024-10-10",
            "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": [
                "ns1.sedoparking.com",
                "ns2.sedoparking.com"
            ],
            "domain_status": [
                "addPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 24,
            "domain_name": "nomubo.de",
            "domain_keyword": "nomubo",
            "domain_tld": "de",
            "query_time": "2024-06-01 09:54:38",
            "update_date": "2024-05-23",
            "name_servers": [
                "ns-cloud-c1.googledomains.com",
                "ns-cloud-c2.googledomains.com",
                "ns-cloud-c3.googledomains.com",
                "ns-cloud-c4.googledomains.com"
            ],
            "domain_status": [
                "connect"
            ]
        },
        {
            "num": 25,
            "domain_name": "notube.it",
            "domain_keyword": "notube",
            "domain_tld": "it",
            "query_time": "2024-05-07 10:48:39",
            "create_date": "2013-01-05",
            "update_date": "2024-02-26",
            "expiry_date": "2025-02-10",
            "registrar_name": "Algorithmedia S.r.l.",
            "registrar_website": "http://www.algorithmedia.com",
            "registrant_company": "Puglia.com Srls",
            "registrant_address": "Via 16 Settembre 1959 8",
            "registrant_city": "Barletta",
            "registrant_state": "BT",
            "registrant_zip": "76121",
            "registrant_country": "IT",
            "name_servers": [
                "ns1.parkingcrew.net",
                "ns2.parkingcrew.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "no"
            ]
        },
        {
            "num": 26,
            "domain_name": "notuba.com",
            "domain_keyword": "notuba",
            "domain_tld": "com",
            "query_time": "2024-05-07 10:48:39",
            "create_date": "2012-04-30",
            "update_date": "2024-04-23",
            "expiry_date": "2025-04-30",
            "registrar_iana": 48,
            "registrar_name": "ENOM, INC.",
            "registrar_website": "WWW.ENOMDOMAINS.COM",
            "registrant_name": "Whois Agent (344916553)",
            "registrant_company": "Whois Privacy Protection Service, Inc.",
            "registrant_address": "PO Box 639, C/O notuba.com",
            "registrant_city": "Kirkland",
            "registrant_state": "WA",
            "registrant_zip": "98083",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.4252740657",
            "registrant_fax": "+1.4259744730",
            "name_servers": [
                "dns1.name-services.com",
                "dns2.name-services.com",
                "dns3.name-services.com",
                "dns4.name-services.com",
                "dns5.name-services.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 27,
            "domain_name": "hotubo.com",
            "domain_keyword": "hotubo",
            "domain_tld": "com",
            "query_time": "2024-04-29 16:40:00",
            "create_date": "2016-05-22",
            "update_date": "2024-01-24",
            "expiry_date": "2025-05-22",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "http://www.namecheap.com",
            "name_servers": [
                "alexis.ns.cloudflare.com",
                "lia.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 28,
            "domain_name": "notube.com",
            "domain_keyword": "notube",
            "domain_tld": "com",
            "query_time": "2024-06-01 14:22:55",
            "create_date": "2004-03-25",
            "update_date": "2023-02-16",
            "expiry_date": "2024-03-25",
            "registrar_iana": 433,
            "registrar_name": "OVH, SAS",
            "registrar_website": "https://www.ovh.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "NoTube GmbH",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CH",
            "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": [
                "dns19.ovh.net",
                "ns19.ovh.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 29,
            "domain_name": "no-tubo.net",
            "domain_keyword": "no-tubo",
            "domain_tld": "net",
            "query_time": "2024-04-21 10:50:13",
            "create_date": "2006-10-17",
            "update_date": "2024-04-11",
            "expiry_date": "2024-10-17",
            "registrar_iana": 269,
            "registrar_name": "Key-Systems GmbH",
            "registrar_website": "http://www.value-domain.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Osaka",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "JP",
            "registrant_email": "[email protected]",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.gslb4.sakura.ne.jp",
                "ns2.gslb4.sakura.ne.jp"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 30,
            "domain_name": "notube.me",
            "domain_keyword": "notube",
            "domain_tld": "me",
            "query_time": "2024-05-22 01:39:06",
            "create_date": "2020-01-19",
            "update_date": "2023-12-26",
            "expiry_date": "2025-01-19",
            "registrar_iana": 802672,
            "registrar_name": "Sarek Oy",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Private by Design, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "NC",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "1-you.njalla.no",
                "2-can.njalla.in",
                "3-get.njalla.fo"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 31,
            "domain_name": "botubo.site",
            "domain_keyword": "botubo",
            "domain_tld": "site",
            "query_time": "2024-05-29 23:31:47",
            "create_date": "2023-03-29",
            "update_date": "2024-05-07",
            "expiry_date": "2024-03-29",
            "registrar_iana": 1606,
            "registrar_name": "Registrar of Domain Names REG.RU, LLC",
            "registrar_website": "https://www.reg.ru/",
            "registrant_company": "Private Person",
            "registrant_state": "Sakhalin",
            "registrant_country": "ID",
            "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.expired.reg.ru",
                "ns2.expired.reg.ru"
            ],
            "domain_status": [
                "pendingDelete",
                "redemptionPeriod",
                "serverHold",
                "serverTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 32,
            "domain_name": "notube.biz",
            "domain_keyword": "notube",
            "domain_tld": "biz",
            "query_time": "2024-04-30 01:49:04",
            "create_date": "2019-12-31",
            "update_date": "2022-07-02",
            "expiry_date": "2024-12-31",
            "registrar_iana": 472,
            "registrar_name": "Dynadot Inc",
            "registrar_website": "https://www.dynadot.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "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": [
                "bonnie.ns.cloudflare.com",
                "rob.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 33,
            "domain_name": "nokubo.jp",
            "domain_keyword": "nokubo",
            "domain_tld": "jp",
            "query_time": "2024-04-27 10:38:35",
            "create_date": "2012-11-16",
            "update_date": "2023-12-01",
            "expiry_date": "2024-11-30",
            "registrant_name": "NOKU BO TOHRI PETTO KURINIKKU",
            "registrant_address": "HASUDA SHI MAGOME 1 CHOUME 79",
            "registrant_zip": "3490114",
            "registrant_email": "[email protected]",
            "registrant_phone": "+81.487640077",
            "name_servers": [
                "ns1.jimdo.com",
                "ns2.jimdo.com"
            ],
            "domain_status": [
                "Active"
            ]
        },
        {
            "num": 34,
            "domain_name": "sotubo.site",
            "domain_keyword": "sotubo",
            "domain_tld": "site",
            "query_time": "2024-05-21 04:37:27",
            "create_date": "2021-12-06",
            "update_date": "2023-10-12",
            "expiry_date": "2024-12-06",
            "registrar_iana": 2,
            "registrar_name": "Network Solutions LLC",
            "registrar_website": "https://www.networksolutions.com/",
            "registrant_company": "SOTUBO - Moveis  Metalicos S.A.",
            "registrant_state": "Porto",
            "registrant_country": "PT",
            "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": [
                "ns81.worldnic.com",
                "ns82.worldnic.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 35,
            "domain_name": "kotubo.com",
            "domain_keyword": "kotubo",
            "domain_tld": "com",
            "query_time": "2024-04-08 12:56:33",
            "create_date": "2024-02-19",
            "update_date": "2024-02-19",
            "expiry_date": "2025-02-19",
            "registrar_iana": 1068,
            "registrar_name": "NAMECHEAP INC",
            "registrar_website": "http://www.namecheap.com",
            "registrant_name": "Redacted for Privacy",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "Kalkofnsvegur 2",
            "registrant_city": "Reykjavik",
            "registrant_state": "Capital Region",
            "registrant_zip": "101",
            "registrant_country": "IS",
            "registrant_email": "[email protected]",
            "registrant_phone": "+354.4212434",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "addPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 36,
            "domain_name": "notuno.pl",
            "domain_keyword": "notuno",
            "domain_tld": "pl",
            "query_time": "2024-04-13 11:33:47",
            "create_date": "2019-05-14",
            "update_date": "2024-02-07",
            "expiry_date": "2024-05-14",
            "registrar_name": "Aftermarket.pl Limited",
            "registrar_website": "http://www.AfterMarket.pl/contact.php",
            "name_servers": [
                "ns1.parkingcrew.net",
                "ns2.parkingcrew.net"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 37,
            "domain_name": "notube.org",
            "domain_keyword": "notube",
            "domain_tld": "org",
            "query_time": "2024-04-06 11:05:19",
            "create_date": "2023-12-24",
            "update_date": "2023-12-29",
            "expiry_date": "2024-12-24",
            "registrar_iana": 3938,
            "registrar_name": "Sav.com, LLC - 48",
            "registrar_website": "https://rdapserver.net/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy Protection",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "IL",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 38,
            "domain_name": "natubo.uk",
            "domain_keyword": "natubo",
            "domain_tld": "uk",
            "query_time": "2024-04-19 19:43:33",
            "create_date": "2016-03-08",
            "update_date": "2023-10-18",
            "expiry_date": "2025-03-08",
            "registrar_name": "GoDaddy.com, LLC. [Tag = GODADDY]",
            "registrar_website": "http://uk.godaddy.com",
            "name_servers": [
                "ns73.domaincontrol.com",
                "ns74.domaincontrol.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 39,
            "domain_name": "notubu.com",
            "domain_keyword": "notubu",
            "domain_tld": "com",
            "query_time": "2024-05-25 11:35:19",
            "create_date": "2021-09-24",
            "update_date": "2021-09-24",
            "expiry_date": "2026-09-24",
            "registrar_iana": 1068,
            "registrar_name": "NAMECHEAP INC",
            "registrar_website": "http://www.namecheap.com",
            "registrant_name": "Redacted for Privacy",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "Kalkofnsvegur 2",
            "registrant_city": "Reykjavik",
            "registrant_state": "Capital Region",
            "registrant_zip": "101",
            "registrant_country": "IS",
            "registrant_email": "[email protected]",
            "registrant_phone": "+354.4212434",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "addPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 40,
            "domain_name": "nutubo.com",
            "domain_keyword": "nutubo",
            "domain_tld": "com",
            "query_time": "2024-05-25 18:12:35",
            "create_date": "2024-01-27",
            "update_date": "2024-01-27",
            "expiry_date": "2029-01-27",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns17.domaincontrol.com",
                "ns18.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 41,
            "domain_name": "ootubo.com",
            "domain_keyword": "ootubo",
            "domain_tld": "com",
            "query_time": "2024-04-23 03:05:45",
            "create_date": "2012-11-23",
            "update_date": "2020-10-30",
            "expiry_date": "2025-11-23",
            "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": 42,
            "domain_name": "nosubo.com",
            "domain_keyword": "nosubo",
            "domain_tld": "com",
            "query_time": "2024-04-10 21:47:59",
            "create_date": "2019-02-16",
            "update_date": "2024-01-17",
            "expiry_date": "2025-02-16",
            "registrar_iana": 120,
            "registrar_name": "Xin Net Technology Corporation",
            "registrar_website": "http://www.xinnet.com",
            "name_servers": [
                "ns11.xincache.com",
                "ns12.xincache.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 43,
            "domain_name": "nocubo.com",
            "domain_keyword": "nocubo",
            "domain_tld": "com",
            "query_time": "2024-04-19 14:54:57",
            "create_date": "2010-07-08",
            "update_date": "2023-06-08",
            "expiry_date": "2024-06-07",
            "registrar_iana": 1152,
            "registrar_name": "Go Montenegro Domains, LLC",
            "registrar_website": "http://www.gomontenegrodomains.com",
            "name_servers": [
                "ns1.dreamhost.com",
                "ns2.dreamhost.com",
                "ns3.dreamhost.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 44,
            "domain_name": "notube.land",
            "domain_keyword": "notube",
            "domain_tld": "land",
            "query_time": "2024-05-22 01:21:11",
            "create_date": "2022-11-12",
            "update_date": "2023-11-06",
            "expiry_date": "2024-11-12",
            "registrar_iana": 433,
            "registrar_name": "OVH SAS",
            "registrar_website": "http://www.ovh.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "mroutline",
            "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": [
                "laura.ns.cloudflare.com",
                "tom.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 45,
            "domain_name": "notbo.com",
            "domain_keyword": "notbo",
            "domain_tld": "com",
            "query_time": "2024-04-12 11:03:22",
            "create_date": "2022-02-26",
            "update_date": "2024-02-25",
            "expiry_date": "2025-02-26",
            "registrar_iana": 1068,
            "registrar_name": "NAMECHEAP INC",
            "registrar_website": "http://www.namecheap.com",
            "registrant_name": "aniss toumi",
            "registrant_address": "via bari 7",
            "registrant_city": "bollate",
            "registrant_state": "milano",
            "registrant_zip": "20021",
            "registrant_country": "IT",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.3488851819",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com",
                "verification-obx9rk0k.ns3.dan.hosting"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 46,
            "domain_name": "notube.dev",
            "domain_keyword": "notube",
            "domain_tld": "dev",
            "query_time": "2024-05-19 21:16:48",
            "create_date": "2023-11-10",
            "update_date": "2023-11-15",
            "expiry_date": "2024-11-10",
            "registrar_iana": 1068,
            "registrar_name": "Namecheap Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the whois server of the owning registrar identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.symbolhost.com",
                "ns2.symbolhost.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 47,
            "domain_name": "ootubo.net",
            "domain_keyword": "ootubo",
            "domain_tld": "net",
            "query_time": "2024-04-23 03:05:45",
            "create_date": "2013-11-24",
            "update_date": "2023-09-26",
            "expiry_date": "2024-11-24",
            "registrar_iana": 1485,
            "registrar_name": "Japan Registry Services Co.,Ltd.(JPRS)",
            "registrar_website": "https://jprs.jp/registrar/",
            "registrant_name": "takao yamazaki",
            "registrant_address": "11F,1-12-12,Umeda,Kita-ku",
            "registrant_city": "Osaka",
            "registrant_state": "Osaka",
            "registrant_zip": "530-0001",
            "registrant_country": "JP",
            "registrant_email": "[email protected]",
            "registrant_phone": "+81.664768790",
            "name_servers": [
                "ns1.dns.ne.jp",
                "ns2.dns.ne.jp"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 48,
            "domain_name": "notube.site",
            "domain_keyword": "notube",
            "domain_tld": "site",
            "query_time": "2024-05-01 00:10:04",
            "create_date": "2021-01-02",
            "update_date": "2024-04-16",
            "expiry_date": "2025-01-02",
            "registrar_iana": 1659,
            "registrar_name": "GoDaddy Online Services Cayman Islands Ltd.",
            "registrar_website": "http://www.uniregistrar.com",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_state": "Arizona",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "laura.ns.cloudflare.com",
                "tom.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 49,
            "domain_name": "motubo.com",
            "domain_keyword": "motubo",
            "domain_tld": "com",
            "query_time": "2024-04-20 18:09:09",
            "create_date": "2016-07-25",
            "update_date": "2022-10-09",
            "expiry_date": "2024-07-25",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns1.perfectdomain.com",
                "ns2.perfectdomain.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 50,
            "domain_name": "nothbo.com",
            "domain_keyword": "nothbo",
            "domain_tld": "com",
            "query_time": "2024-05-31 23:49:03",
            "create_date": "2018-05-28",
            "update_date": "2024-05-14",
            "expiry_date": "2025-05-28",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC",
            "registrar_website": "https://domains2.squarespace.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "WA",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "https://domains.squarespace.com/whois-contact-form",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns-cloud-a1.googledomains.com",
                "ns-cloud-a2.googledomains.com",
                "ns-cloud-a3.googledomains.com",
                "ns-cloud-a4.googledomains.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 51,
            "domain_name": "notuto.com",
            "domain_keyword": "notuto",
            "domain_tld": "com",
            "query_time": "2024-05-13 00:59:53",
            "create_date": "2021-10-24",
            "update_date": "2023-09-23",
            "expiry_date": "2024-10-24",
            "registrar_iana": 625,
            "registrar_name": "Name.com, Inc.",
            "registrar_website": "http://www.name.com",
            "registrant_name": "Rodrigo González",
            "registrant_address": "Concepcion 1177",
            "registrant_city": "Antofagasta",
            "registrant_state": "Antofagasta",
            "registrant_zip": "123",
            "registrant_country": "CL",
            "registrant_email": "https://www.name.com/contact-domain-whois/notuto.com/registrant",
            "registrant_phone": "Non-Public Data",
            "name_servers": [
                "ns1cwy.name.com",
                "ns2dqx.name.com",
                "ns3jmt.name.com",
                "ns4bht.name.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unSigned"
            ]
        },
        {
            "num": 52,
            "domain_name": "notube.la",
            "domain_keyword": "notube",
            "domain_tld": "la",
            "query_time": "2024-05-22 01:39:06",
            "create_date": "2023-02-22",
            "update_date": "2024-01-24",
            "expiry_date": "2025-02-22",
            "registrar_name": "Dynadot LLC",
            "registrant_email": "https://whois.nic.la/contact/notube.la/registrant",
            "name_servers": [
                "kiki.ns.cloudflare.com",
                "vin.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 53,
            "domain_name": "notubi.com",
            "domain_keyword": "notubi",
            "domain_tld": "com",
            "query_time": "2024-04-19 16:34:57",
            "create_date": "2021-02-02",
            "update_date": "2024-02-03",
            "expiry_date": "2025-02-02",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns67.domaincontrol.com",
                "ns68.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 54,
            "domain_name": "gotubo.com",
            "domain_keyword": "gotubo",
            "domain_tld": "com",
            "query_time": "2024-05-31 16:46:52",
            "create_date": "2024-01-29",
            "update_date": "2024-01-30",
            "expiry_date": "2025-01-29",
            "registrar_iana": 3994,
            "registrar_name": "Gname 025 Inc",
            "registrar_website": "http://WWW.GNAME.COM",
            "name_servers": [
                "jm1.dns.com",
                "jm2.dns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 55,
            "domain_name": "notube.tv",
            "domain_keyword": "notube",
            "domain_tld": "tv",
            "query_time": "2024-04-13 11:33:21",
            "create_date": "2020-12-25",
            "update_date": "2024-02-08",
            "expiry_date": "2024-12-25",
            "registrar_iana": 269,
            "registrar_name": "Key-Systems GmbH",
            "registrar_website": "https://key-systems.net",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "c/o whoisproxy.com",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "VA",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.torresdns.com",
                "ns2.torresdns.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 56,
            "domain_name": "sotubo.net",
            "domain_keyword": "sotubo",
            "domain_tld": "net",
            "query_time": "2024-04-19 02:32:23",
            "create_date": "2018-08-15",
            "update_date": "2019-06-04",
            "expiry_date": "2024-08-15",
            "registrar_iana": 2,
            "registrar_name": "Network Solutions, LLC",
            "registrar_website": "http://networksolutions.com",
            "name_servers": [
                "ns41.worldnic.com",
                "ns42.worldnic.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 57,
            "domain_name": "natubo.net",
            "domain_keyword": "natubo",
            "domain_tld": "net",
            "query_time": "2024-04-19 19:43:33",
            "create_date": "2014-09-25",
            "update_date": "2023-08-23",
            "expiry_date": "2024-09-25",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns53.domaincontrol.com",
                "ns54.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 58,
            "domain_name": "notumo.com",
            "domain_keyword": "notumo",
            "domain_tld": "com",
            "query_time": "2024-04-28 16:54:26",
            "create_date": "2024-04-25",
            "update_date": "2024-04-25",
            "expiry_date": "2026-04-25",
            "registrar_iana": 1647,
            "registrar_name": "Hosting Concepts B.V. d/b/a Registrar.eu",
            "registrar_website": "https://www.registrar.eu",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Whois Privacy Protection Foundation",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Zuid-Holland",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "NL",
            "registrant_email": "https://contact-form.registrar.eu/?domainname=notumo.com&purpose=owner",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.dns-parking.com",
                "ns2.dns-parking.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 59,
            "domain_name": "notube.net",
            "domain_keyword": "notube",
            "domain_tld": "net",
            "query_time": "2024-05-13 00:59:48",
            "create_date": "2018-08-10",
            "update_date": "2023-08-11",
            "expiry_date": "2024-08-10",
            "registrar_iana": 1659,
            "registrar_name": "GoDaddy Online Services Cayman Islands Ltd.",
            "registrar_website": "http://www.uniregistry.com",
            "name_servers": [
                "laura.ns.cloudflare.com",
                "tom.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 60,
            "domain_name": "sotubo.pt",
            "domain_keyword": "sotubo",
            "domain_tld": "pt",
            "query_time": "2024-05-13 20:54:31",
            "registrant_name": "Sotubo - Moveis Metalicos, S.A.",
            "registrant_address": "Rapadica",
            "registrant_city": "Revinhade",
            "registrant_state": "Felgueiras",
            "registrant_zip": "4650-373",
            "registrant_country": "PT",
            "registrant_email": "[email protected],[email protected],[email protected]",
            "name_servers": [
                "buck.ns.cloudflare.com",
                "dayana.ns.cloudflare.com"
            ],
            "domain_status": [
                "Registered"
            ]
        },
        {
            "num": 61,
            "domain_name": "dotubo.com",
            "domain_keyword": "dotubo",
            "domain_tld": "com",
            "query_time": "2024-05-31 13:16:05",
            "create_date": "2023-04-20",
            "update_date": "2024-05-21",
            "expiry_date": "2024-04-20",
            "registrar_iana": 2799,
            "registrar_name": "DropCatch.com 1040 LLC",
            "registrar_website": "https://www.NameBright.com",
            "registrant_name": "Redacted for GDPR privacy",
            "registrant_company": "Redacted for GDPR privacy",
            "registrant_address": "Redacted for GDPR privacy, Redacted for GDPR privacy",
            "registrant_city": "Redacted for GDPR privacy",
            "registrant_state": "CO",
            "registrant_zip": "Redacted for GDPR privacy",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "Redacted for GDPR privacy",
            "registrant_fax": "Redacted for GDPR privacy",
            "name_servers": [
                "expired1.namebrightdns.com",
                "expired2.namebrightdns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 62,
            "domain_name": "notube.in",
            "domain_keyword": "notube",
            "domain_tld": "in",
            "query_time": "2024-05-13 00:59:48",
            "create_date": "2021-01-14",
            "update_date": "2023-12-27",
            "expiry_date": "2025-01-14",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "www.godaddy.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Lagos",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "NG",
            "registrant_email": "please contact the registrar listed above",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.giantpanda.com",
                "ns2.giantpanda.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 63,
            "domain_name": "notube.vin",
            "domain_keyword": "notube",
            "domain_tld": "vin",
            "query_time": "2024-04-30 01:49:04",
            "create_date": "2024-02-26",
            "update_date": "2024-03-02",
            "expiry_date": "2025-02-26",
            "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": 64,
            "domain_name": "notube.click",
            "domain_keyword": "notube",
            "domain_tld": "click",
            "query_time": "2024-04-13 11:33:21",
            "create_date": "2023-12-16",
            "update_date": "2024-03-30",
            "expiry_date": "2024-12-16",
            "registrar_iana": 1636,
            "registrar_name": "HOSTINGER operations, UAB",
            "registrar_website": "http://www.hostinger.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": [
                "ns1.dns-parking.com",
                "ns2.dns-parking.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 65,
            "domain_name": "natubo.com",
            "domain_keyword": "natubo",
            "domain_tld": "com",
            "query_time": "2024-05-01 17:13:37",
            "create_date": "2014-06-27",
            "update_date": "2024-04-01",
            "expiry_date": "2025-06-27",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns25.domaincontrol.com",
                "ns26.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 66,
            "domain_name": "notube.store",
            "domain_keyword": "notube",
            "domain_tld": "store",
            "query_time": "2024-05-22 01:39:06",
            "create_date": "2023-11-18",
            "update_date": "2024-02-11",
            "expiry_date": "2024-11-18",
            "registrar_iana": 48,
            "registrar_name": "eNom, Inc.",
            "registrar_website": "https://www.enom.com/",
            "registrant_company": "Data Protected",
            "registrant_state": "lima",
            "registrant_country": "PE",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "dns1.nominalia.com",
                "dns2.nominalia.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 67,
            "domain_name": "notibo.com",
            "domain_keyword": "notibo",
            "domain_tld": "com",
            "query_time": "2024-05-27 12:08:22",
            "create_date": "2016-03-05",
            "update_date": "2021-02-27",
            "expiry_date": "2024-03-05",
            "registrar_iana": 1441,
            "registrar_name": "TurnCommerce, Inc. DBA NameBright.com",
            "registrar_website": "https://www.NameBright.com",
            "registrant_name": "Domain Admin / This Domain is For Sale",
            "registrant_company": "HugeDomains.com",
            "registrant_address": "2635 Walnut Street",
            "registrant_city": "Denver",
            "registrant_state": "CO",
            "registrant_zip": "80205",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.3038930552",
            "name_servers": [
                "nsg1.namebrightdns.com",
                "nsg2.namebrightdns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 68,
            "domain_name": "sotubo.com",
            "domain_keyword": "sotubo",
            "domain_tld": "com",
            "query_time": "2024-04-09 23:17:42",
            "create_date": "1999-07-09",
            "update_date": "2023-05-09",
            "expiry_date": "2024-07-09",
            "registrar_iana": 2,
            "registrar_name": "Network Solutions, LLC",
            "registrar_website": "http://networksolutions.com",
            "name_servers": [
                "ns1.vipvoz.com",
                "ns2.vipvoz.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 69,
            "domain_name": "notube.live",
            "domain_keyword": "notube",
            "domain_tld": "live",
            "query_time": "2024-04-30 01:49:04",
            "create_date": "2023-12-27",
            "update_date": "2024-01-02",
            "expiry_date": "2024-12-27",
            "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": [
                "carlos.ns.cloudflare.com",
                "katelyn.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 70,
            "domain_name": "notebo.com",
            "domain_keyword": "notebo",
            "domain_tld": "com",
            "query_time": "2024-04-16 07:47:27",
            "create_date": "2014-11-08",
            "update_date": "2023-11-11",
            "expiry_date": "2024-11-08",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com",
                "verification-15v137de.ns3.dan.hosting"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 71,
            "domain_name": "notuboc.com",
            "domain_keyword": "notuboc",
            "domain_tld": "com",
            "query_time": "2024-04-19 16:34:57",
            "create_date": "2007-01-04",
            "update_date": "2018-03-16",
            "expiry_date": "2025-01-04",
            "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": [
                "ns1104.ui-dns.biz",
                "ns1104.ui-dns.com",
                "ns1104.ui-dns.de",
                "ns1104.ui-dns.org"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 72,
            "domain_name": "notube.info",
            "domain_keyword": "notube",
            "domain_tld": "info",
            "query_time": "2024-05-31 23:50:51",
            "create_date": "2023-04-02",
            "update_date": "2024-03-15",
            "expiry_date": "2025-04-02",
            "registrar_iana": 83,
            "registrar_name": "IONOS SE",
            "registrar_website": "https://www.ionos.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "ID",
            "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": [
                "jonah.ns.cloudflare.com",
                "karina.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 73,
            "domain_name": "notube.io",
            "domain_keyword": "notube",
            "domain_tld": "io",
            "query_time": "2024-04-13 11:33:21",
            "create_date": "2021-09-09",
            "update_date": "2023-10-24",
            "expiry_date": "2024-09-09",
            "registrar_iana": 1659,
            "registrar_name": "GoDaddy Online Services Cayman Islands Ltd.",
            "registrar_website": "http://uniregistrar.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": [
                "laura.ns.cloudflare.com",
                "tom.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 74,
            "domain_name": "notobo.com",
            "domain_keyword": "notobo",
            "domain_tld": "com",
            "query_time": "2024-04-25 11:28:04",
            "create_date": "2007-03-04",
            "update_date": "2024-03-05",
            "expiry_date": "2025-03-04",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns1.brandbucket.com",
                "ns2.brandbucket.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 75,
            "domain_name": "botubo.com",
            "domain_keyword": "botubo",
            "domain_tld": "com",
            "query_time": "2024-04-23 00:22:55",
            "create_date": "2018-12-21",
            "update_date": "2024-01-06",
            "expiry_date": "2024-12-21",
            "registrar_iana": 472,
            "registrar_name": "Dynadot Inc",
            "registrar_website": "http://www.dynadot.com",
            "name_servers": [
                "ns1.brandbucket.com",
                "ns2.brandbucket.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 76,
            "domain_name": "notube.cc",
            "domain_keyword": "notube",
            "domain_tld": "cc",
            "query_time": "2024-05-31 23:50:35",
            "create_date": "2022-05-28",
            "update_date": "2024-05-01",
            "expiry_date": "2025-05-28",
            "registrar_iana": 433,
            "registrar_name": "OVH sas",
            "registrar_website": "http://www.ovh.com",
            "name_servers": [
                "laura.ns.cloudflare.com",
                "tom.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 77,
            "domain_name": "notabo.com",
            "domain_keyword": "notabo",
            "domain_tld": "com",
            "query_time": "2024-04-22 05:23:48",
            "create_date": "2006-12-18",
            "update_date": "2023-12-17",
            "expiry_date": "2024-12-18",
            "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": 78,
            "domain_name": "noturo.com",
            "domain_keyword": "noturo",
            "domain_tld": "com",
            "query_time": "2024-05-07 10:48:42",
            "create_date": "2017-05-04",
            "update_date": "2024-05-04",
            "expiry_date": "2025-05-04",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns1.domain-is-4-sale-at-domainmarket.com",
                "ns2.domainmarket.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 79,
            "domain_name": "otubo.net",
            "domain_keyword": "otubo",
            "domain_tld": "net",
            "query_time": "2024-04-30 19:47:11",
            "create_date": "2008-02-26",
            "update_date": "2023-02-28",
            "expiry_date": "2025-02-26",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns51.domaincontrol.com",
                "ns52.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 80,
            "domain_name": "noubo.com",
            "domain_keyword": "noubo",
            "domain_tld": "com",
            "query_time": "2024-04-19 16:38:28",
            "create_date": "2011-10-01",
            "update_date": "2024-04-14",
            "expiry_date": "2024-10-01",
            "registrar_iana": 472,
            "registrar_name": "DYNADOT LLC",
            "registrar_website": "http://www.dynadot.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Super Privacy Service LTD c/o Dynadot",
            "registrant_address": "PO Box 701",
            "registrant_city": "San Mateo",
            "registrant_state": "California",
            "registrant_zip": "94401",
            "registrant_country": "US",
            "registrant_email": "https://www.dynadot.com/domain/contact-request?domain=noubo.com",
            "registrant_phone": "+1.6505854708",
            "name_servers": [
                "ns1.parkingcrew.net",
                "ns2.parkingcrew.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 81,
            "domain_name": "noubo.net",
            "domain_keyword": "noubo",
            "domain_tld": "net",
            "query_time": "2024-04-13 11:35:48",
            "create_date": "2023-10-17",
            "update_date": "2023-10-17",
            "expiry_date": "2026-10-17",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "http://wanwang.aliyun.com",
            "registrant_state": "shang hai",
            "registrant_country": "CN",
            "registrant_email": "https://whois.aliyun.com/whois/whoisform",
            "name_servers": [
                "dns1.hichina.com",
                "dns2.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 82,
            "domain_name": "notub.lol",
            "domain_keyword": "notub",
            "domain_tld": "lol",
            "query_time": "2024-05-22 01:39:06",
            "create_date": "2024-03-19",
            "update_date": "2024-05-01",
            "expiry_date": "2025-03-19",
            "registrar_iana": 472,
            "registrar_name": "Dynadot LLC",
            "registrar_website": "http://www.dynadot.com",
            "registrant_state": "California",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1.bodis.com",
                "ns2.bodis.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 83,
            "domain_name": "otubo.jp",
            "domain_keyword": "otubo",
            "domain_tld": "jp",
            "query_time": "2024-06-02 16:02:55",
            "create_date": "2006-05-17",
            "update_date": "2024-06-01",
            "expiry_date": "2025-05-31",
            "registrant_name": "Taihei Otubo",
            "registrant_address": "Kamitoyama313,Rittou-City",
            "registrant_zip": "520-3004",
            "registrant_email": "[email protected]",
            "registrant_phone": "077-558-4198",
            "registrant_fax": "077-558-4189",
            "name_servers": [
                "ns1.value-domain.com",
                "ns2.value-domain.com",
                "ns3.value-domain.com"
            ],
            "domain_status": [
                "Active"
            ]
        },
        {
            "num": 84,
            "domain_name": "otubo.com.br",
            "domain_keyword": "otubo",
            "domain_tld": "com.br",
            "query_time": "2024-04-30 19:47:11",
            "create_date": "2022-02-06",
            "update_date": "2022-02-22",
            "expiry_date": "2025-02-06",
            "registrant_name": "Christiano Lacorte",
            "registrant_country": "BR",
            "registrant_email": "[email protected]",
            "name_servers": [
                "nspro74.hostgator.com.br",
                "nspro75.hostgator.com.br"
            ],
            "domain_status": [
                "published"
            ]
        },
        {
            "num": 85,
            "domain_name": "notuo.net",
            "domain_keyword": "notuo",
            "domain_tld": "net",
            "query_time": "2024-05-25 11:35:21",
            "create_date": "2023-09-19",
            "update_date": "2024-04-01",
            "expiry_date": "2024-09-19",
            "registrar_iana": 3855,
            "registrar_name": "Hong Kong Juming Network Technology Co., Ltd.",
            "registrar_website": "www.juminghk.com",
            "registrant_name": "Redacted for privacy",
            "registrant_company": "Redacted for privacy",
            "registrant_address": "Redacted for privacy",
            "registrant_city": "Redacted for privacy",
            "registrant_state": "HE NAN",
            "registrant_zip": "Redacted for privacy",
            "registrant_country": "CN",
            "registrant_email": "redacted for privacy",
            "registrant_phone": "Redacted for privacy",
            "registrant_fax": "Redacted for privacy",
            "name_servers": [
                "jm1.dns.com",
                "jm2.dns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 86,
            "domain_name": "otubo.com",
            "domain_keyword": "otubo",
            "domain_tld": "com",
            "query_time": "2024-05-12 13:00:31",
            "create_date": "2012-02-18",
            "update_date": "2024-03-01",
            "expiry_date": "2025-02-18",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "https://www.godaddy.com",
            "registrant_name": "Registration Private",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "DomainsByProxy.com, 2155 E Warner Rd",
            "registrant_city": "Tempe",
            "registrant_state": "Arizona",
            "registrant_zip": "85284",
            "registrant_country": "US",
            "registrant_email": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=otubo.com",
            "registrant_phone": "+1.4806242599",
            "name_servers": [
                "ns11.domaincontrol.com",
                "ns12.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 87,
            "domain_name": "notuo.com",
            "domain_keyword": "notuo",
            "domain_tld": "com",
            "query_time": "2024-04-19 16:35:06",
            "create_date": "2008-09-10",
            "update_date": "2023-09-07",
            "expiry_date": "2026-09-10",
            "registrar_iana": 420,
            "registrar_name": "Alibaba Cloud Computing (Beijing) Co., Ltd.",
            "registrar_website": "http://www.net.cn",
            "registrant_state": "shang hai",
            "registrant_country": "CN",
            "registrant_email": "https://whois.aliyun.com/whois/whoisform",
            "name_servers": [
                "dns13.hichina.com",
                "dns14.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 88,
            "domain_name": "motubo.biz",
            "domain_keyword": "motubo",
            "domain_tld": "biz",
            "query_time": "2024-05-10 07:56:09",
            "create_date": "2022-07-29",
            "update_date": "2023-08-03",
            "expiry_date": "2024-07-29",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC",
            "registrar_website": "https://domains.squarespace.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Contact Privacy Inc. Customer 7151571251",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "ON",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns-cloud-a1.googledomains.com",
                "ns-cloud-a2.googledomains.com",
                "ns-cloud-a3.googledomains.com",
                "ns-cloud-a4.googledomains.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 89,
            "domain_name": "fotubo.com",
            "domain_keyword": "fotubo",
            "domain_tld": "com",
            "query_time": "2024-05-24 23:24:40",
            "create_date": "2021-05-22",
            "update_date": "2024-05-23",
            "expiry_date": "2027-05-22",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "https://www.godaddy.com",
            "registrant_name": "Registration Private",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "DomainsByProxy.com, 2155 E Warner Rd",
            "registrant_city": "Tempe",
            "registrant_state": "Arizona",
            "registrant_zip": "85284",
            "registrant_country": "US",
            "registrant_email": "select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=fotubo.com",
            "registrant_phone": "+1.4806242599",
            "name_servers": [
                "ns21.domaincontrol.com",
                "ns22.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 90,
            "domain_name": "notbo.red",
            "domain_keyword": "notbo",
            "domain_tld": "red",
            "query_time": "2024-05-13 00:50:10",
            "create_date": "2019-03-12",
            "update_date": "2024-02-16",
            "expiry_date": "2025-03-12",
            "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": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 91,
            "domain_name": "notub.com",
            "domain_keyword": "notub",
            "domain_tld": "com",
            "query_time": "2024-05-07 10:48:39",
            "create_date": "2009-05-02",
            "update_date": "2024-04-28",
            "expiry_date": "2025-05-02",
            "registrar_iana": 151,
            "registrar_name": "PSI-USA, Inc. dba Domain Robot",
            "registrar_website": "https://www.psi-usa.info",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Cykon Technology Limited",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "HK",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "HK",
            "registrant_email": "https://whoispro.domain-robot.org/whois/notub.com",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.eftydns.com",
                "ns2.eftydns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 92,
            "domain_name": "otubo.co.jp",
            "domain_keyword": "otubo",
            "domain_tld": "co.jp",
            "query_time": "2024-05-30 11:40:30",
            "create_date": "2000-03-09",
            "update_date": "2024-04-01",
            "registrant_company": "Otubo Co., Ltd.",
            "name_servers": [
                "ns1.xserver.jp",
                "ns2.xserver.jp",
                "ns3.xserver.jp",
                "ns4.xserver.jp",
                "ns5.xserver.jp"
            ]
        },
        {
            "num": 93,
            "domain_name": "notub.net",
            "domain_keyword": "notub",
            "domain_tld": "net",
            "query_time": "2024-05-28 16:15:32",
            "create_date": "2024-05-25",
            "update_date": "2024-05-26",
            "expiry_date": "2025-05-25",
            "registrar_iana": 2601,
            "registrar_name": "DropCatch.com 842 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": [
                "ns15.abovedomains.com",
                "ns16.abovedomains.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 94,
            "domain_name": "inotubo.com",
            "domain_keyword": "inotubo",
            "domain_tld": "com",
            "query_time": "2024-04-16 04:15:09",
            "create_date": "2014-02-26",
            "update_date": "2024-02-26",
            "expiry_date": "2026-02-26",
            "registrar_iana": 303,
            "registrar_name": "PDR Ltd. d/b/a PublicDomainRegistry.com",
            "registrar_website": "www.publicdomainregistry.com",
            "registrant_name": "GDPR Masked",
            "registrant_company": "GDPR Masked",
            "registrant_address": "GDPR Masked",
            "registrant_city": "GDPR Masked",
            "registrant_state": "Porto",
            "registrant_zip": "GDPR Masked",
            "registrant_country": "PT",
            "registrant_email": "[email protected]",
            "registrant_phone": "GDPR Masked",
            "registrant_fax": "GDPR Masked",
            "name_servers": [
                "a.ns.tuxdns.net",
                "b.ns.tuxdns.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 95,
            "domain_name": "notube.icu",
            "domain_keyword": "notube",
            "domain_tld": "icu",
            "query_time": "2024-05-01 19:36:50",
            "create_date": "2022-04-12",
            "update_date": "2024-04-15",
            "expiry_date": "2025-04-12",
            "registrar_iana": 1861,
            "registrar_name": "Porkbun, LLC",
            "registrar_website": "https://porkbun.com/",
            "registrant_company": "Private by Design, LLC",
            "registrant_state": "NC",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "curitiba.ns.porkbun.com",
                "fortaleza.ns.porkbun.com",
                "maceio.ns.porkbun.com",
                "salvador.ns.porkbun.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 96,
            "domain_name": "notube.app",
            "domain_keyword": "notube",
            "domain_tld": "app",
            "query_time": "2024-05-25 11:35:19",
            "create_date": "2020-11-27",
            "update_date": "2024-01-11",
            "expiry_date": "2024-11-27",
            "registrar_iana": 1659,
            "registrar_name": "Uniregistrar Corp",
            "registrar_website": "https://uniregistry.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the whois server of the owning registrar identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "name_servers": [
                "laura.ns.cloudflare.com",
                "tom.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 97,
            "domain_name": "notaboo.nl",
            "domain_keyword": "notaboo",
            "domain_tld": "nl",
            "query_time": "2024-04-29 00:23:02",
            "create_date": "2021-08-05",
            "update_date": "2021-08-05",
            "registrar_name": "ZXCS",
            "name_servers": [
                "ns.zxcs.be",
                "ns.zxcs.eu",
                "ns.zxcs.nl"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "yes"
            ]
        },
        {
            "num": 98,
            "domain_name": "notjob.info",
            "domain_keyword": "notjob",
            "domain_tld": "info",
            "query_time": "2024-04-28 23:46:40",
            "create_date": "2023-10-18",
            "update_date": "2023-10-23",
            "expiry_date": "2024-10-18",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 99,
            "domain_name": "notumor.ru",
            "domain_keyword": "notumor",
            "domain_tld": "ru",
            "query_time": "2024-05-03 16:02:14",
            "create_date": "2021-08-12",
            "expiry_date": "2024-08-12",
            "registrar_name": "REGRU-RU",
            "registrant_company": "Event Platform (LLC)",
            "name_servers": [
                "ns1.reg.ru",
                "ns2.reg.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 100,
            "domain_name": "notusao.fun",
            "domain_keyword": "notusao",
            "domain_tld": "fun",
            "query_time": "2024-04-30 01:49:27",
            "create_date": "2023-04-13",
            "update_date": "2024-04-14",
            "expiry_date": "2025-04-13",
            "registrar_iana": 303,
            "registrar_name": "PDR Ltd. d/b/a PublicDomainRegistry.com",
            "registrar_website": "https://publicdomainregistry.com",
            "registrant_company": "N/A",
            "registrant_state": "Kharkivskaya",
            "registrant_country": "UA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "dns10.parkpage.foundationapi.com",
                "dns9.parkpage.foundationapi.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.591,
        "api_credits_used": 3,
        "cost_calculation": "3 (fuzzy_domains [1 domain])"
    }
}
<root>
 <success>true</success>
 <query>
  <fuzzy_domains>notubo.com.br</fuzzy_domains>
  <page_size>100</page_size>
 </query>
 <count>
  <total>4230</total>
  <relation>eq</relation>
  <current>100</current>
 </count>
 <unique_domains>yotubo.com, notube.top, notube.co, notuso.com, ootubo.tokyo, notube.vip, notuno.com, notube.im, notube.ru, aotubo.com, cotubo.com, notube.lol, botubo.pl, notube.website, notube.mobi, notulo.com, notobo.online, nobubo.com, notube.tel, notuno.com.br, notube.online, notube.club, notubs.com, nomubo.de, notube.it, notuba.com, hotubo.com, notube.com, no-tubo.net, notube.me, botubo.site, notube.biz, nokubo.jp, sotubo.site, kotubo.com, notuno.pl, notube.org, natubo.uk, notubu.com, nutubo.com, ootubo.com, nosubo.com, nocubo.com, notube.land, notbo.com, notube.dev, ootubo.net, notube.site, motubo.com, nothbo.com, notuto.com, notube.la, notubi.com, gotubo.com, notube.tv, sotubo.net, natubo.net, notumo.com, notube.net, sotubo.pt, dotubo.com, notube.in, notube.vin, notube.click, natubo.com, notube.store, notibo.com, sotubo.com, notube.live, notebo.com, notuboc.com, notube.info, notube.io, notobo.com, botubo.com, notube.cc, notabo.com, noturo.com, otubo.net, noubo.com, noubo.net, notub.lol, otubo.jp, otubo.com.br, notuo.net, otubo.com, notuo.com, motubo.biz, fotubo.com, notbo.red, notub.com, otubo.co.jp, notub.net, inotubo.com, notube.icu, notube.app, notaboo.nl, notjob.info, notumor.ru, notusao.fun</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>yotubo.com</domain_name>
   <domain_keyword>yotubo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-01 19:52:58</query_time>
   <create_date>2006-03-20</create_date>
   <update_date>2024-04-18</update_date>
   <expiry_date>2025-03-20</expiry_date>
   <registrar_iana>420</registrar_iana>
   <registrar_name>Alibaba Cloud Computing (Beijing) Co., Ltd.</registrar_name>
   <registrar_website>http://www.net.cn</registrar_website>
   <name_servers>
    <value>ns1.afternic.com</value>
    <value>ns2.afternic.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>2</num>
   <domain_name>notube.top</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>top</domain_tld>
   <query_time>2024-04-22 09:52:57</query_time>
   <create_date>2024-02-23</create_date>
   <update_date>2024-02-23</update_date>
   <expiry_date>2025-02-23</expiry_date>
   <registrar_iana>1861</registrar_iana>
   <registrar_name>Porkbun LLC</registrar_name>
   <registrar_website>http://www.porkbun.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Private by Design, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>NC</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>curitiba.ns.porkbun.com</value>
    <value>fortaleza.ns.porkbun.com</value>
    <value>maceio.ns.porkbun.com</value>
    <value>salvador.ns.porkbun.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>3</num>
   <domain_name>notube.co</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>co</domain_tld>
   <query_time>2024-04-19 16:34:56</query_time>
   <create_date>2014-01-13</create_date>
   <update_date>2023-07-15</update_date>
   <expiry_date>2025-01-12</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>whois.godaddy.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns-1404.awsdns-47.org</value>
    <value>ns-1745.awsdns-26.co.uk</value>
    <value>ns-807.awsdns-36.net</value>
    <value>ns-89.awsdns-11.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>4</num>
   <domain_name>notuso.com</domain_name>
   <domain_keyword>notuso</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-25 11:35:24</query_time>
   <create_date>2023-07-25</create_date>
   <update_date>2023-07-25</update_date>
   <expiry_date>2024-07-25</expiry_date>
   <registrar_iana>440</registrar_iana>
   <registrar_name>Wild West Domains, LLC</registrar_name>
   <registrar_website>http://www.wildwestdomains.com</registrar_website>
   <name_servers>
    <value>ns1.bdm.microsoftonline.com</value>
    <value>ns2.bdm.microsoftonline.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>5</num>
   <domain_name>ootubo.tokyo</domain_name>
   <domain_keyword>ootubo</domain_keyword>
   <domain_tld>tokyo</domain_tld>
   <query_time>2024-04-23 03:05:46</query_time>
   <create_date>2016-03-24</create_date>
   <update_date>2022-02-24</update_date>
   <expiry_date>2025-03-24</expiry_date>
   <registrar_iana>49</registrar_iana>
   <registrar_name>GMO Internet Group, Inc.</registrar_name>
   <registrar_website>http://www.onamae.com/</registrar_website>
   <registrant_state>Fukuoka</registrant_state>
   <registrant_country>JP</registrant_country>
   <name_servers>
    <value>dns01.muumuu-domain.com</value>
    <value>dns02.muumuu-domain.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>notube.vip</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>vip</domain_tld>
   <query_time>2024-05-22 01:39:06</query_time>
   <create_date>2022-10-09</create_date>
   <update_date>2023-10-15</update_date>
   <expiry_date>2024-10-09</expiry_date>
   <registrar_iana>440</registrar_iana>
   <registrar_name>Wild West Domains, Inc.</registrar_name>
   <registrar_website>www.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>ns51.domaincontrol.com</value>
    <value>ns52.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>7</num>
   <domain_name>notuno.com</domain_name>
   <domain_keyword>notuno</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-13 11:33:44</query_time>
   <create_date>2014-12-08</create_date>
   <update_date>2024-01-30</update_date>
   <expiry_date>2025-12-08</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>Dynadot Inc</registrar_name>
   <registrar_website>http://www.dynadot.com</registrar_website>
   <name_servers>
    <value>ns1.brandbucket.com</value>
    <value>ns2.brandbucket.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>8</num>
   <domain_name>notube.im</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>im</domain_tld>
   <query_time>2024-06-01 14:22:55</query_time>
   <expiry_date>2024-01-12</expiry_date>
   <registrant_name>Redacted</registrant_name>
   <name_servers>
    <value>laura.ns.cloudflare.com</value>
    <value>tom.ns.cloudflare.com</value>
   </name_servers>
  </value>
  <value>
   <num>9</num>
   <domain_name>notube.ru</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-03 16:02:14</query_time>
   <create_date>2019-02-27</create_date>
   <expiry_date>2025-02-27</expiry_date>
   <registrar_name>AXELNAME-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.jino.ru</value>
    <value>ns2.jino.ru</value>
    <value>ns3.jino.ru</value>
    <value>ns4.jino.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>10</num>
   <domain_name>aotubo.com</domain_name>
   <domain_keyword>aotubo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-23 02:50:30</query_time>
   <create_date>2023-05-21</create_date>
   <update_date>2023-05-16</update_date>
   <expiry_date>2025-05-21</expiry_date>
   <registrar_iana>460</registrar_iana>
   <registrar_name>WEBCC</registrar_name>
   <registrar_website>http://www.webnic.cc</registrar_website>
   <registrant_name>Domain Admin</registrant_name>
   <registrant_company>Whoisprotection.cc</registrant_company>
   <registrant_address>L4-E-2, Level 4, Enterprise 4, Technology Park Malaysia, Bukit Jalil</registrant_address>
   <registrant_city>Kuala Lumpur</registrant_city>
   <registrant_state>Wilayah Persekutuan</registrant_state>
   <registrant_zip>57000</registrant_zip>
   <registrant_country>MY</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+60.389966788</registrant_phone>
   <registrant_fax>+603.89966788</registrant_fax>
   <name_servers>
    <value>a.share-dns.com</value>
    <value>b.share-dns.net</value>
    <value>ns100.webnic.cc</value>
    <value>ns101.webnic.cc</value>
   </name_servers>
   <domain_status>
    <value>inactive</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>11</num>
   <domain_name>cotubo.com</domain_name>
   <domain_keyword>cotubo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-26 09:25:09</query_time>
   <create_date>2005-07-05</create_date>
   <update_date>2016-07-11</update_date>
   <expiry_date>2024-07-05</expiry_date>
   <registrar_iana>379</registrar_iana>
   <registrar_name>Arsys Internet, S.L. dba NICLINE.COM</registrar_name>
   <registrar_website>http://www.nicline.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>cordoba+14100</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>ES</registrant_country>
   <registrant_email>https://registrar.domainconnection.info/</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns3.piensasolutions.com</value>
    <value>ns4.piensasolutions.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>12</num>
   <domain_name>notube.lol</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>lol</domain_tld>
   <query_time>2024-06-01 01:19:44</query_time>
   <create_date>2020-01-14</create_date>
   <update_date>2024-03-28</update_date>
   <expiry_date>2025-01-14</expiry_date>
   <registrar_iana>1387</registrar_iana>
   <registrar_name>1API GmbH</registrar_name>
   <registrar_website>http://www.1api.net</registrar_website>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_state>Arizona</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>laura.ns.cloudflare.com</value>
    <value>tom.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>13</num>
   <domain_name>botubo.pl</domain_name>
   <domain_keyword>botubo</domain_keyword>
   <domain_tld>pl</domain_tld>
   <query_time>2024-05-03 17:42:10</query_time>
   <create_date>2023-05-16</create_date>
   <update_date>2024-05-01</update_date>
   <expiry_date>2025-05-16</expiry_date>
   <registrar_name>Simply.com</registrar_name>
   <registrar_website>www.simply.com/support</registrar_website>
   <name_servers>
    <value>ns1.simply.com</value>
    <value>ns2.simply.com</value>
    <value>ns3.simply.com</value>
   </name_servers>
   <dns_sec>
    <value>Signed</value>
   </dns_sec>
  </value>
  <value>
   <num>14</num>
   <domain_name>notube.website</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>website</domain_tld>
   <query_time>2024-05-07 10:48:39</query_time>
   <create_date>2021-01-04</create_date>
   <update_date>2024-04-16</update_date>
   <expiry_date>2025-01-04</expiry_date>
   <registrar_iana>1659</registrar_iana>
   <registrar_name>GoDaddy Online Services Cayman Islands Ltd.</registrar_name>
   <registrar_website>http://www.uniregistrar.com</registrar_website>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_state>Arizona</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>laura.ns.cloudflare.com</value>
    <value>tom.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>15</num>
   <domain_name>notube.mobi</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>mobi</domain_tld>
   <query_time>2024-05-22 01:30:00</query_time>
   <create_date>2023-09-02</create_date>
   <update_date>2023-11-30</update_date>
   <expiry_date>2024-09-02</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>nolan.ns.cloudflare.com</value>
    <value>olivia.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>16</num>
   <domain_name>notulo.com</domain_name>
   <domain_keyword>notulo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-25 11:35:20</query_time>
   <create_date>2022-09-06</create_date>
   <update_date>2023-08-18</update_date>
   <expiry_date>2024-09-06</expiry_date>
   <registrar_iana>625</registrar_iana>
   <registrar_name>Name.com, Inc.</registrar_name>
   <registrar_website>http://www.name.com</registrar_website>
   <registrant_name>Redacted For Privacy</registrant_name>
   <registrant_company>Domain Protection Services, Inc.</registrant_company>
   <registrant_address>PO Box 1769</registrant_address>
   <registrant_city>Denver</registrant_city>
   <registrant_state>CO</registrant_state>
   <registrant_zip>80201</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>https://www.name.com/contact-domain-whois/notulo.com</registrant_email>
   <registrant_phone>+1.7208009072</registrant_phone>
   <registrant_fax>+1.7209758725</registrant_fax>
   <name_servers>
    <value>mary.ns.cloudflare.com</value>
    <value>woz.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unSigned</value>
   </dns_sec>
  </value>
  <value>
   <num>17</num>
   <domain_name>notobo.online</domain_name>
   <domain_keyword>notobo</domain_keyword>
   <domain_tld>online</domain_tld>
   <query_time>2024-04-11 08:29:00</query_time>
   <create_date>2023-04-05</create_date>
   <update_date>2024-04-06</update_date>
   <expiry_date>2025-04-05</expiry_date>
   <registrar_iana>1649</registrar_iana>
   <registrar_name>P.A Viet Nam Company Limited</registrar_name>
   <registrant_company>CONG TY TNHH CONG NGHE THONG TIN PDH</registrant_company>
   <registrant_state>TP HCM</registrant_state>
   <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>dnstemp1.dotvndns.com</value>
    <value>dnstemp2.dotvndns.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>18</num>
   <domain_name>nobubo.com</domain_name>
   <domain_keyword>nobubo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-14 01:33:09</query_time>
   <create_date>2019-01-01</create_date>
   <update_date>2023-12-02</update_date>
   <expiry_date>2025-01-01</expiry_date>
   <registrar_iana>1910</registrar_iana>
   <registrar_name>Cloudflare, Inc.</registrar_name>
   <registrar_website>https://www.cloudflare.com</registrar_website>
   <registrant_name>DATA REDACTED</registrant_name>
   <registrant_company>DATA REDACTED</registrant_company>
   <registrant_address>DATA REDACTED</registrant_address>
   <registrant_city>DATA REDACTED</registrant_city>
   <registrant_state>Illinois</registrant_state>
   <registrant_zip>DATA REDACTED</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>https://domaincontact.cloudflareregistrar.com/nobubo.com</registrant_email>
   <registrant_phone>DATA REDACTED</registrant_phone>
   <registrant_fax>DATA REDACTED</registrant_fax>
   <name_servers>
    <value>armando.ns.cloudflare.com</value>
    <value>arushi.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>renewPeriod</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>19</num>
   <domain_name>notube.tel</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>tel</domain_tld>
   <query_time>2024-04-13 11:33:21</query_time>
   <create_date>2023-06-04</create_date>
   <update_date>2024-04-01</update_date>
   <expiry_date>2024-06-04</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>Dynadot Inc</registrar_name>
   <registrar_website>https://www.dynadot.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Super Privacy Service LTD c/o Dynadot</registrant_company>
   <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 whois 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>20</num>
   <domain_name>notuno.com.br</domain_name>
   <domain_keyword>notuno</domain_keyword>
   <domain_tld>com.br</domain_tld>
   <query_time>2024-04-30 01:49:05</query_time>
   <create_date>2023-06-12</create_date>
   <update_date>2023-06-12</update_date>
   <expiry_date>2024-06-12</expiry_date>
   <registrar_name>GODADDY (86)</registrar_name>
   <registrant_name>Fabio Dantas</registrant_name>
   <name_servers>
    <value>ns49.domaincontrol.com</value>
    <value>ns50.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>published</value>
   </domain_status>
  </value>
  <value>
   <num>21</num>
   <domain_name>notube.online</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>online</domain_tld>
   <query_time>2024-05-22 01:39:06</query_time>
   <create_date>2023-11-18</create_date>
   <update_date>2024-02-11</update_date>
   <expiry_date>2024-11-18</expiry_date>
   <registrar_iana>48</registrar_iana>
   <registrar_name>eNom, Inc.</registrar_name>
   <registrar_website>https://www.enom.com/</registrar_website>
   <registrant_company>Data Protected</registrant_company>
   <registrant_state>lima</registrant_state>
   <registrant_country>PE</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>dns1.nominalia.com</value>
    <value>dns2.nominalia.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>22</num>
   <domain_name>notube.club</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>club</domain_tld>
   <query_time>2024-05-24 14:30:19</query_time>
   <create_date>2024-05-21</create_date>
   <update_date>2024-05-21</update_date>
   <expiry_date>2029-05-21</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>whois.godaddy.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns61.domaincontrol.com</value>
    <value>ns62.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
    <value>serverTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>23</num>
   <domain_name>notubs.com</domain_name>
   <domain_keyword>notubs</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-13 11:33:21</query_time>
   <create_date>2023-10-10</create_date>
   <update_date>2023-10-10</update_date>
   <expiry_date>2024-10-10</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>ns1.sedoparking.com</value>
    <value>ns2.sedoparking.com</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>24</num>
   <domain_name>nomubo.de</domain_name>
   <domain_keyword>nomubo</domain_keyword>
   <domain_tld>de</domain_tld>
   <query_time>2024-06-01 09:54:38</query_time>
   <update_date>2024-05-23</update_date>
   <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>connect</value>
   </domain_status>
  </value>
  <value>
   <num>25</num>
   <domain_name>notube.it</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>it</domain_tld>
   <query_time>2024-05-07 10:48:39</query_time>
   <create_date>2013-01-05</create_date>
   <update_date>2024-02-26</update_date>
   <expiry_date>2025-02-10</expiry_date>
   <registrar_name>Algorithmedia S.r.l.</registrar_name>
   <registrar_website>http://www.algorithmedia.com</registrar_website>
   <registrant_company>Puglia.com Srls</registrant_company>
   <registrant_address>Via 16 Settembre 1959 8</registrant_address>
   <registrant_city>Barletta</registrant_city>
   <registrant_state>BT</registrant_state>
   <registrant_zip>76121</registrant_zip>
   <registrant_country>IT</registrant_country>
   <name_servers>
    <value>ns1.parkingcrew.net</value>
    <value>ns2.parkingcrew.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>no</value>
   </dns_sec>
  </value>
  <value>
   <num>26</num>
   <domain_name>notuba.com</domain_name>
   <domain_keyword>notuba</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-07 10:48:39</query_time>
   <create_date>2012-04-30</create_date>
   <update_date>2024-04-23</update_date>
   <expiry_date>2025-04-30</expiry_date>
   <registrar_iana>48</registrar_iana>
   <registrar_name>ENOM, INC.</registrar_name>
   <registrar_website>WWW.ENOMDOMAINS.COM</registrar_website>
   <registrant_name>Whois Agent (344916553)</registrant_name>
   <registrant_company>Whois Privacy Protection Service, Inc.</registrant_company>
   <registrant_address>PO Box 639, C/O notuba.com</registrant_address>
   <registrant_city>Kirkland</registrant_city>
   <registrant_state>WA</registrant_state>
   <registrant_zip>98083</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.4252740657</registrant_phone>
   <registrant_fax>+1.4259744730</registrant_fax>
   <name_servers>
    <value>dns1.name-services.com</value>
    <value>dns2.name-services.com</value>
    <value>dns3.name-services.com</value>
    <value>dns4.name-services.com</value>
    <value>dns5.name-services.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>27</num>
   <domain_name>hotubo.com</domain_name>
   <domain_keyword>hotubo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-29 16:40:00</query_time>
   <create_date>2016-05-22</create_date>
   <update_date>2024-01-24</update_date>
   <expiry_date>2025-05-22</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>http://www.namecheap.com</registrar_website>
   <name_servers>
    <value>alexis.ns.cloudflare.com</value>
    <value>lia.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>notube.com</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-01 14:22:55</query_time>
   <create_date>2004-03-25</create_date>
   <update_date>2023-02-16</update_date>
   <expiry_date>2024-03-25</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>NoTube GmbH</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>CH</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>dns19.ovh.net</value>
    <value>ns19.ovh.net</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>29</num>
   <domain_name>no-tubo.net</domain_name>
   <domain_keyword>no-tubo</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-21 10:50:13</query_time>
   <create_date>2006-10-17</create_date>
   <update_date>2024-04-11</update_date>
   <expiry_date>2024-10-17</expiry_date>
   <registrar_iana>269</registrar_iana>
   <registrar_name>Key-Systems GmbH</registrar_name>
   <registrar_website>http://www.value-domain.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>REDACTED FOR PRIVACY</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Osaka</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>JP</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.gslb4.sakura.ne.jp</value>
    <value>ns2.gslb4.sakura.ne.jp</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>30</num>
   <domain_name>notube.me</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>me</domain_tld>
   <query_time>2024-05-22 01:39:06</query_time>
   <create_date>2020-01-19</create_date>
   <update_date>2023-12-26</update_date>
   <expiry_date>2025-01-19</expiry_date>
   <registrar_iana>802672</registrar_iana>
   <registrar_name>Sarek Oy</registrar_name>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Private by Design, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>NC</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>1-you.njalla.no</value>
    <value>2-can.njalla.in</value>
    <value>3-get.njalla.fo</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>31</num>
   <domain_name>botubo.site</domain_name>
   <domain_keyword>botubo</domain_keyword>
   <domain_tld>site</domain_tld>
   <query_time>2024-05-29 23:31:47</query_time>
   <create_date>2023-03-29</create_date>
   <update_date>2024-05-07</update_date>
   <expiry_date>2024-03-29</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>Private Person</registrant_company>
   <registrant_state>Sakhalin</registrant_state>
   <registrant_country>ID</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.expired.reg.ru</value>
    <value>ns2.expired.reg.ru</value>
   </name_servers>
   <domain_status>
    <value>pendingDelete</value>
    <value>redemptionPeriod</value>
    <value>serverHold</value>
    <value>serverTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>32</num>
   <domain_name>notube.biz</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>biz</domain_tld>
   <query_time>2024-04-30 01:49:04</query_time>
   <create_date>2019-12-31</create_date>
   <update_date>2022-07-02</update_date>
   <expiry_date>2024-12-31</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>Dynadot Inc</registrar_name>
   <registrar_website>https://www.dynadot.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>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>bonnie.ns.cloudflare.com</value>
    <value>rob.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>33</num>
   <domain_name>nokubo.jp</domain_name>
   <domain_keyword>nokubo</domain_keyword>
   <domain_tld>jp</domain_tld>
   <query_time>2024-04-27 10:38:35</query_time>
   <create_date>2012-11-16</create_date>
   <update_date>2023-12-01</update_date>
   <expiry_date>2024-11-30</expiry_date>
   <registrant_name>NOKU BO TOHRI PETTO KURINIKKU</registrant_name>
   <registrant_address>HASUDA SHI MAGOME 1 CHOUME 79</registrant_address>
   <registrant_zip>3490114</registrant_zip>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+81.487640077</registrant_phone>
   <name_servers>
    <value>ns1.jimdo.com</value>
    <value>ns2.jimdo.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
  </value>
  <value>
   <num>34</num>
   <domain_name>sotubo.site</domain_name>
   <domain_keyword>sotubo</domain_keyword>
   <domain_tld>site</domain_tld>
   <query_time>2024-05-21 04:37:27</query_time>
   <create_date>2021-12-06</create_date>
   <update_date>2023-10-12</update_date>
   <expiry_date>2024-12-06</expiry_date>
   <registrar_iana>2</registrar_iana>
   <registrar_name>Network Solutions LLC</registrar_name>
   <registrar_website>https://www.networksolutions.com/</registrar_website>
   <registrant_company>SOTUBO - Moveis  Metalicos S.A.</registrant_company>
   <registrant_state>Porto</registrant_state>
   <registrant_country>PT</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>ns81.worldnic.com</value>
    <value>ns82.worldnic.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>35</num>
   <domain_name>kotubo.com</domain_name>
   <domain_keyword>kotubo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-08 12:56:33</query_time>
   <create_date>2024-02-19</create_date>
   <update_date>2024-02-19</update_date>
   <expiry_date>2025-02-19</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NAMECHEAP INC</registrar_name>
   <registrar_website>http://www.namecheap.com</registrar_website>
   <registrant_name>Redacted for Privacy</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>Kalkofnsvegur 2</registrant_address>
   <registrant_city>Reykjavik</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>101</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+354.4212434</registrant_phone>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>36</num>
   <domain_name>notuno.pl</domain_name>
   <domain_keyword>notuno</domain_keyword>
   <domain_tld>pl</domain_tld>
   <query_time>2024-04-13 11:33:47</query_time>
   <create_date>2019-05-14</create_date>
   <update_date>2024-02-07</update_date>
   <expiry_date>2024-05-14</expiry_date>
   <registrar_name>Aftermarket.pl Limited</registrar_name>
   <registrar_website>http://www.AfterMarket.pl/contact.php</registrar_website>
   <name_servers>
    <value>ns1.parkingcrew.net</value>
    <value>ns2.parkingcrew.net</value>
   </name_servers>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>37</num>
   <domain_name>notube.org</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-04-06 11:05:19</query_time>
   <create_date>2023-12-24</create_date>
   <update_date>2023-12-29</update_date>
   <expiry_date>2024-12-24</expiry_date>
   <registrar_iana>3938</registrar_iana>
   <registrar_name>Sav.com, LLC - 48</registrar_name>
   <registrar_website>https://rdapserver.net/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy Protection</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>IL</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>38</num>
   <domain_name>natubo.uk</domain_name>
   <domain_keyword>natubo</domain_keyword>
   <domain_tld>uk</domain_tld>
   <query_time>2024-04-19 19:43:33</query_time>
   <create_date>2016-03-08</create_date>
   <update_date>2023-10-18</update_date>
   <expiry_date>2025-03-08</expiry_date>
   <registrar_name>GoDaddy.com, LLC. [Tag = GODADDY]</registrar_name>
   <registrar_website>http://uk.godaddy.com</registrar_website>
   <name_servers>
    <value>ns73.domaincontrol.com</value>
    <value>ns74.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>39</num>
   <domain_name>notubu.com</domain_name>
   <domain_keyword>notubu</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-25 11:35:19</query_time>
   <create_date>2021-09-24</create_date>
   <update_date>2021-09-24</update_date>
   <expiry_date>2026-09-24</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NAMECHEAP INC</registrar_name>
   <registrar_website>http://www.namecheap.com</registrar_website>
   <registrant_name>Redacted for Privacy</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>Kalkofnsvegur 2</registrant_address>
   <registrant_city>Reykjavik</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>101</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+354.4212434</registrant_phone>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>40</num>
   <domain_name>nutubo.com</domain_name>
   <domain_keyword>nutubo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-25 18:12:35</query_time>
   <create_date>2024-01-27</create_date>
   <update_date>2024-01-27</update_date>
   <expiry_date>2029-01-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>ns17.domaincontrol.com</value>
    <value>ns18.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>ootubo.com</domain_name>
   <domain_keyword>ootubo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-23 03:05:45</query_time>
   <create_date>2012-11-23</create_date>
   <update_date>2020-10-30</update_date>
   <expiry_date>2025-11-23</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>42</num>
   <domain_name>nosubo.com</domain_name>
   <domain_keyword>nosubo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-10 21:47:59</query_time>
   <create_date>2019-02-16</create_date>
   <update_date>2024-01-17</update_date>
   <expiry_date>2025-02-16</expiry_date>
   <registrar_iana>120</registrar_iana>
   <registrar_name>Xin Net Technology Corporation</registrar_name>
   <registrar_website>http://www.xinnet.com</registrar_website>
   <name_servers>
    <value>ns11.xincache.com</value>
    <value>ns12.xincache.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>43</num>
   <domain_name>nocubo.com</domain_name>
   <domain_keyword>nocubo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-19 14:54:57</query_time>
   <create_date>2010-07-08</create_date>
   <update_date>2023-06-08</update_date>
   <expiry_date>2024-06-07</expiry_date>
   <registrar_iana>1152</registrar_iana>
   <registrar_name>Go Montenegro Domains, LLC</registrar_name>
   <registrar_website>http://www.gomontenegrodomains.com</registrar_website>
   <name_servers>
    <value>ns1.dreamhost.com</value>
    <value>ns2.dreamhost.com</value>
    <value>ns3.dreamhost.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>44</num>
   <domain_name>notube.land</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>land</domain_tld>
   <query_time>2024-05-22 01:21:11</query_time>
   <create_date>2022-11-12</create_date>
   <update_date>2023-11-06</update_date>
   <expiry_date>2024-11-12</expiry_date>
   <registrar_iana>433</registrar_iana>
   <registrar_name>OVH SAS</registrar_name>
   <registrar_website>http://www.ovh.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>mroutline</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>FR</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>laura.ns.cloudflare.com</value>
    <value>tom.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>45</num>
   <domain_name>notbo.com</domain_name>
   <domain_keyword>notbo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-12 11:03:22</query_time>
   <create_date>2022-02-26</create_date>
   <update_date>2024-02-25</update_date>
   <expiry_date>2025-02-26</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NAMECHEAP INC</registrar_name>
   <registrar_website>http://www.namecheap.com</registrar_website>
   <registrant_name>aniss toumi</registrant_name>
   <registrant_address>via bari 7</registrant_address>
   <registrant_city>bollate</registrant_city>
   <registrant_state>milano</registrant_state>
   <registrant_zip>20021</registrant_zip>
   <registrant_country>IT</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.3488851819</registrant_phone>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
    <value>verification-obx9rk0k.ns3.dan.hosting</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>46</num>
   <domain_name>notube.dev</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>dev</domain_tld>
   <query_time>2024-05-19 21:16:48</query_time>
   <create_date>2023-11-10</create_date>
   <update_date>2023-11-15</update_date>
   <expiry_date>2024-11-10</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>Namecheap Inc.</registrar_name>
   <registrar_website>https://www.namecheap.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the whois server of the owning registrar identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <name_servers>
    <value>ns1.symbolhost.com</value>
    <value>ns2.symbolhost.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>ootubo.net</domain_name>
   <domain_keyword>ootubo</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-23 03:05:45</query_time>
   <create_date>2013-11-24</create_date>
   <update_date>2023-09-26</update_date>
   <expiry_date>2024-11-24</expiry_date>
   <registrar_iana>1485</registrar_iana>
   <registrar_name>Japan Registry Services Co.,Ltd.(JPRS)</registrar_name>
   <registrar_website>https://jprs.jp/registrar/</registrar_website>
   <registrant_name>takao yamazaki</registrant_name>
   <registrant_address>11F,1-12-12,Umeda,Kita-ku</registrant_address>
   <registrant_city>Osaka</registrant_city>
   <registrant_state>Osaka</registrant_state>
   <registrant_zip>530-0001</registrant_zip>
   <registrant_country>JP</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+81.664768790</registrant_phone>
   <name_servers>
    <value>ns1.dns.ne.jp</value>
    <value>ns2.dns.ne.jp</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>48</num>
   <domain_name>notube.site</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>site</domain_tld>
   <query_time>2024-05-01 00:10:04</query_time>
   <create_date>2021-01-02</create_date>
   <update_date>2024-04-16</update_date>
   <expiry_date>2025-01-02</expiry_date>
   <registrar_iana>1659</registrar_iana>
   <registrar_name>GoDaddy Online Services Cayman Islands Ltd.</registrar_name>
   <registrar_website>http://www.uniregistrar.com</registrar_website>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_state>Arizona</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>laura.ns.cloudflare.com</value>
    <value>tom.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>49</num>
   <domain_name>motubo.com</domain_name>
   <domain_keyword>motubo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-20 18:09:09</query_time>
   <create_date>2016-07-25</create_date>
   <update_date>2022-10-09</update_date>
   <expiry_date>2024-07-25</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.perfectdomain.com</value>
    <value>ns2.perfectdomain.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>50</num>
   <domain_name>nothbo.com</domain_name>
   <domain_keyword>nothbo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-31 23:49:03</query_time>
   <create_date>2018-05-28</create_date>
   <update_date>2024-05-14</update_date>
   <expiry_date>2025-05-28</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC</registrar_name>
   <registrar_website>https://domains2.squarespace.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>WA</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>https://domains.squarespace.com/whois-contact-form</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns-cloud-a1.googledomains.com</value>
    <value>ns-cloud-a2.googledomains.com</value>
    <value>ns-cloud-a3.googledomains.com</value>
    <value>ns-cloud-a4.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>51</num>
   <domain_name>notuto.com</domain_name>
   <domain_keyword>notuto</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-13 00:59:53</query_time>
   <create_date>2021-10-24</create_date>
   <update_date>2023-09-23</update_date>
   <expiry_date>2024-10-24</expiry_date>
   <registrar_iana>625</registrar_iana>
   <registrar_name>Name.com, Inc.</registrar_name>
   <registrar_website>http://www.name.com</registrar_website>
   <registrant_name>Rodrigo González</registrant_name>
   <registrant_address>Concepcion 1177</registrant_address>
   <registrant_city>Antofagasta</registrant_city>
   <registrant_state>Antofagasta</registrant_state>
   <registrant_zip>123</registrant_zip>
   <registrant_country>CL</registrant_country>
   <registrant_email>https://www.name.com/contact-domain-whois/notuto.com/registrant</registrant_email>
   <registrant_phone>Non-Public Data</registrant_phone>
   <name_servers>
    <value>ns1cwy.name.com</value>
    <value>ns2dqx.name.com</value>
    <value>ns3jmt.name.com</value>
    <value>ns4bht.name.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unSigned</value>
   </dns_sec>
  </value>
  <value>
   <num>52</num>
   <domain_name>notube.la</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>la</domain_tld>
   <query_time>2024-05-22 01:39:06</query_time>
   <create_date>2023-02-22</create_date>
   <update_date>2024-01-24</update_date>
   <expiry_date>2025-02-22</expiry_date>
   <registrar_name>Dynadot LLC</registrar_name>
   <registrant_email>https://whois.nic.la/contact/notube.la/registrant</registrant_email>
   <name_servers>
    <value>kiki.ns.cloudflare.com</value>
    <value>vin.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>53</num>
   <domain_name>notubi.com</domain_name>
   <domain_keyword>notubi</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-19 16:34:57</query_time>
   <create_date>2021-02-02</create_date>
   <update_date>2024-02-03</update_date>
   <expiry_date>2025-02-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>ns67.domaincontrol.com</value>
    <value>ns68.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>54</num>
   <domain_name>gotubo.com</domain_name>
   <domain_keyword>gotubo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-31 16:46:52</query_time>
   <create_date>2024-01-29</create_date>
   <update_date>2024-01-30</update_date>
   <expiry_date>2025-01-29</expiry_date>
   <registrar_iana>3994</registrar_iana>
   <registrar_name>Gname 025 Inc</registrar_name>
   <registrar_website>http://WWW.GNAME.COM</registrar_website>
   <name_servers>
    <value>jm1.dns.com</value>
    <value>jm2.dns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>55</num>
   <domain_name>notube.tv</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>tv</domain_tld>
   <query_time>2024-04-13 11:33:21</query_time>
   <create_date>2020-12-25</create_date>
   <update_date>2024-02-08</update_date>
   <expiry_date>2024-12-25</expiry_date>
   <registrar_iana>269</registrar_iana>
   <registrar_name>Key-Systems GmbH</registrar_name>
   <registrar_website>https://key-systems.net</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>c/o whoisproxy.com</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>VA</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.torresdns.com</value>
    <value>ns2.torresdns.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>56</num>
   <domain_name>sotubo.net</domain_name>
   <domain_keyword>sotubo</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-19 02:32:23</query_time>
   <create_date>2018-08-15</create_date>
   <update_date>2019-06-04</update_date>
   <expiry_date>2024-08-15</expiry_date>
   <registrar_iana>2</registrar_iana>
   <registrar_name>Network Solutions, LLC</registrar_name>
   <registrar_website>http://networksolutions.com</registrar_website>
   <name_servers>
    <value>ns41.worldnic.com</value>
    <value>ns42.worldnic.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>57</num>
   <domain_name>natubo.net</domain_name>
   <domain_keyword>natubo</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-19 19:43:33</query_time>
   <create_date>2014-09-25</create_date>
   <update_date>2023-08-23</update_date>
   <expiry_date>2024-09-25</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>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>58</num>
   <domain_name>notumo.com</domain_name>
   <domain_keyword>notumo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-28 16:54:26</query_time>
   <create_date>2024-04-25</create_date>
   <update_date>2024-04-25</update_date>
   <expiry_date>2026-04-25</expiry_date>
   <registrar_iana>1647</registrar_iana>
   <registrar_name>Hosting Concepts B.V. d/b/a Registrar.eu</registrar_name>
   <registrar_website>https://www.registrar.eu</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Whois Privacy Protection Foundation</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Zuid-Holland</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>NL</registrant_country>
   <registrant_email>https://contact-form.registrar.eu/?domainname=notumo.com&amp;purpose=owner</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.dns-parking.com</value>
    <value>ns2.dns-parking.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>59</num>
   <domain_name>notube.net</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-13 00:59:48</query_time>
   <create_date>2018-08-10</create_date>
   <update_date>2023-08-11</update_date>
   <expiry_date>2024-08-10</expiry_date>
   <registrar_iana>1659</registrar_iana>
   <registrar_name>GoDaddy Online Services Cayman Islands Ltd.</registrar_name>
   <registrar_website>http://www.uniregistry.com</registrar_website>
   <name_servers>
    <value>laura.ns.cloudflare.com</value>
    <value>tom.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>60</num>
   <domain_name>sotubo.pt</domain_name>
   <domain_keyword>sotubo</domain_keyword>
   <domain_tld>pt</domain_tld>
   <query_time>2024-05-13 20:54:31</query_time>
   <registrant_name>Sotubo - Moveis Metalicos, S.A.</registrant_name>
   <registrant_address>Rapadica</registrant_address>
   <registrant_city>Revinhade</registrant_city>
   <registrant_state>Felgueiras</registrant_state>
   <registrant_zip>4650-373</registrant_zip>
   <registrant_country>PT</registrant_country>
   <registrant_email>[email protected],[email protected],[email protected]</registrant_email>
   <name_servers>
    <value>buck.ns.cloudflare.com</value>
    <value>dayana.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>Registered</value>
   </domain_status>
  </value>
  <value>
   <num>61</num>
   <domain_name>dotubo.com</domain_name>
   <domain_keyword>dotubo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-31 13:16:05</query_time>
   <create_date>2023-04-20</create_date>
   <update_date>2024-05-21</update_date>
   <expiry_date>2024-04-20</expiry_date>
   <registrar_iana>2799</registrar_iana>
   <registrar_name>DropCatch.com 1040 LLC</registrar_name>
   <registrar_website>https://www.NameBright.com</registrar_website>
   <registrant_name>Redacted for GDPR privacy</registrant_name>
   <registrant_company>Redacted for GDPR privacy</registrant_company>
   <registrant_address>Redacted for GDPR privacy, Redacted for GDPR privacy</registrant_address>
   <registrant_city>Redacted for GDPR privacy</registrant_city>
   <registrant_state>CO</registrant_state>
   <registrant_zip>Redacted for GDPR privacy</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>Redacted for GDPR privacy</registrant_phone>
   <registrant_fax>Redacted for GDPR privacy</registrant_fax>
   <name_servers>
    <value>expired1.namebrightdns.com</value>
    <value>expired2.namebrightdns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>62</num>
   <domain_name>notube.in</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>in</domain_tld>
   <query_time>2024-05-13 00:59:48</query_time>
   <create_date>2021-01-14</create_date>
   <update_date>2023-12-27</update_date>
   <expiry_date>2025-01-14</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>www.godaddy.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Lagos</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>NG</registrant_country>
   <registrant_email>please contact the registrar listed above</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.giantpanda.com</value>
    <value>ns2.giantpanda.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>63</num>
   <domain_name>notube.vin</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>vin</domain_tld>
   <query_time>2024-04-30 01:49:04</query_time>
   <create_date>2024-02-26</create_date>
   <update_date>2024-03-02</update_date>
   <expiry_date>2025-02-26</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>64</num>
   <domain_name>notube.click</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>click</domain_tld>
   <query_time>2024-04-13 11:33:21</query_time>
   <create_date>2023-12-16</create_date>
   <update_date>2024-03-30</update_date>
   <expiry_date>2024-12-16</expiry_date>
   <registrar_iana>1636</registrar_iana>
   <registrar_name>HOSTINGER operations, UAB</registrar_name>
   <registrar_website>http://www.hostinger.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>ns1.dns-parking.com</value>
    <value>ns2.dns-parking.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>65</num>
   <domain_name>natubo.com</domain_name>
   <domain_keyword>natubo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-01 17:13:37</query_time>
   <create_date>2014-06-27</create_date>
   <update_date>2024-04-01</update_date>
   <expiry_date>2025-06-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>ns25.domaincontrol.com</value>
    <value>ns26.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>66</num>
   <domain_name>notube.store</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>store</domain_tld>
   <query_time>2024-05-22 01:39:06</query_time>
   <create_date>2023-11-18</create_date>
   <update_date>2024-02-11</update_date>
   <expiry_date>2024-11-18</expiry_date>
   <registrar_iana>48</registrar_iana>
   <registrar_name>eNom, Inc.</registrar_name>
   <registrar_website>https://www.enom.com/</registrar_website>
   <registrant_company>Data Protected</registrant_company>
   <registrant_state>lima</registrant_state>
   <registrant_country>PE</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>dns1.nominalia.com</value>
    <value>dns2.nominalia.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>67</num>
   <domain_name>notibo.com</domain_name>
   <domain_keyword>notibo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-27 12:08:22</query_time>
   <create_date>2016-03-05</create_date>
   <update_date>2021-02-27</update_date>
   <expiry_date>2024-03-05</expiry_date>
   <registrar_iana>1441</registrar_iana>
   <registrar_name>TurnCommerce, Inc. DBA NameBright.com</registrar_name>
   <registrar_website>https://www.NameBright.com</registrar_website>
   <registrant_name>Domain Admin / This Domain is For Sale</registrant_name>
   <registrant_company>HugeDomains.com</registrant_company>
   <registrant_address>2635 Walnut Street</registrant_address>
   <registrant_city>Denver</registrant_city>
   <registrant_state>CO</registrant_state>
   <registrant_zip>80205</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.3038930552</registrant_phone>
   <name_servers>
    <value>nsg1.namebrightdns.com</value>
    <value>nsg2.namebrightdns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>68</num>
   <domain_name>sotubo.com</domain_name>
   <domain_keyword>sotubo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-09 23:17:42</query_time>
   <create_date>1999-07-09</create_date>
   <update_date>2023-05-09</update_date>
   <expiry_date>2024-07-09</expiry_date>
   <registrar_iana>2</registrar_iana>
   <registrar_name>Network Solutions, LLC</registrar_name>
   <registrar_website>http://networksolutions.com</registrar_website>
   <name_servers>
    <value>ns1.vipvoz.com</value>
    <value>ns2.vipvoz.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>69</num>
   <domain_name>notube.live</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>live</domain_tld>
   <query_time>2024-04-30 01:49:04</query_time>
   <create_date>2023-12-27</create_date>
   <update_date>2024-01-02</update_date>
   <expiry_date>2024-12-27</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>carlos.ns.cloudflare.com</value>
    <value>katelyn.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>70</num>
   <domain_name>notebo.com</domain_name>
   <domain_keyword>notebo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-16 07:47:27</query_time>
   <create_date>2014-11-08</create_date>
   <update_date>2023-11-11</update_date>
   <expiry_date>2024-11-08</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.dan.com</value>
    <value>ns2.dan.com</value>
    <value>verification-15v137de.ns3.dan.hosting</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>71</num>
   <domain_name>notuboc.com</domain_name>
   <domain_keyword>notuboc</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-19 16:34:57</query_time>
   <create_date>2007-01-04</create_date>
   <update_date>2018-03-16</update_date>
   <expiry_date>2025-01-04</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>ns1104.ui-dns.biz</value>
    <value>ns1104.ui-dns.com</value>
    <value>ns1104.ui-dns.de</value>
    <value>ns1104.ui-dns.org</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>72</num>
   <domain_name>notube.info</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>info</domain_tld>
   <query_time>2024-05-31 23:50:51</query_time>
   <create_date>2023-04-02</create_date>
   <update_date>2024-03-15</update_date>
   <expiry_date>2025-04-02</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_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>ID</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>jonah.ns.cloudflare.com</value>
    <value>karina.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>notube.io</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>io</domain_tld>
   <query_time>2024-04-13 11:33:21</query_time>
   <create_date>2021-09-09</create_date>
   <update_date>2023-10-24</update_date>
   <expiry_date>2024-09-09</expiry_date>
   <registrar_iana>1659</registrar_iana>
   <registrar_name>GoDaddy Online Services Cayman Islands Ltd.</registrar_name>
   <registrar_website>http://uniregistrar.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>laura.ns.cloudflare.com</value>
    <value>tom.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>74</num>
   <domain_name>notobo.com</domain_name>
   <domain_keyword>notobo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-25 11:28:04</query_time>
   <create_date>2007-03-04</create_date>
   <update_date>2024-03-05</update_date>
   <expiry_date>2025-03-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>ns1.brandbucket.com</value>
    <value>ns2.brandbucket.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>75</num>
   <domain_name>botubo.com</domain_name>
   <domain_keyword>botubo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-23 00:22:55</query_time>
   <create_date>2018-12-21</create_date>
   <update_date>2024-01-06</update_date>
   <expiry_date>2024-12-21</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>Dynadot Inc</registrar_name>
   <registrar_website>http://www.dynadot.com</registrar_website>
   <name_servers>
    <value>ns1.brandbucket.com</value>
    <value>ns2.brandbucket.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>76</num>
   <domain_name>notube.cc</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>cc</domain_tld>
   <query_time>2024-05-31 23:50:35</query_time>
   <create_date>2022-05-28</create_date>
   <update_date>2024-05-01</update_date>
   <expiry_date>2025-05-28</expiry_date>
   <registrar_iana>433</registrar_iana>
   <registrar_name>OVH sas</registrar_name>
   <registrar_website>http://www.ovh.com</registrar_website>
   <name_servers>
    <value>laura.ns.cloudflare.com</value>
    <value>tom.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>77</num>
   <domain_name>notabo.com</domain_name>
   <domain_keyword>notabo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-22 05:23:48</query_time>
   <create_date>2006-12-18</create_date>
   <update_date>2023-12-17</update_date>
   <expiry_date>2024-12-18</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>78</num>
   <domain_name>noturo.com</domain_name>
   <domain_keyword>noturo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-07 10:48:42</query_time>
   <create_date>2017-05-04</create_date>
   <update_date>2024-05-04</update_date>
   <expiry_date>2025-05-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>ns1.domain-is-4-sale-at-domainmarket.com</value>
    <value>ns2.domainmarket.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>79</num>
   <domain_name>otubo.net</domain_name>
   <domain_keyword>otubo</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-30 19:47:11</query_time>
   <create_date>2008-02-26</create_date>
   <update_date>2023-02-28</update_date>
   <expiry_date>2025-02-26</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>ns51.domaincontrol.com</value>
    <value>ns52.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>80</num>
   <domain_name>noubo.com</domain_name>
   <domain_keyword>noubo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-19 16:38:28</query_time>
   <create_date>2011-10-01</create_date>
   <update_date>2024-04-14</update_date>
   <expiry_date>2024-10-01</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>DYNADOT LLC</registrar_name>
   <registrar_website>http://www.dynadot.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Super Privacy Service LTD c/o Dynadot</registrant_company>
   <registrant_address>PO Box 701</registrant_address>
   <registrant_city>San Mateo</registrant_city>
   <registrant_state>California</registrant_state>
   <registrant_zip>94401</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>https://www.dynadot.com/domain/contact-request?domain=noubo.com</registrant_email>
   <registrant_phone>+1.6505854708</registrant_phone>
   <name_servers>
    <value>ns1.parkingcrew.net</value>
    <value>ns2.parkingcrew.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>81</num>
   <domain_name>noubo.net</domain_name>
   <domain_keyword>noubo</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-13 11:35:48</query_time>
   <create_date>2023-10-17</create_date>
   <update_date>2023-10-17</update_date>
   <expiry_date>2026-10-17</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>http://wanwang.aliyun.com</registrar_website>
   <registrant_state>shang hai</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>https://whois.aliyun.com/whois/whoisform</registrant_email>
   <name_servers>
    <value>dns1.hichina.com</value>
    <value>dns2.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>82</num>
   <domain_name>notub.lol</domain_name>
   <domain_keyword>notub</domain_keyword>
   <domain_tld>lol</domain_tld>
   <query_time>2024-05-22 01:39:06</query_time>
   <create_date>2024-03-19</create_date>
   <update_date>2024-05-01</update_date>
   <expiry_date>2025-03-19</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>Dynadot LLC</registrar_name>
   <registrar_website>http://www.dynadot.com</registrar_website>
   <registrant_state>California</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1.bodis.com</value>
    <value>ns2.bodis.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>83</num>
   <domain_name>otubo.jp</domain_name>
   <domain_keyword>otubo</domain_keyword>
   <domain_tld>jp</domain_tld>
   <query_time>2024-06-02 16:02:55</query_time>
   <create_date>2006-05-17</create_date>
   <update_date>2024-06-01</update_date>
   <expiry_date>2025-05-31</expiry_date>
   <registrant_name>Taihei Otubo</registrant_name>
   <registrant_address>Kamitoyama313,Rittou-City</registrant_address>
   <registrant_zip>520-3004</registrant_zip>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>077-558-4198</registrant_phone>
   <registrant_fax>077-558-4189</registrant_fax>
   <name_servers>
    <value>ns1.value-domain.com</value>
    <value>ns2.value-domain.com</value>
    <value>ns3.value-domain.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
  </value>
  <value>
   <num>84</num>
   <domain_name>otubo.com.br</domain_name>
   <domain_keyword>otubo</domain_keyword>
   <domain_tld>com.br</domain_tld>
   <query_time>2024-04-30 19:47:11</query_time>
   <create_date>2022-02-06</create_date>
   <update_date>2022-02-22</update_date>
   <expiry_date>2025-02-06</expiry_date>
   <registrant_name>Christiano Lacorte</registrant_name>
   <registrant_country>BR</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>nspro74.hostgator.com.br</value>
    <value>nspro75.hostgator.com.br</value>
   </name_servers>
   <domain_status>
    <value>published</value>
   </domain_status>
  </value>
  <value>
   <num>85</num>
   <domain_name>notuo.net</domain_name>
   <domain_keyword>notuo</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-25 11:35:21</query_time>
   <create_date>2023-09-19</create_date>
   <update_date>2024-04-01</update_date>
   <expiry_date>2024-09-19</expiry_date>
   <registrar_iana>3855</registrar_iana>
   <registrar_name>Hong Kong Juming Network Technology Co., Ltd.</registrar_name>
   <registrar_website>www.juminghk.com</registrar_website>
   <registrant_name>Redacted for privacy</registrant_name>
   <registrant_company>Redacted for privacy</registrant_company>
   <registrant_address>Redacted for privacy</registrant_address>
   <registrant_city>Redacted for privacy</registrant_city>
   <registrant_state>HE NAN</registrant_state>
   <registrant_zip>Redacted for privacy</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>redacted for privacy</registrant_email>
   <registrant_phone>Redacted for privacy</registrant_phone>
   <registrant_fax>Redacted for privacy</registrant_fax>
   <name_servers>
    <value>jm1.dns.com</value>
    <value>jm2.dns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>86</num>
   <domain_name>otubo.com</domain_name>
   <domain_keyword>otubo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-12 13:00:31</query_time>
   <create_date>2012-02-18</create_date>
   <update_date>2024-03-01</update_date>
   <expiry_date>2025-02-18</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>https://www.godaddy.com</registrar_website>
   <registrant_name>Registration Private</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>DomainsByProxy.com, 2155 E Warner Rd</registrant_address>
   <registrant_city>Tempe</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>85284</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=otubo.com</registrant_email>
   <registrant_phone>+1.4806242599</registrant_phone>
   <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>87</num>
   <domain_name>notuo.com</domain_name>
   <domain_keyword>notuo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-19 16:35:06</query_time>
   <create_date>2008-09-10</create_date>
   <update_date>2023-09-07</update_date>
   <expiry_date>2026-09-10</expiry_date>
   <registrar_iana>420</registrar_iana>
   <registrar_name>Alibaba Cloud Computing (Beijing) Co., Ltd.</registrar_name>
   <registrar_website>http://www.net.cn</registrar_website>
   <registrant_state>shang hai</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>https://whois.aliyun.com/whois/whoisform</registrant_email>
   <name_servers>
    <value>dns13.hichina.com</value>
    <value>dns14.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>88</num>
   <domain_name>motubo.biz</domain_name>
   <domain_keyword>motubo</domain_keyword>
   <domain_tld>biz</domain_tld>
   <query_time>2024-05-10 07:56:09</query_time>
   <create_date>2022-07-29</create_date>
   <update_date>2023-08-03</update_date>
   <expiry_date>2024-07-29</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC</registrar_name>
   <registrar_website>https://domains.squarespace.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Contact Privacy Inc. Customer 7151571251</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>ON</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CA</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns-cloud-a1.googledomains.com</value>
    <value>ns-cloud-a2.googledomains.com</value>
    <value>ns-cloud-a3.googledomains.com</value>
    <value>ns-cloud-a4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>89</num>
   <domain_name>fotubo.com</domain_name>
   <domain_keyword>fotubo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-24 23:24:40</query_time>
   <create_date>2021-05-22</create_date>
   <update_date>2024-05-23</update_date>
   <expiry_date>2027-05-22</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>https://www.godaddy.com</registrar_website>
   <registrant_name>Registration Private</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>DomainsByProxy.com, 2155 E Warner Rd</registrant_address>
   <registrant_city>Tempe</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>85284</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>select contact domain holder link at https://www.godaddy.com/whois/results.aspx?domain=fotubo.com</registrant_email>
   <registrant_phone>+1.4806242599</registrant_phone>
   <name_servers>
    <value>ns21.domaincontrol.com</value>
    <value>ns22.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>90</num>
   <domain_name>notbo.red</domain_name>
   <domain_keyword>notbo</domain_keyword>
   <domain_tld>red</domain_tld>
   <query_time>2024-05-13 00:50:10</query_time>
   <create_date>2019-03-12</create_date>
   <update_date>2024-02-16</update_date>
   <expiry_date>2025-03-12</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>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>91</num>
   <domain_name>notub.com</domain_name>
   <domain_keyword>notub</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-07 10:48:39</query_time>
   <create_date>2009-05-02</create_date>
   <update_date>2024-04-28</update_date>
   <expiry_date>2025-05-02</expiry_date>
   <registrar_iana>151</registrar_iana>
   <registrar_name>PSI-USA, Inc. dba Domain Robot</registrar_name>
   <registrar_website>https://www.psi-usa.info</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Cykon Technology Limited</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>HK</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>HK</registrant_country>
   <registrant_email>https://whoispro.domain-robot.org/whois/notub.com</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.eftydns.com</value>
    <value>ns2.eftydns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>92</num>
   <domain_name>otubo.co.jp</domain_name>
   <domain_keyword>otubo</domain_keyword>
   <domain_tld>co.jp</domain_tld>
   <query_time>2024-05-30 11:40:30</query_time>
   <create_date>2000-03-09</create_date>
   <update_date>2024-04-01</update_date>
   <registrant_company>Otubo Co., Ltd.</registrant_company>
   <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>
  </value>
  <value>
   <num>93</num>
   <domain_name>notub.net</domain_name>
   <domain_keyword>notub</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-28 16:15:32</query_time>
   <create_date>2024-05-25</create_date>
   <update_date>2024-05-26</update_date>
   <expiry_date>2025-05-25</expiry_date>
   <registrar_iana>2601</registrar_iana>
   <registrar_name>DropCatch.com 842 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>ns15.abovedomains.com</value>
    <value>ns16.abovedomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>94</num>
   <domain_name>inotubo.com</domain_name>
   <domain_keyword>inotubo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-16 04:15:09</query_time>
   <create_date>2014-02-26</create_date>
   <update_date>2024-02-26</update_date>
   <expiry_date>2026-02-26</expiry_date>
   <registrar_iana>303</registrar_iana>
   <registrar_name>PDR Ltd. d/b/a PublicDomainRegistry.com</registrar_name>
   <registrar_website>www.publicdomainregistry.com</registrar_website>
   <registrant_name>GDPR Masked</registrant_name>
   <registrant_company>GDPR Masked</registrant_company>
   <registrant_address>GDPR Masked</registrant_address>
   <registrant_city>GDPR Masked</registrant_city>
   <registrant_state>Porto</registrant_state>
   <registrant_zip>GDPR Masked</registrant_zip>
   <registrant_country>PT</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>GDPR Masked</registrant_phone>
   <registrant_fax>GDPR Masked</registrant_fax>
   <name_servers>
    <value>a.ns.tuxdns.net</value>
    <value>b.ns.tuxdns.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>95</num>
   <domain_name>notube.icu</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>icu</domain_tld>
   <query_time>2024-05-01 19:36:50</query_time>
   <create_date>2022-04-12</create_date>
   <update_date>2024-04-15</update_date>
   <expiry_date>2025-04-12</expiry_date>
   <registrar_iana>1861</registrar_iana>
   <registrar_name>Porkbun, LLC</registrar_name>
   <registrar_website>https://porkbun.com/</registrar_website>
   <registrant_company>Private by Design, LLC</registrant_company>
   <registrant_state>NC</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>curitiba.ns.porkbun.com</value>
    <value>fortaleza.ns.porkbun.com</value>
    <value>maceio.ns.porkbun.com</value>
    <value>salvador.ns.porkbun.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>96</num>
   <domain_name>notube.app</domain_name>
   <domain_keyword>notube</domain_keyword>
   <domain_tld>app</domain_tld>
   <query_time>2024-05-25 11:35:19</query_time>
   <create_date>2020-11-27</create_date>
   <update_date>2024-01-11</update_date>
   <expiry_date>2024-11-27</expiry_date>
   <registrar_iana>1659</registrar_iana>
   <registrar_name>Uniregistrar Corp</registrar_name>
   <registrar_website>https://uniregistry.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the whois server of the owning registrar identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <name_servers>
    <value>laura.ns.cloudflare.com</value>
    <value>tom.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>97</num>
   <domain_name>notaboo.nl</domain_name>
   <domain_keyword>notaboo</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-04-29 00:23:02</query_time>
   <create_date>2021-08-05</create_date>
   <update_date>2021-08-05</update_date>
   <registrar_name>ZXCS</registrar_name>
   <name_servers>
    <value>ns.zxcs.be</value>
    <value>ns.zxcs.eu</value>
    <value>ns.zxcs.nl</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>yes</value>
   </dns_sec>
  </value>
  <value>
   <num>98</num>
   <domain_name>notjob.info</domain_name>
   <domain_keyword>notjob</domain_keyword>
   <domain_tld>info</domain_tld>
   <query_time>2024-04-28 23:46:40</query_time>
   <create_date>2023-10-18</create_date>
   <update_date>2023-10-23</update_date>
   <expiry_date>2024-10-18</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>https://www.namecheap.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>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>99</num>
   <domain_name>notumor.ru</domain_name>
   <domain_keyword>notumor</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-03 16:02:14</query_time>
   <create_date>2021-08-12</create_date>
   <expiry_date>2024-08-12</expiry_date>
   <registrar_name>REGRU-RU</registrar_name>
   <registrant_company>Event Platform (LLC)</registrant_company>
   <name_servers>
    <value>ns1.reg.ru</value>
    <value>ns2.reg.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>100</num>
   <domain_name>notusao.fun</domain_name>
   <domain_keyword>notusao</domain_keyword>
   <domain_tld>fun</domain_tld>
   <query_time>2024-04-30 01:49:27</query_time>
   <create_date>2023-04-13</create_date>
   <update_date>2024-04-14</update_date>
   <expiry_date>2025-04-13</expiry_date>
   <registrar_iana>303</registrar_iana>
   <registrar_name>PDR Ltd. d/b/a PublicDomainRegistry.com</registrar_name>
   <registrar_website>https://publicdomainregistry.com</registrar_website>
   <registrant_company>N/A</registrant_company>
   <registrant_state>Kharkivskaya</registrant_state>
   <registrant_country>UA</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>dns10.parkpage.foundationapi.com</value>
    <value>dns9.parkpage.foundationapi.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.591</total_time>
  <api_credits_used>3</api_credits_used>
  <cost_calculation>3 (fuzzy_domains [1 domain])</cost_calculation>
 </stats>
</root>

API Pricing and Packages

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

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

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

Current WHOIS Database Domain Names Cost Price
Total Unique Domain Names in our Current WHOIS Database 265,554,933

$4500

Order Now More Info

$4500

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

$8500

Order Now More Info

$8500

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

Domain Name WHOIS Lookup

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

Powered by Current WHOIS Database

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