WHOIS QUERY TIME

12 Jun 2024 - 12:49 AM UTC

Registered: 2 June 2009
Expiry: 2 June 2025

REGISTRAR

Name: R01-RU

NAME SERVERS

ns1.timeweb.ru
ns2.timeweb.ru
ns3.timeweb.org
ns4.timeweb.org

DOMAIN STATUS

DELEGATED
REGISTERED
VERIFIED

REGISTRANT

Name: Private Person

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

https://api.bigdomaindata.com/?key=XXXXX&current_whois=herbalifer.ru
For more details, kindly see our Current WHOIS API usage guide.
{
    "success": true,
    "query": {
        "current_whois": "herbalifer.ru"
    },
    "count": {
        "total": 1,
        "relation": "eq",
        "current": 1
    },
    "results": [
        {
            "domain_name": "herbalifer.ru",
            "domain_keyword": "herbalifer",
            "domain_tld": "ru",
            "query_time": "2024-06-12 00:49:40",
            "create_date": "2009-06-02",
            "expiry_date": "2025-06-02",
            "registrar_name": "R01-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.timeweb.ru",
                "ns2.timeweb.ru",
                "ns3.timeweb.org",
                "ns4.timeweb.org"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        }
    ],
    "stats": {
        "total_time": 0.076,
        "api_credits_used": 1,
        "cost_calculation": "current_whois [1 domain]"
    }
}
<root>
 <success>true</success>
 <query>
  <current_whois>herbalifer.ru</current_whois>
 </query>
 <count>
  <total>1</total>
  <relation>eq</relation>
  <current>1</current>
 </count>
 <results>
  <value>
   <domain_name>herbalifer.ru</domain_name>
   <domain_keyword>herbalifer</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-06-12 00:49:40</query_time>
   <create_date>2009-06-02</create_date>
   <expiry_date>2025-06-02</expiry_date>
   <registrar_name>R01-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.timeweb.ru</value>
    <value>ns2.timeweb.ru</value>
    <value>ns3.timeweb.org</value>
    <value>ns4.timeweb.org</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
 </results>
 <stats>
  <total_time>0.076</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.1 seconds) for "herbalifer.ru" in our Historical WHOIS Database.
#1 - QUERY TIME

1 May 2024 - 10:06 AM UTC

Registered: 2 June 2009
Expiry: 2 June 2024

REGISTRAR

Name: R01-RU

NAME SERVERS

ns1.timeweb.ru
ns2.timeweb.ru
ns3.timeweb.org
ns4.timeweb.org

DOMAIN STATUS

DELEGATED
REGISTERED
VERIFIED

REGISTRANT

Name: Private Person

#2 - QUERY TIME

7 Jun 2024 - 9:14 PM UTC

Registered: 2 June 2009
Expiry: 2 June 2025

REGISTRAR

Name: R01-RU

NAME SERVERS

ns1.timeweb.ru
ns2.timeweb.ru
ns3.timeweb.org
ns4.timeweb.org

DOMAIN STATUS

DELEGATED
REGISTERED
VERIFIED

REGISTRANT

Name: Private Person

* 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=herbalifer.ru
For more details, kindly see our WHOIS History API usage guide.
{
    "success": true,
    "query": {
        "database": "historical",
        "domain_name": "herbalifer.ru",
        "sort_by": "query_time",
        "sort_order": "asc",
        "page_size": 100
    },
    "count": {
        "total": 2,
        "relation": "eq",
        "current": 2
    },
    "unique_domains": "herbalifer.ru",
    "results": [
        {
            "num": 1,
            "domain_name": "herbalifer.ru",
            "domain_keyword": "herbalifer",
            "domain_tld": "ru",
            "query_time": "2024-05-01 10:06:04",
            "create_date": "2009-06-02",
            "expiry_date": "2024-06-02",
            "registrar_name": "R01-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.timeweb.ru",
                "ns2.timeweb.ru",
                "ns3.timeweb.org",
                "ns4.timeweb.org"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 2,
            "domain_name": "herbalifer.ru",
            "domain_keyword": "herbalifer",
            "domain_tld": "ru",
            "query_time": "2024-06-07 21:14:20",
            "create_date": "2009-06-02",
            "expiry_date": "2025-06-02",
            "registrar_name": "R01-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.timeweb.ru",
                "ns2.timeweb.ru",
                "ns3.timeweb.org",
                "ns4.timeweb.org"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        }
    ],
    "stats": {
        "total_time": 0.1,
        "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>herbalifer.ru</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>herbalifer.ru</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>herbalifer.ru</domain_name>
   <domain_keyword>herbalifer</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-01 10:06:04</query_time>
   <create_date>2009-06-02</create_date>
   <expiry_date>2024-06-02</expiry_date>
   <registrar_name>R01-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.timeweb.ru</value>
    <value>ns2.timeweb.ru</value>
    <value>ns3.timeweb.org</value>
    <value>ns4.timeweb.org</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>2</num>
   <domain_name>herbalifer.ru</domain_name>
   <domain_keyword>herbalifer</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-06-07 21:14:20</query_time>
   <create_date>2009-06-02</create_date>
   <expiry_date>2025-06-02</expiry_date>
   <registrar_name>R01-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.timeweb.ru</value>
    <value>ns2.timeweb.ru</value>
    <value>ns3.timeweb.org</value>
    <value>ns4.timeweb.org</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
 </results>
 <stats>
  <total_time>0.1</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 2 domain names (in 0.081 seconds) which contained the exact domain keyword "herbalifer".
Domain Name Registered Expiry Registrar Ownership
1 herbalifer.ru 2 Jun 2009 2 Jun 2025 R01-RU Private Person
2 herbalifer.it 10 Jun 2023 10 Jun 2024 Aruba s.p.a. hidden
3 herbalifer.com 10 Jun 2023 10 Jun 2025 Tucows Domains Inc. -

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

https://api.bigdomaindata.com/?key=XXXXX&database=current&domain_keyword=herbalifer&sort_by=create_date
For more details, kindly see our Reverse WHOIS API usage guide.
{
    "success": true,
    "query": {
        "database": "current",
        "domain_keyword": "herbalifer",
        "sort_by": "create_date",
        "sort_order": "asc",
        "page_size": 100
    },
    "count": {
        "total": 3,
        "relation": "eq",
        "current": 3
    },
    "unique_domains": "herbalifer.ru, herbalifer.it, herbalifer.com",
    "results": [
        {
            "num": 1,
            "domain_name": "herbalifer.ru",
            "domain_keyword": "herbalifer",
            "domain_tld": "ru",
            "query_time": "2024-06-12 00:49:40",
            "create_date": "2009-06-02",
            "expiry_date": "2025-06-02",
            "registrar_name": "R01-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.timeweb.ru",
                "ns2.timeweb.ru",
                "ns3.timeweb.org",
                "ns4.timeweb.org"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 2,
            "domain_name": "herbalifer.it",
            "domain_keyword": "herbalifer",
            "domain_tld": "it",
            "query_time": "2024-06-13 01:01:47",
            "create_date": "2023-06-10",
            "update_date": "2024-06-11",
            "expiry_date": "2024-06-10",
            "registrar_name": "Aruba s.p.a.",
            "registrar_website": "http://www.aruba.it",
            "registrant_company": "hidden",
            "name_servers": [
                "dns.technorail.com",
                "dns2.technorail.com",
                "dns3.arubadns.net",
                "dns4.arubadns.cz"
            ],
            "domain_status": [
                "autoRenewPeriod"
            ],
            "dns_sec": [
                "yes"
            ]
        },
        {
            "num": 3,
            "domain_name": "herbalifer.com",
            "domain_keyword": "herbalifer",
            "domain_tld": "com",
            "query_time": "2024-06-13 01:46:40",
            "create_date": "2023-06-10",
            "update_date": "2024-06-11",
            "expiry_date": "2025-06-10",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "http://www.tucows.com",
            "name_servers": [
                "dns.technorail.com",
                "dns2.technorail.com",
                "dns3.arubadns.net",
                "dns4.arubadns.cz"
            ],
            "domain_status": [
                "clientHold",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.081,
        "api_credits_used": 1,
        "cost_calculation": "1 (search_fields[domain_keyword])"
    }
}
<root>
 <success>true</success>
 <query>
  <database>current</database>
  <domain_keyword>herbalifer</domain_keyword>
  <sort_by>create_date</sort_by>
  <sort_order>asc</sort_order>
  <page_size>100</page_size>
 </query>
 <count>
  <total>3</total>
  <relation>eq</relation>
  <current>3</current>
 </count>
 <unique_domains>herbalifer.ru, herbalifer.it, herbalifer.com</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>herbalifer.ru</domain_name>
   <domain_keyword>herbalifer</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-06-12 00:49:40</query_time>
   <create_date>2009-06-02</create_date>
   <expiry_date>2025-06-02</expiry_date>
   <registrar_name>R01-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.timeweb.ru</value>
    <value>ns2.timeweb.ru</value>
    <value>ns3.timeweb.org</value>
    <value>ns4.timeweb.org</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>2</num>
   <domain_name>herbalifer.it</domain_name>
   <domain_keyword>herbalifer</domain_keyword>
   <domain_tld>it</domain_tld>
   <query_time>2024-06-13 01:01:47</query_time>
   <create_date>2023-06-10</create_date>
   <update_date>2024-06-11</update_date>
   <expiry_date>2024-06-10</expiry_date>
   <registrar_name>Aruba s.p.a.</registrar_name>
   <registrar_website>http://www.aruba.it</registrar_website>
   <registrant_company>hidden</registrant_company>
   <name_servers>
    <value>dns.technorail.com</value>
    <value>dns2.technorail.com</value>
    <value>dns3.arubadns.net</value>
    <value>dns4.arubadns.cz</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
   </domain_status>
   <dns_sec>
    <value>yes</value>
   </dns_sec>
  </value>
  <value>
   <num>3</num>
   <domain_name>herbalifer.com</domain_name>
   <domain_keyword>herbalifer</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-13 01:46:40</query_time>
   <create_date>2023-06-10</create_date>
   <update_date>2024-06-11</update_date>
   <expiry_date>2025-06-10</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows Domains Inc.</registrar_name>
   <registrar_website>http://www.tucows.com</registrar_website>
   <name_servers>
    <value>dns.technorail.com</value>
    <value>dns2.technorail.com</value>
    <value>dns3.arubadns.net</value>
    <value>dns4.arubadns.cz</value>
   </name_servers>
   <domain_status>
    <value>clientHold</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.081</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 470 domain names (in 0.395 seconds) which look and sound like the brand name "herbalifer".
Domain Name Registered Expiry Registrar Ownership
1 herbalifetr.com 23 Apr 2023 23 Apr 2024 ODTU Gelistirme Vakfi Bilgi Teknolojileri Sanayi Ve Ticaret Anonim Sirketi -
2 herbalife5.com 12 Jun 2023 12 Jun 2024 PSI-USA, Inc. dba Domain Robot houyuanjian
3 herbalifee.com 11 Feb 2024 11 Feb 2025 Atak Domain kenan turan
4 herbalifez.in 7 Sep 2022 7 Sep 2024 Hosting Concepts B.V. d/b/a Openprovider REDACTED FOR PRIVACY
5 herbalifee.online 10 Jun 2024 10 Jun 2025 Dattatec.com SRL Donweb.com
6 herbalizer.com 3 Apr 2002 3 Apr 2025 FastDomain Inc. -
7 herbalife.scot 21 Sep 2023 21 Sep 2024 PDR Ltd. d/b/a PublicDomainRegistry.com Not Applicable
8 herbalife.club 6 Aug 2022 6 Aug 2024 GoDaddy.com, LLC Domains By Proxy, LLC
9 herbalife.ai - - Markmonitor Herbalife International of America, Inc.
10 herbalife.tech 21 Jul 2023 21 Jul 2024 Squarespace Domains II LLC Contact Privacy Inc. Customer 7151571251
11 herbalife.su 21 Mar 2024 21 Mar 2025 RUCENTER-SU Private Person
12 herbalife.report 23 Jun 2014 23 Jun 2024 MarkMonitor Inc. Herbalife International of America, Inc.
13 herbalife.com.co 11 Jul 2006 18 Jul 2024 MarkMonitor, Inc. Herbalife International of America, Inc.
14 herbalife.fit 2 Apr 2024 2 Apr 2025 Mesh Digital Limited Domains By Proxy, LLC
15 herbalife.cat 18 Oct 2017 18 Oct 2024 Soluciones Corporativas IP, SLU -
16 herbalife.love 19 Feb 2023 19 Feb 2025 Tucows Domains Inc. Contact Privacy Inc. Customer 0166537129
17 herbalife.de - - - -
18 herbalife.store 16 Oct 2020 16 Oct 2024 CHENGDU WEST DIMENSION DIGITAL TECHNOLOGY CO., LTD. Lee Charles
19 herbalife.cm 18 Nov 2015 18 Nov 2024 Netcom.cm Sarl WhoisGuardService.com
20 herbalife.com.ng 1 Mar 2024 1 Mar 2025 GO54 Limited (formerly Whogohost Limited) Example Inc.
21 herbalizer.net 7 Jan 2015 7 Jan 2025 GoDaddy Online Services Cayman Islands Ltd. -
22 herbalifewr.space 26 May 2023 26 May 2025 HOSTINGER operations, UAB Herbalife
23 herbalifes.com 22 Aug 2014 22 Aug 2024 GoDaddy.com, LLC -
24 herbalixer.com 21 Mar 2019 21 Mar 2025 NameSilo, LLC -
25 herbalizer.org 22 Sep 2023 22 Sep 2024 Dynadot Inc Super Privacy Service LTD c/o Dynadot
26 herbalifepr.com 13 May 2018 13 May 2025 NAMECHEAP INC Privacy service provided by Withheld for Privacy ehf
27 herbalider.com 8 Sep 2017 8 Sep 2025 TurnCommerce, Inc. DBA NameBright.com HugeDomains.com
28 herbalifev.com 31 Jul 2023 31 Jul 2024 Cloud Yuqu LLC REDACTED FOR PRIVACY
29 herbalifee.store 10 Jun 2024 10 Jun 2025 Dattatec.com SRL Donweb.com
30 herbalizer.feedback 15 Oct 2015 15 Oct 2024 Tucows Registry Services REGISTRY RESERVED DOMAIN
31 herbalifers.net 20 Aug 2022 20 Aug 2024 NameCheap, Inc. -
32 herbalifeb.com 7 Nov 2022 7 Nov 2024 GoDaddy.com, LLC Domains By Proxy, LLC
33 herbaliferi.com 7 Jun 2013 7 Jun 2024 IONOS SE REDACTED FOR PRIVACY
34 herbalife1.com 24 Feb 2010 24 Feb 2025 MarkMonitor Inc. -
35 herbaliser.com 3 Jan 1999 4 Jan 2025 GANDI SAS The Herbaliser
36 herbalifec.com 8 Jul 2021 8 Jul 2024 GoDaddy.com, LLC -
37 herbalizer.online 9 Aug 2023 9 Aug 2024 PDR Ltd. d/b/a PublicDomainRegistry.com Privacy Protect, LLC (PrivacyProtect.org)
38 herbalifex.com 4 Jul 2023 4 Jul 2025 FastDomain Inc. -
39 herbalife.space 15 Oct 2023 15 Oct 2024 PDR Ltd. d/b/a PublicDomainRegistry.com N/A
40 herbalife.app 8 Dec 2019 8 Dec 2024 Squarespace Domains II LLC. S de RL de CV
41 herbalife.au - - MarkMonitor Corporate Services Inc Domain Admin
42 herbalife.org 17 Jan 1998 16 Jan 2025 MarkMonitor Inc. Herbalife International of America, Inc.
43 herbalife.cl 31 Jul 2006 28 Aug 2024 MarkMonitor Inc. Herbalife International de Chile
44 herbalife.af - - Herat Host IT Services Co. Naqib Yaser Company LTD
45 herbalife.cc 6 Aug 2023 6 Aug 2024 ALIBABA.COM SINGAPORE E-COMMERCE PRIVATE LIMITED -
46 herbalife.site 13 Sep 2016 13 Sep 2024 eNom, Inc. SiteWizard Ltd
47 herbalife.xyz 31 Aug 2022 31 Aug 2025 Automattic Inc. Knock Knock WHOIS Not There, LLC
48 herbalifr.com 22 Sep 2006 22 Sep 2024 Sea Wasp, LLC REDACTED FOR PRIVACY
49 herbalife.uk 29 Mar 2019 29 Mar 2025 Markmonitor Inc. [Tag = MARKMONITOR] -
50 herbalife.nl 5 Aug 1998 - MarkMonitor Inc. -
51 herbalife.tel 3 Feb 2009 22 Mar 2026 Webnames.ca Inc. -
52 herbalife.cloud 24 Nov 2023 24 Nov 2024 Chengdu West Dimension Digital Technology Co., LTD REDACTED FOR PRIVACY
53 herbalife.lt 29 Mar 2013 30 Mar 2025 MarkMonitor, Inc. Markmonitor Inc.
54 herbalife.by 22 Apr 2008 21 Nov 2024 Open Contact, Ltd Herbalife International of America, Inc.
55 herbalife.global 28 Apr 2021 28 Apr 2025 Key-Systems, LLC FG Square
56 herbalife.tools 17 Jun 2014 17 Jun 2025 MarkMonitor Inc. Herbalife International of America, Inc.
57 herbalife.uno 27 Apr 2023 27 Apr 2025 eNom, Inc. Data Protected
58 herbalife.sk 16 Sep 2003 20 Nov 2024 MarkMonitor International Limited Herbalife Slovakia s.r.o.
59 herbalife.co 25 Feb 2010 24 Feb 2025 MarkMonitor, Inc. Herbalife International of America, Inc.
60 herbalife.org.in 13 Apr 2024 13 Apr 2026 GoDaddy.com, LLC World ENTERPRISES
61 herbalife.fun 4 Nov 2023 4 Nov 2024 HOSTINGER operations, UAB Privacy Protect, LLC (PrivacyProtect.org)
62 herbalife.pt 6 Dec 2006 7 Feb 2025 - HERBALIFE INTERNATIONAL, INC.
63 herbalier.com 22 Mar 2019 22 Mar 2025 Domain.com, LLC -
64 herbalife.se 27 Mar 2000 27 Mar 2025 MarkMonitor Inc -
65 herbalife.education 25 Mar 2014 25 Mar 2025 MarkMonitor Inc. Herbalife International of America, Inc.
66 herbalife.pl 18 Jun 1998 17 Jun 2024 Markmonitor, Inc. -
67 herbalife.ie 19 Sep 2006 20 Sep 2024 Markmonitor Inc Herbalife International, Inc.
68 herbalife.pro 12 Apr 2019 12 Apr 2024 Dynadot Inc REDACTED FOR PRIVACY
69 herbalife.com.hn - - MarkMonitor Herbalife International of America, Inc.
70 herbalife.solutions 17 Mar 2014 17 Mar 2025 MarkMonitor Inc. Herbalife International of America, Inc.
71 herbalife.one 12 Mar 2023 12 Mar 2025 MAT BAO CORPORATION Le Thanh Tuan
72 herbalife.com.au - - MarkMonitor Corporate Services Inc Domain Admin
73 herbalife.support 19 Mar 2014 19 Mar 2025 MarkMonitor Inc. Herbalife International of America, Inc.
74 herbalife.cn 17 Mar 2003 17 Mar 2026 码恪御标信息科技(上海)有限公司 康宝莱(上海)管理有限公司
75 herbalife.co.jp 2 Mar 1999 - - Herbalife K.K.
76 herbalife.be 17 Apr 2001 - Markmonitor Inc. -
77 herbalife.icu 14 Dec 2023 14 Dec 2024 HOSTINGER operations, UAB Privacy Protect, LLC (PrivacyProtect.org)
78 herbalifey.com 16 May 2008 16 May 2025 GoDaddy.com, LLC -
79 herbalife.cam 28 Jun 2023 28 Jun 2024 Namecheap Privacy service provided by Withheld for Privacy ehf
80 herbalife.hr 4 Oct 2011 4 Oct 2024 Sayber d.o.o. HERBALIFE d.o.o.
81 herbalife.foundation 12 May 2014 12 May 2025 CloudFlare, Inc. Media Cause
82 herbalife.ink 18 Jul 2023 18 Jul 2024 Porkbun Private by Design, LLC
83 herbalife.dk 24 Feb 1997 31 Mar 2025 MarkMonitor Inc. Herbalife International of America, Inc.
84 herbalife.host 7 Jan 2021 7 Jan 2025 PDR Ltd. d/b/a PublicDomainRegistry.com Privacy Protect, LLC (PrivacyProtect.org)
85 herbalife.marketing 7 Apr 2014 7 Apr 2025 MarkMonitor Inc. Herbalife International of America, Inc.
86 herbalife.shopping 20 Sep 2016 20 Sep 2024 MarkMonitor Inc. Herbalife International of America, Inc.
87 herbalife.online 21 Oct 2021 21 Oct 2024 CHENGDU WEST DIMENSION DIGITAL TECHNOLOGY CO., LTD. Lee Charles
88 herbalife.biz 24 Aug 2022 24 Aug 2024 Squarespace Domains II LLC Contact Privacy Inc. Customer 7151571251
89 herbalife.ca 2 Jan 2005 2 Jan 2025 MarkMonitor International Canada Ltd. Herbalife of Canada
90 herbalife.training 19 Mar 2014 19 Mar 2025 MarkMonitor Inc. Herbalife International of America, Inc.
91 herbalife.sucks 20 Jun 2015 20 Jun 2024 MarkMonitor, Inc. Herbalife International of America, Inc.
92 herbalife.co.th 19 Oct 2011 18 Oct 2024 THNIC Herbalife International, Inc. (เฮอร์บาไลฟ์ อินเตอร์เนชั่นแนล อิงค์.)
93 herbalife.me 13 Apr 2024 13 Apr 2025 CommuniGal Communication Ltd. Domain Name Privacy Inc.
94 herbalife.md 25 Oct 2005 25 Oct 2024 - -
95 herbalife.top 4 Mar 2024 4 Mar 2025 JSC “RU-CENTER” sinicin maksim
96 herbalife.in 16 Feb 2005 16 Feb 2025 S.G.S. Technologie Pvt Ltd dba Netandhost.com Domaen.com
97 herbalife.co.in 8 Sep 2005 8 Sep 2024 MarkMonitor Inc. Herbalife International of America, Inc.
98 herbalife.co.nz 9 Jul 2008 - Dreamscape Networks International Pte Ltd t/a Crazy Domains -
99 herbalife.com 23 Feb 1998 22 Feb 2025 MarkMonitor, Inc. Herbalife International of America, Inc.
100 herbalife.com.pl 18 Jun 1998 17 Jun 2024 Markmonitor, Inc. -
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 Herbalifer.ru.

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

https://api.bigdomaindata.com/?key=XXXXX&fuzzy_domains=herbalifer.ru
For more details, kindly see our Fuzzy Domains API usage guide.
{
    "success": true,
    "query": {
        "fuzzy_domains": "herbalifer.ru",
        "page_size": 100
    },
    "count": {
        "total": 470,
        "relation": "eq",
        "current": 100
    },
    "unique_domains": "herbalifetr.com, herbalife5.com, herbalifee.com, herbalifez.in, herbalifee.online, herbalizer.com, herbalife.scot, herbalife.club, herbalife.ai, herbalife.tech, herbalife.su, herbalife.report, herbalife.com.co, herbalife.fit, herbalife.cat, herbalife.love, herbalife.de, herbalife.store, herbalife.cm, herbalife.com.ng, herbalizer.net, herbalifewr.space, herbalifes.com, herbalixer.com, herbalizer.org, herbalifepr.com, herbalider.com, herbalifev.com, herbalifee.store, herbalizer.feedback, herbalifers.net, herbalifeb.com, herbaliferi.com, herbalife1.com, herbaliser.com, herbalifec.com, herbalizer.online, herbalifex.com, herbalife.space, herbalife.app, herbalife.au, herbalife.org, herbalife.cl, herbalife.af, herbalife.cc, herbalife.site, herbalife.xyz, herbalifr.com, herbalife.uk, herbalife.nl, herbalife.tel, herbalife.cloud, herbalife.lt, herbalife.by, herbalife.global, herbalife.tools, herbalife.uno, herbalife.sk, herbalife.co, herbalife.org.in, herbalife.fun, herbalife.pt, herbalier.com, herbalife.se, herbalife.education, herbalife.pl, herbalife.ie, herbalife.pro, herbalife.com.hn, herbalife.solutions, herbalife.one, herbalife.com.au, herbalife.support, herbalife.cn, herbalife.co.jp, herbalife.be, herbalife.icu, herbalifey.com, herbalife.cam, herbalife.hr, herbalife.foundation, herbalife.ink, herbalife.dk, herbalife.host, herbalife.marketing, herbalife.shopping, herbalife.online, herbalife.biz, herbalife.ca, herbalife.training, herbalife.sucks, herbalife.co.th, herbalife.me, herbalife.md, herbalife.top, herbalife.in, herbalife.co.in, herbalife.co.nz, herbalife.com, herbalife.com.pl",
    "results": [
        {
            "num": 1,
            "domain_name": "herbalifetr.com",
            "domain_keyword": "herbalifetr",
            "domain_tld": "com",
            "query_time": "2024-06-01 20:39:13",
            "create_date": "2023-04-23",
            "update_date": "2024-05-24",
            "expiry_date": "2024-04-23",
            "registrar_iana": 3871,
            "registrar_name": "ODTU Gelistirme Vakfi Bilgi Teknolojileri Sanayi Ve Ticaret Anonim Sirketi",
            "registrar_website": "http://metunic.com.tr",
            "domain_status": [
                "clientHold",
                "redemptionPeriod"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 2,
            "domain_name": "herbalife5.com",
            "domain_keyword": "herbalife5",
            "domain_tld": "com",
            "query_time": "2024-05-18 11:55:35",
            "create_date": "2023-06-12",
            "update_date": "2024-04-23",
            "expiry_date": "2024-06-12",
            "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": "houyuanjian",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Fu Jian Sheng",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "https://whoispro.domain-robot.org/whois/herbalife5.com",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dm1.dns.com",
                "dm2.dns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 3,
            "domain_name": "herbalifee.com",
            "domain_keyword": "herbalifee",
            "domain_tld": "com",
            "query_time": "2024-06-01 20:39:12",
            "create_date": "2024-02-11",
            "update_date": "2024-02-13",
            "expiry_date": "2025-02-11",
            "registrar_iana": 1601,
            "registrar_name": "Atak Domain",
            "registrar_website": "http://apiname.com",
            "registrant_name": "kenan turan",
            "registrant_company": "kenan turan",
            "registrant_address": "Bakirkoy",
            "registrant_city": "Istanbul",
            "registrant_state": "Bakirkoy",
            "registrant_zip": "41000",
            "registrant_country": "TR",
            "registrant_email": "[email protected]",
            "registrant_phone": "+90.05393101639",
            "registrant_fax": "+90.05393101639",
            "name_servers": [
                "ns1.turkticaret.net",
                "ns2.turkticaret.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 4,
            "domain_name": "herbalifez.in",
            "domain_keyword": "herbalifez",
            "domain_tld": "in",
            "query_time": "2024-06-01 20:39:14",
            "create_date": "2022-09-07",
            "update_date": "2022-09-12",
            "expiry_date": "2024-09-07",
            "registrar_iana": 1647,
            "registrar_name": "Hosting Concepts B.V. d/b/a Openprovider",
            "registrar_website": "www.openprovider.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Tamil Nadu",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IN",
            "registrant_email": "please contact the registrar listed above",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.dns-parking.com",
                "ns2.dns-parking.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 5,
            "domain_name": "herbalifee.online",
            "domain_keyword": "herbalifee",
            "domain_tld": "online",
            "query_time": "2024-06-12 01:34:21",
            "create_date": "2024-06-10",
            "expiry_date": "2025-06-10",
            "registrar_iana": 1388,
            "registrar_name": "Dattatec.com SRL",
            "registrar_website": "https://www.donweb.com",
            "registrant_company": "Donweb.com",
            "registrant_state": "Santa Fe",
            "registrant_country": "AR",
            "registrant_email": "please query the rdds service of the 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.donweb.cl",
                "ns1.donweb.co",
                "ns1.donweb.mx",
                "ns1.donweb.uy",
                "ns2.donweb.bo",
                "ns2.donweb.com.br",
                "ns2.donweb.pe",
                "ns3.hostmar.com"
            ],
            "domain_status": [
                "addPeriod",
                "serverTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 6,
            "domain_name": "herbalizer.com",
            "domain_keyword": "herbalizer",
            "domain_tld": "com",
            "query_time": "2024-06-06 16:38:08",
            "create_date": "2002-04-03",
            "update_date": "2024-03-04",
            "expiry_date": "2025-04-03",
            "registrar_iana": 1154,
            "registrar_name": "FastDomain Inc.",
            "registrar_website": "http://www.fastdomain.com",
            "name_servers": [
                "ns1.bluehost.com",
                "ns2.bluehost.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 7,
            "domain_name": "herbalife.scot",
            "domain_keyword": "herbalife",
            "domain_tld": "scot",
            "query_time": "2024-06-01 20:39:11",
            "create_date": "2023-09-21",
            "update_date": "2023-10-30",
            "expiry_date": "2024-09-21",
            "registrar_iana": 303,
            "registrar_name": "PDR Ltd. d/b/a PublicDomainRegistry.com",
            "registrar_website": "https://PublicDomainRegistry.com",
            "registrant_company": "Not Applicable",
            "registrant_state": "Glasgow City",
            "registrant_country": "GB",
            "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.",
            "name_servers": [
                "ns1.domains.scot",
                "ns2.domains.scot",
                "ns3.domains.scot",
                "ns4.domains.scot"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 8,
            "domain_name": "herbalife.club",
            "domain_keyword": "herbalife",
            "domain_tld": "club",
            "query_time": "2024-05-02 09:40:55",
            "create_date": "2022-08-06",
            "update_date": "2024-01-19",
            "expiry_date": "2024-08-06",
            "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": [
                "ns3.afternic.com",
                "ns4.afternic.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 9,
            "domain_name": "herbalife.ai",
            "domain_keyword": "herbalife",
            "domain_tld": "ai",
            "query_time": "2024-05-16 08:40:05",
            "registrar_name": "Markmonitor",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Herbalife International of America, Inc.",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "redacted for privacy",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns-1037.awsdns-01.org",
                "ns-1790.awsdns-31.co.uk",
                "ns-268.awsdns-33.com",
                "ns-532.awsdns-02.net"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 10,
            "domain_name": "herbalife.tech",
            "domain_keyword": "herbalife",
            "domain_tld": "tech",
            "query_time": "2024-05-09 07:25:07",
            "create_date": "2023-07-21",
            "update_date": "2023-08-31",
            "expiry_date": "2024-07-21",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC",
            "registrar_website": "https://domains.squarespace.com",
            "registrant_company": "Contact Privacy Inc. Customer 7151571251",
            "registrant_state": "ON",
            "registrant_country": "CA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns-cloud-d1.googledomains.com",
                "ns-cloud-d2.googledomains.com",
                "ns-cloud-d3.googledomains.com",
                "ns-cloud-d4.googledomains.com"
            ],
            "domain_status": [
                "clientHold",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 11,
            "domain_name": "herbalife.su",
            "domain_keyword": "herbalife",
            "domain_tld": "su",
            "query_time": "2024-05-24 01:11:32",
            "create_date": "2024-03-21",
            "expiry_date": "2025-03-21",
            "registrar_name": "RUCENTER-SU",
            "registrant_name": "Private Person",
            "registrant_email": "[email protected]",
            "name_servers": [
                "ns1.tildadns.com",
                "ns2.tildadns.com"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED"
            ]
        },
        {
            "num": 12,
            "domain_name": "herbalife.report",
            "domain_keyword": "herbalife",
            "domain_tld": "report",
            "query_time": "2024-05-18 11:55:35",
            "create_date": "2014-06-23",
            "update_date": "2023-05-27",
            "expiry_date": "2024-06-23",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Herbalife International of America, Inc.",
            "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",
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited",
                "inactive"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 13,
            "domain_name": "herbalife.com.co",
            "domain_keyword": "herbalife",
            "domain_tld": "com.co",
            "query_time": "2024-06-01 20:39:11",
            "create_date": "2006-07-11",
            "update_date": "2024-05-23",
            "expiry_date": "2024-07-18",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor, Inc.",
            "registrar_website": "www.markmonitor.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Herbalife International of America, Inc.",
            "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": [
                "a1-90.akam.net",
                "a13-67.akam.net",
                "a14-64.akam.net",
                "a18-65.akam.net",
                "a28-66.akam.net",
                "a3-67.akam.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 14,
            "domain_name": "herbalife.fit",
            "domain_keyword": "herbalife",
            "domain_tld": "fit",
            "query_time": "2024-06-01 20:39:11",
            "create_date": "2024-04-02",
            "update_date": "2024-04-07",
            "expiry_date": "2025-04-02",
            "registrar_iana": 1390,
            "registrar_name": "Mesh Digital Limited",
            "registrar_website": "www.domainbox.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": [
                "bart.ns.cloudflare.com",
                "lisa.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 15,
            "domain_name": "herbalife.cat",
            "domain_keyword": "herbalife",
            "domain_tld": "cat",
            "query_time": "2024-05-12 12:01:19",
            "create_date": "2017-10-18",
            "update_date": "2023-11-02",
            "expiry_date": "2024-10-18",
            "registrar_iana": 1383,
            "registrar_name": "Soluciones Corporativas IP, SLU",
            "registrar_website": "https://www.dondominio.com",
            "name_servers": [
                "ns1.dondominio.com",
                "ns2.dondominio.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 16,
            "domain_name": "herbalife.love",
            "domain_keyword": "herbalife",
            "domain_tld": "love",
            "query_time": "2024-04-18 21:39:44",
            "create_date": "2023-02-19",
            "update_date": "2024-01-26",
            "expiry_date": "2025-02-19",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "www.tucowsdomains.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Contact Privacy Inc. Customer 0166537129",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "ON",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns.technorail.com",
                "dns2.technorail.com",
                "dns3.arubadns.net",
                "dns4.arubadns.cz"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 17,
            "domain_name": "herbalife.de",
            "domain_keyword": "herbalife",
            "domain_tld": "de",
            "query_time": "2024-05-21 22:17:12",
            "update_date": "2023-11-24",
            "name_servers": [
                "a1-90.akam.net",
                "a13-67.akam.net",
                "a14-64.akam.net",
                "a18-65.akam.net",
                "a28-66.akam.net",
                "a3-67.akam.net"
            ],
            "domain_status": [
                "connect"
            ]
        },
        {
            "num": 18,
            "domain_name": "herbalife.store",
            "domain_keyword": "herbalife",
            "domain_tld": "store",
            "query_time": "2024-05-02 09:40:56",
            "create_date": "2020-10-16",
            "update_date": "2023-08-31",
            "expiry_date": "2024-10-16",
            "registrar_iana": 1556,
            "registrar_name": "CHENGDU WEST DIMENSION DIGITAL TECHNOLOGY CO., LTD.",
            "registrar_website": "http://www.west.cn",
            "registrant_company": "Lee Charles",
            "registrant_state": "Zhe Jiang",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 19,
            "domain_name": "herbalife.cm",
            "domain_keyword": "herbalife",
            "domain_tld": "cm",
            "query_time": "2024-04-26 15:23:35",
            "create_date": "2015-11-18",
            "update_date": "2023-11-18",
            "expiry_date": "2024-11-18",
            "registrar_name": "Netcom.cm Sarl",
            "registrant_name": "Private Registration",
            "registrant_company": "WhoisGuardService.com",
            "registrant_address": "Tian Hong Shan Zhuang, BLd. 7, Office 104 104",
            "registrant_city": "Nanjing",
            "registrant_state": "Jiangsu",
            "registrant_zip": "210049",
            "registrant_country": "CN",
            "registrant_email": "[email protected]",
            "registrant_phone": "+86.2584752362",
            "registrant_fax": "+86.2584752360",
            "name_servers": [
                "ns1.above.com",
                "ns2.above.com"
            ],
            "domain_status": [
                "ok"
            ]
        },
        {
            "num": 20,
            "domain_name": "herbalife.com.ng",
            "domain_keyword": "herbalife",
            "domain_tld": "com.ng",
            "query_time": "2024-05-02 09:40:55",
            "create_date": "2024-03-01",
            "update_date": "2024-03-02",
            "expiry_date": "2025-03-01",
            "registrar_iana": 3954,
            "registrar_name": "GO54 Limited (formerly Whogohost Limited)",
            "registrar_website": "http://www.whogohost.com.ng",
            "registrant_name": "Yinka Oladipo",
            "registrant_company": "Example Inc.",
            "registrant_address": "Suit 9, NWC Complex,Samonda",
            "registrant_city": "Ibadan",
            "registrant_state": "Oyo",
            "registrant_zip": "110001",
            "registrant_country": "NG",
            "registrant_email": "[email protected]",
            "registrant_phone": "+81.04793060",
            "name_servers": [
                "nsa.whogohost.com",
                "nsb.whogohost.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 21,
            "domain_name": "herbalizer.net",
            "domain_keyword": "herbalizer",
            "domain_tld": "net",
            "query_time": "2024-06-12 00:49:51",
            "create_date": "2015-01-07",
            "update_date": "2024-01-08",
            "expiry_date": "2025-01-07",
            "registrar_iana": 1659,
            "registrar_name": "GoDaddy Online Services Cayman Islands Ltd.",
            "registrar_website": "http://www.uniregistry.com",
            "name_servers": [
                "ns34.wpxhosting.com",
                "ns35.wpxhosting.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 22,
            "domain_name": "herbalifewr.space",
            "domain_keyword": "herbalifewr",
            "domain_tld": "space",
            "query_time": "2024-05-27 01:30:02",
            "create_date": "2023-05-26",
            "update_date": "2024-05-27",
            "expiry_date": "2025-05-26",
            "registrar_iana": 1636,
            "registrar_name": "HOSTINGER operations, UAB",
            "registrar_website": "https://www.hostinger.com/",
            "registrant_company": "Herbalife",
            "registrant_state": "Santa Catarina",
            "registrant_country": "BR",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1.dns-expired.com",
                "ns2.dns-expired.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 23,
            "domain_name": "herbalifes.com",
            "domain_keyword": "herbalifes",
            "domain_tld": "com",
            "query_time": "2024-06-12 00:49:40",
            "create_date": "2014-08-22",
            "update_date": "2023-06-29",
            "expiry_date": "2024-08-22",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 24,
            "domain_name": "herbalixer.com",
            "domain_keyword": "herbalixer",
            "domain_tld": "com",
            "query_time": "2024-04-26 15:24:01",
            "create_date": "2019-03-21",
            "update_date": "2024-03-01",
            "expiry_date": "2025-03-21",
            "registrar_iana": 1479,
            "registrar_name": "NameSilo, LLC",
            "registrar_website": "http://www.namesilo.com",
            "name_servers": [
                "ns1.squadhelp.com",
                "ns2.squadhelp.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 25,
            "domain_name": "herbalizer.org",
            "domain_keyword": "herbalizer",
            "domain_tld": "org",
            "query_time": "2024-06-01 20:39:19",
            "create_date": "2023-09-22",
            "update_date": "2024-04-19",
            "expiry_date": "2024-09-22",
            "registrar_iana": 472,
            "registrar_name": "Dynadot Inc",
            "registrar_website": "http://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 rdds service of the 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": 26,
            "domain_name": "herbalifepr.com",
            "domain_keyword": "herbalifepr",
            "domain_tld": "com",
            "query_time": "2024-05-16 04:46:21",
            "create_date": "2018-05-13",
            "update_date": "2024-04-30",
            "expiry_date": "2025-05-13",
            "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": [
                "kiki.ns.cloudflare.com",
                "roan.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 27,
            "domain_name": "herbalider.com",
            "domain_keyword": "herbalider",
            "domain_tld": "com",
            "query_time": "2024-04-26 15:23:32",
            "create_date": "2017-09-08",
            "update_date": "2020-09-02",
            "expiry_date": "2025-09-08",
            "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": 28,
            "domain_name": "herbalifev.com",
            "domain_keyword": "herbalifev",
            "domain_tld": "com",
            "query_time": "2024-05-02 09:41:01",
            "create_date": "2023-07-31",
            "update_date": "2023-07-31",
            "expiry_date": "2024-07-31",
            "registrar_iana": 3824,
            "registrar_name": "Cloud Yuqu LLC",
            "registrar_website": "www.diymysite.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Zhe Jiang",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "link at http://whoisquery.diymysite.com/web/whoisform?domain=herbalifev.com",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.parkingcrew.net",
                "ns2.parkingcrew.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 29,
            "domain_name": "herbalifee.store",
            "domain_keyword": "herbalifee",
            "domain_tld": "store",
            "query_time": "2024-06-12 03:04:54",
            "create_date": "2024-06-10",
            "expiry_date": "2025-06-10",
            "registrar_iana": 1388,
            "registrar_name": "Dattatec.com SRL",
            "registrar_website": "https://www.donweb.com",
            "registrant_company": "Donweb.com",
            "registrant_state": "Santa Fe",
            "registrant_country": "AR",
            "registrant_email": "please query the rdds service of the 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.donweb.cl",
                "ns1.donweb.co",
                "ns1.donweb.mx",
                "ns1.donweb.uy",
                "ns2.donweb.bo",
                "ns2.donweb.com.br",
                "ns2.donweb.pe",
                "ns3.hostmar.com"
            ],
            "domain_status": [
                "addPeriod",
                "serverTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 30,
            "domain_name": "herbalizer.feedback",
            "domain_keyword": "herbalizer",
            "domain_tld": "feedback",
            "query_time": "2024-06-01 20:39:19",
            "create_date": "2015-10-15",
            "update_date": "2024-04-02",
            "expiry_date": "2024-10-15",
            "registrar_iana": 9999,
            "registrar_name": "Tucows Registry Services",
            "registrar_website": "https://tucowsregistry.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REGISTRY RESERVED DOMAIN",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "WA",
            "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": [
                "e.nic.feedback",
                "f.nic.feedback"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 31,
            "domain_name": "herbalifers.net",
            "domain_keyword": "herbalifers",
            "domain_tld": "net",
            "query_time": "2024-05-23 15:51:06",
            "create_date": "2022-08-20",
            "update_date": "2023-07-28",
            "expiry_date": "2024-08-20",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "http://www.namecheap.com",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 32,
            "domain_name": "herbalifeb.com",
            "domain_keyword": "herbalifeb",
            "domain_tld": "com",
            "query_time": "2024-04-27 00:24:29",
            "create_date": "2022-11-07",
            "update_date": "2023-11-07",
            "expiry_date": "2024-11-07",
            "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=herbalifeb.com",
            "registrant_phone": "+1.4806242599",
            "name_servers": [
                "pdns01.domaincontrol.com",
                "pdns02.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 33,
            "domain_name": "herbaliferi.com",
            "domain_keyword": "herbaliferi",
            "domain_tld": "com",
            "query_time": "2024-04-26 15:23:43",
            "create_date": "2013-06-07",
            "update_date": "2018-03-11",
            "expiry_date": "2024-06-07",
            "registrar_iana": 83,
            "registrar_name": "IONOS SE",
            "registrar_website": "http://ionos.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "RI",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1024.ui-dns.biz",
                "ns1024.ui-dns.com",
                "ns1024.ui-dns.de",
                "ns1024.ui-dns.org"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 34,
            "domain_name": "herbalife1.com",
            "domain_keyword": "herbalife1",
            "domain_tld": "com",
            "query_time": "2024-04-26 15:23:35",
            "create_date": "2010-02-24",
            "update_date": "2024-01-23",
            "expiry_date": "2025-02-24",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "name_servers": [
                "ns1.markmonitor.com",
                "ns2.markmonitor.com",
                "ns3.markmonitor.com",
                "ns4.markmonitor.com",
                "ns5.markmonitor.com",
                "ns6.markmonitor.com",
                "ns7.markmonitor.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 35,
            "domain_name": "herbaliser.com",
            "domain_keyword": "herbaliser",
            "domain_tld": "com",
            "query_time": "2024-06-01 20:39:15",
            "create_date": "1999-01-03",
            "update_date": "2024-04-16",
            "expiry_date": "2025-01-04",
            "registrar_iana": 81,
            "registrar_name": "GANDI SAS",
            "registrar_website": "http://www.gandi.net",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "The Herbaliser",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "GB",
            "registrant_email": "[email protected]",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns-149-b.gandi.net",
                "ns-250-a.gandi.net",
                "ns-253-c.gandi.net",
                "z.dns.gandi.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 36,
            "domain_name": "herbalifec.com",
            "domain_keyword": "herbalifec",
            "domain_tld": "com",
            "query_time": "2024-06-12 00:49:37",
            "create_date": "2021-07-08",
            "update_date": "2023-07-06",
            "expiry_date": "2024-07-08",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns1.dns.com",
                "ns2.dns.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 37,
            "domain_name": "herbalizer.online",
            "domain_keyword": "herbalizer",
            "domain_tld": "online",
            "query_time": "2024-05-03 07:43:31",
            "create_date": "2023-08-09",
            "update_date": "2023-09-28",
            "expiry_date": "2024-08-09",
            "registrar_iana": 303,
            "registrar_name": "PDR Ltd. d/b/a PublicDomainRegistry.com",
            "registrar_website": "https://publicdomainregistry.com",
            "registrant_company": "Privacy Protect, LLC (PrivacyProtect.org)",
            "registrant_state": "MA",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1.bluehost.com",
                "ns2.bluehost.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 38,
            "domain_name": "herbalifex.com",
            "domain_keyword": "herbalifex",
            "domain_tld": "com",
            "query_time": "2024-06-12 00:49:41",
            "create_date": "2023-07-04",
            "update_date": "2023-07-04",
            "expiry_date": "2025-07-04",
            "registrar_iana": 1154,
            "registrar_name": "FastDomain Inc.",
            "registrar_website": "http://www.fastdomain.com",
            "name_servers": [
                "ns1.bluehost.com",
                "ns2.bluehost.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 39,
            "domain_name": "herbalife.space",
            "domain_keyword": "herbalife",
            "domain_tld": "space",
            "query_time": "2024-05-02 09:40:55",
            "create_date": "2023-10-15",
            "update_date": "2023-11-23",
            "expiry_date": "2024-10-15",
            "registrar_iana": 303,
            "registrar_name": "PDR Ltd. d/b/a PublicDomainRegistry.com",
            "registrar_website": "https://publicdomainregistry.com",
            "registrant_company": "N/A",
            "registrant_state": "N/A",
            "registrant_country": "RU",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1.timeweb.ru",
                "ns2.timeweb.ru",
                "ns3.timeweb.org",
                "ns4.timeweb.org"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 40,
            "domain_name": "herbalife.app",
            "domain_keyword": "herbalife",
            "domain_tld": "app",
            "query_time": "2024-05-18 11:55:35",
            "create_date": "2019-12-08",
            "update_date": "2024-04-21",
            "expiry_date": "2024-12-08",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC.",
            "registrar_website": "domains.google",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "S de RL de CV",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Sin.",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "MX",
            "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.dns-parking.com",
                "ns2.dns-parking.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 41,
            "domain_name": "herbalife.au",
            "domain_keyword": "herbalife",
            "domain_tld": "au",
            "query_time": "2024-05-23 15:51:04",
            "update_date": "2023-08-21",
            "registrar_name": "MarkMonitor Corporate Services Inc",
            "registrar_website": "https://whois-webform.markmonitor.com/whois/",
            "registrant_name": "Domain Admin",
            "name_servers": [
                "ns1.markmonitor.com",
                "ns2.markmonitor.com",
                "ns3.markmonitor.com",
                "ns4.markmonitor.com",
                "ns5.markmonitor.com",
                "ns6.markmonitor.com",
                "ns7.markmonitor.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientUpdateProhibited",
                "serverRenewProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 42,
            "domain_name": "herbalife.org",
            "domain_keyword": "herbalife",
            "domain_tld": "org",
            "query_time": "2024-05-23 15:51:04",
            "create_date": "1998-01-17",
            "update_date": "2023-12-20",
            "expiry_date": "2025-01-16",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Herbalife International of America, Inc.",
            "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",
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited",
                "inactive"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 43,
            "domain_name": "herbalife.cl",
            "domain_keyword": "herbalife",
            "domain_tld": "cl",
            "query_time": "2024-05-02 09:40:55",
            "create_date": "2006-07-31",
            "expiry_date": "2024-08-28",
            "registrar_name": "MarkMonitor Inc.",
            "registrar_website": "https://markmonitor.com/",
            "registrant_name": "Herbalife International de Chile",
            "registrant_company": "Herbalife International de Chile",
            "name_servers": [
                "a1-90.akam.net",
                "a13-67.akam.net",
                "a14-64.akam.net",
                "a18-65.akam.net",
                "a28-66.akam.net"
            ]
        },
        {
            "num": 44,
            "domain_name": "herbalife.af",
            "domain_keyword": "herbalife",
            "domain_tld": "af",
            "query_time": "2024-05-16 04:46:20",
            "registrar_name": "Herat Host IT Services Co.",
            "registrar_website": "http://www.herathost.af",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Naqib Yaser Company LTD",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "AF",
            "registrant_email": "redacted for privacy",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.ipage.com",
                "ns2.ipage.com"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 45,
            "domain_name": "herbalife.cc",
            "domain_keyword": "herbalife",
            "domain_tld": "cc",
            "query_time": "2024-05-02 09:40:55",
            "create_date": "2023-08-06",
            "update_date": "2023-08-06",
            "expiry_date": "2024-08-06",
            "registrar_iana": 3775,
            "registrar_name": "ALIBABA.COM SINGAPORE E-COMMERCE PRIVATE LIMITED",
            "registrar_website": "http://www.alibabacloud.com",
            "registrant_state": "lee",
            "registrant_country": "HK",
            "registrant_email": "https://whois.aliyun.com/whois/whoisform",
            "name_servers": [
                "lovisa.ns.cloudflare.com",
                "rex.ns.cloudflare.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 46,
            "domain_name": "herbalife.site",
            "domain_keyword": "herbalife",
            "domain_tld": "site",
            "query_time": "2024-05-18 11:55:35",
            "create_date": "2016-09-13",
            "update_date": "2023-09-08",
            "expiry_date": "2024-09-13",
            "registrar_iana": 48,
            "registrar_name": "eNom, Inc.",
            "registrar_website": "https://www.enom.com/",
            "registrant_company": "SiteWizard Ltd",
            "registrant_state": "KENT",
            "registrant_country": "GB",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns-1200.awsdns-22.org",
                "ns-1821.awsdns-35.co.uk",
                "ns-303.awsdns-37.com",
                "ns-871.awsdns-44.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 47,
            "domain_name": "herbalife.xyz",
            "domain_keyword": "herbalife",
            "domain_tld": "xyz",
            "query_time": "2024-05-18 11:55:35",
            "create_date": "2022-08-31",
            "update_date": "2023-12-19",
            "expiry_date": "2025-08-31",
            "registrar_iana": 1531,
            "registrar_name": "Automattic Inc.",
            "registrar_website": "http://www.wordpress.com",
            "registrant_company": "Knock Knock WHOIS Not There, LLC",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 48,
            "domain_name": "herbalifr.com",
            "domain_keyword": "herbalifr",
            "domain_tld": "com",
            "query_time": "2024-06-01 20:39:14",
            "create_date": "2006-09-22",
            "update_date": "2023-07-31",
            "expiry_date": "2024-09-22",
            "registrar_iana": 411,
            "registrar_name": "Sea Wasp, LLC",
            "registrar_website": "http://www.fabulous.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "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": "[email protected]",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "1107.ns1.abovedomains.com",
                "1107.ns2.abovedomains.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited",
                "renewPeriod"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 49,
            "domain_name": "herbalife.uk",
            "domain_keyword": "herbalife",
            "domain_tld": "uk",
            "query_time": "2024-05-31 11:10:01",
            "create_date": "2019-03-29",
            "update_date": "2024-02-26",
            "expiry_date": "2025-03-29",
            "registrar_name": "Markmonitor Inc. [Tag = MARKMONITOR]",
            "registrar_website": "https://www.markmonitor.com",
            "name_servers": [
                "ns1.markmonitor.com",
                "ns2.markmonitor.com",
                "ns3.markmonitor.com",
                "ns4.markmonitor.com",
                "ns5.markmonitor.com",
                "ns6.markmonitor.com",
                "ns7.markmonitor.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 50,
            "domain_name": "herbalife.nl",
            "domain_keyword": "herbalife",
            "domain_tld": "nl",
            "query_time": "2024-04-26 15:23:35",
            "create_date": "1998-08-05",
            "update_date": "2023-12-07",
            "registrar_name": "MarkMonitor Inc.",
            "name_servers": [
                "a1-90.akam.net",
                "a13-67.akam.net",
                "a14-64.akam.net",
                "a18-65.akam.net",
                "a28-66.akam.net",
                "a3-67.akam.net"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "no"
            ]
        },
        {
            "num": 51,
            "domain_name": "herbalife.tel",
            "domain_keyword": "herbalife",
            "domain_tld": "tel",
            "query_time": "2024-05-02 09:40:56",
            "create_date": "2009-02-03",
            "update_date": "2024-03-11",
            "expiry_date": "2026-03-22",
            "registrar_iana": 456,
            "registrar_name": "Webnames.ca Inc.",
            "registrar_website": "http://www.webnames.ca",
            "name_servers": [
                "a0.cth.dns.nic.tel",
                "d0.cth.dns.nic.tel",
                "n0.cth.dns.nic.tel",
                "s0.cth.dns.nic.tel",
                "t0.cth.dns.nic.tel"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 52,
            "domain_name": "herbalife.cloud",
            "domain_keyword": "herbalife",
            "domain_tld": "cloud",
            "query_time": "2024-05-12 16:22:42",
            "create_date": "2023-11-24",
            "update_date": "2024-01-27",
            "expiry_date": "2024-11-24",
            "registrar_iana": 1556,
            "registrar_name": "Chengdu West Dimension Digital Technology Co., LTD",
            "registrar_website": "west263.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "NRW",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "DE",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.myhostadmin.net",
                "ns2.myhostadmin.net",
                "ns3.myhostadmin.net",
                "ns4.myhostadmin.net",
                "ns5.myhostadmin.net",
                "ns6.myhostadmin.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 53,
            "domain_name": "herbalife.lt",
            "domain_keyword": "herbalife",
            "domain_tld": "lt",
            "query_time": "2024-04-26 15:23:35",
            "create_date": "2013-03-29",
            "expiry_date": "2025-03-30",
            "registrar_name": "MarkMonitor, Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_company": "Markmonitor Inc.",
            "name_servers": [
                "ns1.markmonitor.com",
                "ns2.markmonitor.com",
                "ns3.markmonitor.com",
                "ns4.markmonitor.com",
                "ns5.markmonitor.com",
                "ns6.markmonitor.com",
                "ns7.markmonitor.com"
            ],
            "domain_status": [
                "registered"
            ]
        },
        {
            "num": 54,
            "domain_name": "herbalife.by",
            "domain_keyword": "herbalife",
            "domain_tld": "by",
            "query_time": "2024-04-26 15:23:35",
            "create_date": "2008-04-22",
            "update_date": "2023-12-21",
            "expiry_date": "2024-11-21",
            "registrar_name": "Open Contact, Ltd",
            "registrant_company": "Herbalife International of America, Inc.",
            "registrant_address": "90502, California, Torrance, 950 W 190th St, -, -",
            "registrant_country": "US",
            "registrant_email": "hidden! details are available at https://whois.cctld.by",
            "registrant_phone": "+1.2083895740",
            "name_servers": [
                "ns1.markmonitor.com",
                "ns2.markmonitor.com",
                "ns3.markmonitor.com",
                "ns4.markmonitor.com",
                "ns5.markmonitor.com"
            ]
        },
        {
            "num": 55,
            "domain_name": "herbalife.global",
            "domain_keyword": "herbalife",
            "domain_tld": "global",
            "query_time": "2024-05-09 07:25:07",
            "create_date": "2021-04-28",
            "update_date": "2024-04-28",
            "expiry_date": "2025-04-28",
            "registrar_iana": 1345,
            "registrar_name": "Key-Systems, LLC",
            "registrar_website": "http://key-systems.net",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "FG Square",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "BE",
            "registrant_email": "please query the rdds service of the 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": [
                "ns3.combell.net",
                "ns4.combell.net"
            ],
            "domain_status": [
                "autoRenewPeriod"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 56,
            "domain_name": "herbalife.tools",
            "domain_keyword": "herbalife",
            "domain_tld": "tools",
            "query_time": "2024-05-18 11:55:35",
            "create_date": "2014-06-17",
            "update_date": "2024-05-16",
            "expiry_date": "2025-06-17",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Herbalife International of America, Inc.",
            "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",
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited",
                "inactive",
                "renewPeriod"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 57,
            "domain_name": "herbalife.uno",
            "domain_keyword": "herbalife",
            "domain_tld": "uno",
            "query_time": "2024-04-28 00:50:27",
            "create_date": "2023-04-27",
            "update_date": "2024-04-28",
            "expiry_date": "2025-04-27",
            "registrar_iana": 48,
            "registrar_name": "eNom, Inc.",
            "registrar_website": "https://www.enom.com/",
            "registrant_company": "Data Protected",
            "registrant_state": "LC",
            "registrant_country": "IT",
            "registrant_email": "please query the rdds service of the 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.register.it",
                "ns2.register.it"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "ok"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 58,
            "domain_name": "herbalife.sk",
            "domain_keyword": "herbalife",
            "domain_tld": "sk",
            "query_time": "2024-05-05 05:59:35",
            "create_date": "2003-09-16",
            "update_date": "2023-10-19",
            "expiry_date": "2024-11-20",
            "registrar_name": "MarkMonitor International Limited",
            "registrant_name": "Domain Admin",
            "registrant_company": "Herbalife Slovakia s.r.o.",
            "registrant_address": "Karadžičova 8/A,",
            "registrant_city": "Bratislava",
            "registrant_zip": "821 08",
            "registrant_country": "SK",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.3104109600",
            "name_servers": [
                "ns1.markmonitor.com",
                "ns2.markmonitor.com",
                "ns3.markmonitor.com",
                "ns4.markmonitor.com"
            ],
            "domain_status": [
                "clientDeleteProhibited"
            ]
        },
        {
            "num": 59,
            "domain_name": "herbalife.co",
            "domain_keyword": "herbalife",
            "domain_tld": "co",
            "query_time": "2024-04-18 21:39:43",
            "create_date": "2010-02-25",
            "update_date": "2024-01-28",
            "expiry_date": "2025-02-24",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor, Inc.",
            "registrar_website": "www.markmonitor.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Herbalife International of America, Inc.",
            "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.markmonitor.com",
                "ns2.markmonitor.com",
                "ns3.markmonitor.com",
                "ns4.markmonitor.com",
                "ns5.markmonitor.com",
                "ns6.markmonitor.com",
                "ns7.markmonitor.com"
            ],
            "domain_status": [
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 60,
            "domain_name": "herbalife.org.in",
            "domain_keyword": "herbalife",
            "domain_tld": "org.in",
            "query_time": "2024-05-11 14:44:16",
            "create_date": "2024-04-13",
            "update_date": "2024-04-18",
            "expiry_date": "2026-04-13",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "www.godaddy.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "World ENTERPRISES",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Delhi",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IN",
            "registrant_email": "please contact the registrar listed above",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns13.domaincontrol.com",
                "ns14.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited",
                "serverTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 61,
            "domain_name": "herbalife.fun",
            "domain_keyword": "herbalife",
            "domain_tld": "fun",
            "query_time": "2024-05-09 07:25:07",
            "create_date": "2023-11-04",
            "update_date": "2023-11-09",
            "expiry_date": "2024-11-04",
            "registrar_iana": 1636,
            "registrar_name": "HOSTINGER operations, UAB",
            "registrar_website": "https://www.hostinger.com/",
            "registrant_company": "Privacy Protect, LLC (PrivacyProtect.org)",
            "registrant_state": "MA",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns11.dnspark.in",
                "ns12.dnspark.in"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 62,
            "domain_name": "herbalife.pt",
            "domain_keyword": "herbalife",
            "domain_tld": "pt",
            "query_time": "2024-05-31 11:09:59",
            "create_date": "2006-12-06",
            "expiry_date": "2025-02-07",
            "registrant_name": "HERBALIFE INTERNATIONAL, INC.",
            "registrant_address": "950 W 190th St",
            "registrant_city": "CA",
            "registrant_state": "Torrance",
            "registrant_zip": "90502",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "name_servers": [
                "a1-90.akam.net",
                "a13-67.akam.net",
                "a14-64.akam.net",
                "a18-65.akam.net",
                "a28-66.akam.net",
                "a3-67.akam.net"
            ],
            "domain_status": [
                "Registered"
            ]
        },
        {
            "num": 63,
            "domain_name": "herbalier.com",
            "domain_keyword": "herbalier",
            "domain_tld": "com",
            "query_time": "2024-05-02 09:40:53",
            "create_date": "2019-03-22",
            "update_date": "2024-03-25",
            "expiry_date": "2025-03-22",
            "registrar_iana": 886,
            "registrar_name": "Domain.com, LLC",
            "registrar_website": "http://www.domain.com",
            "name_servers": [
                "ns1.domaincom-expired.domainparkingserver.net",
                "ns2.domaincom-expired.domainparkingserver.net"
            ],
            "domain_status": [
                "clientHold"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 64,
            "domain_name": "herbalife.se",
            "domain_keyword": "herbalife",
            "domain_tld": "se",
            "query_time": "2024-05-05 21:47:54",
            "create_date": "2000-03-27",
            "update_date": "2024-03-07",
            "expiry_date": "2025-03-27",
            "registrar_name": "MarkMonitor Inc",
            "name_servers": [
                "a1-90.akam.net",
                "a13-67.akam.net",
                "a14-64.akam.net",
                "a18-65.akam.net",
                "a28-66.akam.net",
                "a3-67.akam.net"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "unsigned"
            ]
        },
        {
            "num": 65,
            "domain_name": "herbalife.education",
            "domain_keyword": "herbalife",
            "domain_tld": "education",
            "query_time": "2024-05-18 11:55:35",
            "create_date": "2014-03-25",
            "update_date": "2024-02-27",
            "expiry_date": "2025-03-25",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Herbalife International of America, Inc.",
            "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",
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited",
                "inactive"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 66,
            "domain_name": "herbalife.pl",
            "domain_keyword": "herbalife",
            "domain_tld": "pl",
            "query_time": "2024-05-09 07:25:10",
            "create_date": "1998-06-18",
            "update_date": "2023-12-07",
            "expiry_date": "2024-06-17",
            "registrar_name": "Markmonitor, Inc.",
            "name_servers": [
                "a1-90.akam.net",
                "a13-67.akam.net",
                "a14-64.akam.net",
                "a18-65.akam.net",
                "a28-66.akam.net",
                "a3-67.akam.net"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 67,
            "domain_name": "herbalife.ie",
            "domain_keyword": "herbalife",
            "domain_tld": "ie",
            "query_time": "2024-06-01 20:39:11",
            "create_date": "2006-09-19",
            "update_date": "2023-12-07",
            "expiry_date": "2024-09-20",
            "registrar_name": "Markmonitor Inc",
            "registrar_website": "http://www.eMarkmonitor.com",
            "registrant_name": "Herbalife International, Inc.",
            "name_servers": [
                "a1-90.akam.net",
                "a13-67.akam.net",
                "a14-64.akam.net",
                "a18-65.akam.net",
                "a28-66.akam.net",
                "a3-67.akam.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 68,
            "domain_name": "herbalife.pro",
            "domain_keyword": "herbalife",
            "domain_tld": "pro",
            "query_time": "2024-06-12 00:49:36",
            "create_date": "2019-04-12",
            "update_date": "2024-05-22",
            "expiry_date": "2024-04-12",
            "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": "CA",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.dyna-ns.net",
                "ns2.dyna-ns.net"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "redemptionPeriod"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 69,
            "domain_name": "herbalife.com.hn",
            "domain_keyword": "herbalife",
            "domain_tld": "com.hn",
            "query_time": "2024-05-12 16:22:42",
            "registrar_name": "MarkMonitor",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_name": "Domain Administrator",
            "registrant_company": "Herbalife International of America, Inc.",
            "registrant_address": "950 W 190th St",
            "registrant_city": "Torrance",
            "registrant_state": "California",
            "registrant_zip": "90502",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1 3104109600",
            "name_servers": [
                "ns3.markmonitor.com",
                "ns4.markmonitor.com"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 70,
            "domain_name": "herbalife.solutions",
            "domain_keyword": "herbalife",
            "domain_tld": "solutions",
            "query_time": "2024-05-16 04:46:20",
            "create_date": "2014-03-17",
            "update_date": "2024-02-19",
            "expiry_date": "2025-03-17",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Herbalife International of America, Inc.",
            "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",
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited",
                "inactive"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 71,
            "domain_name": "herbalife.one",
            "domain_keyword": "herbalife",
            "domain_tld": "one",
            "query_time": "2024-05-12 16:22:44",
            "create_date": "2023-03-12",
            "update_date": "2024-03-18",
            "expiry_date": "2025-03-12",
            "registrar_iana": 1586,
            "registrar_name": "MAT BAO CORPORATION",
            "registrar_website": "www.matbao.net",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Le Thanh Tuan",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "HCM",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "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.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.matbao.com",
                "ns2.matbao.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 72,
            "domain_name": "herbalife.com.au",
            "domain_keyword": "herbalife",
            "domain_tld": "com.au",
            "query_time": "2024-04-26 15:23:35",
            "update_date": "2023-09-16",
            "registrar_name": "MarkMonitor Corporate Services Inc",
            "registrar_website": "https://whois-webform.markmonitor.com/whois/",
            "registrant_name": "Domain Admin",
            "name_servers": [
                "a1-90.akam.net",
                "a13-67.akam.net",
                "a14-64.akam.net",
                "a18-65.akam.net",
                "a28-66.akam.net",
                "a3-67.akam.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientUpdateProhibited",
                "serverRenewProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 73,
            "domain_name": "herbalife.support",
            "domain_keyword": "herbalife",
            "domain_tld": "support",
            "query_time": "2024-05-18 11:55:35",
            "create_date": "2014-03-19",
            "update_date": "2024-02-21",
            "expiry_date": "2025-03-19",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Herbalife International of America, Inc.",
            "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",
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited",
                "inactive"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 74,
            "domain_name": "herbalife.cn",
            "domain_keyword": "herbalife",
            "domain_tld": "cn",
            "query_time": "2024-04-26 15:23:35",
            "create_date": "2003-03-17",
            "expiry_date": "2026-03-17",
            "registrar_name": "码恪御标信息科技(上海)有限公司",
            "registrant_name": "康宝莱(上海)管理有限公司",
            "registrant_email": "[email protected]",
            "name_servers": [
                "f1g1ns1.dnspod.net",
                "f1g1ns2.dnspod.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 75,
            "domain_name": "herbalife.co.jp",
            "domain_keyword": "herbalife",
            "domain_tld": "co.jp",
            "query_time": "2024-05-26 16:27:57",
            "create_date": "1999-03-02",
            "update_date": "2024-04-01",
            "registrant_company": "Herbalife K.K.",
            "name_servers": [
                "a1-90.akam.net",
                "a13-67.akam.net",
                "a14-64.akam.net",
                "a18-65.akam.net",
                "a28-66.akam.net",
                "a3-67.akam.net"
            ]
        },
        {
            "num": 76,
            "domain_name": "herbalife.be",
            "domain_keyword": "herbalife",
            "domain_tld": "be",
            "query_time": "2024-06-01 20:39:11",
            "create_date": "2001-04-17",
            "registrar_name": "Markmonitor Inc.",
            "registrar_website": "https://www.markmonitor.com",
            "name_servers": [
                "a1-90.akam.net",
                "a13-67.akam.net",
                "a14-64.akam.net",
                "a18-65.akam.net",
                "a28-66.akam.net",
                "a3-67.akam.net"
            ],
            "domain_status": [
                "Not Available",
                "clientTransferProhibited"
            ]
        },
        {
            "num": 77,
            "domain_name": "herbalife.icu",
            "domain_keyword": "herbalife",
            "domain_tld": "icu",
            "query_time": "2024-06-12 00:49:36",
            "create_date": "2023-12-14",
            "update_date": "2024-01-03",
            "expiry_date": "2024-12-14",
            "registrar_iana": 1636,
            "registrar_name": "HOSTINGER operations, UAB",
            "registrar_website": "https://www.hostinger.com/",
            "registrant_company": "Privacy Protect, LLC (PrivacyProtect.org)",
            "registrant_state": "MA",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1.bh-in-35.webhostbox.net",
                "ns2.bh-in-35.webhostbox.net"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "serverHold"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 78,
            "domain_name": "herbalifey.com",
            "domain_keyword": "herbalifey",
            "domain_tld": "com",
            "query_time": "2024-05-21 21:56:19",
            "create_date": "2008-05-16",
            "update_date": "2024-04-26",
            "expiry_date": "2025-05-16",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns49.domaincontrol.com",
                "ns50.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 79,
            "domain_name": "herbalife.cam",
            "domain_keyword": "herbalife",
            "domain_tld": "cam",
            "query_time": "2024-05-23 15:51:04",
            "create_date": "2023-06-28",
            "update_date": "2023-08-31",
            "expiry_date": "2024-06-28",
            "registrar_iana": 1068,
            "registrar_name": "Namecheap",
            "registrar_website": "https://namecheap.com",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_state": "Capital Region",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "dns1.namecheaphosting.com",
                "dns2.namecheaphosting.com"
            ],
            "domain_status": [
                "clientHold",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 80,
            "domain_name": "herbalife.hr",
            "domain_keyword": "herbalife",
            "domain_tld": "hr",
            "query_time": "2024-06-01 20:39:11",
            "create_date": "2011-10-04",
            "update_date": "2024-03-06",
            "expiry_date": "2024-10-04",
            "registrar_name": "Sayber d.o.o.",
            "registrar_website": "http://whois.dns.hr",
            "registrant_name": "HERBALIFE d.o.o.",
            "registrant_address": "Radnička cesta 39",
            "registrant_city": "Zagreb",
            "registrant_state": "HR",
            "registrant_zip": "10000",
            "registrant_email": "[email protected]",
            "name_servers": [
                "a1-90.akam.net",
                "a13-67.akam.net",
                "a14-64.akam.net",
                "a18-65.akam.net",
                "a28-66.akam.net"
            ]
        },
        {
            "num": 81,
            "domain_name": "herbalife.foundation",
            "domain_keyword": "herbalife",
            "domain_tld": "foundation",
            "query_time": "2024-05-12 00:37:41",
            "create_date": "2014-05-12",
            "update_date": "2023-12-12",
            "expiry_date": "2025-05-12",
            "registrar_iana": 1910,
            "registrar_name": "CloudFlare, Inc.",
            "registrar_website": "http://www.cloudflare.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Media Cause",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "CA",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "athena.ns.cloudflare.com",
                "morgan.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 82,
            "domain_name": "herbalife.ink",
            "domain_keyword": "herbalife",
            "domain_tld": "ink",
            "query_time": "2024-06-01 20:39:11",
            "create_date": "2023-07-18",
            "update_date": "2023-07-23",
            "expiry_date": "2024-07-18",
            "registrar_iana": 1861,
            "registrar_name": "Porkbun",
            "registrar_website": "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": [
                "hank.ns.cloudflare.com",
                "zara.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 83,
            "domain_name": "herbalife.dk",
            "domain_keyword": "herbalife",
            "domain_tld": "dk",
            "query_time": "2024-05-10 12:45:39",
            "create_date": "1997-02-24",
            "expiry_date": "2025-03-31",
            "registrar_name": "MarkMonitor Inc.",
            "registrant_name": "Herbalife International of America, Inc.",
            "registrant_address": "800 W. Olympic Blvd, Suite 406",
            "registrant_city": "Los Angeles, CA",
            "registrant_zip": "90015",
            "registrant_country": "US",
            "registrant_phone": "+13104109600",
            "name_servers": [
                "ns1.markmonitor.com",
                "ns2.markmonitor.com",
                "ns3.markmonitor.com",
                "ns4.markmonitor.com",
                "ns5.markmonitor.com",
                "ns6.markmonitor.com",
                "ns7.markmonitor.com"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "Unsigned delegation"
            ]
        },
        {
            "num": 84,
            "domain_name": "herbalife.host",
            "domain_keyword": "herbalife",
            "domain_tld": "host",
            "query_time": "2024-05-18 11:55:35",
            "create_date": "2021-01-07",
            "update_date": "2024-03-22",
            "expiry_date": "2025-01-07",
            "registrar_iana": 303,
            "registrar_name": "PDR Ltd. d/b/a PublicDomainRegistry.com",
            "registrar_website": "https://publicdomainregistry.com",
            "registrant_company": "Privacy Protect, LLC (PrivacyProtect.org)",
            "registrant_state": "MA",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1.hostgator.com",
                "ns2.hostgator.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 85,
            "domain_name": "herbalife.marketing",
            "domain_keyword": "herbalife",
            "domain_tld": "marketing",
            "query_time": "2024-06-01 20:39:11",
            "create_date": "2014-04-07",
            "update_date": "2024-03-11",
            "expiry_date": "2025-04-07",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Herbalife International of America, Inc.",
            "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",
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited",
                "inactive"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 86,
            "domain_name": "herbalife.shopping",
            "domain_keyword": "herbalife",
            "domain_tld": "shopping",
            "query_time": "2024-05-18 11:55:35",
            "create_date": "2016-09-20",
            "update_date": "2023-08-24",
            "expiry_date": "2024-09-20",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Herbalife International of America, Inc.",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "CA",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited",
                "inactive"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 87,
            "domain_name": "herbalife.online",
            "domain_keyword": "herbalife",
            "domain_tld": "online",
            "query_time": "2024-05-02 09:40:55",
            "create_date": "2021-10-21",
            "update_date": "2023-08-31",
            "expiry_date": "2024-10-21",
            "registrar_iana": 1556,
            "registrar_name": "CHENGDU WEST DIMENSION DIGITAL TECHNOLOGY CO., LTD.",
            "registrar_website": "http://www.west.cn",
            "registrant_company": "Lee Charles",
            "registrant_state": "Zhe Jiang",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 88,
            "domain_name": "herbalife.biz",
            "domain_keyword": "herbalife",
            "domain_tld": "biz",
            "query_time": "2024-05-09 07:25:07",
            "create_date": "2022-08-24",
            "update_date": "2023-08-31",
            "expiry_date": "2024-08-24",
            "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-c1.googledomains.com",
                "ns-cloud-c2.googledomains.com",
                "ns-cloud-c3.googledomains.com",
                "ns-cloud-c4.googledomains.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 89,
            "domain_name": "herbalife.ca",
            "domain_keyword": "herbalife",
            "domain_tld": "ca",
            "query_time": "2024-05-09 07:25:07",
            "create_date": "2005-01-02",
            "update_date": "2023-12-08",
            "expiry_date": "2025-01-02",
            "registrar_name": "MarkMonitor International Canada Ltd.",
            "registrar_website": "Markmonitor.com",
            "registrant_name": "Herbalife of Canada",
            "registrant_address": "120,  4550 - 25th Street SE",
            "registrant_city": "Calgary",
            "registrant_state": "AB",
            "registrant_zip": "T2B3P1",
            "registrant_country": "CA",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.4032042264",
            "name_servers": [
                "a1-90.akam.net",
                "a13-67.akam.net",
                "a14-64.akam.net",
                "a18-65.akam.net",
                "a28-66.akam.net",
                "a3-67.akam.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 90,
            "domain_name": "herbalife.training",
            "domain_keyword": "herbalife",
            "domain_tld": "training",
            "query_time": "2024-05-18 11:55:35",
            "create_date": "2014-03-19",
            "update_date": "2024-02-21",
            "expiry_date": "2025-03-19",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Herbalife International of America, Inc.",
            "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",
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited",
                "inactive"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 91,
            "domain_name": "herbalife.sucks",
            "domain_keyword": "herbalife",
            "domain_tld": "sucks",
            "query_time": "2024-05-18 11:55:35",
            "create_date": "2015-06-20",
            "update_date": "2023-05-24",
            "expiry_date": "2024-06-20",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor, Inc.",
            "registrar_website": "www.markmonitor.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Herbalife International of America, Inc.",
            "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",
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited",
                "inactive"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 92,
            "domain_name": "herbalife.co.th",
            "domain_keyword": "herbalife",
            "domain_tld": "co.th",
            "query_time": "2024-05-02 09:40:55",
            "create_date": "2011-10-19",
            "update_date": "2023-12-08",
            "expiry_date": "2024-10-18",
            "registrar_name": "THNIC",
            "registrant_company": "Herbalife International, Inc. (เฮอร์บาไลฟ์ อินเตอร์เนชั่นแนล อิงค์.)",
            "registrant_address": "Personal Information*",
            "registrant_country": "US",
            "name_servers": [
                "a1-90.akam.net",
                "a13-67.akam.net",
                "a14-64.akam.net",
                "a18-65.akam.net",
                "a28-66.akam.net",
                "a3-67.akam.net"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 93,
            "domain_name": "herbalife.me",
            "domain_keyword": "herbalife",
            "domain_tld": "me",
            "query_time": "2024-04-18 21:39:44",
            "create_date": "2024-04-13",
            "update_date": "2024-04-18",
            "expiry_date": "2025-04-13",
            "registrar_iana": 418,
            "registrar_name": "CommuniGal Communication Ltd.",
            "registrar_website": "http://www.galcomm.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domain Name Privacy Inc.",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Paphos",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CY",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns15.abovedomains.com",
                "ns16.abovedomains.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 94,
            "domain_name": "herbalife.md",
            "domain_keyword": "herbalife",
            "domain_tld": "md",
            "query_time": "2024-05-09 07:25:06",
            "create_date": "2005-10-25",
            "expiry_date": "2024-10-25",
            "name_servers": [
                "a1-90.akam.net",
                "a13-67.akam.net",
                "a14-64.akam.net",
                "a18-65.akam.net"
            ],
            "domain_status": [
                "ok"
            ]
        },
        {
            "num": 95,
            "domain_name": "herbalife.top",
            "domain_keyword": "herbalife",
            "domain_tld": "top",
            "query_time": "2024-05-09 07:25:07",
            "create_date": "2024-03-04",
            "update_date": "2024-03-04",
            "expiry_date": "2025-03-04",
            "registrar_iana": 463,
            "registrar_name": "JSC “RU-CENTER”",
            "registrar_website": "http://www.nic.ru/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "sinicin maksim",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Moskovskaya",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "RU",
            "registrant_email": "please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.tildadns.com",
                "ns2.tildadns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 96,
            "domain_name": "herbalife.in",
            "domain_keyword": "herbalife",
            "domain_tld": "in",
            "query_time": "2024-06-12 00:49:36",
            "create_date": "2005-02-16",
            "update_date": "2024-02-18",
            "expiry_date": "2025-02-16",
            "registrar_iana": 800147,
            "registrar_name": "S.G.S. Technologie Pvt Ltd dba Netandhost.com",
            "registrar_website": "http://www.netandhost.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domaen.com",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Maharashtra",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IN",
            "registrant_email": "please contact the registrar listed above",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.countrytraffic.com",
                "ns2.countrytraffic.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 97,
            "domain_name": "herbalife.co.in",
            "domain_keyword": "herbalife",
            "domain_tld": "co.in",
            "query_time": "2024-04-18 21:39:44",
            "create_date": "2005-09-08",
            "update_date": "2023-12-08",
            "expiry_date": "2024-09-08",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Herbalife International of America, Inc.",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "CA",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please contact the registrar listed above",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "a1-90.akam.net",
                "a13-67.akam.net",
                "a14-64.akam.net",
                "a18-65.akam.net",
                "a28-66.akam.net",
                "a3-67.akam.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 98,
            "domain_name": "herbalife.co.nz",
            "domain_keyword": "herbalife",
            "domain_tld": "co.nz",
            "query_time": "2024-04-23 15:56:23",
            "create_date": "2008-07-09",
            "update_date": "2023-08-06",
            "registrar_name": "Dreamscape Networks International Pte Ltd t/a Crazy Domains",
            "registrar_website": "https://www.crazydomains.com.au/",
            "name_servers": [
                "ns1.dreamhost.com",
                "ns2.dreamhost.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 99,
            "domain_name": "herbalife.com",
            "domain_keyword": "herbalife",
            "domain_tld": "com",
            "query_time": "2024-06-04 13:49:58",
            "create_date": "1998-02-23",
            "update_date": "2024-01-21",
            "expiry_date": "2025-02-22",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor, Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_name": "Domain Administrator",
            "registrant_company": "Herbalife International of America, Inc.",
            "registrant_address": "950 W 190th St,",
            "registrant_city": "Torrance",
            "registrant_state": "California",
            "registrant_zip": "90502",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.3104109600",
            "name_servers": [
                "a1-90.akam.net",
                "a13-67.akam.net",
                "a14-64.akam.net",
                "a18-65.akam.net",
                "a28-66.akam.net",
                "a3-67.akam.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 100,
            "domain_name": "herbalife.com.pl",
            "domain_keyword": "herbalife",
            "domain_tld": "com.pl",
            "query_time": "2024-04-18 21:39:44",
            "create_date": "1998-06-18",
            "update_date": "2023-05-16",
            "expiry_date": "2024-06-17",
            "registrar_name": "Markmonitor, Inc.",
            "name_servers": [
                "dns.home.pl",
                "dns2.home.pl"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.395,
        "api_credits_used": 3,
        "cost_calculation": "3 (fuzzy_domains [1 domain])"
    }
}
<root>
 <success>true</success>
 <query>
  <fuzzy_domains>herbalifer.ru</fuzzy_domains>
  <page_size>100</page_size>
 </query>
 <count>
  <total>470</total>
  <relation>eq</relation>
  <current>100</current>
 </count>
 <unique_domains>herbalifetr.com, herbalife5.com, herbalifee.com, herbalifez.in, herbalifee.online, herbalizer.com, herbalife.scot, herbalife.club, herbalife.ai, herbalife.tech, herbalife.su, herbalife.report, herbalife.com.co, herbalife.fit, herbalife.cat, herbalife.love, herbalife.de, herbalife.store, herbalife.cm, herbalife.com.ng, herbalizer.net, herbalifewr.space, herbalifes.com, herbalixer.com, herbalizer.org, herbalifepr.com, herbalider.com, herbalifev.com, herbalifee.store, herbalizer.feedback, herbalifers.net, herbalifeb.com, herbaliferi.com, herbalife1.com, herbaliser.com, herbalifec.com, herbalizer.online, herbalifex.com, herbalife.space, herbalife.app, herbalife.au, herbalife.org, herbalife.cl, herbalife.af, herbalife.cc, herbalife.site, herbalife.xyz, herbalifr.com, herbalife.uk, herbalife.nl, herbalife.tel, herbalife.cloud, herbalife.lt, herbalife.by, herbalife.global, herbalife.tools, herbalife.uno, herbalife.sk, herbalife.co, herbalife.org.in, herbalife.fun, herbalife.pt, herbalier.com, herbalife.se, herbalife.education, herbalife.pl, herbalife.ie, herbalife.pro, herbalife.com.hn, herbalife.solutions, herbalife.one, herbalife.com.au, herbalife.support, herbalife.cn, herbalife.co.jp, herbalife.be, herbalife.icu, herbalifey.com, herbalife.cam, herbalife.hr, herbalife.foundation, herbalife.ink, herbalife.dk, herbalife.host, herbalife.marketing, herbalife.shopping, herbalife.online, herbalife.biz, herbalife.ca, herbalife.training, herbalife.sucks, herbalife.co.th, herbalife.me, herbalife.md, herbalife.top, herbalife.in, herbalife.co.in, herbalife.co.nz, herbalife.com, herbalife.com.pl</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>herbalifetr.com</domain_name>
   <domain_keyword>herbalifetr</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-01 20:39:13</query_time>
   <create_date>2023-04-23</create_date>
   <update_date>2024-05-24</update_date>
   <expiry_date>2024-04-23</expiry_date>
   <registrar_iana>3871</registrar_iana>
   <registrar_name>ODTU Gelistirme Vakfi Bilgi Teknolojileri Sanayi Ve Ticaret Anonim Sirketi</registrar_name>
   <registrar_website>http://metunic.com.tr</registrar_website>
   <domain_status>
    <value>clientHold</value>
    <value>redemptionPeriod</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>2</num>
   <domain_name>herbalife5.com</domain_name>
   <domain_keyword>herbalife5</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-18 11:55:35</query_time>
   <create_date>2023-06-12</create_date>
   <update_date>2024-04-23</update_date>
   <expiry_date>2024-06-12</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>houyuanjian</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Fu Jian Sheng</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>https://whoispro.domain-robot.org/whois/herbalife5.com</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dm1.dns.com</value>
    <value>dm2.dns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>3</num>
   <domain_name>herbalifee.com</domain_name>
   <domain_keyword>herbalifee</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-01 20:39:12</query_time>
   <create_date>2024-02-11</create_date>
   <update_date>2024-02-13</update_date>
   <expiry_date>2025-02-11</expiry_date>
   <registrar_iana>1601</registrar_iana>
   <registrar_name>Atak Domain</registrar_name>
   <registrar_website>http://apiname.com</registrar_website>
   <registrant_name>kenan turan</registrant_name>
   <registrant_company>kenan turan</registrant_company>
   <registrant_address>Bakirkoy</registrant_address>
   <registrant_city>Istanbul</registrant_city>
   <registrant_state>Bakirkoy</registrant_state>
   <registrant_zip>41000</registrant_zip>
   <registrant_country>TR</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+90.05393101639</registrant_phone>
   <registrant_fax>+90.05393101639</registrant_fax>
   <name_servers>
    <value>ns1.turkticaret.net</value>
    <value>ns2.turkticaret.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>4</num>
   <domain_name>herbalifez.in</domain_name>
   <domain_keyword>herbalifez</domain_keyword>
   <domain_tld>in</domain_tld>
   <query_time>2024-06-01 20:39:14</query_time>
   <create_date>2022-09-07</create_date>
   <update_date>2022-09-12</update_date>
   <expiry_date>2024-09-07</expiry_date>
   <registrar_iana>1647</registrar_iana>
   <registrar_name>Hosting Concepts B.V. d/b/a Openprovider</registrar_name>
   <registrar_website>www.openprovider.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>Tamil Nadu</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IN</registrant_country>
   <registrant_email>please contact the registrar listed above</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>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>5</num>
   <domain_name>herbalifee.online</domain_name>
   <domain_keyword>herbalifee</domain_keyword>
   <domain_tld>online</domain_tld>
   <query_time>2024-06-12 01:34:21</query_time>
   <create_date>2024-06-10</create_date>
   <expiry_date>2025-06-10</expiry_date>
   <registrar_iana>1388</registrar_iana>
   <registrar_name>Dattatec.com SRL</registrar_name>
   <registrar_website>https://www.donweb.com</registrar_website>
   <registrant_company>Donweb.com</registrant_company>
   <registrant_state>Santa Fe</registrant_state>
   <registrant_country>AR</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.donweb.cl</value>
    <value>ns1.donweb.co</value>
    <value>ns1.donweb.mx</value>
    <value>ns1.donweb.uy</value>
    <value>ns2.donweb.bo</value>
    <value>ns2.donweb.com.br</value>
    <value>ns2.donweb.pe</value>
    <value>ns3.hostmar.com</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>serverTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>6</num>
   <domain_name>herbalizer.com</domain_name>
   <domain_keyword>herbalizer</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-06 16:38:08</query_time>
   <create_date>2002-04-03</create_date>
   <update_date>2024-03-04</update_date>
   <expiry_date>2025-04-03</expiry_date>
   <registrar_iana>1154</registrar_iana>
   <registrar_name>FastDomain Inc.</registrar_name>
   <registrar_website>http://www.fastdomain.com</registrar_website>
   <name_servers>
    <value>ns1.bluehost.com</value>
    <value>ns2.bluehost.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>7</num>
   <domain_name>herbalife.scot</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>scot</domain_tld>
   <query_time>2024-06-01 20:39:11</query_time>
   <create_date>2023-09-21</create_date>
   <update_date>2023-10-30</update_date>
   <expiry_date>2024-09-21</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>Not Applicable</registrant_company>
   <registrant_state>Glasgow City</registrant_state>
   <registrant_country>GB</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>
   <name_servers>
    <value>ns1.domains.scot</value>
    <value>ns2.domains.scot</value>
    <value>ns3.domains.scot</value>
    <value>ns4.domains.scot</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>8</num>
   <domain_name>herbalife.club</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>club</domain_tld>
   <query_time>2024-05-02 09:40:55</query_time>
   <create_date>2022-08-06</create_date>
   <update_date>2024-01-19</update_date>
   <expiry_date>2024-08-06</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>ns3.afternic.com</value>
    <value>ns4.afternic.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>9</num>
   <domain_name>herbalife.ai</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>ai</domain_tld>
   <query_time>2024-05-16 08:40:05</query_time>
   <registrar_name>Markmonitor</registrar_name>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Herbalife International of America, Inc.</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>REDACTED FOR PRIVACY</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>redacted for privacy</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <name_servers>
    <value>ns-1037.awsdns-01.org</value>
    <value>ns-1790.awsdns-31.co.uk</value>
    <value>ns-268.awsdns-33.com</value>
    <value>ns-532.awsdns-02.net</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>10</num>
   <domain_name>herbalife.tech</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>tech</domain_tld>
   <query_time>2024-05-09 07:25:07</query_time>
   <create_date>2023-07-21</create_date>
   <update_date>2023-08-31</update_date>
   <expiry_date>2024-07-21</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC</registrar_name>
   <registrar_website>https://domains.squarespace.com</registrar_website>
   <registrant_company>Contact Privacy Inc. Customer 7151571251</registrant_company>
   <registrant_state>ON</registrant_state>
   <registrant_country>CA</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns-cloud-d1.googledomains.com</value>
    <value>ns-cloud-d2.googledomains.com</value>
    <value>ns-cloud-d3.googledomains.com</value>
    <value>ns-cloud-d4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientHold</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>11</num>
   <domain_name>herbalife.su</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>su</domain_tld>
   <query_time>2024-05-24 01:11:32</query_time>
   <create_date>2024-03-21</create_date>
   <expiry_date>2025-03-21</expiry_date>
   <registrar_name>RUCENTER-SU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>ns1.tildadns.com</value>
    <value>ns2.tildadns.com</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
   </domain_status>
  </value>
  <value>
   <num>12</num>
   <domain_name>herbalife.report</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>report</domain_tld>
   <query_time>2024-05-18 11:55:35</query_time>
   <create_date>2014-06-23</create_date>
   <update_date>2023-05-27</update_date>
   <expiry_date>2024-06-23</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Herbalife International of America, Inc.</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 rdds service of the 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>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
    <value>inactive</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>13</num>
   <domain_name>herbalife.com.co</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>com.co</domain_tld>
   <query_time>2024-06-01 20:39:11</query_time>
   <create_date>2006-07-11</create_date>
   <update_date>2024-05-23</update_date>
   <expiry_date>2024-07-18</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor, Inc.</registrar_name>
   <registrar_website>www.markmonitor.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Herbalife International of America, Inc.</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 rdds service of the 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>a1-90.akam.net</value>
    <value>a13-67.akam.net</value>
    <value>a14-64.akam.net</value>
    <value>a18-65.akam.net</value>
    <value>a28-66.akam.net</value>
    <value>a3-67.akam.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>14</num>
   <domain_name>herbalife.fit</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>fit</domain_tld>
   <query_time>2024-06-01 20:39:11</query_time>
   <create_date>2024-04-02</create_date>
   <update_date>2024-04-07</update_date>
   <expiry_date>2025-04-02</expiry_date>
   <registrar_iana>1390</registrar_iana>
   <registrar_name>Mesh Digital Limited</registrar_name>
   <registrar_website>www.domainbox.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>bart.ns.cloudflare.com</value>
    <value>lisa.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>15</num>
   <domain_name>herbalife.cat</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>cat</domain_tld>
   <query_time>2024-05-12 12:01:19</query_time>
   <create_date>2017-10-18</create_date>
   <update_date>2023-11-02</update_date>
   <expiry_date>2024-10-18</expiry_date>
   <registrar_iana>1383</registrar_iana>
   <registrar_name>Soluciones Corporativas IP, SLU</registrar_name>
   <registrar_website>https://www.dondominio.com</registrar_website>
   <name_servers>
    <value>ns1.dondominio.com</value>
    <value>ns2.dondominio.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>herbalife.love</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>love</domain_tld>
   <query_time>2024-04-18 21:39:44</query_time>
   <create_date>2023-02-19</create_date>
   <update_date>2024-01-26</update_date>
   <expiry_date>2025-02-19</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows Domains Inc.</registrar_name>
   <registrar_website>www.tucowsdomains.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Contact Privacy Inc. Customer 0166537129</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>ON</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CA</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns.technorail.com</value>
    <value>dns2.technorail.com</value>
    <value>dns3.arubadns.net</value>
    <value>dns4.arubadns.cz</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>17</num>
   <domain_name>herbalife.de</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>de</domain_tld>
   <query_time>2024-05-21 22:17:12</query_time>
   <update_date>2023-11-24</update_date>
   <name_servers>
    <value>a1-90.akam.net</value>
    <value>a13-67.akam.net</value>
    <value>a14-64.akam.net</value>
    <value>a18-65.akam.net</value>
    <value>a28-66.akam.net</value>
    <value>a3-67.akam.net</value>
   </name_servers>
   <domain_status>
    <value>connect</value>
   </domain_status>
  </value>
  <value>
   <num>18</num>
   <domain_name>herbalife.store</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>store</domain_tld>
   <query_time>2024-05-02 09:40:56</query_time>
   <create_date>2020-10-16</create_date>
   <update_date>2023-08-31</update_date>
   <expiry_date>2024-10-16</expiry_date>
   <registrar_iana>1556</registrar_iana>
   <registrar_name>CHENGDU WEST DIMENSION DIGITAL TECHNOLOGY CO., LTD.</registrar_name>
   <registrar_website>http://www.west.cn</registrar_website>
   <registrant_company>Lee Charles</registrant_company>
   <registrant_state>Zhe Jiang</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>19</num>
   <domain_name>herbalife.cm</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>cm</domain_tld>
   <query_time>2024-04-26 15:23:35</query_time>
   <create_date>2015-11-18</create_date>
   <update_date>2023-11-18</update_date>
   <expiry_date>2024-11-18</expiry_date>
   <registrar_name>Netcom.cm Sarl</registrar_name>
   <registrant_name>Private Registration</registrant_name>
   <registrant_company>WhoisGuardService.com</registrant_company>
   <registrant_address>Tian Hong Shan Zhuang, BLd. 7, Office 104 104</registrant_address>
   <registrant_city>Nanjing</registrant_city>
   <registrant_state>Jiangsu</registrant_state>
   <registrant_zip>210049</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+86.2584752362</registrant_phone>
   <registrant_fax>+86.2584752360</registrant_fax>
   <name_servers>
    <value>ns1.above.com</value>
    <value>ns2.above.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
  </value>
  <value>
   <num>20</num>
   <domain_name>herbalife.com.ng</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>com.ng</domain_tld>
   <query_time>2024-05-02 09:40:55</query_time>
   <create_date>2024-03-01</create_date>
   <update_date>2024-03-02</update_date>
   <expiry_date>2025-03-01</expiry_date>
   <registrar_iana>3954</registrar_iana>
   <registrar_name>GO54 Limited (formerly Whogohost Limited)</registrar_name>
   <registrar_website>http://www.whogohost.com.ng</registrar_website>
   <registrant_name>Yinka Oladipo</registrant_name>
   <registrant_company>Example Inc.</registrant_company>
   <registrant_address>Suit 9, NWC Complex,Samonda</registrant_address>
   <registrant_city>Ibadan</registrant_city>
   <registrant_state>Oyo</registrant_state>
   <registrant_zip>110001</registrant_zip>
   <registrant_country>NG</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+81.04793060</registrant_phone>
   <name_servers>
    <value>nsa.whogohost.com</value>
    <value>nsb.whogohost.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>21</num>
   <domain_name>herbalizer.net</domain_name>
   <domain_keyword>herbalizer</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-06-12 00:49:51</query_time>
   <create_date>2015-01-07</create_date>
   <update_date>2024-01-08</update_date>
   <expiry_date>2025-01-07</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>ns34.wpxhosting.com</value>
    <value>ns35.wpxhosting.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>22</num>
   <domain_name>herbalifewr.space</domain_name>
   <domain_keyword>herbalifewr</domain_keyword>
   <domain_tld>space</domain_tld>
   <query_time>2024-05-27 01:30:02</query_time>
   <create_date>2023-05-26</create_date>
   <update_date>2024-05-27</update_date>
   <expiry_date>2025-05-26</expiry_date>
   <registrar_iana>1636</registrar_iana>
   <registrar_name>HOSTINGER operations, UAB</registrar_name>
   <registrar_website>https://www.hostinger.com/</registrar_website>
   <registrant_company>Herbalife</registrant_company>
   <registrant_state>Santa Catarina</registrant_state>
   <registrant_country>BR</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1.dns-expired.com</value>
    <value>ns2.dns-expired.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>23</num>
   <domain_name>herbalifes.com</domain_name>
   <domain_keyword>herbalifes</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-12 00:49:40</query_time>
   <create_date>2014-08-22</create_date>
   <update_date>2023-06-29</update_date>
   <expiry_date>2024-08-22</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>
   </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>24</num>
   <domain_name>herbalixer.com</domain_name>
   <domain_keyword>herbalixer</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-26 15:24:01</query_time>
   <create_date>2019-03-21</create_date>
   <update_date>2024-03-01</update_date>
   <expiry_date>2025-03-21</expiry_date>
   <registrar_iana>1479</registrar_iana>
   <registrar_name>NameSilo, LLC</registrar_name>
   <registrar_website>http://www.namesilo.com</registrar_website>
   <name_servers>
    <value>ns1.squadhelp.com</value>
    <value>ns2.squadhelp.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>25</num>
   <domain_name>herbalizer.org</domain_name>
   <domain_keyword>herbalizer</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-06-01 20:39:19</query_time>
   <create_date>2023-09-22</create_date>
   <update_date>2024-04-19</update_date>
   <expiry_date>2024-09-22</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>Dynadot Inc</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>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>26</num>
   <domain_name>herbalifepr.com</domain_name>
   <domain_keyword>herbalifepr</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-16 04:46:21</query_time>
   <create_date>2018-05-13</create_date>
   <update_date>2024-04-30</update_date>
   <expiry_date>2025-05-13</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>kiki.ns.cloudflare.com</value>
    <value>roan.ns.cloudflare.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>herbalider.com</domain_name>
   <domain_keyword>herbalider</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-26 15:23:32</query_time>
   <create_date>2017-09-08</create_date>
   <update_date>2020-09-02</update_date>
   <expiry_date>2025-09-08</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>28</num>
   <domain_name>herbalifev.com</domain_name>
   <domain_keyword>herbalifev</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-02 09:41:01</query_time>
   <create_date>2023-07-31</create_date>
   <update_date>2023-07-31</update_date>
   <expiry_date>2024-07-31</expiry_date>
   <registrar_iana>3824</registrar_iana>
   <registrar_name>Cloud Yuqu LLC</registrar_name>
   <registrar_website>www.diymysite.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>Zhe Jiang</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>link at http://whoisquery.diymysite.com/web/whoisform?domain=herbalifev.com</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.parkingcrew.net</value>
    <value>ns2.parkingcrew.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>29</num>
   <domain_name>herbalifee.store</domain_name>
   <domain_keyword>herbalifee</domain_keyword>
   <domain_tld>store</domain_tld>
   <query_time>2024-06-12 03:04:54</query_time>
   <create_date>2024-06-10</create_date>
   <expiry_date>2025-06-10</expiry_date>
   <registrar_iana>1388</registrar_iana>
   <registrar_name>Dattatec.com SRL</registrar_name>
   <registrar_website>https://www.donweb.com</registrar_website>
   <registrant_company>Donweb.com</registrant_company>
   <registrant_state>Santa Fe</registrant_state>
   <registrant_country>AR</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.donweb.cl</value>
    <value>ns1.donweb.co</value>
    <value>ns1.donweb.mx</value>
    <value>ns1.donweb.uy</value>
    <value>ns2.donweb.bo</value>
    <value>ns2.donweb.com.br</value>
    <value>ns2.donweb.pe</value>
    <value>ns3.hostmar.com</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>serverTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>30</num>
   <domain_name>herbalizer.feedback</domain_name>
   <domain_keyword>herbalizer</domain_keyword>
   <domain_tld>feedback</domain_tld>
   <query_time>2024-06-01 20:39:19</query_time>
   <create_date>2015-10-15</create_date>
   <update_date>2024-04-02</update_date>
   <expiry_date>2024-10-15</expiry_date>
   <registrar_iana>9999</registrar_iana>
   <registrar_name>Tucows Registry Services</registrar_name>
   <registrar_website>https://tucowsregistry.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>REGISTRY RESERVED DOMAIN</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>WA</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the 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>e.nic.feedback</value>
    <value>f.nic.feedback</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>31</num>
   <domain_name>herbalifers.net</domain_name>
   <domain_keyword>herbalifers</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-23 15:51:06</query_time>
   <create_date>2022-08-20</create_date>
   <update_date>2023-07-28</update_date>
   <expiry_date>2024-08-20</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>http://www.namecheap.com</registrar_website>
   <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>32</num>
   <domain_name>herbalifeb.com</domain_name>
   <domain_keyword>herbalifeb</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-27 00:24:29</query_time>
   <create_date>2022-11-07</create_date>
   <update_date>2023-11-07</update_date>
   <expiry_date>2024-11-07</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=herbalifeb.com</registrant_email>
   <registrant_phone>+1.4806242599</registrant_phone>
   <name_servers>
    <value>pdns01.domaincontrol.com</value>
    <value>pdns02.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>33</num>
   <domain_name>herbaliferi.com</domain_name>
   <domain_keyword>herbaliferi</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-26 15:23:43</query_time>
   <create_date>2013-06-07</create_date>
   <update_date>2018-03-11</update_date>
   <expiry_date>2024-06-07</expiry_date>
   <registrar_iana>83</registrar_iana>
   <registrar_name>IONOS SE</registrar_name>
   <registrar_website>http://ionos.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>RI</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>ns1024.ui-dns.biz</value>
    <value>ns1024.ui-dns.com</value>
    <value>ns1024.ui-dns.de</value>
    <value>ns1024.ui-dns.org</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>34</num>
   <domain_name>herbalife1.com</domain_name>
   <domain_keyword>herbalife1</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-26 15:23:35</query_time>
   <create_date>2010-02-24</create_date>
   <update_date>2024-01-23</update_date>
   <expiry_date>2025-02-24</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <name_servers>
    <value>ns1.markmonitor.com</value>
    <value>ns2.markmonitor.com</value>
    <value>ns3.markmonitor.com</value>
    <value>ns4.markmonitor.com</value>
    <value>ns5.markmonitor.com</value>
    <value>ns6.markmonitor.com</value>
    <value>ns7.markmonitor.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>35</num>
   <domain_name>herbaliser.com</domain_name>
   <domain_keyword>herbaliser</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-01 20:39:15</query_time>
   <create_date>1999-01-03</create_date>
   <update_date>2024-04-16</update_date>
   <expiry_date>2025-01-04</expiry_date>
   <registrar_iana>81</registrar_iana>
   <registrar_name>GANDI SAS</registrar_name>
   <registrar_website>http://www.gandi.net</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>The Herbaliser</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>GB</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns-149-b.gandi.net</value>
    <value>ns-250-a.gandi.net</value>
    <value>ns-253-c.gandi.net</value>
    <value>z.dns.gandi.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>36</num>
   <domain_name>herbalifec.com</domain_name>
   <domain_keyword>herbalifec</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-12 00:49:37</query_time>
   <create_date>2021-07-08</create_date>
   <update_date>2023-07-06</update_date>
   <expiry_date>2024-07-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.dns.com</value>
    <value>ns2.dns.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>37</num>
   <domain_name>herbalizer.online</domain_name>
   <domain_keyword>herbalizer</domain_keyword>
   <domain_tld>online</domain_tld>
   <query_time>2024-05-03 07:43:31</query_time>
   <create_date>2023-08-09</create_date>
   <update_date>2023-09-28</update_date>
   <expiry_date>2024-08-09</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>Privacy Protect, LLC (PrivacyProtect.org)</registrant_company>
   <registrant_state>MA</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1.bluehost.com</value>
    <value>ns2.bluehost.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>38</num>
   <domain_name>herbalifex.com</domain_name>
   <domain_keyword>herbalifex</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-12 00:49:41</query_time>
   <create_date>2023-07-04</create_date>
   <update_date>2023-07-04</update_date>
   <expiry_date>2025-07-04</expiry_date>
   <registrar_iana>1154</registrar_iana>
   <registrar_name>FastDomain Inc.</registrar_name>
   <registrar_website>http://www.fastdomain.com</registrar_website>
   <name_servers>
    <value>ns1.bluehost.com</value>
    <value>ns2.bluehost.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>39</num>
   <domain_name>herbalife.space</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>space</domain_tld>
   <query_time>2024-05-02 09:40:55</query_time>
   <create_date>2023-10-15</create_date>
   <update_date>2023-11-23</update_date>
   <expiry_date>2024-10-15</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>N/A</registrant_state>
   <registrant_country>RU</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1.timeweb.ru</value>
    <value>ns2.timeweb.ru</value>
    <value>ns3.timeweb.org</value>
    <value>ns4.timeweb.org</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>40</num>
   <domain_name>herbalife.app</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>app</domain_tld>
   <query_time>2024-05-18 11:55:35</query_time>
   <create_date>2019-12-08</create_date>
   <update_date>2024-04-21</update_date>
   <expiry_date>2024-12-08</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC.</registrar_name>
   <registrar_website>domains.google</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>S de RL de CV</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Sin.</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>MX</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.dns-parking.com</value>
    <value>ns2.dns-parking.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>41</num>
   <domain_name>herbalife.au</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>au</domain_tld>
   <query_time>2024-05-23 15:51:04</query_time>
   <update_date>2023-08-21</update_date>
   <registrar_name>MarkMonitor Corporate Services Inc</registrar_name>
   <registrar_website>https://whois-webform.markmonitor.com/whois/</registrar_website>
   <registrant_name>Domain Admin</registrant_name>
   <name_servers>
    <value>ns1.markmonitor.com</value>
    <value>ns2.markmonitor.com</value>
    <value>ns3.markmonitor.com</value>
    <value>ns4.markmonitor.com</value>
    <value>ns5.markmonitor.com</value>
    <value>ns6.markmonitor.com</value>
    <value>ns7.markmonitor.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientUpdateProhibited</value>
    <value>serverRenewProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>42</num>
   <domain_name>herbalife.org</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-05-23 15:51:04</query_time>
   <create_date>1998-01-17</create_date>
   <update_date>2023-12-20</update_date>
   <expiry_date>2025-01-16</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Herbalife International of America, Inc.</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 rdds service of the 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>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
    <value>inactive</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>43</num>
   <domain_name>herbalife.cl</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>cl</domain_tld>
   <query_time>2024-05-02 09:40:55</query_time>
   <create_date>2006-07-31</create_date>
   <expiry_date>2024-08-28</expiry_date>
   <registrar_name>MarkMonitor Inc.</registrar_name>
   <registrar_website>https://markmonitor.com/</registrar_website>
   <registrant_name>Herbalife International de Chile</registrant_name>
   <registrant_company>Herbalife International de Chile</registrant_company>
   <name_servers>
    <value>a1-90.akam.net</value>
    <value>a13-67.akam.net</value>
    <value>a14-64.akam.net</value>
    <value>a18-65.akam.net</value>
    <value>a28-66.akam.net</value>
   </name_servers>
  </value>
  <value>
   <num>44</num>
   <domain_name>herbalife.af</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>af</domain_tld>
   <query_time>2024-05-16 04:46:20</query_time>
   <registrar_name>Herat Host IT Services Co.</registrar_name>
   <registrar_website>http://www.herathost.af</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Naqib Yaser Company LTD</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>REDACTED FOR PRIVACY</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>AF</registrant_country>
   <registrant_email>redacted for privacy</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <name_servers>
    <value>ns1.ipage.com</value>
    <value>ns2.ipage.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>45</num>
   <domain_name>herbalife.cc</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>cc</domain_tld>
   <query_time>2024-05-02 09:40:55</query_time>
   <create_date>2023-08-06</create_date>
   <update_date>2023-08-06</update_date>
   <expiry_date>2024-08-06</expiry_date>
   <registrar_iana>3775</registrar_iana>
   <registrar_name>ALIBABA.COM SINGAPORE E-COMMERCE PRIVATE LIMITED</registrar_name>
   <registrar_website>http://www.alibabacloud.com</registrar_website>
   <registrant_state>lee</registrant_state>
   <registrant_country>HK</registrant_country>
   <registrant_email>https://whois.aliyun.com/whois/whoisform</registrant_email>
   <name_servers>
    <value>lovisa.ns.cloudflare.com</value>
    <value>rex.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>46</num>
   <domain_name>herbalife.site</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>site</domain_tld>
   <query_time>2024-05-18 11:55:35</query_time>
   <create_date>2016-09-13</create_date>
   <update_date>2023-09-08</update_date>
   <expiry_date>2024-09-13</expiry_date>
   <registrar_iana>48</registrar_iana>
   <registrar_name>eNom, Inc.</registrar_name>
   <registrar_website>https://www.enom.com/</registrar_website>
   <registrant_company>SiteWizard Ltd</registrant_company>
   <registrant_state>KENT</registrant_state>
   <registrant_country>GB</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns-1200.awsdns-22.org</value>
    <value>ns-1821.awsdns-35.co.uk</value>
    <value>ns-303.awsdns-37.com</value>
    <value>ns-871.awsdns-44.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>47</num>
   <domain_name>herbalife.xyz</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-05-18 11:55:35</query_time>
   <create_date>2022-08-31</create_date>
   <update_date>2023-12-19</update_date>
   <expiry_date>2025-08-31</expiry_date>
   <registrar_iana>1531</registrar_iana>
   <registrar_name>Automattic Inc.</registrar_name>
   <registrar_website>http://www.wordpress.com</registrar_website>
   <registrant_company>Knock Knock WHOIS Not There, LLC</registrant_company>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>48</num>
   <domain_name>herbalifr.com</domain_name>
   <domain_keyword>herbalifr</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-01 20:39:14</query_time>
   <create_date>2006-09-22</create_date>
   <update_date>2023-07-31</update_date>
   <expiry_date>2024-09-22</expiry_date>
   <registrar_iana>411</registrar_iana>
   <registrar_name>Sea Wasp, LLC</registrar_name>
   <registrar_website>http://www.fabulous.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>California</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>1107.ns1.abovedomains.com</value>
    <value>1107.ns2.abovedomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
    <value>renewPeriod</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>49</num>
   <domain_name>herbalife.uk</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>uk</domain_tld>
   <query_time>2024-05-31 11:10:01</query_time>
   <create_date>2019-03-29</create_date>
   <update_date>2024-02-26</update_date>
   <expiry_date>2025-03-29</expiry_date>
   <registrar_name>Markmonitor Inc. [Tag = MARKMONITOR]</registrar_name>
   <registrar_website>https://www.markmonitor.com</registrar_website>
   <name_servers>
    <value>ns1.markmonitor.com</value>
    <value>ns2.markmonitor.com</value>
    <value>ns3.markmonitor.com</value>
    <value>ns4.markmonitor.com</value>
    <value>ns5.markmonitor.com</value>
    <value>ns6.markmonitor.com</value>
    <value>ns7.markmonitor.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>50</num>
   <domain_name>herbalife.nl</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-04-26 15:23:35</query_time>
   <create_date>1998-08-05</create_date>
   <update_date>2023-12-07</update_date>
   <registrar_name>MarkMonitor Inc.</registrar_name>
   <name_servers>
    <value>a1-90.akam.net</value>
    <value>a13-67.akam.net</value>
    <value>a14-64.akam.net</value>
    <value>a18-65.akam.net</value>
    <value>a28-66.akam.net</value>
    <value>a3-67.akam.net</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>no</value>
   </dns_sec>
  </value>
  <value>
   <num>51</num>
   <domain_name>herbalife.tel</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>tel</domain_tld>
   <query_time>2024-05-02 09:40:56</query_time>
   <create_date>2009-02-03</create_date>
   <update_date>2024-03-11</update_date>
   <expiry_date>2026-03-22</expiry_date>
   <registrar_iana>456</registrar_iana>
   <registrar_name>Webnames.ca Inc.</registrar_name>
   <registrar_website>http://www.webnames.ca</registrar_website>
   <name_servers>
    <value>a0.cth.dns.nic.tel</value>
    <value>d0.cth.dns.nic.tel</value>
    <value>n0.cth.dns.nic.tel</value>
    <value>s0.cth.dns.nic.tel</value>
    <value>t0.cth.dns.nic.tel</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>52</num>
   <domain_name>herbalife.cloud</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>cloud</domain_tld>
   <query_time>2024-05-12 16:22:42</query_time>
   <create_date>2023-11-24</create_date>
   <update_date>2024-01-27</update_date>
   <expiry_date>2024-11-24</expiry_date>
   <registrar_iana>1556</registrar_iana>
   <registrar_name>Chengdu West Dimension Digital Technology Co., LTD</registrar_name>
   <registrar_website>west263.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>NRW</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>DE</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.myhostadmin.net</value>
    <value>ns2.myhostadmin.net</value>
    <value>ns3.myhostadmin.net</value>
    <value>ns4.myhostadmin.net</value>
    <value>ns5.myhostadmin.net</value>
    <value>ns6.myhostadmin.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>53</num>
   <domain_name>herbalife.lt</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>lt</domain_tld>
   <query_time>2024-04-26 15:23:35</query_time>
   <create_date>2013-03-29</create_date>
   <expiry_date>2025-03-30</expiry_date>
   <registrar_name>MarkMonitor, Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_company>Markmonitor Inc.</registrant_company>
   <name_servers>
    <value>ns1.markmonitor.com</value>
    <value>ns2.markmonitor.com</value>
    <value>ns3.markmonitor.com</value>
    <value>ns4.markmonitor.com</value>
    <value>ns5.markmonitor.com</value>
    <value>ns6.markmonitor.com</value>
    <value>ns7.markmonitor.com</value>
   </name_servers>
   <domain_status>
    <value>registered</value>
   </domain_status>
  </value>
  <value>
   <num>54</num>
   <domain_name>herbalife.by</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>by</domain_tld>
   <query_time>2024-04-26 15:23:35</query_time>
   <create_date>2008-04-22</create_date>
   <update_date>2023-12-21</update_date>
   <expiry_date>2024-11-21</expiry_date>
   <registrar_name>Open Contact, Ltd</registrar_name>
   <registrant_company>Herbalife International of America, Inc.</registrant_company>
   <registrant_address>90502, California, Torrance, 950 W 190th St, -, -</registrant_address>
   <registrant_country>US</registrant_country>
   <registrant_email>hidden! details are available at https://whois.cctld.by</registrant_email>
   <registrant_phone>+1.2083895740</registrant_phone>
   <name_servers>
    <value>ns1.markmonitor.com</value>
    <value>ns2.markmonitor.com</value>
    <value>ns3.markmonitor.com</value>
    <value>ns4.markmonitor.com</value>
    <value>ns5.markmonitor.com</value>
   </name_servers>
  </value>
  <value>
   <num>55</num>
   <domain_name>herbalife.global</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>global</domain_tld>
   <query_time>2024-05-09 07:25:07</query_time>
   <create_date>2021-04-28</create_date>
   <update_date>2024-04-28</update_date>
   <expiry_date>2025-04-28</expiry_date>
   <registrar_iana>1345</registrar_iana>
   <registrar_name>Key-Systems, LLC</registrar_name>
   <registrar_website>http://key-systems.net</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>FG Square</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>BE</registrant_country>
   <registrant_email>please query the rdds service of the 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>ns3.combell.net</value>
    <value>ns4.combell.net</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>56</num>
   <domain_name>herbalife.tools</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>tools</domain_tld>
   <query_time>2024-05-18 11:55:35</query_time>
   <create_date>2014-06-17</create_date>
   <update_date>2024-05-16</update_date>
   <expiry_date>2025-06-17</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Herbalife International of America, Inc.</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 rdds service of the 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>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
    <value>inactive</value>
    <value>renewPeriod</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>57</num>
   <domain_name>herbalife.uno</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>uno</domain_tld>
   <query_time>2024-04-28 00:50:27</query_time>
   <create_date>2023-04-27</create_date>
   <update_date>2024-04-28</update_date>
   <expiry_date>2025-04-27</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>LC</registrant_state>
   <registrant_country>IT</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.register.it</value>
    <value>ns2.register.it</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>58</num>
   <domain_name>herbalife.sk</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>sk</domain_tld>
   <query_time>2024-05-05 05:59:35</query_time>
   <create_date>2003-09-16</create_date>
   <update_date>2023-10-19</update_date>
   <expiry_date>2024-11-20</expiry_date>
   <registrar_name>MarkMonitor International Limited</registrar_name>
   <registrant_name>Domain Admin</registrant_name>
   <registrant_company>Herbalife Slovakia s.r.o.</registrant_company>
   <registrant_address>Karadžičova 8/A,</registrant_address>
   <registrant_city>Bratislava</registrant_city>
   <registrant_zip>821 08</registrant_zip>
   <registrant_country>SK</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.3104109600</registrant_phone>
   <name_servers>
    <value>ns1.markmonitor.com</value>
    <value>ns2.markmonitor.com</value>
    <value>ns3.markmonitor.com</value>
    <value>ns4.markmonitor.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
   </domain_status>
  </value>
  <value>
   <num>59</num>
   <domain_name>herbalife.co</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>co</domain_tld>
   <query_time>2024-04-18 21:39:43</query_time>
   <create_date>2010-02-25</create_date>
   <update_date>2024-01-28</update_date>
   <expiry_date>2025-02-24</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor, Inc.</registrar_name>
   <registrar_website>www.markmonitor.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Herbalife International of America, Inc.</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 rdds service of the 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.markmonitor.com</value>
    <value>ns2.markmonitor.com</value>
    <value>ns3.markmonitor.com</value>
    <value>ns4.markmonitor.com</value>
    <value>ns5.markmonitor.com</value>
    <value>ns6.markmonitor.com</value>
    <value>ns7.markmonitor.com</value>
   </name_servers>
   <domain_status>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>60</num>
   <domain_name>herbalife.org.in</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>org.in</domain_tld>
   <query_time>2024-05-11 14:44:16</query_time>
   <create_date>2024-04-13</create_date>
   <update_date>2024-04-18</update_date>
   <expiry_date>2026-04-13</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>www.godaddy.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>World ENTERPRISES</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Delhi</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IN</registrant_country>
   <registrant_email>please contact the registrar listed above</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns13.domaincontrol.com</value>
    <value>ns14.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
    <value>serverTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>61</num>
   <domain_name>herbalife.fun</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>fun</domain_tld>
   <query_time>2024-05-09 07:25:07</query_time>
   <create_date>2023-11-04</create_date>
   <update_date>2023-11-09</update_date>
   <expiry_date>2024-11-04</expiry_date>
   <registrar_iana>1636</registrar_iana>
   <registrar_name>HOSTINGER operations, UAB</registrar_name>
   <registrar_website>https://www.hostinger.com/</registrar_website>
   <registrant_company>Privacy Protect, LLC (PrivacyProtect.org)</registrant_company>
   <registrant_state>MA</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns11.dnspark.in</value>
    <value>ns12.dnspark.in</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>62</num>
   <domain_name>herbalife.pt</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>pt</domain_tld>
   <query_time>2024-05-31 11:09:59</query_time>
   <create_date>2006-12-06</create_date>
   <expiry_date>2025-02-07</expiry_date>
   <registrant_name>HERBALIFE INTERNATIONAL, INC.</registrant_name>
   <registrant_address>950 W 190th St</registrant_address>
   <registrant_city>CA</registrant_city>
   <registrant_state>Torrance</registrant_state>
   <registrant_zip>90502</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>a1-90.akam.net</value>
    <value>a13-67.akam.net</value>
    <value>a14-64.akam.net</value>
    <value>a18-65.akam.net</value>
    <value>a28-66.akam.net</value>
    <value>a3-67.akam.net</value>
   </name_servers>
   <domain_status>
    <value>Registered</value>
   </domain_status>
  </value>
  <value>
   <num>63</num>
   <domain_name>herbalier.com</domain_name>
   <domain_keyword>herbalier</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-02 09:40:53</query_time>
   <create_date>2019-03-22</create_date>
   <update_date>2024-03-25</update_date>
   <expiry_date>2025-03-22</expiry_date>
   <registrar_iana>886</registrar_iana>
   <registrar_name>Domain.com, LLC</registrar_name>
   <registrar_website>http://www.domain.com</registrar_website>
   <name_servers>
    <value>ns1.domaincom-expired.domainparkingserver.net</value>
    <value>ns2.domaincom-expired.domainparkingserver.net</value>
   </name_servers>
   <domain_status>
    <value>clientHold</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>64</num>
   <domain_name>herbalife.se</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 21:47:54</query_time>
   <create_date>2000-03-27</create_date>
   <update_date>2024-03-07</update_date>
   <expiry_date>2025-03-27</expiry_date>
   <registrar_name>MarkMonitor Inc</registrar_name>
   <name_servers>
    <value>a1-90.akam.net</value>
    <value>a13-67.akam.net</value>
    <value>a14-64.akam.net</value>
    <value>a18-65.akam.net</value>
    <value>a28-66.akam.net</value>
    <value>a3-67.akam.net</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>65</num>
   <domain_name>herbalife.education</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>education</domain_tld>
   <query_time>2024-05-18 11:55:35</query_time>
   <create_date>2014-03-25</create_date>
   <update_date>2024-02-27</update_date>
   <expiry_date>2025-03-25</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Herbalife International of America, Inc.</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 rdds service of the 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>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
    <value>inactive</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>66</num>
   <domain_name>herbalife.pl</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>pl</domain_tld>
   <query_time>2024-05-09 07:25:10</query_time>
   <create_date>1998-06-18</create_date>
   <update_date>2023-12-07</update_date>
   <expiry_date>2024-06-17</expiry_date>
   <registrar_name>Markmonitor, Inc.</registrar_name>
   <name_servers>
    <value>a1-90.akam.net</value>
    <value>a13-67.akam.net</value>
    <value>a14-64.akam.net</value>
    <value>a18-65.akam.net</value>
    <value>a28-66.akam.net</value>
    <value>a3-67.akam.net</value>
   </name_servers>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>67</num>
   <domain_name>herbalife.ie</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>ie</domain_tld>
   <query_time>2024-06-01 20:39:11</query_time>
   <create_date>2006-09-19</create_date>
   <update_date>2023-12-07</update_date>
   <expiry_date>2024-09-20</expiry_date>
   <registrar_name>Markmonitor Inc</registrar_name>
   <registrar_website>http://www.eMarkmonitor.com</registrar_website>
   <registrant_name>Herbalife International, Inc.</registrant_name>
   <name_servers>
    <value>a1-90.akam.net</value>
    <value>a13-67.akam.net</value>
    <value>a14-64.akam.net</value>
    <value>a18-65.akam.net</value>
    <value>a28-66.akam.net</value>
    <value>a3-67.akam.net</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>68</num>
   <domain_name>herbalife.pro</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>pro</domain_tld>
   <query_time>2024-06-12 00:49:36</query_time>
   <create_date>2019-04-12</create_date>
   <update_date>2024-05-22</update_date>
   <expiry_date>2024-04-12</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>CA</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.dyna-ns.net</value>
    <value>ns2.dyna-ns.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>redemptionPeriod</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>69</num>
   <domain_name>herbalife.com.hn</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>com.hn</domain_tld>
   <query_time>2024-05-12 16:22:42</query_time>
   <registrar_name>MarkMonitor</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_name>Domain Administrator</registrant_name>
   <registrant_company>Herbalife International of America, Inc.</registrant_company>
   <registrant_address>950 W 190th St</registrant_address>
   <registrant_city>Torrance</registrant_city>
   <registrant_state>California</registrant_state>
   <registrant_zip>90502</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1 3104109600</registrant_phone>
   <name_servers>
    <value>ns3.markmonitor.com</value>
    <value>ns4.markmonitor.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>70</num>
   <domain_name>herbalife.solutions</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>solutions</domain_tld>
   <query_time>2024-05-16 04:46:20</query_time>
   <create_date>2014-03-17</create_date>
   <update_date>2024-02-19</update_date>
   <expiry_date>2025-03-17</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Herbalife International of America, Inc.</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 rdds service of the 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>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
    <value>inactive</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>71</num>
   <domain_name>herbalife.one</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>one</domain_tld>
   <query_time>2024-05-12 16:22:44</query_time>
   <create_date>2023-03-12</create_date>
   <update_date>2024-03-18</update_date>
   <expiry_date>2025-03-12</expiry_date>
   <registrar_iana>1586</registrar_iana>
   <registrar_name>MAT BAO CORPORATION</registrar_name>
   <registrar_website>www.matbao.net</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Le Thanh Tuan</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>HCM</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <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>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.matbao.com</value>
    <value>ns2.matbao.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>72</num>
   <domain_name>herbalife.com.au</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>com.au</domain_tld>
   <query_time>2024-04-26 15:23:35</query_time>
   <update_date>2023-09-16</update_date>
   <registrar_name>MarkMonitor Corporate Services Inc</registrar_name>
   <registrar_website>https://whois-webform.markmonitor.com/whois/</registrar_website>
   <registrant_name>Domain Admin</registrant_name>
   <name_servers>
    <value>a1-90.akam.net</value>
    <value>a13-67.akam.net</value>
    <value>a14-64.akam.net</value>
    <value>a18-65.akam.net</value>
    <value>a28-66.akam.net</value>
    <value>a3-67.akam.net</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientUpdateProhibited</value>
    <value>serverRenewProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>73</num>
   <domain_name>herbalife.support</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>support</domain_tld>
   <query_time>2024-05-18 11:55:35</query_time>
   <create_date>2014-03-19</create_date>
   <update_date>2024-02-21</update_date>
   <expiry_date>2025-03-19</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Herbalife International of America, Inc.</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 rdds service of the 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>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
    <value>inactive</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>74</num>
   <domain_name>herbalife.cn</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>cn</domain_tld>
   <query_time>2024-04-26 15:23:35</query_time>
   <create_date>2003-03-17</create_date>
   <expiry_date>2026-03-17</expiry_date>
   <registrar_name>码恪御标信息科技(上海)有限公司</registrar_name>
   <registrant_name>康宝莱(上海)管理有限公司</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>f1g1ns1.dnspod.net</value>
    <value>f1g1ns2.dnspod.net</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>75</num>
   <domain_name>herbalife.co.jp</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>co.jp</domain_tld>
   <query_time>2024-05-26 16:27:57</query_time>
   <create_date>1999-03-02</create_date>
   <update_date>2024-04-01</update_date>
   <registrant_company>Herbalife K.K.</registrant_company>
   <name_servers>
    <value>a1-90.akam.net</value>
    <value>a13-67.akam.net</value>
    <value>a14-64.akam.net</value>
    <value>a18-65.akam.net</value>
    <value>a28-66.akam.net</value>
    <value>a3-67.akam.net</value>
   </name_servers>
  </value>
  <value>
   <num>76</num>
   <domain_name>herbalife.be</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>be</domain_tld>
   <query_time>2024-06-01 20:39:11</query_time>
   <create_date>2001-04-17</create_date>
   <registrar_name>Markmonitor Inc.</registrar_name>
   <registrar_website>https://www.markmonitor.com</registrar_website>
   <name_servers>
    <value>a1-90.akam.net</value>
    <value>a13-67.akam.net</value>
    <value>a14-64.akam.net</value>
    <value>a18-65.akam.net</value>
    <value>a28-66.akam.net</value>
    <value>a3-67.akam.net</value>
   </name_servers>
   <domain_status>
    <value>Not Available</value>
    <value>clientTransferProhibited</value>
   </domain_status>
  </value>
  <value>
   <num>77</num>
   <domain_name>herbalife.icu</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>icu</domain_tld>
   <query_time>2024-06-12 00:49:36</query_time>
   <create_date>2023-12-14</create_date>
   <update_date>2024-01-03</update_date>
   <expiry_date>2024-12-14</expiry_date>
   <registrar_iana>1636</registrar_iana>
   <registrar_name>HOSTINGER operations, UAB</registrar_name>
   <registrar_website>https://www.hostinger.com/</registrar_website>
   <registrant_company>Privacy Protect, LLC (PrivacyProtect.org)</registrant_company>
   <registrant_state>MA</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1.bh-in-35.webhostbox.net</value>
    <value>ns2.bh-in-35.webhostbox.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>serverHold</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>78</num>
   <domain_name>herbalifey.com</domain_name>
   <domain_keyword>herbalifey</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-21 21:56:19</query_time>
   <create_date>2008-05-16</create_date>
   <update_date>2024-04-26</update_date>
   <expiry_date>2025-05-16</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>ns49.domaincontrol.com</value>
    <value>ns50.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>79</num>
   <domain_name>herbalife.cam</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>cam</domain_tld>
   <query_time>2024-05-23 15:51:04</query_time>
   <create_date>2023-06-28</create_date>
   <update_date>2023-08-31</update_date>
   <expiry_date>2024-06-28</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>Namecheap</registrar_name>
   <registrar_website>https://namecheap.com</registrar_website>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_state>Capital Region</registrant_state>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>dns1.namecheaphosting.com</value>
    <value>dns2.namecheaphosting.com</value>
   </name_servers>
   <domain_status>
    <value>clientHold</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>80</num>
   <domain_name>herbalife.hr</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>hr</domain_tld>
   <query_time>2024-06-01 20:39:11</query_time>
   <create_date>2011-10-04</create_date>
   <update_date>2024-03-06</update_date>
   <expiry_date>2024-10-04</expiry_date>
   <registrar_name>Sayber d.o.o.</registrar_name>
   <registrar_website>http://whois.dns.hr</registrar_website>
   <registrant_name>HERBALIFE d.o.o.</registrant_name>
   <registrant_address>Radnička cesta 39</registrant_address>
   <registrant_city>Zagreb</registrant_city>
   <registrant_state>HR</registrant_state>
   <registrant_zip>10000</registrant_zip>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>a1-90.akam.net</value>
    <value>a13-67.akam.net</value>
    <value>a14-64.akam.net</value>
    <value>a18-65.akam.net</value>
    <value>a28-66.akam.net</value>
   </name_servers>
  </value>
  <value>
   <num>81</num>
   <domain_name>herbalife.foundation</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>foundation</domain_tld>
   <query_time>2024-05-12 00:37:41</query_time>
   <create_date>2014-05-12</create_date>
   <update_date>2023-12-12</update_date>
   <expiry_date>2025-05-12</expiry_date>
   <registrar_iana>1910</registrar_iana>
   <registrar_name>CloudFlare, Inc.</registrar_name>
   <registrar_website>http://www.cloudflare.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Media Cause</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>CA</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>athena.ns.cloudflare.com</value>
    <value>morgan.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>82</num>
   <domain_name>herbalife.ink</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>ink</domain_tld>
   <query_time>2024-06-01 20:39:11</query_time>
   <create_date>2023-07-18</create_date>
   <update_date>2023-07-23</update_date>
   <expiry_date>2024-07-18</expiry_date>
   <registrar_iana>1861</registrar_iana>
   <registrar_name>Porkbun</registrar_name>
   <registrar_website>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>hank.ns.cloudflare.com</value>
    <value>zara.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>83</num>
   <domain_name>herbalife.dk</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>dk</domain_tld>
   <query_time>2024-05-10 12:45:39</query_time>
   <create_date>1997-02-24</create_date>
   <expiry_date>2025-03-31</expiry_date>
   <registrar_name>MarkMonitor Inc.</registrar_name>
   <registrant_name>Herbalife International of America, Inc.</registrant_name>
   <registrant_address>800 W. Olympic Blvd, Suite 406</registrant_address>
   <registrant_city>Los Angeles, CA</registrant_city>
   <registrant_zip>90015</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_phone>+13104109600</registrant_phone>
   <name_servers>
    <value>ns1.markmonitor.com</value>
    <value>ns2.markmonitor.com</value>
    <value>ns3.markmonitor.com</value>
    <value>ns4.markmonitor.com</value>
    <value>ns5.markmonitor.com</value>
    <value>ns6.markmonitor.com</value>
    <value>ns7.markmonitor.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned delegation</value>
   </dns_sec>
  </value>
  <value>
   <num>84</num>
   <domain_name>herbalife.host</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>host</domain_tld>
   <query_time>2024-05-18 11:55:35</query_time>
   <create_date>2021-01-07</create_date>
   <update_date>2024-03-22</update_date>
   <expiry_date>2025-01-07</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>Privacy Protect, LLC (PrivacyProtect.org)</registrant_company>
   <registrant_state>MA</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1.hostgator.com</value>
    <value>ns2.hostgator.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>85</num>
   <domain_name>herbalife.marketing</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>marketing</domain_tld>
   <query_time>2024-06-01 20:39:11</query_time>
   <create_date>2014-04-07</create_date>
   <update_date>2024-03-11</update_date>
   <expiry_date>2025-04-07</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Herbalife International of America, Inc.</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 rdds service of the 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>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
    <value>inactive</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>86</num>
   <domain_name>herbalife.shopping</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>shopping</domain_tld>
   <query_time>2024-05-18 11:55:35</query_time>
   <create_date>2016-09-20</create_date>
   <update_date>2023-08-24</update_date>
   <expiry_date>2024-09-20</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Herbalife International of America, Inc.</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>CA</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
    <value>inactive</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>87</num>
   <domain_name>herbalife.online</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>online</domain_tld>
   <query_time>2024-05-02 09:40:55</query_time>
   <create_date>2021-10-21</create_date>
   <update_date>2023-08-31</update_date>
   <expiry_date>2024-10-21</expiry_date>
   <registrar_iana>1556</registrar_iana>
   <registrar_name>CHENGDU WEST DIMENSION DIGITAL TECHNOLOGY CO., LTD.</registrar_name>
   <registrar_website>http://www.west.cn</registrar_website>
   <registrant_company>Lee Charles</registrant_company>
   <registrant_state>Zhe Jiang</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>88</num>
   <domain_name>herbalife.biz</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>biz</domain_tld>
   <query_time>2024-05-09 07:25:07</query_time>
   <create_date>2022-08-24</create_date>
   <update_date>2023-08-31</update_date>
   <expiry_date>2024-08-24</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-c1.googledomains.com</value>
    <value>ns-cloud-c2.googledomains.com</value>
    <value>ns-cloud-c3.googledomains.com</value>
    <value>ns-cloud-c4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>89</num>
   <domain_name>herbalife.ca</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>ca</domain_tld>
   <query_time>2024-05-09 07:25:07</query_time>
   <create_date>2005-01-02</create_date>
   <update_date>2023-12-08</update_date>
   <expiry_date>2025-01-02</expiry_date>
   <registrar_name>MarkMonitor International Canada Ltd.</registrar_name>
   <registrar_website>Markmonitor.com</registrar_website>
   <registrant_name>Herbalife of Canada</registrant_name>
   <registrant_address>120,  4550 - 25th Street SE</registrant_address>
   <registrant_city>Calgary</registrant_city>
   <registrant_state>AB</registrant_state>
   <registrant_zip>T2B3P1</registrant_zip>
   <registrant_country>CA</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.4032042264</registrant_phone>
   <name_servers>
    <value>a1-90.akam.net</value>
    <value>a13-67.akam.net</value>
    <value>a14-64.akam.net</value>
    <value>a18-65.akam.net</value>
    <value>a28-66.akam.net</value>
    <value>a3-67.akam.net</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>90</num>
   <domain_name>herbalife.training</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>training</domain_tld>
   <query_time>2024-05-18 11:55:35</query_time>
   <create_date>2014-03-19</create_date>
   <update_date>2024-02-21</update_date>
   <expiry_date>2025-03-19</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Herbalife International of America, Inc.</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 rdds service of the 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>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
    <value>inactive</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>91</num>
   <domain_name>herbalife.sucks</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>sucks</domain_tld>
   <query_time>2024-05-18 11:55:35</query_time>
   <create_date>2015-06-20</create_date>
   <update_date>2023-05-24</update_date>
   <expiry_date>2024-06-20</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor, Inc.</registrar_name>
   <registrar_website>www.markmonitor.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Herbalife International of America, Inc.</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 rdds service of the 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>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
    <value>inactive</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>92</num>
   <domain_name>herbalife.co.th</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>co.th</domain_tld>
   <query_time>2024-05-02 09:40:55</query_time>
   <create_date>2011-10-19</create_date>
   <update_date>2023-12-08</update_date>
   <expiry_date>2024-10-18</expiry_date>
   <registrar_name>THNIC</registrar_name>
   <registrant_company>Herbalife International, Inc. (เฮอร์บาไลฟ์ อินเตอร์เนชั่นแนล อิงค์.)</registrant_company>
   <registrant_address>Personal Information*</registrant_address>
   <registrant_country>US</registrant_country>
   <name_servers>
    <value>a1-90.akam.net</value>
    <value>a13-67.akam.net</value>
    <value>a14-64.akam.net</value>
    <value>a18-65.akam.net</value>
    <value>a28-66.akam.net</value>
    <value>a3-67.akam.net</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>93</num>
   <domain_name>herbalife.me</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>me</domain_tld>
   <query_time>2024-04-18 21:39:44</query_time>
   <create_date>2024-04-13</create_date>
   <update_date>2024-04-18</update_date>
   <expiry_date>2025-04-13</expiry_date>
   <registrar_iana>418</registrar_iana>
   <registrar_name>CommuniGal Communication Ltd.</registrar_name>
   <registrar_website>http://www.galcomm.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domain Name Privacy Inc.</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Paphos</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CY</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns15.abovedomains.com</value>
    <value>ns16.abovedomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>94</num>
   <domain_name>herbalife.md</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>md</domain_tld>
   <query_time>2024-05-09 07:25:06</query_time>
   <create_date>2005-10-25</create_date>
   <expiry_date>2024-10-25</expiry_date>
   <name_servers>
    <value>a1-90.akam.net</value>
    <value>a13-67.akam.net</value>
    <value>a14-64.akam.net</value>
    <value>a18-65.akam.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
  </value>
  <value>
   <num>95</num>
   <domain_name>herbalife.top</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>top</domain_tld>
   <query_time>2024-05-09 07:25:07</query_time>
   <create_date>2024-03-04</create_date>
   <update_date>2024-03-04</update_date>
   <expiry_date>2025-03-04</expiry_date>
   <registrar_iana>463</registrar_iana>
   <registrar_name>JSC “RU-CENTER”</registrar_name>
   <registrar_website>http://www.nic.ru/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>sinicin maksim</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Moskovskaya</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>RU</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.tildadns.com</value>
    <value>ns2.tildadns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>96</num>
   <domain_name>herbalife.in</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>in</domain_tld>
   <query_time>2024-06-12 00:49:36</query_time>
   <create_date>2005-02-16</create_date>
   <update_date>2024-02-18</update_date>
   <expiry_date>2025-02-16</expiry_date>
   <registrar_iana>800147</registrar_iana>
   <registrar_name>S.G.S. Technologie Pvt Ltd dba Netandhost.com</registrar_name>
   <registrar_website>http://www.netandhost.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domaen.com</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Maharashtra</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IN</registrant_country>
   <registrant_email>please contact the registrar listed above</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.countrytraffic.com</value>
    <value>ns2.countrytraffic.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>97</num>
   <domain_name>herbalife.co.in</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>co.in</domain_tld>
   <query_time>2024-04-18 21:39:44</query_time>
   <create_date>2005-09-08</create_date>
   <update_date>2023-12-08</update_date>
   <expiry_date>2024-09-08</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Herbalife International of America, Inc.</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>CA</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please contact the registrar listed above</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>a1-90.akam.net</value>
    <value>a13-67.akam.net</value>
    <value>a14-64.akam.net</value>
    <value>a18-65.akam.net</value>
    <value>a28-66.akam.net</value>
    <value>a3-67.akam.net</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>98</num>
   <domain_name>herbalife.co.nz</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>co.nz</domain_tld>
   <query_time>2024-04-23 15:56:23</query_time>
   <create_date>2008-07-09</create_date>
   <update_date>2023-08-06</update_date>
   <registrar_name>Dreamscape Networks International Pte Ltd t/a Crazy Domains</registrar_name>
   <registrar_website>https://www.crazydomains.com.au/</registrar_website>
   <name_servers>
    <value>ns1.dreamhost.com</value>
    <value>ns2.dreamhost.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>99</num>
   <domain_name>herbalife.com</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-04 13:49:58</query_time>
   <create_date>1998-02-23</create_date>
   <update_date>2024-01-21</update_date>
   <expiry_date>2025-02-22</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor, Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_name>Domain Administrator</registrant_name>
   <registrant_company>Herbalife International of America, Inc.</registrant_company>
   <registrant_address>950 W 190th St,</registrant_address>
   <registrant_city>Torrance</registrant_city>
   <registrant_state>California</registrant_state>
   <registrant_zip>90502</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.3104109600</registrant_phone>
   <name_servers>
    <value>a1-90.akam.net</value>
    <value>a13-67.akam.net</value>
    <value>a14-64.akam.net</value>
    <value>a18-65.akam.net</value>
    <value>a28-66.akam.net</value>
    <value>a3-67.akam.net</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>100</num>
   <domain_name>herbalife.com.pl</domain_name>
   <domain_keyword>herbalife</domain_keyword>
   <domain_tld>com.pl</domain_tld>
   <query_time>2024-04-18 21:39:44</query_time>
   <create_date>1998-06-18</create_date>
   <update_date>2023-05-16</update_date>
   <expiry_date>2024-06-17</expiry_date>
   <registrar_name>Markmonitor, Inc.</registrar_name>
   <name_servers>
    <value>dns.home.pl</value>
    <value>dns2.home.pl</value>
   </name_servers>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.395</total_time>
  <api_credits_used>3</api_credits_used>
  <cost_calculation>3 (fuzzy_domains [1 domain])</cost_calculation>
 </stats>
</root>

API Pricing and Packages

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

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

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

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

$4500

Order Now More Info

$4500

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

$8500

Order Now More Info

$8500

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

Domain Name WHOIS Lookup

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

Powered by Current WHOIS Database

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