WHOIS QUERY TIME

7 Apr 2024 - 11:39 PM UTC

Registered: 23 June 2005
Expiry: 23 June 2024

REGISTRAR

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

DNSSEC

unsigned

NAME SERVERS

dns1.hichina.com
dns2.hichina.com

DOMAIN STATUS

ok

REGISTRANT

Name: 北京昆仑时代科技有限公司
Email: [email protected]

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

https://api.bigdomaindata.com/?key=XXXXX&current_whois=embeded.cn
For more details, kindly see our Current WHOIS API usage guide.
{
    "success": true,
    "query": {
        "current_whois": "embeded.cn"
    },
    "count": {
        "total": 1,
        "relation": "eq",
        "current": 1
    },
    "results": [
        {
            "domain_name": "embeded.cn",
            "domain_keyword": "embeded",
            "domain_tld": "cn",
            "query_time": "2024-04-07 23:39:21",
            "create_date": "2005-06-23",
            "expiry_date": "2024-06-23",
            "registrar_name": "阿里云计算有限公司(万网)",
            "registrant_name": "北京昆仑时代科技有限公司",
            "registrant_email": "[email protected]",
            "name_servers": [
                "dns1.hichina.com",
                "dns2.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.031,
        "api_credits_used": 1,
        "cost_calculation": "current_whois [1 domain]"
    }
}
<root>
 <success>true</success>
 <query>
  <current_whois>embeded.cn</current_whois>
 </query>
 <count>
  <total>1</total>
  <relation>eq</relation>
  <current>1</current>
 </count>
 <results>
  <value>
   <domain_name>embeded.cn</domain_name>
   <domain_keyword>embeded</domain_keyword>
   <domain_tld>cn</domain_tld>
   <query_time>2024-04-07 23:39:21</query_time>
   <create_date>2005-06-23</create_date>
   <expiry_date>2024-06-23</expiry_date>
   <registrar_name>阿里云计算有限公司(万网)</registrar_name>
   <registrant_name>北京昆仑时代科技有限公司</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>dns1.hichina.com</value>
    <value>dns2.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.031</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.032 seconds) for "embeded.cn" in our Historical WHOIS Database.
#1 - QUERY TIME

8 Feb 2023 - 11:28 AM UTC

Registered: 23 June 2005
Expiry: 23 June 2023

REGISTRAR

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

DNSSEC

unsigned

NAME SERVERS

dns1.hichina.com
dns2.hichina.com

DOMAIN STATUS

ok

REGISTRANT

Name: 北京昆仑时代科技有限公司
Email: [email protected]

#2 - QUERY TIME

19 May 2023 - 5:57 PM UTC

Registered: 23 June 2005
Expiry: 23 June 2024

REGISTRAR

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

DNSSEC

unsigned

NAME SERVERS

dns1.hichina.com
dns2.hichina.com

DOMAIN STATUS

ok

REGISTRANT

Name: 北京昆仑时代科技有限公司
Email: [email protected]

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

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

https://api.bigdomaindata.com/?key=XXXXX&database=historical&domain_name=embeded.cn
For more details, kindly see our WHOIS History API usage guide.
{
    "success": true,
    "query": {
        "database": "historical",
        "domain_name": "embeded.cn",
        "sort_by": "query_time",
        "sort_order": "asc",
        "page_size": 100
    },
    "count": {
        "total": 2,
        "relation": "eq",
        "current": 2
    },
    "unique_domains": "embeded.cn",
    "results": [
        {
            "num": 1,
            "domain_name": "embeded.cn",
            "domain_keyword": "embeded",
            "domain_tld": "cn",
            "query_time": "2023-02-08 11:28:07",
            "create_date": "2005-06-23",
            "expiry_date": "2023-06-23",
            "registrar_name": "阿里云计算有限公司(万网)",
            "registrant_name": "北京昆仑时代科技有限公司",
            "registrant_email": "[email protected]",
            "name_servers": [
                "dns1.hichina.com",
                "dns2.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 2,
            "domain_name": "embeded.cn",
            "domain_keyword": "embeded",
            "domain_tld": "cn",
            "query_time": "2023-05-19 17:57:21",
            "create_date": "2005-06-23",
            "expiry_date": "2024-06-23",
            "registrar_name": "阿里云计算有限公司(万网)",
            "registrant_name": "北京昆仑时代科技有限公司",
            "registrant_email": "[email protected]",
            "name_servers": [
                "dns1.hichina.com",
                "dns2.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.032,
        "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>embeded.cn</domain_name>
  <sort_by>query_time</sort_by>
  <sort_order>asc</sort_order>
  <page_size>100</page_size>
 </query>
 <count>
  <total>2</total>
  <relation>eq</relation>
  <current>2</current>
 </count>
 <unique_domains>embeded.cn</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>embeded.cn</domain_name>
   <domain_keyword>embeded</domain_keyword>
   <domain_tld>cn</domain_tld>
   <query_time>2023-02-08 11:28:07</query_time>
   <create_date>2005-06-23</create_date>
   <expiry_date>2023-06-23</expiry_date>
   <registrar_name>阿里云计算有限公司(万网)</registrar_name>
   <registrant_name>北京昆仑时代科技有限公司</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>dns1.hichina.com</value>
    <value>dns2.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>2</num>
   <domain_name>embeded.cn</domain_name>
   <domain_keyword>embeded</domain_keyword>
   <domain_tld>cn</domain_tld>
   <query_time>2023-05-19 17:57:21</query_time>
   <create_date>2005-06-23</create_date>
   <expiry_date>2024-06-23</expiry_date>
   <registrar_name>阿里云计算有限公司(万网)</registrar_name>
   <registrant_name>北京昆仑时代科技有限公司</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>dns1.hichina.com</value>
    <value>dns2.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.032</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 6 domain names (in 0.015 seconds) which contained the exact domain keyword "embeded".
Domain Name Registered Expiry Registrar Ownership
1 embeded.com 8 Jul 2004 8 Jul 2026 ENOM, INC. REDACTED FOR PRIVACY
2 embeded.cn 23 Jun 2005 23 Jun 2024 阿里云计算有限公司(万网) 北京昆仑时代科技有限公司
3 embeded.systems 8 Mar 2020 8 Mar 2025 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
4 embeded.co.uk 16 Jul 2020 16 Jul 2024 Squarespace Domains LLC [Tag = GOOGLE] -
5 embeded.top 27 Jun 2023 27 Jun 2024 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) wang xiang cheng
6 embeded.site 19 Nov 2023 19 Nov 2024 Gabia, Inc. -
7 embeded.net 30 Nov 2023 30 Nov 2024 CommuniGal Communication Ltd. -

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

https://api.bigdomaindata.com/?key=XXXXX&database=current&domain_keyword=embeded&sort_by=create_date
For more details, kindly see our Reverse WHOIS API usage guide.
{
    "success": true,
    "query": {
        "database": "current",
        "domain_keyword": "embeded",
        "sort_by": "create_date",
        "sort_order": "asc",
        "page_size": 100
    },
    "count": {
        "total": 7,
        "relation": "eq",
        "current": 7
    },
    "unique_domains": "embeded.com, embeded.cn, embeded.systems, embeded.co.uk, embeded.top, embeded.site, embeded.net",
    "results": [
        {
            "num": 1,
            "domain_name": "embeded.com",
            "domain_keyword": "embeded",
            "domain_tld": "com",
            "query_time": "2024-05-08 18:43:01",
            "create_date": "2004-07-08",
            "update_date": "2024-02-15",
            "expiry_date": "2026-07-08",
            "registrar_iana": 48,
            "registrar_name": "ENOM, INC.",
            "registrar_website": "WWW.ENOMDOMAINS.COM",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "FL",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "https://tieredaccess.com/contact/5eb144ce-5700-4723-a98b-3c9267acf2a0",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.name-services.com",
                "dns2.name-services.com",
                "dns3.name-services.com",
                "dns4.name-services.com",
                "dns5.name-services.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 2,
            "domain_name": "embeded.cn",
            "domain_keyword": "embeded",
            "domain_tld": "cn",
            "query_time": "2024-04-07 23:39:21",
            "create_date": "2005-06-23",
            "expiry_date": "2024-06-23",
            "registrar_name": "阿里云计算有限公司(万网)",
            "registrant_name": "北京昆仑时代科技有限公司",
            "registrant_email": "[email protected]",
            "name_servers": [
                "dns1.hichina.com",
                "dns2.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 3,
            "domain_name": "embeded.systems",
            "domain_keyword": "embeded",
            "domain_tld": "systems",
            "query_time": "2024-05-08 18:43:01",
            "create_date": "2020-03-08",
            "update_date": "2024-02-12",
            "expiry_date": "2025-03-08",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 4,
            "domain_name": "embeded.co.uk",
            "domain_keyword": "embeded",
            "domain_tld": "co.uk",
            "query_time": "2024-04-18 12:58:25",
            "create_date": "2020-07-16",
            "update_date": "2023-07-16",
            "expiry_date": "2024-07-16",
            "registrar_name": "Squarespace Domains LLC [Tag = GOOGLE]",
            "registrar_website": "https://domains.google",
            "name_servers": [
                "ns8.wixdns.net",
                "ns9.wixdns.net"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 5,
            "domain_name": "embeded.top",
            "domain_keyword": "embeded",
            "domain_tld": "top",
            "query_time": "2024-05-19 15:26:31",
            "create_date": "2023-06-27",
            "update_date": "2023-06-27",
            "expiry_date": "2024-06-27",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "http://www.net.cn",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "wang xiang cheng",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "hei long jiang",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns3.hichina.com",
                "dns4.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 6,
            "domain_name": "embeded.site",
            "domain_keyword": "embeded",
            "domain_tld": "site",
            "query_time": "2024-05-20 12:03:50",
            "create_date": "2023-11-19",
            "update_date": "2023-11-24",
            "expiry_date": "2024-11-19",
            "registrar_iana": 244,
            "registrar_name": "Gabia, Inc.",
            "registrant_country": "KR",
            "registrant_email": "please query the rdds service of the 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.gabia.co.kr",
                "ns.gabia.net",
                "ns1.gabia.co.kr"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 7,
            "domain_name": "embeded.net",
            "domain_keyword": "embeded",
            "domain_tld": "net",
            "query_time": "2024-04-07 23:39:21",
            "create_date": "2023-11-30",
            "update_date": "2023-12-03",
            "expiry_date": "2024-11-30",
            "registrar_iana": 418,
            "registrar_name": "CommuniGal Communication Ltd.",
            "registrar_website": "http://www.galcomm.com",
            "name_servers": [
                "ns15.abovedomains.com",
                "ns16.abovedomains.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.015,
        "api_credits_used": 1,
        "cost_calculation": "1 (search_fields[domain_keyword])"
    }
}
<root>
 <success>true</success>
 <query>
  <database>current</database>
  <domain_keyword>embeded</domain_keyword>
  <sort_by>create_date</sort_by>
  <sort_order>asc</sort_order>
  <page_size>100</page_size>
 </query>
 <count>
  <total>7</total>
  <relation>eq</relation>
  <current>7</current>
 </count>
 <unique_domains>embeded.com, embeded.cn, embeded.systems, embeded.co.uk, embeded.top, embeded.site, embeded.net</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>embeded.com</domain_name>
   <domain_keyword>embeded</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-08 18:43:01</query_time>
   <create_date>2004-07-08</create_date>
   <update_date>2024-02-15</update_date>
   <expiry_date>2026-07-08</expiry_date>
   <registrar_iana>48</registrar_iana>
   <registrar_name>ENOM, INC.</registrar_name>
   <registrar_website>WWW.ENOMDOMAINS.COM</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>REDACTED FOR PRIVACY</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>FL</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>https://tieredaccess.com/contact/5eb144ce-5700-4723-a98b-3c9267acf2a0</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns1.name-services.com</value>
    <value>dns2.name-services.com</value>
    <value>dns3.name-services.com</value>
    <value>dns4.name-services.com</value>
    <value>dns5.name-services.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>2</num>
   <domain_name>embeded.cn</domain_name>
   <domain_keyword>embeded</domain_keyword>
   <domain_tld>cn</domain_tld>
   <query_time>2024-04-07 23:39:21</query_time>
   <create_date>2005-06-23</create_date>
   <expiry_date>2024-06-23</expiry_date>
   <registrar_name>阿里云计算有限公司(万网)</registrar_name>
   <registrant_name>北京昆仑时代科技有限公司</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>dns1.hichina.com</value>
    <value>dns2.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>3</num>
   <domain_name>embeded.systems</domain_name>
   <domain_keyword>embeded</domain_keyword>
   <domain_tld>systems</domain_tld>
   <query_time>2024-05-08 18:43:01</query_time>
   <create_date>2020-03-08</create_date>
   <update_date>2024-02-12</update_date>
   <expiry_date>2025-03-08</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>https://www.namecheap.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>4</num>
   <domain_name>embeded.co.uk</domain_name>
   <domain_keyword>embeded</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-04-18 12:58:25</query_time>
   <create_date>2020-07-16</create_date>
   <update_date>2023-07-16</update_date>
   <expiry_date>2024-07-16</expiry_date>
   <registrar_name>Squarespace Domains LLC [Tag = GOOGLE]</registrar_name>
   <registrar_website>https://domains.google</registrar_website>
   <name_servers>
    <value>ns8.wixdns.net</value>
    <value>ns9.wixdns.net</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>5</num>
   <domain_name>embeded.top</domain_name>
   <domain_keyword>embeded</domain_keyword>
   <domain_tld>top</domain_tld>
   <query_time>2024-05-19 15:26:31</query_time>
   <create_date>2023-06-27</create_date>
   <update_date>2023-06-27</update_date>
   <expiry_date>2024-06-27</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>http://www.net.cn</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>wang xiang cheng</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>hei long jiang</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns3.hichina.com</value>
    <value>dns4.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>6</num>
   <domain_name>embeded.site</domain_name>
   <domain_keyword>embeded</domain_keyword>
   <domain_tld>site</domain_tld>
   <query_time>2024-05-20 12:03:50</query_time>
   <create_date>2023-11-19</create_date>
   <update_date>2023-11-24</update_date>
   <expiry_date>2024-11-19</expiry_date>
   <registrar_iana>244</registrar_iana>
   <registrar_name>Gabia, Inc.</registrar_name>
   <registrant_country>KR</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.gabia.co.kr</value>
    <value>ns.gabia.net</value>
    <value>ns1.gabia.co.kr</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>7</num>
   <domain_name>embeded.net</domain_name>
   <domain_keyword>embeded</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-07 23:39:21</query_time>
   <create_date>2023-11-30</create_date>
   <update_date>2023-12-03</update_date>
   <expiry_date>2024-11-30</expiry_date>
   <registrar_iana>418</registrar_iana>
   <registrar_name>CommuniGal Communication Ltd.</registrar_name>
   <registrar_website>http://www.galcomm.com</registrar_website>
   <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>
 </results>
 <stats>
  <total_time>0.015</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 1,423 domain names (in 0.121 seconds) which look and sound like the brand name "embeded".
Domain Name Registered Expiry Registrar Ownership
1 embdeded.com 28 Jul 2016 28 Jul 2024 MarkMonitor, Inc. Arrow Electronics, Inc
2 embedded.foundation 2 Jul 2021 2 Jul 2024 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
3 embedded.camera 12 Feb 2014 12 Feb 2025 united-domains AG Vision Components GmbH
4 embedded.info 13 Jul 2002 13 Jul 2024 MarkMonitor Inc. DNStinations
5 embed-ed.com 29 May 2020 29 May 2026 GoDaddy.com, LLC -
6 embecded.com 28 Jul 2016 28 Jul 2024 MarkMonitor, Inc. Arrow Electronics, Inc
7 embedded.in 16 Feb 2005 16 Feb 2027 GoDaddy.com, LLC REDACTED FOR PRIVACY
8 embedded.eco 27 Jul 2021 27 Jul 2024 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
9 embedded.international 28 Jul 2023 28 Jul 2024 Regional Network Information Center, JSC dba RU-CENTER Privacy protection service - whoisproxy.ru
10 embedded.engineering 20 Dec 2022 20 Dec 2025 Key-Systems, LLC Embedded Acoustics BV
11 embededd.com 28 Jul 2016 28 Jul 2024 MarkMonitor, Inc. Arrow Electronics, Inc
12 embedded.org 22 Feb 1998 21 Feb 2026 GoDaddy.com, LLC Domains By Proxy, LLC
13 embedded.quest 2 May 2024 2 May 2026 Namecheap Privacy service provided by Withheld for Privacy ehf
14 embededi.com 2 Mar 2022 2 Mar 2027 TUCOWS, INC. REDACTED FOR PRIVACY
15 embexded.com 28 Jul 2016 28 Jul 2024 MarkMonitor, Inc. Arrow Electronics, Inc
16 embedded.one 29 Dec 2023 29 Dec 2024 Spaceship, Inc. Privacy service provided by Withheld for Privacy ehf
17 embedded.support 26 Mar 2014 26 Mar 2025 Tucows Domains Inc. REDACTED FOR PRIVACY
18 embedded.expert 4 Dec 2015 4 Dec 2024 GoDaddy.com, LLC Domains By Proxy, LLC
19 embeder.com 14 Mar 2016 14 Mar 2025 DYNADOT LLC Super Privacy Service LTD c/o Dynadot
20 embedded.pl 11 May 2011 11 May 2025 nazwa.pl sp. z o.o. -
21 embedded.space 4 Dec 2020 4 Dec 2024 Cloudflare, Inc. -
22 embedes.pl 18 Mar 2008 18 Mar 2025 home.pl S.A. -
23 embeder.su 3 Jul 2011 3 Jul 2024 RUCENTER-SU Private Person
24 embedded.group 19 Dec 2019 19 Dec 2025 GoDaddy.com, LLC Domains By Proxy, LLC
25 embedded.social 31 Oct 2022 31 Oct 2024 eNom, LLC Data Protected
26 imbeded.com 24 Apr 2021 24 Apr 2025 GoDaddy.com, LLC -
27 embed2ed.com 20 Feb 2014 20 Feb 2025 GMO INTERNET, INC. Whois Privacy Protection Service by MuuMuuDomain
28 embedded.network 11 Dec 2014 11 Dec 2024 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
29 embedmd.com 23 Jul 2023 23 Jul 2024 Squarespace Domains II LLC Contact Privacy Inc. Customer 7151571251
30 embedded.video 26 Aug 2022 26 Aug 2024 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
31 embedsed.com 28 Jul 2016 28 Jul 2024 MarkMonitor, Inc. Arrow Electronics, Inc
32 emberded.com 28 Jul 2016 28 Jul 2024 MarkMonitor, Inc. Arrow Electronics, Inc
33 embedez.com 13 Aug 2023 13 Aug 2024 Porkbun LLC Private by Design, LLC
34 embedded.academy 26 Jan 2017 26 Jan 2025 EuroDNS S.A. Altran Belgium SA/NV
35 embedid.com 31 May 2020 31 May 2024 GoDaddy.com, LLC Domains By Proxy, LLC
36 embedded.icu 19 May 2021 19 May 2025 Namecheap Privacy service provided by Withheld for Privacy ehf
37 embedled.com 18 Jul 2011 18 Jul 2024 Gname.com Pte. Ltd. Redacted for privacy
38 embedded.se 26 Apr 2003 26 Apr 2025 LoopiaGroup2 -
39 embedeed.com 28 Jul 2016 28 Jul 2024 MarkMonitor, Inc. Arrow Electronics, Inc
40 embedded.com 12 Jun 1995 11 Jun 2025 CSC CORPORATE DOMAINS, INC. Arrow Electronics, Inc.
41 embedded.link 27 Jul 2021 27 Jul 2024 NAMECHEAP Privacy service provided by Withheld for Privacy ehf
42 embedded.nl 18 Dec 1998 - team.blue nl B.V. -
43 embefded.com 28 Jul 2016 28 Jul 2024 MarkMonitor, Inc. Arrow Electronics, Inc
44 embedded.estate 2 Jul 2021 2 Jul 2024 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
45 embedeo.com 29 Aug 2005 29 Aug 2024 PDR Ltd. d/b/a PublicDomainRegistry.com GDPR Masked
46 embedded.rest 2 Jul 2021 2 Jul 2024 NAMECHEAP Privacy service provided by Withheld for Privacy ehf
47 embedded.fund 27 Jul 2021 27 Jul 2024 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
48 embedded.live 13 Aug 2023 13 Aug 2024 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
49 embedeo.org 15 Nov 2006 15 Nov 2024 PDR Ltd. d/b/a PublicDomainRegistry.com GDPR Masked
50 embedded.by 4 Dec 2010 6 Dec 2025 Reliable Software, Ltd -
51 embedded.loans 8 Apr 2022 8 Apr 2025 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
52 embedded.sh 11 Aug 2021 11 Aug 2024 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
53 embedded.ru 17 Jun 1999 30 Jun 2024 RU-CENTER-RU Limited Liability Company "PROSOFT"
54 embedel.eu - - Aruba S.p.A. -
55 embesded.com 28 Jul 2016 28 Jul 2024 MarkMonitor, Inc. Arrow Electronics, Inc
56 embdded.com 28 Jul 2016 28 Jul 2024 MarkMonitor, Inc. Arrow Electronics, Inc
57 embedded.life 6 Jun 2019 6 Jun 2024 Squarespace Domains II LLC Contact Privacy Inc. Customer 7151571251
58 embedel.com 12 Jul 2014 12 Jul 2024 Tucows Domains Inc. -
59 embedded.care 22 May 2023 22 May 2025 Key-Systems, LLC Be A Life Changer B.V.
60 embedfed.com 28 Jul 2016 28 Jul 2024 MarkMonitor, Inc. Arrow Electronics, Inc
61 embedded.com.pl 27 May 2014 27 May 2024 nazwa.pl sp. z o.o. -
62 embedded.it 22 Mar 2000 12 Sep 2024 Aruba s.p.a. KOAN S.A.S. DI CAVALLINI MARCO & C.
63 embededu.com 17 Nov 2010 17 Nov 2024 eName Technology Co., Ltd. -
64 embedded.enterprises 2 Jun 2016 2 Jun 2024 united-domains AG REDACTED FOR PRIVACY
65 embedel.it 12 Jul 2014 12 Jul 2024 Aruba s.p.a. Cristinel Enusel
66 embedded.uk 2 Oct 2021 2 Oct 2024 Behrendt Professional Corporation t/a Amazing Domains [Tag = BPC-CA] -
67 embedded.dev 21 Aug 2023 21 Aug 2024 Squarespace Domains II LLC. Contact Privacy Inc. Customer 7151571251
68 embered.xyz 2 Apr 2024 2 Apr 2025 Porkbun, LLC Private by Design, LLC
69 embedxed.com 28 Jul 2016 28 Jul 2024 MarkMonitor, Inc. Arrow Electronics, Inc
70 embedded.best 2 Jun 2022 2 Jun 2024 CSL Computer Service Langenbach GmbH -
71 embedded.jobs 30 Oct 2023 30 Oct 2024 EnCirca, Inc. Luca Zambuto
72 embedded.wang 21 Apr 2018 21 Apr 2028 XinNet Technology Corporation 王争
73 embedded.institute 27 Jul 2021 27 Jul 2024 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
74 embedded.ventures 3 Sep 2020 3 Sep 2024 GoDaddy.com, LLC Domains By Proxy, LLC
75 embedde.com 4 May 2005 4 May 2025 GoDaddy.com, LLC -
76 embedded.contractors 1 Sep 2014 1 Sep 2024 Cronon GmbH REDACTED FOR PRIVACY
77 embedced.com 28 Jul 2016 28 Jul 2024 MarkMonitor, Inc. Arrow Electronics, Inc
78 embedded.vip 20 May 2022 20 May 2024 eNom, LLC Data Protected
79 embeaded.co 11 Aug 2023 11 Aug 2024 Tucows Domains Inc. Contact Privacy Inc. Customer 0168088430
80 embedeo.eu - - SuperHosting.BG Ltd. -
81 embedded.energy 2 Jul 2021 2 Jul 2024 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
82 embedded.claims 8 Apr 2022 8 Apr 2025 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
83 embedded.co.nz 6 Jul 1997 - Voyager Internet Ltd T/A 1st Domains -
84 embedded.com.au - - SYNERGY WHOLESALE ACCREDITATIONS PTY LTD Ben Rashleigh
85 embedded.africa 2 Nov 2021 2 Nov 2024 Domains.co.za Mycoza holdings Pty Ltd
86 embedded.news 28 Nov 2017 28 Nov 2024 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
87 embedded.reviews 21 Dec 2023 21 Dec 2024 Domain Science Kutatási Szolgáltató Korlátolt Felelősségű Társaság Virtua Drug Ltd
88 embedded.partners 14 Oct 2021 14 Oct 2024 Squarespace Domains II LLC REDACTED FOR PRIVACY
89 embedded.homes 29 Dec 2023 29 Dec 2024 Namecheap Privacy service provided by Withheld for Privacy ehf
90 embedded.wtf 6 Aug 2014 6 Aug 2024 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
91 embedded.design 11 Aug 2016 11 Aug 2024 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
92 embedded.me.uk 23 Nov 2005 23 Nov 2024 Plusnet Plc t/a Madasafish Broadband [Tag = MADASAFISH] -
93 embedeq.com 9 Jan 2015 9 Jan 2025 Tucows Domains Inc. -
94 embeeded.com 28 Jul 2016 28 Jul 2024 MarkMonitor, Inc. Arrow Electronics, Inc
95 embed3d.com 16 Jan 2021 16 Jan 2025 IONOS SE REDACTED FOR PRIVACY
96 embedded.how 5 Jul 2023 5 Jul 2024 Squarespace Domains II LLC. Contact Privacy Inc. Customer 7151571251
97 embedded.university 10 Nov 2016 10 Nov 2024 NameCheap, Inc. OpenSystems Media
98 embemed.com 11 Oct 2005 11 Oct 2024 Mesh Digital Limited -
99 embedes.com 18 Mar 2008 18 Mar 2025 Key-Systems GmbH REDACTED FOR PRIVACY
100 embedded.me 20 Dec 2023 20 Dec 2024 Sav.com, LLC - 49 REDACTED FOR PRIVACY
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 Embeded.cn.

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

https://api.bigdomaindata.com/?key=XXXXX&fuzzy_domains=embeded.cn
For more details, kindly see our Fuzzy Domains API usage guide.
{
    "success": true,
    "query": {
        "fuzzy_domains": "embeded.cn",
        "page_size": 100
    },
    "count": {
        "total": 1423,
        "relation": "eq",
        "current": 100
    },
    "unique_domains": "embdeded.com, embedded.foundation, embedded.camera, embedded.info, embed-ed.com, embecded.com, embedded.in, embedded.eco, embedded.international, embedded.engineering, embededd.com, embedded.org, embedded.quest, embededi.com, embexded.com, embedded.one, embedded.support, embedded.expert, embeder.com, embedded.pl, embedded.space, embedes.pl, embeder.su, embedded.group, embedded.social, imbeded.com, embed2ed.com, embedded.network, embedmd.com, embedded.video, embedsed.com, emberded.com, embedez.com, embedded.academy, embedid.com, embedded.icu, embedled.com, embedded.se, embedeed.com, embedded.com, embedded.link, embedded.nl, embefded.com, embedded.estate, embedeo.com, embedded.rest, embedded.fund, embedded.live, embedeo.org, embedded.by, embedded.loans, embedded.sh, embedded.ru, embedel.eu, embesded.com, embdded.com, embedded.life, embedel.com, embedded.care, embedfed.com, embedded.com.pl, embedded.it, embededu.com, embedded.enterprises, embedel.it, embedded.uk, embedded.dev, embered.xyz, embedxed.com, embedded.best, embedded.jobs, embedded.wang, embedded.institute, embedded.ventures, embedde.com, embedded.contractors, embedced.com, embedded.vip, embeaded.co, embedeo.eu, embedded.energy, embedded.claims, embedded.co.nz, embedded.com.au, embedded.africa, embedded.news, embedded.reviews, embedded.partners, embedded.homes, embedded.wtf, embedded.design, embedded.me.uk, embedeq.com, embeeded.com, embed3d.com, embedded.how, embedded.university, embemed.com, embedes.com, embedded.me",
    "results": [
        {
            "num": 1,
            "domain_name": "embdeded.com",
            "domain_keyword": "embdeded",
            "domain_tld": "com",
            "query_time": "2024-04-07 20:44:46",
            "create_date": "2016-07-28",
            "update_date": "2022-06-26",
            "expiry_date": "2024-07-28",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor, Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_company": "Arrow Electronics, Inc",
            "registrant_state": "CO",
            "registrant_country": "US",
            "registrant_email": "select request email form at https://domains.markmonitor.com/whois/embdeded.com",
            "name_servers": [
                "pdns77.ultradns.biz",
                "pdns77.ultradns.com",
                "pdns77.ultradns.net",
                "pdns77.ultradns.org"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 2,
            "domain_name": "embedded.foundation",
            "domain_keyword": "embedded",
            "domain_tld": "foundation",
            "query_time": "2024-05-19 15:26:25",
            "create_date": "2021-07-02",
            "update_date": "2023-06-07",
            "expiry_date": "2024-07-02",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "http://www.namecheap.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 3,
            "domain_name": "embedded.camera",
            "domain_keyword": "embedded",
            "domain_tld": "camera",
            "query_time": "2024-04-13 05:29:02",
            "create_date": "2014-02-12",
            "update_date": "2024-03-28",
            "expiry_date": "2025-02-12",
            "registrar_iana": 1408,
            "registrar_name": "united-domains AG",
            "registrar_website": "http://www.united-domains.de",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Vision Components GmbH",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "DE",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns.udag.de",
                "ns.udag.net",
                "ns.udag.org"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 4,
            "domain_name": "embedded.info",
            "domain_keyword": "embedded",
            "domain_tld": "info",
            "query_time": "2024-04-18 12:57:10",
            "create_date": "2002-07-13",
            "update_date": "2024-04-15",
            "expiry_date": "2024-07-13",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "DNStinations",
            "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.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": 5,
            "domain_name": "embed-ed.com",
            "domain_keyword": "embed-ed",
            "domain_tld": "com",
            "query_time": "2024-05-30 23:54:34",
            "create_date": "2020-05-29",
            "update_date": "2024-05-30",
            "expiry_date": "2026-05-29",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns45.domaincontrol.com",
                "ns46.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 6,
            "domain_name": "embecded.com",
            "domain_keyword": "embecded",
            "domain_tld": "com",
            "query_time": "2024-04-13 05:28:56",
            "create_date": "2016-07-28",
            "update_date": "2022-06-26",
            "expiry_date": "2024-07-28",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor, Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_company": "Arrow Electronics, Inc",
            "registrant_state": "CO",
            "registrant_country": "US",
            "registrant_email": "select request email form at https://domains.markmonitor.com/whois/embecded.com",
            "name_servers": [
                "pdns77.ultradns.biz",
                "pdns77.ultradns.com",
                "pdns77.ultradns.net",
                "pdns77.ultradns.org"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 7,
            "domain_name": "embedded.in",
            "domain_keyword": "embedded",
            "domain_tld": "in",
            "query_time": "2024-05-19 15:26:25",
            "create_date": "2005-02-16",
            "update_date": "2023-02-15",
            "expiry_date": "2027-02-16",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "www.godaddy.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Karnataka",
            "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": [
                "vino409601.earth.orderbox-dns.com",
                "vino409601.mars.orderbox-dns.com",
                "vino409601.mercury.orderbox-dns.com",
                "vino409601.venus.orderbox-dns.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 8,
            "domain_name": "embedded.eco",
            "domain_keyword": "embedded",
            "domain_tld": "eco",
            "query_time": "2024-05-20 12:03:13",
            "create_date": "2021-07-27",
            "update_date": "2023-07-02",
            "expiry_date": "2024-07-27",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "www.namecheap.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please ask the registrar of record identified in this output for information on how to contact the registrant, admin, or other contacts of the queried domain name",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 9,
            "domain_name": "embedded.international",
            "domain_keyword": "embedded",
            "domain_tld": "international",
            "query_time": "2024-04-13 05:29:03",
            "create_date": "2023-07-28",
            "update_date": "2023-08-02",
            "expiry_date": "2024-07-28",
            "registrar_iana": 463,
            "registrar_name": "Regional Network Information Center, JSC dba RU-CENTER",
            "registrar_website": "https://www.nic.ru/en/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy protection service - whoisproxy.ru",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Moscow",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "RU",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns3-l2.nic.ru",
                "ns4-l2.nic.ru",
                "ns8-l2.nic.ru"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 10,
            "domain_name": "embedded.engineering",
            "domain_keyword": "embedded",
            "domain_tld": "engineering",
            "query_time": "2024-05-08 18:42:54",
            "create_date": "2022-12-20",
            "update_date": "2024-04-02",
            "expiry_date": "2025-12-20",
            "registrar_iana": 1345,
            "registrar_name": "Key-Systems, LLC",
            "registrar_website": "http://key-systems.net",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Embedded Acoustics BV",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "NL",
            "registrant_email": "please query the rdds service of the registrar 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": [
                "ns0.transip.net",
                "ns1.transip.nl",
                "ns2.transip.eu"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 11,
            "domain_name": "embededd.com",
            "domain_keyword": "embededd",
            "domain_tld": "com",
            "query_time": "2024-04-07 23:39:21",
            "create_date": "2016-07-28",
            "update_date": "2022-06-26",
            "expiry_date": "2024-07-28",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor, Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_company": "Arrow Electronics, Inc",
            "registrant_state": "CO",
            "registrant_country": "US",
            "registrant_email": "select request email form at https://domains.markmonitor.com/whois/embededd.com",
            "name_servers": [
                "pdns77.ultradns.biz",
                "pdns77.ultradns.com",
                "pdns77.ultradns.net",
                "pdns77.ultradns.org"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 12,
            "domain_name": "embedded.org",
            "domain_keyword": "embedded",
            "domain_tld": "org",
            "query_time": "2024-04-13 05:29:03",
            "create_date": "1998-02-22",
            "update_date": "2023-07-12",
            "expiry_date": "2026-02-21",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.whois.godaddy.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns31.domaincontrol.com",
                "ns32.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 13,
            "domain_name": "embedded.quest",
            "domain_keyword": "embedded",
            "domain_tld": "quest",
            "query_time": "2024-05-03 23:37:00",
            "create_date": "2024-05-02",
            "update_date": "2024-05-02",
            "expiry_date": "2026-05-02",
            "registrar_iana": 1068,
            "registrar_name": "Namecheap",
            "registrar_website": "https://namecheap.com",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_state": "Capital Region",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "addPeriod",
                "clientTransferProhibited",
                "serverTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 14,
            "domain_name": "embededi.com",
            "domain_keyword": "embededi",
            "domain_tld": "com",
            "query_time": "2024-05-19 15:26:31",
            "create_date": "2022-03-02",
            "update_date": "2022-03-02",
            "expiry_date": "2027-03-02",
            "registrar_iana": 69,
            "registrar_name": "TUCOWS, INC.",
            "registrar_website": "http://tucowsdomains.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "South Yorkshire",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "GB",
            "registrant_email": "https://tieredaccess.com/contact/4a968786-0a54-413f-ac50-ff8fc0ba5569",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "acheron.shef.ac.uk",
                "hippo.shef.ac.uk"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 15,
            "domain_name": "embexded.com",
            "domain_keyword": "embexded",
            "domain_tld": "com",
            "query_time": "2024-05-27 18:35:23",
            "create_date": "2016-07-28",
            "update_date": "2022-06-26",
            "expiry_date": "2024-07-28",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor, Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_company": "Arrow Electronics, Inc",
            "registrant_state": "CO",
            "registrant_country": "US",
            "registrant_email": "select request email form at https://domains.markmonitor.com/whois/embexded.com",
            "name_servers": [
                "pdns77.ultradns.biz",
                "pdns77.ultradns.com",
                "pdns77.ultradns.net",
                "pdns77.ultradns.org"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 16,
            "domain_name": "embedded.one",
            "domain_keyword": "embedded",
            "domain_tld": "one",
            "query_time": "2024-06-01 21:07:25",
            "create_date": "2023-12-29",
            "update_date": "2024-04-27",
            "expiry_date": "2024-12-29",
            "registrar_iana": 3862,
            "registrar_name": "Spaceship, Inc.",
            "registrar_website": "https://www.spaceship.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com",
                "verification-p5xclh73.ns3.dan.hosting"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 17,
            "domain_name": "embedded.support",
            "domain_keyword": "embedded",
            "domain_tld": "support",
            "query_time": "2024-05-23 15:47:57",
            "create_date": "2014-03-26",
            "update_date": "2024-03-02",
            "expiry_date": "2025-03-26",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "http://www.tucows.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.systemdns.com",
                "ns2.systemdns.com",
                "ns3.systemdns.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 18,
            "domain_name": "embedded.expert",
            "domain_keyword": "embedded",
            "domain_tld": "expert",
            "query_time": "2024-04-13 05:29:02",
            "create_date": "2015-12-04",
            "update_date": "2024-01-18",
            "expiry_date": "2024-12-04",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com/domains/search.aspx?ci=8990",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns57.domaincontrol.com",
                "ns58.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 19,
            "domain_name": "embeder.com",
            "domain_keyword": "embeder",
            "domain_tld": "com",
            "query_time": "2024-04-18 12:58:24",
            "create_date": "2016-03-14",
            "update_date": "2024-04-13",
            "expiry_date": "2025-03-14",
            "registrar_iana": 472,
            "registrar_name": "DYNADOT LLC",
            "registrar_website": "http://www.dynadot.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Super Privacy Service LTD c/o Dynadot",
            "registrant_address": "PO Box 701",
            "registrant_city": "San Mateo",
            "registrant_state": "California",
            "registrant_zip": "94401",
            "registrant_country": "US",
            "registrant_email": "https://www.dynadot.com/domain/contact-request?domain=embeder.com",
            "registrant_phone": "+1.6505854708",
            "name_servers": [
                "ns1.smartname.com",
                "ns2.smartname.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 20,
            "domain_name": "embedded.pl",
            "domain_keyword": "embedded",
            "domain_tld": "pl",
            "query_time": "2024-05-26 06:06:02",
            "create_date": "2011-05-11",
            "update_date": "2024-04-22",
            "expiry_date": "2025-05-11",
            "registrar_name": "nazwa.pl sp. z o.o.",
            "registrar_website": "www.nazwa.pl",
            "name_servers": [
                "ns1.nazwa.pl",
                "ns2.nazwa.pl",
                "ns3.nazwa.pl"
            ],
            "dns_sec": [
                "Signed"
            ]
        },
        {
            "num": 21,
            "domain_name": "embedded.space",
            "domain_keyword": "embedded",
            "domain_tld": "space",
            "query_time": "2024-05-30 23:54:35",
            "create_date": "2020-12-04",
            "update_date": "2023-08-31",
            "expiry_date": "2024-12-04",
            "registrar_iana": 1910,
            "registrar_name": "Cloudflare, Inc.",
            "registrar_website": "http://cloudflare.com",
            "registrant_state": "IL",
            "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": [
                "cruz.ns.cloudflare.com",
                "jose.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 22,
            "domain_name": "embedes.pl",
            "domain_keyword": "embedes",
            "domain_tld": "pl",
            "query_time": "2024-05-26 06:06:04",
            "create_date": "2008-03-18",
            "update_date": "2024-03-17",
            "expiry_date": "2025-03-18",
            "registrar_name": "home.pl S.A.",
            "registrar_website": "https://home.pl/kontakt",
            "name_servers": [
                "dns.home.pl",
                "dns2.home.pl",
                "dns3.home.pl"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 23,
            "domain_name": "embeder.su",
            "domain_keyword": "embeder",
            "domain_tld": "su",
            "query_time": "2024-05-05 04:09:29",
            "create_date": "2011-07-03",
            "expiry_date": "2024-07-03",
            "registrar_name": "RUCENTER-SU",
            "registrant_name": "Private Person",
            "registrant_email": "[email protected]",
            "domain_status": [
                "NOT DELEGATED",
                "REGISTERED"
            ]
        },
        {
            "num": 24,
            "domain_name": "embedded.group",
            "domain_keyword": "embedded",
            "domain_tld": "group",
            "query_time": "2024-04-13 05:29:03",
            "create_date": "2019-12-19",
            "update_date": "2024-02-02",
            "expiry_date": "2025-12-19",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com/domains/search.aspx?ci=8990",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns15.domaincontrol.com",
                "ns16.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 25,
            "domain_name": "embedded.social",
            "domain_keyword": "embedded",
            "domain_tld": "social",
            "query_time": "2024-05-19 15:26:25",
            "create_date": "2022-10-31",
            "update_date": "2023-10-05",
            "expiry_date": "2024-10-31",
            "registrar_iana": 48,
            "registrar_name": "eNom, LLC",
            "registrar_website": "http://www.enom.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Data Protected",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "CA",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.dreamhost.com",
                "ns2.dreamhost.com",
                "ns3.dreamhost.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 26,
            "domain_name": "imbeded.com",
            "domain_keyword": "imbeded",
            "domain_tld": "com",
            "query_time": "2024-05-02 12:32:59",
            "create_date": "2021-04-24",
            "update_date": "2024-04-25",
            "expiry_date": "2025-04-24",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns41.domaincontrol.com",
                "ns42.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 27,
            "domain_name": "embed2ed.com",
            "domain_keyword": "embed2ed",
            "domain_tld": "com",
            "query_time": "2024-04-18 12:56:36",
            "create_date": "2014-02-20",
            "update_date": "2024-01-21",
            "expiry_date": "2025-02-20",
            "registrar_iana": 49,
            "registrar_name": "GMO INTERNET, INC.",
            "registrar_website": "http://www.onamae.com",
            "registrant_name": "Whois Privacy Protection Service by MuuMuuDomain",
            "registrant_company": "Whois Privacy Protection Service by MuuMuuDomain",
            "registrant_address": "2-7-21 Tenjin Chuo-ku, Tenjin Prime 8F",
            "registrant_city": "Fukuoka-shi",
            "registrant_state": "Fukuoka",
            "registrant_zip": "810-0001",
            "registrant_country": "JP",
            "registrant_email": "[email protected]",
            "registrant_phone": "+81.927137999",
            "registrant_fax": "+81.927137944",
            "name_servers": [
                "ns1.xserver.jp",
                "ns2.xserver.jp",
                "ns3.xserver.jp",
                "ns4.xserver.jp",
                "ns5.xserver.jp"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 28,
            "domain_name": "embedded.network",
            "domain_keyword": "embedded",
            "domain_tld": "network",
            "query_time": "2024-04-13 05:29:03",
            "create_date": "2014-12-11",
            "update_date": "2023-11-16",
            "expiry_date": "2024-12-11",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com",
                "dns3.registrar-servers.com",
                "dns4.registrar-servers.com",
                "dns5.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 29,
            "domain_name": "embedmd.com",
            "domain_keyword": "embedmd",
            "domain_tld": "com",
            "query_time": "2024-04-07 23:40:06",
            "create_date": "2023-07-23",
            "update_date": "2023-08-07",
            "expiry_date": "2024-07-23",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC",
            "registrar_website": "https://domains2.squarespace.com",
            "registrant_name": "Contact Privacy Inc. Customer 7151571251",
            "registrant_company": "Contact Privacy Inc. Customer 7151571251",
            "registrant_address": "96 Mowat Ave",
            "registrant_city": "Toronto",
            "registrant_state": "ON",
            "registrant_zip": "M4K 3K1",
            "registrant_country": "CA",
            "registrant_email": "https://domains.google.com/contactregistrant?domain=embedmd.com",
            "registrant_phone": "+1.4165385487",
            "name_servers": [
                "ns-cloud-c1.googledomains.com",
                "ns-cloud-c2.googledomains.com",
                "ns-cloud-c3.googledomains.com",
                "ns-cloud-c4.googledomains.com"
            ],
            "domain_status": [
                "clientHold",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 30,
            "domain_name": "embedded.video",
            "domain_keyword": "embedded",
            "domain_tld": "video",
            "query_time": "2024-05-08 18:42:54",
            "create_date": "2022-08-26",
            "update_date": "2023-08-01",
            "expiry_date": "2024-08-26",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.hosting.reg.ru",
                "ns2.hosting.reg.ru"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 31,
            "domain_name": "embedsed.com",
            "domain_keyword": "embedsed",
            "domain_tld": "com",
            "query_time": "2024-05-27 18:34:18",
            "create_date": "2016-07-28",
            "update_date": "2022-06-26",
            "expiry_date": "2024-07-28",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor, Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_company": "Arrow Electronics, Inc",
            "registrant_state": "CO",
            "registrant_country": "US",
            "registrant_email": "select request email form at https://domains.markmonitor.com/whois/embedsed.com",
            "name_servers": [
                "pdns77.ultradns.biz",
                "pdns77.ultradns.com",
                "pdns77.ultradns.net",
                "pdns77.ultradns.org"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 32,
            "domain_name": "emberded.com",
            "domain_keyword": "emberded",
            "domain_tld": "com",
            "query_time": "2024-05-27 18:35:09",
            "create_date": "2016-07-28",
            "update_date": "2022-06-26",
            "expiry_date": "2024-07-28",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor, Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_company": "Arrow Electronics, Inc",
            "registrant_state": "CO",
            "registrant_country": "US",
            "registrant_email": "select request email form at https://domains.markmonitor.com/whois/emberded.com",
            "name_servers": [
                "pdns77.ultradns.biz",
                "pdns77.ultradns.com",
                "pdns77.ultradns.net",
                "pdns77.ultradns.org"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 33,
            "domain_name": "embedez.com",
            "domain_keyword": "embedez",
            "domain_tld": "com",
            "query_time": "2024-04-13 05:29:30",
            "create_date": "2023-08-13",
            "update_date": "2023-08-13",
            "expiry_date": "2024-08-13",
            "registrar_iana": 1861,
            "registrar_name": "Porkbun LLC",
            "registrar_website": "http://www.porkbun.com",
            "registrant_name": "Whois Privacy",
            "registrant_company": "Private by Design, LLC",
            "registrant_address": "500 Westover Dr #9816",
            "registrant_city": "Sanford",
            "registrant_state": "NC",
            "registrant_zip": "27330",
            "registrant_country": "US",
            "registrant_email": "https://porkbun.com/whois/contact/registrant/embedez.com",
            "registrant_phone": "+1.9712666028",
            "name_servers": [
                "byron.ns.cloudflare.com",
                "meadow.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 34,
            "domain_name": "embedded.academy",
            "domain_keyword": "embedded",
            "domain_tld": "academy",
            "query_time": "2024-05-27 18:34:09",
            "create_date": "2017-01-26",
            "update_date": "2020-01-26",
            "expiry_date": "2025-01-26",
            "registrar_iana": 1052,
            "registrar_name": "EuroDNS S.A.",
            "registrar_website": "http://www.eurodns.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Altran Belgium SA/NV",
            "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": [
                "ns1.eurodns.com",
                "ns2.eurodns.com",
                "ns3.eurodns.com",
                "ns4.eurodns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 35,
            "domain_name": "embedid.com",
            "domain_keyword": "embedid",
            "domain_tld": "com",
            "query_time": "2024-06-01 21:07:26",
            "create_date": "2020-05-31",
            "update_date": "2023-06-01",
            "expiry_date": "2024-05-31",
            "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=embedid.com",
            "registrant_phone": "+1.4806242599",
            "name_servers": [
                "ns39.domaincontrol.com",
                "ns40.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 36,
            "domain_name": "embedded.icu",
            "domain_keyword": "embedded",
            "domain_tld": "icu",
            "query_time": "2024-04-07 19:28:15",
            "create_date": "2021-05-19",
            "update_date": "2023-08-31",
            "expiry_date": "2025-05-19",
            "registrar_iana": 1068,
            "registrar_name": "Namecheap",
            "registrar_website": "https://namecheap.com",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_state": "Capital Region",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 37,
            "domain_name": "embedled.com",
            "domain_keyword": "embedled",
            "domain_tld": "com",
            "query_time": "2024-04-18 12:58:29",
            "create_date": "2011-07-18",
            "update_date": "2023-06-30",
            "expiry_date": "2024-07-18",
            "registrar_iana": 1923,
            "registrar_name": "Gname.com Pte. Ltd.",
            "registrar_website": "www.gname.com",
            "registrant_name": "Redacted for privacy",
            "registrant_company": "Redacted for privacy",
            "registrant_address": "Redacted for privacy",
            "registrant_city": "Redacted for privacy",
            "registrant_state": "YUNNAN",
            "registrant_zip": "Redacted for privacy",
            "registrant_country": "CN",
            "registrant_email": "https://rdap.gname.com/extra/contact?type=registrant&domain=embedled.com",
            "registrant_phone": "Redacted for privacy",
            "registrant_fax": "Redacted for privacy",
            "name_servers": [
                "a.share-dns.com",
                "b.share-dns.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 38,
            "domain_name": "embedded.se",
            "domain_keyword": "embedded",
            "domain_tld": "se",
            "query_time": "2024-05-05 16:48:13",
            "create_date": "2003-04-26",
            "update_date": "2024-04-17",
            "expiry_date": "2025-04-26",
            "registrar_name": "LoopiaGroup2",
            "name_servers": [
                "ns1.loopiagroup.com",
                "ns2.loopiagroup.com"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "signed"
            ]
        },
        {
            "num": 39,
            "domain_name": "embedeed.com",
            "domain_keyword": "embedeed",
            "domain_tld": "com",
            "query_time": "2024-05-27 18:34:16",
            "create_date": "2016-07-28",
            "update_date": "2022-06-26",
            "expiry_date": "2024-07-28",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor, Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_company": "Arrow Electronics, Inc",
            "registrant_state": "CO",
            "registrant_country": "US",
            "registrant_email": "select request email form at https://domains.markmonitor.com/whois/embedeed.com",
            "name_servers": [
                "pdns77.ultradns.biz",
                "pdns77.ultradns.com",
                "pdns77.ultradns.net",
                "pdns77.ultradns.org"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 40,
            "domain_name": "embedded.com",
            "domain_keyword": "embedded",
            "domain_tld": "com",
            "query_time": "2024-06-02 18:50:34",
            "create_date": "1995-06-12",
            "update_date": "2024-05-12",
            "expiry_date": "2025-06-11",
            "registrar_iana": 299,
            "registrar_name": "CSC CORPORATE DOMAINS, INC.",
            "registrar_website": "www.cscprotectsbrands.com",
            "registrant_name": "Domain Admin",
            "registrant_company": "Arrow Electronics, Inc.",
            "registrant_address": "9151 E. Panorama Circle",
            "registrant_city": "Centennial",
            "registrant_state": "CO",
            "registrant_zip": "80112",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.3038241717",
            "registrant_fax": "+1.3038241717",
            "name_servers": [
                "pdns77.ultradns.biz",
                "pdns77.ultradns.com",
                "pdns77.ultradns.net",
                "pdns77.ultradns.org"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 41,
            "domain_name": "embedded.link",
            "domain_keyword": "embedded",
            "domain_tld": "link",
            "query_time": "2024-04-18 12:57:10",
            "create_date": "2021-07-27",
            "update_date": "2023-07-01",
            "expiry_date": "2024-07-27",
            "registrar_iana": 1068,
            "registrar_name": "NAMECHEAP",
            "registrar_website": "https://www.namecheap.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 42,
            "domain_name": "embedded.nl",
            "domain_keyword": "embedded",
            "domain_tld": "nl",
            "query_time": "2024-05-19 15:26:24",
            "create_date": "1998-12-18",
            "update_date": "2023-01-24",
            "registrar_name": "team.blue nl B.V.",
            "name_servers": [
                "ns0.transip.net",
                "ns1.transip.nl",
                "ns2.transip.eu"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "yes"
            ]
        },
        {
            "num": 43,
            "domain_name": "embefded.com",
            "domain_keyword": "embefded",
            "domain_tld": "com",
            "query_time": "2024-04-07 16:50:39",
            "create_date": "2016-07-28",
            "update_date": "2022-06-26",
            "expiry_date": "2024-07-28",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor, Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_company": "Arrow Electronics, Inc",
            "registrant_state": "CO",
            "registrant_country": "US",
            "registrant_email": "select request email form at https://domains.markmonitor.com/whois/embefded.com",
            "name_servers": [
                "pdns77.ultradns.biz",
                "pdns77.ultradns.com",
                "pdns77.ultradns.net",
                "pdns77.ultradns.org"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 44,
            "domain_name": "embedded.estate",
            "domain_keyword": "embedded",
            "domain_tld": "estate",
            "query_time": "2024-05-19 15:26:24",
            "create_date": "2021-07-02",
            "update_date": "2023-06-07",
            "expiry_date": "2024-07-02",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 45,
            "domain_name": "embedeo.com",
            "domain_keyword": "embedeo",
            "domain_tld": "com",
            "query_time": "2024-04-18 12:58:24",
            "create_date": "2005-08-29",
            "update_date": "2023-08-25",
            "expiry_date": "2024-08-29",
            "registrar_iana": 303,
            "registrar_name": "PDR Ltd. d/b/a PublicDomainRegistry.com",
            "registrar_website": "www.publicdomainregistry.com",
            "registrant_name": "GDPR Masked",
            "registrant_company": "GDPR Masked",
            "registrant_address": "GDPR Masked",
            "registrant_city": "GDPR Masked",
            "registrant_zip": "GDPR Masked",
            "registrant_country": "BG",
            "registrant_email": "[email protected]",
            "registrant_phone": "GDPR Masked",
            "registrant_fax": "GDPR Masked",
            "name_servers": [
                "ns71.bgdns.net",
                "ns72.bgdns.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 46,
            "domain_name": "embedded.rest",
            "domain_keyword": "embedded",
            "domain_tld": "rest",
            "query_time": "2024-05-19 15:26:25",
            "create_date": "2021-07-02",
            "update_date": "2024-02-15",
            "expiry_date": "2024-07-02",
            "registrar_iana": 1068,
            "registrar_name": "NAMECHEAP",
            "registrar_website": "https://www.namecheap.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 47,
            "domain_name": "embedded.fund",
            "domain_keyword": "embedded",
            "domain_tld": "fund",
            "query_time": "2024-05-20 12:03:13",
            "create_date": "2021-07-27",
            "update_date": "2023-07-02",
            "expiry_date": "2024-07-27",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 48,
            "domain_name": "embedded.live",
            "domain_keyword": "embedded",
            "domain_tld": "live",
            "query_time": "2024-05-25 00:34:15",
            "create_date": "2023-08-13",
            "update_date": "2024-01-20",
            "expiry_date": "2024-08-13",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "NA",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "TH",
            "registrant_email": "please query the rdds service of the registrar 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.squadhelp.com",
                "ns2.squadhelp.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 49,
            "domain_name": "embedeo.org",
            "domain_keyword": "embedeo",
            "domain_tld": "org",
            "query_time": "2024-04-18 12:58:24",
            "create_date": "2006-11-15",
            "update_date": "2023-11-12",
            "expiry_date": "2024-11-15",
            "registrar_iana": 303,
            "registrar_name": "PDR Ltd. d/b/a PublicDomainRegistry.com",
            "registrar_website": "http://www.publicdomainregistry.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "GDPR Masked",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "BG",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns71.bgdns.net",
                "ns72.bgdns.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 50,
            "domain_name": "embedded.by",
            "domain_keyword": "embedded",
            "domain_tld": "by",
            "query_time": "2024-05-30 23:54:35",
            "create_date": "2010-12-04",
            "update_date": "2023-11-06",
            "expiry_date": "2025-12-06",
            "registrar_name": "Reliable Software, Ltd",
            "registrant_email": "hidden! details are available at https://whois.cctld.by",
            "name_servers": [
                "cloe.ns.cloudflare.com",
                "nile.ns.cloudflare.com"
            ]
        },
        {
            "num": 51,
            "domain_name": "embedded.loans",
            "domain_keyword": "embedded",
            "domain_tld": "loans",
            "query_time": "2024-05-20 12:03:13",
            "create_date": "2022-04-08",
            "update_date": "2024-03-14",
            "expiry_date": "2025-04-08",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 52,
            "domain_name": "embedded.sh",
            "domain_keyword": "embedded",
            "domain_tld": "sh",
            "query_time": "2024-05-20 12:03:46",
            "create_date": "2021-08-11",
            "update_date": "2023-07-21",
            "expiry_date": "2024-08-11",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "gina.ns.cloudflare.com",
                "graham.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 53,
            "domain_name": "embedded.ru",
            "domain_keyword": "embedded",
            "domain_tld": "ru",
            "query_time": "2024-04-30 17:33:48",
            "create_date": "1999-06-17",
            "expiry_date": "2024-06-30",
            "registrar_name": "RU-CENTER-RU",
            "registrant_company": "Limited Liability Company \"PROSOFT\"",
            "name_servers": [
                "ns3-l2.nic.ru",
                "ns4-cloud.nic.ru",
                "ns4-l2.nic.ru",
                "ns8-cloud.nic.ru",
                "ns8-l2.nic.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 54,
            "domain_name": "embedel.eu",
            "domain_keyword": "embedel",
            "domain_tld": "eu",
            "query_time": "2024-05-05 09:05:29",
            "registrar_name": "Aruba S.p.A.",
            "registrar_website": "http://www.aruba.it",
            "name_servers": [
                "dns.technorail.com",
                "dns2.technorail.com",
                "dns3.arubadns.net",
                "dns4.arubadns.cz"
            ]
        },
        {
            "num": 55,
            "domain_name": "embesded.com",
            "domain_keyword": "embesded",
            "domain_tld": "com",
            "query_time": "2024-05-27 18:35:22",
            "create_date": "2016-07-28",
            "update_date": "2022-06-26",
            "expiry_date": "2024-07-28",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor, Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_company": "Arrow Electronics, Inc",
            "registrant_state": "CO",
            "registrant_country": "US",
            "registrant_email": "select request email form at https://domains.markmonitor.com/whois/embesded.com",
            "name_servers": [
                "pdns77.ultradns.biz",
                "pdns77.ultradns.com",
                "pdns77.ultradns.net",
                "pdns77.ultradns.org"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 56,
            "domain_name": "embdded.com",
            "domain_keyword": "embdded",
            "domain_tld": "com",
            "query_time": "2024-05-27 18:34:03",
            "create_date": "2016-07-28",
            "update_date": "2022-06-26",
            "expiry_date": "2024-07-28",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor, Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_company": "Arrow Electronics, Inc",
            "registrant_state": "CO",
            "registrant_country": "US",
            "registrant_email": "select request email form at https://domains.markmonitor.com/whois/embdded.com",
            "name_servers": [
                "pdns77.ultradns.biz",
                "pdns77.ultradns.com",
                "pdns77.ultradns.net",
                "pdns77.ultradns.org"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 57,
            "domain_name": "embedded.life",
            "domain_keyword": "embedded",
            "domain_tld": "life",
            "query_time": "2024-04-18 12:57:10",
            "create_date": "2019-06-06",
            "update_date": "2023-07-21",
            "expiry_date": "2024-06-06",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Contact Privacy Inc. Customer 7151571251",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "ON",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns-cloud-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": 58,
            "domain_name": "embedel.com",
            "domain_keyword": "embedel",
            "domain_tld": "com",
            "query_time": "2024-04-18 12:58:24",
            "create_date": "2014-07-12",
            "update_date": "2023-07-04",
            "expiry_date": "2024-07-12",
            "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": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 59,
            "domain_name": "embedded.care",
            "domain_keyword": "embedded",
            "domain_tld": "care",
            "query_time": "2024-05-23 00:51:20",
            "create_date": "2023-05-22",
            "update_date": "2024-05-22",
            "expiry_date": "2025-05-22",
            "registrar_iana": 1345,
            "registrar_name": "Key-Systems, LLC",
            "registrar_website": "http://key-systems.net",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Be A Life Changer B.V.",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "NL",
            "registrant_email": "please query the rdds service of the registrar 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": [
                "jermaine.ns.cloudflare.com",
                "joyce.ns.cloudflare.com"
            ],
            "domain_status": [
                "autoRenewPeriod"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 60,
            "domain_name": "embedfed.com",
            "domain_keyword": "embedfed",
            "domain_tld": "com",
            "query_time": "2024-05-27 18:34:17",
            "create_date": "2016-07-28",
            "update_date": "2022-06-26",
            "expiry_date": "2024-07-28",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor, Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_company": "Arrow Electronics, Inc",
            "registrant_state": "CO",
            "registrant_country": "US",
            "registrant_email": "select request email form at https://domains.markmonitor.com/whois/embedfed.com",
            "name_servers": [
                "pdns77.ultradns.biz",
                "pdns77.ultradns.com",
                "pdns77.ultradns.net",
                "pdns77.ultradns.org"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 61,
            "domain_name": "embedded.com.pl",
            "domain_keyword": "embedded",
            "domain_tld": "com.pl",
            "query_time": "2024-04-07 23:39:16",
            "create_date": "2014-05-27",
            "update_date": "2023-05-23",
            "expiry_date": "2024-05-27",
            "registrar_name": "nazwa.pl sp. z o.o.",
            "registrar_website": "www.nazwa.pl",
            "name_servers": [
                "dns.home.pl",
                "dns2.home.pl"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 62,
            "domain_name": "embedded.it",
            "domain_keyword": "embedded",
            "domain_tld": "it",
            "query_time": "2024-04-18 12:57:10",
            "create_date": "2000-03-22",
            "update_date": "2023-09-28",
            "expiry_date": "2024-09-12",
            "registrar_name": "Aruba s.p.a.",
            "registrar_website": "http://www.aruba.it",
            "registrant_company": "KOAN S.A.S. DI CAVALLINI MARCO & C.",
            "registrant_address": "Via varsavia, 14",
            "registrant_city": "BERGAMO",
            "registrant_state": "BG",
            "registrant_zip": "24128",
            "registrant_country": "IT",
            "name_servers": [
                "dns.technorail.com",
                "dns2.technorail.com",
                "dns3.arubadns.net",
                "dns4.arubadns.cz"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "yes"
            ]
        },
        {
            "num": 63,
            "domain_name": "embededu.com",
            "domain_keyword": "embededu",
            "domain_tld": "com",
            "query_time": "2024-04-18 12:58:24",
            "create_date": "2010-11-17",
            "update_date": "2023-10-17",
            "expiry_date": "2024-11-17",
            "registrar_iana": 1331,
            "registrar_name": "eName Technology Co., Ltd.",
            "registrar_website": "http://www.ename.net",
            "name_servers": [
                "ns3.dns.com",
                "ns4.dns.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 64,
            "domain_name": "embedded.enterprises",
            "domain_keyword": "embedded",
            "domain_tld": "enterprises",
            "query_time": "2024-05-12 09:06:13",
            "create_date": "2016-06-02",
            "update_date": "2024-03-28",
            "expiry_date": "2024-06-02",
            "registrar_iana": 1408,
            "registrar_name": "united-domains AG",
            "registrar_website": "http://www.united-domains.de",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "DE",
            "registrant_email": "please query the rdds service of the registrar 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": [
                "dean.ns.cloudflare.com",
                "liz.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 65,
            "domain_name": "embedel.it",
            "domain_keyword": "embedel",
            "domain_tld": "it",
            "query_time": "2024-04-07 23:39:21",
            "create_date": "2014-07-12",
            "update_date": "2023-07-28",
            "expiry_date": "2024-07-12",
            "registrar_name": "Aruba s.p.a.",
            "registrar_website": "http://www.aruba.it",
            "registrant_company": "Cristinel Enusel",
            "registrant_address": "via Confalonieri, 50",
            "registrant_city": "SESTO SAN GIOVANNI",
            "registrant_state": "MI",
            "registrant_zip": "20099",
            "registrant_country": "IT",
            "name_servers": [
                "dns.technorail.com",
                "dns2.technorail.com",
                "dns3.arubadns.net",
                "dns4.arubadns.cz"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "yes"
            ]
        },
        {
            "num": 66,
            "domain_name": "embedded.uk",
            "domain_keyword": "embedded",
            "domain_tld": "uk",
            "query_time": "2024-05-20 12:03:48",
            "create_date": "2021-10-02",
            "update_date": "2022-01-03",
            "expiry_date": "2024-10-02",
            "registrar_name": "Behrendt Professional Corporation t/a Amazing Domains [Tag = BPC-CA]",
            "registrar_website": "http://www.amazingdomains.co.uk",
            "name_servers": [
                "freedns1.registrar-servers.com",
                "freedns2.registrar-servers.com",
                "freedns3.registrar-servers.com",
                "freedns4.registrar-servers.com",
                "freedns5.registrar-servers.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 67,
            "domain_name": "embedded.dev",
            "domain_keyword": "embedded",
            "domain_tld": "dev",
            "query_time": "2024-05-05 04:56:54",
            "create_date": "2023-08-21",
            "update_date": "2023-08-26",
            "expiry_date": "2024-08-21",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC.",
            "registrar_website": "domains.google",
            "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 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": [
                "ns-cloud-b1.googledomains.com",
                "ns-cloud-b2.googledomains.com",
                "ns-cloud-b3.googledomains.com",
                "ns-cloud-b4.googledomains.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 68,
            "domain_name": "embered.xyz",
            "domain_keyword": "embered",
            "domain_tld": "xyz",
            "query_time": "2024-06-01 21:07:28",
            "create_date": "2024-04-02",
            "update_date": "2024-05-14",
            "expiry_date": "2025-04-02",
            "registrar_iana": 1861,
            "registrar_name": "Porkbun, LLC",
            "registrar_website": "https://porkbun.com/",
            "registrant_company": "Private by Design, LLC",
            "registrant_state": "NC",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1.afternic.com",
                "ns2.afternic.com",
                "verification-6agdvpntkmaq6q5lxgwt92.ns101.verify.hn"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 69,
            "domain_name": "embedxed.com",
            "domain_keyword": "embedxed",
            "domain_tld": "com",
            "query_time": "2024-05-27 18:34:19",
            "create_date": "2016-07-28",
            "update_date": "2022-06-26",
            "expiry_date": "2024-07-28",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor, Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_company": "Arrow Electronics, Inc",
            "registrant_state": "CO",
            "registrant_country": "US",
            "registrant_email": "select request email form at https://domains.markmonitor.com/whois/embedxed.com",
            "name_servers": [
                "pdns77.ultradns.biz",
                "pdns77.ultradns.com",
                "pdns77.ultradns.net",
                "pdns77.ultradns.org"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 70,
            "domain_name": "embedded.best",
            "domain_keyword": "embedded",
            "domain_tld": "best",
            "query_time": "2024-05-12 09:06:12",
            "create_date": "2022-06-02",
            "update_date": "2023-08-31",
            "expiry_date": "2024-06-02",
            "registrar_iana": 113,
            "registrar_name": "CSL Computer Service Langenbach GmbH",
            "registrar_website": "http://joker.com",
            "registrant_country": "AT",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "x.ns.joker.com",
                "y.ns.joker.com",
                "z.ns.joker.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 71,
            "domain_name": "embedded.jobs",
            "domain_keyword": "embedded",
            "domain_tld": "jobs",
            "query_time": "2024-05-12 09:06:13",
            "create_date": "2023-10-30",
            "update_date": "2023-11-01",
            "expiry_date": "2024-10-30",
            "registrar_iana": 455,
            "registrar_name": "EnCirca, Inc.",
            "registrar_website": "www.encirca.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Luca Zambuto",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "NA",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "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.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.digitalocean.com",
                "ns2.digitalocean.com",
                "ns3.digitalocean.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 72,
            "domain_name": "embedded.wang",
            "domain_keyword": "embedded",
            "domain_tld": "wang",
            "query_time": "2024-04-18 12:57:10",
            "create_date": "2018-04-21",
            "update_date": "2018-04-21",
            "expiry_date": "2028-04-21",
            "registrar_iana": 120,
            "registrar_name": "XinNet Technology Corporation",
            "registrar_website": "http://www.xinnet.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "王争",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "北京市",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "f1g1ns1.dnspod.net",
                "f1g1ns2.dnspod.net"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 73,
            "domain_name": "embedded.institute",
            "domain_keyword": "embedded",
            "domain_tld": "institute",
            "query_time": "2024-05-20 12:03:13",
            "create_date": "2021-07-27",
            "update_date": "2023-07-02",
            "expiry_date": "2024-07-27",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 74,
            "domain_name": "embedded.ventures",
            "domain_keyword": "embedded",
            "domain_tld": "ventures",
            "query_time": "2024-05-19 15:26:25",
            "create_date": "2020-09-03",
            "update_date": "2023-10-18",
            "expiry_date": "2024-09-03",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com/domains/search.aspx?ci=8990",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domains By Proxy, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Arizona",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns6.wixdns.net",
                "ns7.wixdns.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 75,
            "domain_name": "embedde.com",
            "domain_keyword": "embedde",
            "domain_tld": "com",
            "query_time": "2024-05-21 14:29:01",
            "create_date": "2005-05-04",
            "update_date": "2024-04-14",
            "expiry_date": "2025-05-04",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns1.namefind.com",
                "ns2.namefind.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 76,
            "domain_name": "embedded.contractors",
            "domain_keyword": "embedded",
            "domain_tld": "contractors",
            "query_time": "2024-05-20 12:03:13",
            "create_date": "2014-09-01",
            "update_date": "2023-10-16",
            "expiry_date": "2024-09-01",
            "registrar_iana": 141,
            "registrar_name": "Cronon GmbH",
            "registrar_website": "http://www.cronon.net",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "DE",
            "registrant_email": "please query the rdds service of the registrar 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": [
                "docks15.rzone.de",
                "shades18.rzone.de"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 77,
            "domain_name": "embedced.com",
            "domain_keyword": "embedced",
            "domain_tld": "com",
            "query_time": "2024-05-27 18:34:06",
            "create_date": "2016-07-28",
            "update_date": "2022-06-26",
            "expiry_date": "2024-07-28",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor, Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_company": "Arrow Electronics, Inc",
            "registrant_state": "CO",
            "registrant_country": "US",
            "registrant_email": "select request email form at https://domains.markmonitor.com/whois/embedced.com",
            "name_servers": [
                "pdns77.ultradns.biz",
                "pdns77.ultradns.com",
                "pdns77.ultradns.net",
                "pdns77.ultradns.org"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 78,
            "domain_name": "embedded.vip",
            "domain_keyword": "embedded",
            "domain_tld": "vip",
            "query_time": "2024-06-01 21:07:25",
            "create_date": "2022-05-20",
            "update_date": "2024-05-21",
            "expiry_date": "2024-05-20",
            "registrar_iana": 48,
            "registrar_name": "eNom, LLC",
            "registrar_website": "whois.enom.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Data Protected",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "71",
            "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": [
                "dns1.name-services.com",
                "dns2.name-services.com",
                "dns3.name-services.com",
                "dns4.name-services.com",
                "dns5.name-services.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 79,
            "domain_name": "embeaded.co",
            "domain_keyword": "embeaded",
            "domain_tld": "co",
            "query_time": "2024-05-19 15:26:21",
            "create_date": "2023-08-11",
            "update_date": "2023-09-03",
            "expiry_date": "2024-08-11",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "www.opensrs.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Contact Privacy Inc. Customer 0168088430",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "ON",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns-cloud-a1.googledomains.com",
                "ns-cloud-a2.googledomains.com",
                "ns-cloud-a3.googledomains.com",
                "ns-cloud-a4.googledomains.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 80,
            "domain_name": "embedeo.eu",
            "domain_keyword": "embedeo",
            "domain_tld": "eu",
            "query_time": "2024-05-05 09:05:29",
            "registrar_name": "SuperHosting.BG Ltd.",
            "registrar_website": "https://www.superhosting.bg/",
            "name_servers": [
                "ns71.bgdns.net",
                "ns72.bgdns.net"
            ]
        },
        {
            "num": 81,
            "domain_name": "embedded.energy",
            "domain_keyword": "embedded",
            "domain_tld": "energy",
            "query_time": "2024-05-19 15:26:24",
            "create_date": "2021-07-02",
            "update_date": "2023-06-07",
            "expiry_date": "2024-07-02",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 82,
            "domain_name": "embedded.claims",
            "domain_keyword": "embedded",
            "domain_tld": "claims",
            "query_time": "2024-05-27 18:34:09",
            "create_date": "2022-04-08",
            "update_date": "2024-03-14",
            "expiry_date": "2025-04-08",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 83,
            "domain_name": "embedded.co.nz",
            "domain_keyword": "embedded",
            "domain_tld": "co.nz",
            "query_time": "2024-04-11 06:15:02",
            "create_date": "1997-07-06",
            "update_date": "2022-10-31",
            "registrar_name": "Voyager Internet Ltd T/A 1st Domains",
            "registrar_website": "www.1stdomains.nz",
            "name_servers": [
                "ns1.dreamhost.com",
                "ns2.dreamhost.com",
                "ns3.dreamhost.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 84,
            "domain_name": "embedded.com.au",
            "domain_keyword": "embedded",
            "domain_tld": "com.au",
            "query_time": "2024-05-08 18:42:54",
            "update_date": "2024-04-11",
            "registrar_name": "SYNERGY WHOLESALE ACCREDITATIONS PTY LTD",
            "registrar_website": "https://synergywholesale.com/partner-lookup",
            "registrant_name": "Ben Rashleigh",
            "name_servers": [
                "ns1.syd6.hostyourservices.net",
                "ns2.syd6.hostyourservices.net"
            ],
            "domain_status": [
                "serverRenewProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 85,
            "domain_name": "embedded.africa",
            "domain_keyword": "embedded",
            "domain_tld": "africa",
            "query_time": "2024-05-19 15:26:24",
            "create_date": "2021-11-02",
            "update_date": "2023-11-01",
            "expiry_date": "2024-11-02",
            "registrar_iana": 1645,
            "registrar_name": "Domains.co.za",
            "registrar_website": "https://www.domains.co.za",
            "registrant_name": "REDACTED",
            "registrant_company": "Mycoza holdings Pty Ltd",
            "registrant_address": "REDACTED",
            "registrant_city": "REDACTED",
            "registrant_state": "REDACTED",
            "registrant_zip": "REDACTED",
            "registrant_country": "ZA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin or tech contacts of the domain name.",
            "registrant_phone": "REDACTED",
            "registrant_fax": "REDACTED",
            "name_servers": [
                "ns1053.websitewelcome.com",
                "ns1054.websitewelcome.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 86,
            "domain_name": "embedded.news",
            "domain_keyword": "embedded",
            "domain_tld": "news",
            "query_time": "2024-04-18 12:57:10",
            "create_date": "2017-11-28",
            "update_date": "2023-11-03",
            "expiry_date": "2024-11-28",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 87,
            "domain_name": "embedded.reviews",
            "domain_keyword": "embedded",
            "domain_tld": "reviews",
            "query_time": "2024-04-13 05:29:03",
            "create_date": "2023-12-21",
            "update_date": "2024-02-05",
            "expiry_date": "2024-12-21",
            "registrar_iana": 3882,
            "registrar_name": "Domain Science Kutatási Szolgáltató Korlátolt Felelősségű Társaság",
            "registrar_website": "https://namerider.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Virtua Drug Ltd",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "-",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "HU",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 88,
            "domain_name": "embedded.partners",
            "domain_keyword": "embedded",
            "domain_tld": "partners",
            "query_time": "2024-05-05 04:56:54",
            "create_date": "2021-10-14",
            "update_date": "2024-04-25",
            "expiry_date": "2024-10-14",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "DE",
            "registrant_email": "please query the rdds service of the registrar 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-d1.googledomains.com",
                "ns-cloud-d2.googledomains.com",
                "ns-cloud-d3.googledomains.com",
                "ns-cloud-d4.googledomains.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "signedDelegation"
            ]
        },
        {
            "num": 89,
            "domain_name": "embedded.homes",
            "domain_keyword": "embedded",
            "domain_tld": "homes",
            "query_time": "2024-05-05 04:56:55",
            "create_date": "2023-12-29",
            "update_date": "2024-01-12",
            "expiry_date": "2024-12-29",
            "registrar_iana": 1068,
            "registrar_name": "Namecheap",
            "registrar_website": "https://namecheap.com",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_state": "Capital Region",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 90,
            "domain_name": "embedded.wtf",
            "domain_keyword": "embedded",
            "domain_tld": "wtf",
            "query_time": "2024-05-12 09:06:13",
            "create_date": "2014-08-06",
            "update_date": "2023-07-12",
            "expiry_date": "2024-08-06",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com",
                "dns3.registrar-servers.com",
                "dns4.registrar-servers.com",
                "dns5.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 91,
            "domain_name": "embedded.design",
            "domain_keyword": "embedded",
            "domain_tld": "design",
            "query_time": "2024-05-12 09:06:13",
            "create_date": "2016-08-11",
            "update_date": "2023-07-17",
            "expiry_date": "2024-08-11",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "http://www.namecheap.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "gina.ns.cloudflare.com",
                "mark.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 92,
            "domain_name": "embedded.me.uk",
            "domain_keyword": "embedded",
            "domain_tld": "me.uk",
            "query_time": "2024-04-18 12:57:11",
            "create_date": "2005-11-23",
            "update_date": "2023-11-10",
            "expiry_date": "2024-11-23",
            "registrar_name": "Plusnet Plc t/a Madasafish Broadband [Tag = MADASAFISH]",
            "registrar_website": "http://www.madasafish.com",
            "name_servers": [
                "ns1.force9.net",
                "ns2.force9.net"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 93,
            "domain_name": "embedeq.com",
            "domain_keyword": "embedeq",
            "domain_tld": "com",
            "query_time": "2024-04-18 12:58:24",
            "create_date": "2015-01-09",
            "update_date": "2024-01-06",
            "expiry_date": "2025-01-09",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "http://www.tucows.com",
            "name_servers": [
                "ns1.panelboxmanager.com",
                "ns2.panelboxmanager.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 94,
            "domain_name": "embeeded.com",
            "domain_keyword": "embeeded",
            "domain_tld": "com",
            "query_time": "2024-05-27 18:34:19",
            "create_date": "2016-07-28",
            "update_date": "2022-06-26",
            "expiry_date": "2024-07-28",
            "registrar_iana": 292,
            "registrar_name": "MarkMonitor, Inc.",
            "registrar_website": "http://www.markmonitor.com",
            "registrant_company": "Arrow Electronics, Inc",
            "registrant_state": "CO",
            "registrant_country": "US",
            "registrant_email": "select request email form at https://domains.markmonitor.com/whois/embeeded.com",
            "name_servers": [
                "pdns77.ultradns.biz",
                "pdns77.ultradns.com",
                "pdns77.ultradns.net",
                "pdns77.ultradns.org"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 95,
            "domain_name": "embed3d.com",
            "domain_keyword": "embed3d",
            "domain_tld": "com",
            "query_time": "2024-05-19 15:26:22",
            "create_date": "2021-01-16",
            "update_date": "2022-08-10",
            "expiry_date": "2025-01-16",
            "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": "GI",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "ES",
            "registrant_email": "[email protected]",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns-1296.awsdns-34.org",
                "ns-1751.awsdns-26.co.uk",
                "ns-37.awsdns-04.com",
                "ns-973.awsdns-57.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 96,
            "domain_name": "embedded.how",
            "domain_keyword": "embedded",
            "domain_tld": "how",
            "query_time": "2024-05-20 12:03:13",
            "create_date": "2023-07-05",
            "update_date": "2023-07-10",
            "expiry_date": "2024-07-05",
            "registrar_iana": 895,
            "registrar_name": "Squarespace Domains II LLC.",
            "registrar_website": "domains.google",
            "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 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": [
                "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": 97,
            "domain_name": "embedded.university",
            "domain_keyword": "embedded",
            "domain_tld": "university",
            "query_time": "2024-05-12 09:06:13",
            "create_date": "2016-11-10",
            "update_date": "2023-10-16",
            "expiry_date": "2024-11-10",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "OpenSystems Media",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "AZ",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 98,
            "domain_name": "embemed.com",
            "domain_keyword": "embemed",
            "domain_tld": "com",
            "query_time": "2024-04-18 12:59:29",
            "create_date": "2005-10-11",
            "update_date": "2023-10-10",
            "expiry_date": "2024-10-11",
            "registrar_iana": 1390,
            "registrar_name": "Mesh Digital Limited",
            "registrar_website": "http://www.meshdigital.com",
            "name_servers": [
                "ns1.sevensix.eu",
                "ns2.sevensix.eu"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 99,
            "domain_name": "embedes.com",
            "domain_keyword": "embedes",
            "domain_tld": "com",
            "query_time": "2024-04-18 12:58:25",
            "create_date": "2008-03-18",
            "update_date": "2024-03-17",
            "expiry_date": "2025-03-18",
            "registrar_iana": 269,
            "registrar_name": "Key-Systems GmbH",
            "registrar_website": "http://home.pl",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "PL",
            "registrant_email": "[email protected]",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns.home.pl",
                "dns2.home.pl",
                "dns3.home.pl"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 100,
            "domain_name": "embedded.me",
            "domain_keyword": "embedded",
            "domain_tld": "me",
            "query_time": "2024-04-13 05:29:19",
            "create_date": "2023-12-20",
            "update_date": "2024-02-17",
            "expiry_date": "2024-12-20",
            "registrar_iana": 3939,
            "registrar_name": "Sav.com, LLC - 49",
            "registrar_website": "http://sav.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "IL",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com",
                "umhfp0fz.verify.hn"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 0.121,
        "api_credits_used": 3,
        "cost_calculation": "3 (fuzzy_domains [1 domain])"
    }
}
<root>
 <success>true</success>
 <query>
  <fuzzy_domains>embeded.cn</fuzzy_domains>
  <page_size>100</page_size>
 </query>
 <count>
  <total>1423</total>
  <relation>eq</relation>
  <current>100</current>
 </count>
 <unique_domains>embdeded.com, embedded.foundation, embedded.camera, embedded.info, embed-ed.com, embecded.com, embedded.in, embedded.eco, embedded.international, embedded.engineering, embededd.com, embedded.org, embedded.quest, embededi.com, embexded.com, embedded.one, embedded.support, embedded.expert, embeder.com, embedded.pl, embedded.space, embedes.pl, embeder.su, embedded.group, embedded.social, imbeded.com, embed2ed.com, embedded.network, embedmd.com, embedded.video, embedsed.com, emberded.com, embedez.com, embedded.academy, embedid.com, embedded.icu, embedled.com, embedded.se, embedeed.com, embedded.com, embedded.link, embedded.nl, embefded.com, embedded.estate, embedeo.com, embedded.rest, embedded.fund, embedded.live, embedeo.org, embedded.by, embedded.loans, embedded.sh, embedded.ru, embedel.eu, embesded.com, embdded.com, embedded.life, embedel.com, embedded.care, embedfed.com, embedded.com.pl, embedded.it, embededu.com, embedded.enterprises, embedel.it, embedded.uk, embedded.dev, embered.xyz, embedxed.com, embedded.best, embedded.jobs, embedded.wang, embedded.institute, embedded.ventures, embedde.com, embedded.contractors, embedced.com, embedded.vip, embeaded.co, embedeo.eu, embedded.energy, embedded.claims, embedded.co.nz, embedded.com.au, embedded.africa, embedded.news, embedded.reviews, embedded.partners, embedded.homes, embedded.wtf, embedded.design, embedded.me.uk, embedeq.com, embeeded.com, embed3d.com, embedded.how, embedded.university, embemed.com, embedes.com, embedded.me</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>embdeded.com</domain_name>
   <domain_keyword>embdeded</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-07 20:44:46</query_time>
   <create_date>2016-07-28</create_date>
   <update_date>2022-06-26</update_date>
   <expiry_date>2024-07-28</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor, Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_company>Arrow Electronics, Inc</registrant_company>
   <registrant_state>CO</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>select request email form at https://domains.markmonitor.com/whois/embdeded.com</registrant_email>
   <name_servers>
    <value>pdns77.ultradns.biz</value>
    <value>pdns77.ultradns.com</value>
    <value>pdns77.ultradns.net</value>
    <value>pdns77.ultradns.org</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>2</num>
   <domain_name>embedded.foundation</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>foundation</domain_tld>
   <query_time>2024-05-19 15:26:25</query_time>
   <create_date>2021-07-02</create_date>
   <update_date>2023-06-07</update_date>
   <expiry_date>2024-07-02</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>http://www.namecheap.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>3</num>
   <domain_name>embedded.camera</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>camera</domain_tld>
   <query_time>2024-04-13 05:29:02</query_time>
   <create_date>2014-02-12</create_date>
   <update_date>2024-03-28</update_date>
   <expiry_date>2025-02-12</expiry_date>
   <registrar_iana>1408</registrar_iana>
   <registrar_name>united-domains AG</registrar_name>
   <registrar_website>http://www.united-domains.de</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Vision Components GmbH</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>DE</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns.udag.de</value>
    <value>ns.udag.net</value>
    <value>ns.udag.org</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>4</num>
   <domain_name>embedded.info</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>info</domain_tld>
   <query_time>2024-04-18 12:57:10</query_time>
   <create_date>2002-07-13</create_date>
   <update_date>2024-04-15</update_date>
   <expiry_date>2024-07-13</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>DNStinations</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>CA</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.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>5</num>
   <domain_name>embed-ed.com</domain_name>
   <domain_keyword>embed-ed</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-30 23:54:34</query_time>
   <create_date>2020-05-29</create_date>
   <update_date>2024-05-30</update_date>
   <expiry_date>2026-05-29</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com</registrar_website>
   <name_servers>
    <value>ns45.domaincontrol.com</value>
    <value>ns46.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>6</num>
   <domain_name>embecded.com</domain_name>
   <domain_keyword>embecded</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-13 05:28:56</query_time>
   <create_date>2016-07-28</create_date>
   <update_date>2022-06-26</update_date>
   <expiry_date>2024-07-28</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor, Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_company>Arrow Electronics, Inc</registrant_company>
   <registrant_state>CO</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>select request email form at https://domains.markmonitor.com/whois/embecded.com</registrant_email>
   <name_servers>
    <value>pdns77.ultradns.biz</value>
    <value>pdns77.ultradns.com</value>
    <value>pdns77.ultradns.net</value>
    <value>pdns77.ultradns.org</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>7</num>
   <domain_name>embedded.in</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>in</domain_tld>
   <query_time>2024-05-19 15:26:25</query_time>
   <create_date>2005-02-16</create_date>
   <update_date>2023-02-15</update_date>
   <expiry_date>2027-02-16</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>www.godaddy.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Karnataka</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>vino409601.earth.orderbox-dns.com</value>
    <value>vino409601.mars.orderbox-dns.com</value>
    <value>vino409601.mercury.orderbox-dns.com</value>
    <value>vino409601.venus.orderbox-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>8</num>
   <domain_name>embedded.eco</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>eco</domain_tld>
   <query_time>2024-05-20 12:03:13</query_time>
   <create_date>2021-07-27</create_date>
   <update_date>2023-07-02</update_date>
   <expiry_date>2024-07-27</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>www.namecheap.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please ask the registrar of record identified in this output for information on how to contact the registrant, admin, or other contacts of the queried domain name</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>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>9</num>
   <domain_name>embedded.international</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>international</domain_tld>
   <query_time>2024-04-13 05:29:03</query_time>
   <create_date>2023-07-28</create_date>
   <update_date>2023-08-02</update_date>
   <expiry_date>2024-07-28</expiry_date>
   <registrar_iana>463</registrar_iana>
   <registrar_name>Regional Network Information Center, JSC dba RU-CENTER</registrar_name>
   <registrar_website>https://www.nic.ru/en/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy protection service - whoisproxy.ru</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Moscow</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>RU</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns3-l2.nic.ru</value>
    <value>ns4-l2.nic.ru</value>
    <value>ns8-l2.nic.ru</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>10</num>
   <domain_name>embedded.engineering</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>engineering</domain_tld>
   <query_time>2024-05-08 18:42:54</query_time>
   <create_date>2022-12-20</create_date>
   <update_date>2024-04-02</update_date>
   <expiry_date>2025-12-20</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>Embedded Acoustics BV</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>NL</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>ns0.transip.net</value>
    <value>ns1.transip.nl</value>
    <value>ns2.transip.eu</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>11</num>
   <domain_name>embededd.com</domain_name>
   <domain_keyword>embededd</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-07 23:39:21</query_time>
   <create_date>2016-07-28</create_date>
   <update_date>2022-06-26</update_date>
   <expiry_date>2024-07-28</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor, Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_company>Arrow Electronics, Inc</registrant_company>
   <registrant_state>CO</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>select request email form at https://domains.markmonitor.com/whois/embededd.com</registrant_email>
   <name_servers>
    <value>pdns77.ultradns.biz</value>
    <value>pdns77.ultradns.com</value>
    <value>pdns77.ultradns.net</value>
    <value>pdns77.ultradns.org</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>12</num>
   <domain_name>embedded.org</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-04-13 05:29:03</query_time>
   <create_date>1998-02-22</create_date>
   <update_date>2023-07-12</update_date>
   <expiry_date>2026-02-21</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.whois.godaddy.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns31.domaincontrol.com</value>
    <value>ns32.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>13</num>
   <domain_name>embedded.quest</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>quest</domain_tld>
   <query_time>2024-05-03 23:37:00</query_time>
   <create_date>2024-05-02</create_date>
   <update_date>2024-05-02</update_date>
   <expiry_date>2026-05-02</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>Namecheap</registrar_name>
   <registrar_website>https://namecheap.com</registrar_website>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_state>Capital Region</registrant_state>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>clientTransferProhibited</value>
    <value>serverTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>14</num>
   <domain_name>embededi.com</domain_name>
   <domain_keyword>embededi</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-19 15:26:31</query_time>
   <create_date>2022-03-02</create_date>
   <update_date>2022-03-02</update_date>
   <expiry_date>2027-03-02</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>TUCOWS, INC.</registrar_name>
   <registrar_website>http://tucowsdomains.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>South Yorkshire</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>GB</registrant_country>
   <registrant_email>https://tieredaccess.com/contact/4a968786-0a54-413f-ac50-ff8fc0ba5569</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>acheron.shef.ac.uk</value>
    <value>hippo.shef.ac.uk</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>15</num>
   <domain_name>embexded.com</domain_name>
   <domain_keyword>embexded</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-27 18:35:23</query_time>
   <create_date>2016-07-28</create_date>
   <update_date>2022-06-26</update_date>
   <expiry_date>2024-07-28</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor, Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_company>Arrow Electronics, Inc</registrant_company>
   <registrant_state>CO</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>select request email form at https://domains.markmonitor.com/whois/embexded.com</registrant_email>
   <name_servers>
    <value>pdns77.ultradns.biz</value>
    <value>pdns77.ultradns.com</value>
    <value>pdns77.ultradns.net</value>
    <value>pdns77.ultradns.org</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>16</num>
   <domain_name>embedded.one</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>one</domain_tld>
   <query_time>2024-06-01 21:07:25</query_time>
   <create_date>2023-12-29</create_date>
   <update_date>2024-04-27</update_date>
   <expiry_date>2024-12-29</expiry_date>
   <registrar_iana>3862</registrar_iana>
   <registrar_name>Spaceship, Inc.</registrar_name>
   <registrar_website>https://www.spaceship.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
    <value>verification-p5xclh73.ns3.dan.hosting</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>17</num>
   <domain_name>embedded.support</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>support</domain_tld>
   <query_time>2024-05-23 15:47:57</query_time>
   <create_date>2014-03-26</create_date>
   <update_date>2024-03-02</update_date>
   <expiry_date>2025-03-26</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows Domains Inc.</registrar_name>
   <registrar_website>http://www.tucows.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_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.systemdns.com</value>
    <value>ns2.systemdns.com</value>
    <value>ns3.systemdns.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>18</num>
   <domain_name>embedded.expert</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>expert</domain_tld>
   <query_time>2024-04-13 05:29:02</query_time>
   <create_date>2015-12-04</create_date>
   <update_date>2024-01-18</update_date>
   <expiry_date>2024-12-04</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com/domains/search.aspx?ci=8990</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns57.domaincontrol.com</value>
    <value>ns58.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>19</num>
   <domain_name>embeder.com</domain_name>
   <domain_keyword>embeder</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-18 12:58:24</query_time>
   <create_date>2016-03-14</create_date>
   <update_date>2024-04-13</update_date>
   <expiry_date>2025-03-14</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>DYNADOT LLC</registrar_name>
   <registrar_website>http://www.dynadot.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Super Privacy Service LTD c/o Dynadot</registrant_company>
   <registrant_address>PO Box 701</registrant_address>
   <registrant_city>San Mateo</registrant_city>
   <registrant_state>California</registrant_state>
   <registrant_zip>94401</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>https://www.dynadot.com/domain/contact-request?domain=embeder.com</registrant_email>
   <registrant_phone>+1.6505854708</registrant_phone>
   <name_servers>
    <value>ns1.smartname.com</value>
    <value>ns2.smartname.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>20</num>
   <domain_name>embedded.pl</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>pl</domain_tld>
   <query_time>2024-05-26 06:06:02</query_time>
   <create_date>2011-05-11</create_date>
   <update_date>2024-04-22</update_date>
   <expiry_date>2025-05-11</expiry_date>
   <registrar_name>nazwa.pl sp. z o.o.</registrar_name>
   <registrar_website>www.nazwa.pl</registrar_website>
   <name_servers>
    <value>ns1.nazwa.pl</value>
    <value>ns2.nazwa.pl</value>
    <value>ns3.nazwa.pl</value>
   </name_servers>
   <dns_sec>
    <value>Signed</value>
   </dns_sec>
  </value>
  <value>
   <num>21</num>
   <domain_name>embedded.space</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>space</domain_tld>
   <query_time>2024-05-30 23:54:35</query_time>
   <create_date>2020-12-04</create_date>
   <update_date>2023-08-31</update_date>
   <expiry_date>2024-12-04</expiry_date>
   <registrar_iana>1910</registrar_iana>
   <registrar_name>Cloudflare, Inc.</registrar_name>
   <registrar_website>http://cloudflare.com</registrar_website>
   <registrant_state>IL</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>cruz.ns.cloudflare.com</value>
    <value>jose.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>22</num>
   <domain_name>embedes.pl</domain_name>
   <domain_keyword>embedes</domain_keyword>
   <domain_tld>pl</domain_tld>
   <query_time>2024-05-26 06:06:04</query_time>
   <create_date>2008-03-18</create_date>
   <update_date>2024-03-17</update_date>
   <expiry_date>2025-03-18</expiry_date>
   <registrar_name>home.pl S.A.</registrar_name>
   <registrar_website>https://home.pl/kontakt</registrar_website>
   <name_servers>
    <value>dns.home.pl</value>
    <value>dns2.home.pl</value>
    <value>dns3.home.pl</value>
   </name_servers>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>23</num>
   <domain_name>embeder.su</domain_name>
   <domain_keyword>embeder</domain_keyword>
   <domain_tld>su</domain_tld>
   <query_time>2024-05-05 04:09:29</query_time>
   <create_date>2011-07-03</create_date>
   <expiry_date>2024-07-03</expiry_date>
   <registrar_name>RUCENTER-SU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <domain_status>
    <value>NOT DELEGATED</value>
    <value>REGISTERED</value>
   </domain_status>
  </value>
  <value>
   <num>24</num>
   <domain_name>embedded.group</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>group</domain_tld>
   <query_time>2024-04-13 05:29:03</query_time>
   <create_date>2019-12-19</create_date>
   <update_date>2024-02-02</update_date>
   <expiry_date>2025-12-19</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com/domains/search.aspx?ci=8990</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns15.domaincontrol.com</value>
    <value>ns16.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>25</num>
   <domain_name>embedded.social</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>social</domain_tld>
   <query_time>2024-05-19 15:26:25</query_time>
   <create_date>2022-10-31</create_date>
   <update_date>2023-10-05</update_date>
   <expiry_date>2024-10-31</expiry_date>
   <registrar_iana>48</registrar_iana>
   <registrar_name>eNom, LLC</registrar_name>
   <registrar_website>http://www.enom.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Data Protected</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>CA</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.dreamhost.com</value>
    <value>ns2.dreamhost.com</value>
    <value>ns3.dreamhost.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>26</num>
   <domain_name>imbeded.com</domain_name>
   <domain_keyword>imbeded</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-02 12:32:59</query_time>
   <create_date>2021-04-24</create_date>
   <update_date>2024-04-25</update_date>
   <expiry_date>2025-04-24</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com</registrar_website>
   <name_servers>
    <value>ns41.domaincontrol.com</value>
    <value>ns42.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>27</num>
   <domain_name>embed2ed.com</domain_name>
   <domain_keyword>embed2ed</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-18 12:56:36</query_time>
   <create_date>2014-02-20</create_date>
   <update_date>2024-01-21</update_date>
   <expiry_date>2025-02-20</expiry_date>
   <registrar_iana>49</registrar_iana>
   <registrar_name>GMO INTERNET, INC.</registrar_name>
   <registrar_website>http://www.onamae.com</registrar_website>
   <registrant_name>Whois Privacy Protection Service by MuuMuuDomain</registrant_name>
   <registrant_company>Whois Privacy Protection Service by MuuMuuDomain</registrant_company>
   <registrant_address>2-7-21 Tenjin Chuo-ku, Tenjin Prime 8F</registrant_address>
   <registrant_city>Fukuoka-shi</registrant_city>
   <registrant_state>Fukuoka</registrant_state>
   <registrant_zip>810-0001</registrant_zip>
   <registrant_country>JP</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+81.927137999</registrant_phone>
   <registrant_fax>+81.927137944</registrant_fax>
   <name_servers>
    <value>ns1.xserver.jp</value>
    <value>ns2.xserver.jp</value>
    <value>ns3.xserver.jp</value>
    <value>ns4.xserver.jp</value>
    <value>ns5.xserver.jp</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>28</num>
   <domain_name>embedded.network</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>network</domain_tld>
   <query_time>2024-04-13 05:29:03</query_time>
   <create_date>2014-12-11</create_date>
   <update_date>2023-11-16</update_date>
   <expiry_date>2024-12-11</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>https://www.namecheap.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
    <value>dns3.registrar-servers.com</value>
    <value>dns4.registrar-servers.com</value>
    <value>dns5.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>29</num>
   <domain_name>embedmd.com</domain_name>
   <domain_keyword>embedmd</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-07 23:40:06</query_time>
   <create_date>2023-07-23</create_date>
   <update_date>2023-08-07</update_date>
   <expiry_date>2024-07-23</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC</registrar_name>
   <registrar_website>https://domains2.squarespace.com</registrar_website>
   <registrant_name>Contact Privacy Inc. Customer 7151571251</registrant_name>
   <registrant_company>Contact Privacy Inc. Customer 7151571251</registrant_company>
   <registrant_address>96 Mowat Ave</registrant_address>
   <registrant_city>Toronto</registrant_city>
   <registrant_state>ON</registrant_state>
   <registrant_zip>M4K 3K1</registrant_zip>
   <registrant_country>CA</registrant_country>
   <registrant_email>https://domains.google.com/contactregistrant?domain=embedmd.com</registrant_email>
   <registrant_phone>+1.4165385487</registrant_phone>
   <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>clientHold</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>30</num>
   <domain_name>embedded.video</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>video</domain_tld>
   <query_time>2024-05-08 18:42:54</query_time>
   <create_date>2022-08-26</create_date>
   <update_date>2023-08-01</update_date>
   <expiry_date>2024-08-26</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>https://www.namecheap.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.hosting.reg.ru</value>
    <value>ns2.hosting.reg.ru</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>31</num>
   <domain_name>embedsed.com</domain_name>
   <domain_keyword>embedsed</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-27 18:34:18</query_time>
   <create_date>2016-07-28</create_date>
   <update_date>2022-06-26</update_date>
   <expiry_date>2024-07-28</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor, Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_company>Arrow Electronics, Inc</registrant_company>
   <registrant_state>CO</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>select request email form at https://domains.markmonitor.com/whois/embedsed.com</registrant_email>
   <name_servers>
    <value>pdns77.ultradns.biz</value>
    <value>pdns77.ultradns.com</value>
    <value>pdns77.ultradns.net</value>
    <value>pdns77.ultradns.org</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>32</num>
   <domain_name>emberded.com</domain_name>
   <domain_keyword>emberded</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-27 18:35:09</query_time>
   <create_date>2016-07-28</create_date>
   <update_date>2022-06-26</update_date>
   <expiry_date>2024-07-28</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor, Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_company>Arrow Electronics, Inc</registrant_company>
   <registrant_state>CO</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>select request email form at https://domains.markmonitor.com/whois/emberded.com</registrant_email>
   <name_servers>
    <value>pdns77.ultradns.biz</value>
    <value>pdns77.ultradns.com</value>
    <value>pdns77.ultradns.net</value>
    <value>pdns77.ultradns.org</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>33</num>
   <domain_name>embedez.com</domain_name>
   <domain_keyword>embedez</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-13 05:29:30</query_time>
   <create_date>2023-08-13</create_date>
   <update_date>2023-08-13</update_date>
   <expiry_date>2024-08-13</expiry_date>
   <registrar_iana>1861</registrar_iana>
   <registrar_name>Porkbun LLC</registrar_name>
   <registrar_website>http://www.porkbun.com</registrar_website>
   <registrant_name>Whois Privacy</registrant_name>
   <registrant_company>Private by Design, LLC</registrant_company>
   <registrant_address>500 Westover Dr #9816</registrant_address>
   <registrant_city>Sanford</registrant_city>
   <registrant_state>NC</registrant_state>
   <registrant_zip>27330</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>https://porkbun.com/whois/contact/registrant/embedez.com</registrant_email>
   <registrant_phone>+1.9712666028</registrant_phone>
   <name_servers>
    <value>byron.ns.cloudflare.com</value>
    <value>meadow.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>34</num>
   <domain_name>embedded.academy</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>academy</domain_tld>
   <query_time>2024-05-27 18:34:09</query_time>
   <create_date>2017-01-26</create_date>
   <update_date>2020-01-26</update_date>
   <expiry_date>2025-01-26</expiry_date>
   <registrar_iana>1052</registrar_iana>
   <registrar_name>EuroDNS S.A.</registrar_name>
   <registrar_website>http://www.eurodns.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Altran Belgium SA/NV</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>ns1.eurodns.com</value>
    <value>ns2.eurodns.com</value>
    <value>ns3.eurodns.com</value>
    <value>ns4.eurodns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>35</num>
   <domain_name>embedid.com</domain_name>
   <domain_keyword>embedid</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-01 21:07:26</query_time>
   <create_date>2020-05-31</create_date>
   <update_date>2023-06-01</update_date>
   <expiry_date>2024-05-31</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=embedid.com</registrant_email>
   <registrant_phone>+1.4806242599</registrant_phone>
   <name_servers>
    <value>ns39.domaincontrol.com</value>
    <value>ns40.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>36</num>
   <domain_name>embedded.icu</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>icu</domain_tld>
   <query_time>2024-04-07 19:28:15</query_time>
   <create_date>2021-05-19</create_date>
   <update_date>2023-08-31</update_date>
   <expiry_date>2025-05-19</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>Namecheap</registrar_name>
   <registrar_website>https://namecheap.com</registrar_website>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_state>Capital Region</registrant_state>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>37</num>
   <domain_name>embedled.com</domain_name>
   <domain_keyword>embedled</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-18 12:58:29</query_time>
   <create_date>2011-07-18</create_date>
   <update_date>2023-06-30</update_date>
   <expiry_date>2024-07-18</expiry_date>
   <registrar_iana>1923</registrar_iana>
   <registrar_name>Gname.com Pte. Ltd.</registrar_name>
   <registrar_website>www.gname.com</registrar_website>
   <registrant_name>Redacted for privacy</registrant_name>
   <registrant_company>Redacted for privacy</registrant_company>
   <registrant_address>Redacted for privacy</registrant_address>
   <registrant_city>Redacted for privacy</registrant_city>
   <registrant_state>YUNNAN</registrant_state>
   <registrant_zip>Redacted for privacy</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>https://rdap.gname.com/extra/contact?type=registrant&amp;domain=embedled.com</registrant_email>
   <registrant_phone>Redacted for privacy</registrant_phone>
   <registrant_fax>Redacted for privacy</registrant_fax>
   <name_servers>
    <value>a.share-dns.com</value>
    <value>b.share-dns.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>38</num>
   <domain_name>embedded.se</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 16:48:13</query_time>
   <create_date>2003-04-26</create_date>
   <update_date>2024-04-17</update_date>
   <expiry_date>2025-04-26</expiry_date>
   <registrar_name>LoopiaGroup2</registrar_name>
   <name_servers>
    <value>ns1.loopiagroup.com</value>
    <value>ns2.loopiagroup.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>signed</value>
   </dns_sec>
  </value>
  <value>
   <num>39</num>
   <domain_name>embedeed.com</domain_name>
   <domain_keyword>embedeed</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-27 18:34:16</query_time>
   <create_date>2016-07-28</create_date>
   <update_date>2022-06-26</update_date>
   <expiry_date>2024-07-28</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor, Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_company>Arrow Electronics, Inc</registrant_company>
   <registrant_state>CO</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>select request email form at https://domains.markmonitor.com/whois/embedeed.com</registrant_email>
   <name_servers>
    <value>pdns77.ultradns.biz</value>
    <value>pdns77.ultradns.com</value>
    <value>pdns77.ultradns.net</value>
    <value>pdns77.ultradns.org</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>40</num>
   <domain_name>embedded.com</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-02 18:50:34</query_time>
   <create_date>1995-06-12</create_date>
   <update_date>2024-05-12</update_date>
   <expiry_date>2025-06-11</expiry_date>
   <registrar_iana>299</registrar_iana>
   <registrar_name>CSC CORPORATE DOMAINS, INC.</registrar_name>
   <registrar_website>www.cscprotectsbrands.com</registrar_website>
   <registrant_name>Domain Admin</registrant_name>
   <registrant_company>Arrow Electronics, Inc.</registrant_company>
   <registrant_address>9151 E. Panorama Circle</registrant_address>
   <registrant_city>Centennial</registrant_city>
   <registrant_state>CO</registrant_state>
   <registrant_zip>80112</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.3038241717</registrant_phone>
   <registrant_fax>+1.3038241717</registrant_fax>
   <name_servers>
    <value>pdns77.ultradns.biz</value>
    <value>pdns77.ultradns.com</value>
    <value>pdns77.ultradns.net</value>
    <value>pdns77.ultradns.org</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>41</num>
   <domain_name>embedded.link</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>link</domain_tld>
   <query_time>2024-04-18 12:57:10</query_time>
   <create_date>2021-07-27</create_date>
   <update_date>2023-07-01</update_date>
   <expiry_date>2024-07-27</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NAMECHEAP</registrar_name>
   <registrar_website>https://www.namecheap.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>42</num>
   <domain_name>embedded.nl</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-05-19 15:26:24</query_time>
   <create_date>1998-12-18</create_date>
   <update_date>2023-01-24</update_date>
   <registrar_name>team.blue nl B.V.</registrar_name>
   <name_servers>
    <value>ns0.transip.net</value>
    <value>ns1.transip.nl</value>
    <value>ns2.transip.eu</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>yes</value>
   </dns_sec>
  </value>
  <value>
   <num>43</num>
   <domain_name>embefded.com</domain_name>
   <domain_keyword>embefded</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-07 16:50:39</query_time>
   <create_date>2016-07-28</create_date>
   <update_date>2022-06-26</update_date>
   <expiry_date>2024-07-28</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor, Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_company>Arrow Electronics, Inc</registrant_company>
   <registrant_state>CO</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>select request email form at https://domains.markmonitor.com/whois/embefded.com</registrant_email>
   <name_servers>
    <value>pdns77.ultradns.biz</value>
    <value>pdns77.ultradns.com</value>
    <value>pdns77.ultradns.net</value>
    <value>pdns77.ultradns.org</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>44</num>
   <domain_name>embedded.estate</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>estate</domain_tld>
   <query_time>2024-05-19 15:26:24</query_time>
   <create_date>2021-07-02</create_date>
   <update_date>2023-06-07</update_date>
   <expiry_date>2024-07-02</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>https://www.namecheap.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>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>45</num>
   <domain_name>embedeo.com</domain_name>
   <domain_keyword>embedeo</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-18 12:58:24</query_time>
   <create_date>2005-08-29</create_date>
   <update_date>2023-08-25</update_date>
   <expiry_date>2024-08-29</expiry_date>
   <registrar_iana>303</registrar_iana>
   <registrar_name>PDR Ltd. d/b/a PublicDomainRegistry.com</registrar_name>
   <registrar_website>www.publicdomainregistry.com</registrar_website>
   <registrant_name>GDPR Masked</registrant_name>
   <registrant_company>GDPR Masked</registrant_company>
   <registrant_address>GDPR Masked</registrant_address>
   <registrant_city>GDPR Masked</registrant_city>
   <registrant_zip>GDPR Masked</registrant_zip>
   <registrant_country>BG</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>GDPR Masked</registrant_phone>
   <registrant_fax>GDPR Masked</registrant_fax>
   <name_servers>
    <value>ns71.bgdns.net</value>
    <value>ns72.bgdns.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>46</num>
   <domain_name>embedded.rest</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>rest</domain_tld>
   <query_time>2024-05-19 15:26:25</query_time>
   <create_date>2021-07-02</create_date>
   <update_date>2024-02-15</update_date>
   <expiry_date>2024-07-02</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NAMECHEAP</registrar_name>
   <registrar_website>https://www.namecheap.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>47</num>
   <domain_name>embedded.fund</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>fund</domain_tld>
   <query_time>2024-05-20 12:03:13</query_time>
   <create_date>2021-07-27</create_date>
   <update_date>2023-07-02</update_date>
   <expiry_date>2024-07-27</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>https://www.namecheap.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>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>48</num>
   <domain_name>embedded.live</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>live</domain_tld>
   <query_time>2024-05-25 00:34:15</query_time>
   <create_date>2023-08-13</create_date>
   <update_date>2024-01-20</update_date>
   <expiry_date>2024-08-13</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>https://www.namecheap.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>NA</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>TH</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.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>49</num>
   <domain_name>embedeo.org</domain_name>
   <domain_keyword>embedeo</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-04-18 12:58:24</query_time>
   <create_date>2006-11-15</create_date>
   <update_date>2023-11-12</update_date>
   <expiry_date>2024-11-15</expiry_date>
   <registrar_iana>303</registrar_iana>
   <registrar_name>PDR Ltd. d/b/a PublicDomainRegistry.com</registrar_name>
   <registrar_website>http://www.publicdomainregistry.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>GDPR Masked</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>BG</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns71.bgdns.net</value>
    <value>ns72.bgdns.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>50</num>
   <domain_name>embedded.by</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>by</domain_tld>
   <query_time>2024-05-30 23:54:35</query_time>
   <create_date>2010-12-04</create_date>
   <update_date>2023-11-06</update_date>
   <expiry_date>2025-12-06</expiry_date>
   <registrar_name>Reliable Software, Ltd</registrar_name>
   <registrant_email>hidden! details are available at https://whois.cctld.by</registrant_email>
   <name_servers>
    <value>cloe.ns.cloudflare.com</value>
    <value>nile.ns.cloudflare.com</value>
   </name_servers>
  </value>
  <value>
   <num>51</num>
   <domain_name>embedded.loans</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>loans</domain_tld>
   <query_time>2024-05-20 12:03:13</query_time>
   <create_date>2022-04-08</create_date>
   <update_date>2024-03-14</update_date>
   <expiry_date>2025-04-08</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>https://www.namecheap.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>52</num>
   <domain_name>embedded.sh</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>sh</domain_tld>
   <query_time>2024-05-20 12:03:46</query_time>
   <create_date>2021-08-11</create_date>
   <update_date>2023-07-21</update_date>
   <expiry_date>2024-08-11</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>https://www.namecheap.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>gina.ns.cloudflare.com</value>
    <value>graham.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>53</num>
   <domain_name>embedded.ru</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-04-30 17:33:48</query_time>
   <create_date>1999-06-17</create_date>
   <expiry_date>2024-06-30</expiry_date>
   <registrar_name>RU-CENTER-RU</registrar_name>
   <registrant_company>Limited Liability Company &quot;PROSOFT&quot;</registrant_company>
   <name_servers>
    <value>ns3-l2.nic.ru</value>
    <value>ns4-cloud.nic.ru</value>
    <value>ns4-l2.nic.ru</value>
    <value>ns8-cloud.nic.ru</value>
    <value>ns8-l2.nic.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>54</num>
   <domain_name>embedel.eu</domain_name>
   <domain_keyword>embedel</domain_keyword>
   <domain_tld>eu</domain_tld>
   <query_time>2024-05-05 09:05:29</query_time>
   <registrar_name>Aruba S.p.A.</registrar_name>
   <registrar_website>http://www.aruba.it</registrar_website>
   <name_servers>
    <value>dns.technorail.com</value>
    <value>dns2.technorail.com</value>
    <value>dns3.arubadns.net</value>
    <value>dns4.arubadns.cz</value>
   </name_servers>
  </value>
  <value>
   <num>55</num>
   <domain_name>embesded.com</domain_name>
   <domain_keyword>embesded</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-27 18:35:22</query_time>
   <create_date>2016-07-28</create_date>
   <update_date>2022-06-26</update_date>
   <expiry_date>2024-07-28</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor, Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_company>Arrow Electronics, Inc</registrant_company>
   <registrant_state>CO</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>select request email form at https://domains.markmonitor.com/whois/embesded.com</registrant_email>
   <name_servers>
    <value>pdns77.ultradns.biz</value>
    <value>pdns77.ultradns.com</value>
    <value>pdns77.ultradns.net</value>
    <value>pdns77.ultradns.org</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>56</num>
   <domain_name>embdded.com</domain_name>
   <domain_keyword>embdded</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-27 18:34:03</query_time>
   <create_date>2016-07-28</create_date>
   <update_date>2022-06-26</update_date>
   <expiry_date>2024-07-28</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor, Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_company>Arrow Electronics, Inc</registrant_company>
   <registrant_state>CO</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>select request email form at https://domains.markmonitor.com/whois/embdded.com</registrant_email>
   <name_servers>
    <value>pdns77.ultradns.biz</value>
    <value>pdns77.ultradns.com</value>
    <value>pdns77.ultradns.net</value>
    <value>pdns77.ultradns.org</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>57</num>
   <domain_name>embedded.life</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>life</domain_tld>
   <query_time>2024-04-18 12:57:10</query_time>
   <create_date>2019-06-06</create_date>
   <update_date>2023-07-21</update_date>
   <expiry_date>2024-06-06</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC</registrar_name>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Contact Privacy Inc. Customer 7151571251</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>ON</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CA</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns-cloud-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>58</num>
   <domain_name>embedel.com</domain_name>
   <domain_keyword>embedel</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-18 12:58:24</query_time>
   <create_date>2014-07-12</create_date>
   <update_date>2023-07-04</update_date>
   <expiry_date>2024-07-12</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>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>59</num>
   <domain_name>embedded.care</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>care</domain_tld>
   <query_time>2024-05-23 00:51:20</query_time>
   <create_date>2023-05-22</create_date>
   <update_date>2024-05-22</update_date>
   <expiry_date>2025-05-22</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>Be A Life Changer B.V.</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>NL</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>jermaine.ns.cloudflare.com</value>
    <value>joyce.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>60</num>
   <domain_name>embedfed.com</domain_name>
   <domain_keyword>embedfed</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-27 18:34:17</query_time>
   <create_date>2016-07-28</create_date>
   <update_date>2022-06-26</update_date>
   <expiry_date>2024-07-28</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor, Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_company>Arrow Electronics, Inc</registrant_company>
   <registrant_state>CO</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>select request email form at https://domains.markmonitor.com/whois/embedfed.com</registrant_email>
   <name_servers>
    <value>pdns77.ultradns.biz</value>
    <value>pdns77.ultradns.com</value>
    <value>pdns77.ultradns.net</value>
    <value>pdns77.ultradns.org</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>61</num>
   <domain_name>embedded.com.pl</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>com.pl</domain_tld>
   <query_time>2024-04-07 23:39:16</query_time>
   <create_date>2014-05-27</create_date>
   <update_date>2023-05-23</update_date>
   <expiry_date>2024-05-27</expiry_date>
   <registrar_name>nazwa.pl sp. z o.o.</registrar_name>
   <registrar_website>www.nazwa.pl</registrar_website>
   <name_servers>
    <value>dns.home.pl</value>
    <value>dns2.home.pl</value>
   </name_servers>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>62</num>
   <domain_name>embedded.it</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>it</domain_tld>
   <query_time>2024-04-18 12:57:10</query_time>
   <create_date>2000-03-22</create_date>
   <update_date>2023-09-28</update_date>
   <expiry_date>2024-09-12</expiry_date>
   <registrar_name>Aruba s.p.a.</registrar_name>
   <registrar_website>http://www.aruba.it</registrar_website>
   <registrant_company>KOAN S.A.S. DI CAVALLINI MARCO &amp; C.</registrant_company>
   <registrant_address>Via varsavia, 14</registrant_address>
   <registrant_city>BERGAMO</registrant_city>
   <registrant_state>BG</registrant_state>
   <registrant_zip>24128</registrant_zip>
   <registrant_country>IT</registrant_country>
   <name_servers>
    <value>dns.technorail.com</value>
    <value>dns2.technorail.com</value>
    <value>dns3.arubadns.net</value>
    <value>dns4.arubadns.cz</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>yes</value>
   </dns_sec>
  </value>
  <value>
   <num>63</num>
   <domain_name>embededu.com</domain_name>
   <domain_keyword>embededu</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-18 12:58:24</query_time>
   <create_date>2010-11-17</create_date>
   <update_date>2023-10-17</update_date>
   <expiry_date>2024-11-17</expiry_date>
   <registrar_iana>1331</registrar_iana>
   <registrar_name>eName Technology Co., Ltd.</registrar_name>
   <registrar_website>http://www.ename.net</registrar_website>
   <name_servers>
    <value>ns3.dns.com</value>
    <value>ns4.dns.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>64</num>
   <domain_name>embedded.enterprises</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>enterprises</domain_tld>
   <query_time>2024-05-12 09:06:13</query_time>
   <create_date>2016-06-02</create_date>
   <update_date>2024-03-28</update_date>
   <expiry_date>2024-06-02</expiry_date>
   <registrar_iana>1408</registrar_iana>
   <registrar_name>united-domains AG</registrar_name>
   <registrar_website>http://www.united-domains.de</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>DE</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dean.ns.cloudflare.com</value>
    <value>liz.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>65</num>
   <domain_name>embedel.it</domain_name>
   <domain_keyword>embedel</domain_keyword>
   <domain_tld>it</domain_tld>
   <query_time>2024-04-07 23:39:21</query_time>
   <create_date>2014-07-12</create_date>
   <update_date>2023-07-28</update_date>
   <expiry_date>2024-07-12</expiry_date>
   <registrar_name>Aruba s.p.a.</registrar_name>
   <registrar_website>http://www.aruba.it</registrar_website>
   <registrant_company>Cristinel Enusel</registrant_company>
   <registrant_address>via Confalonieri, 50</registrant_address>
   <registrant_city>SESTO SAN GIOVANNI</registrant_city>
   <registrant_state>MI</registrant_state>
   <registrant_zip>20099</registrant_zip>
   <registrant_country>IT</registrant_country>
   <name_servers>
    <value>dns.technorail.com</value>
    <value>dns2.technorail.com</value>
    <value>dns3.arubadns.net</value>
    <value>dns4.arubadns.cz</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>yes</value>
   </dns_sec>
  </value>
  <value>
   <num>66</num>
   <domain_name>embedded.uk</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>uk</domain_tld>
   <query_time>2024-05-20 12:03:48</query_time>
   <create_date>2021-10-02</create_date>
   <update_date>2022-01-03</update_date>
   <expiry_date>2024-10-02</expiry_date>
   <registrar_name>Behrendt Professional Corporation t/a Amazing Domains [Tag = BPC-CA]</registrar_name>
   <registrar_website>http://www.amazingdomains.co.uk</registrar_website>
   <name_servers>
    <value>freedns1.registrar-servers.com</value>
    <value>freedns2.registrar-servers.com</value>
    <value>freedns3.registrar-servers.com</value>
    <value>freedns4.registrar-servers.com</value>
    <value>freedns5.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>67</num>
   <domain_name>embedded.dev</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>dev</domain_tld>
   <query_time>2024-05-05 04:56:54</query_time>
   <create_date>2023-08-21</create_date>
   <update_date>2023-08-26</update_date>
   <expiry_date>2024-08-21</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>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 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>ns-cloud-b1.googledomains.com</value>
    <value>ns-cloud-b2.googledomains.com</value>
    <value>ns-cloud-b3.googledomains.com</value>
    <value>ns-cloud-b4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>68</num>
   <domain_name>embered.xyz</domain_name>
   <domain_keyword>embered</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-06-01 21:07:28</query_time>
   <create_date>2024-04-02</create_date>
   <update_date>2024-05-14</update_date>
   <expiry_date>2025-04-02</expiry_date>
   <registrar_iana>1861</registrar_iana>
   <registrar_name>Porkbun, LLC</registrar_name>
   <registrar_website>https://porkbun.com/</registrar_website>
   <registrant_company>Private by Design, LLC</registrant_company>
   <registrant_state>NC</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1.afternic.com</value>
    <value>ns2.afternic.com</value>
    <value>verification-6agdvpntkmaq6q5lxgwt92.ns101.verify.hn</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>69</num>
   <domain_name>embedxed.com</domain_name>
   <domain_keyword>embedxed</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-27 18:34:19</query_time>
   <create_date>2016-07-28</create_date>
   <update_date>2022-06-26</update_date>
   <expiry_date>2024-07-28</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor, Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_company>Arrow Electronics, Inc</registrant_company>
   <registrant_state>CO</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>select request email form at https://domains.markmonitor.com/whois/embedxed.com</registrant_email>
   <name_servers>
    <value>pdns77.ultradns.biz</value>
    <value>pdns77.ultradns.com</value>
    <value>pdns77.ultradns.net</value>
    <value>pdns77.ultradns.org</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>70</num>
   <domain_name>embedded.best</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>best</domain_tld>
   <query_time>2024-05-12 09:06:12</query_time>
   <create_date>2022-06-02</create_date>
   <update_date>2023-08-31</update_date>
   <expiry_date>2024-06-02</expiry_date>
   <registrar_iana>113</registrar_iana>
   <registrar_name>CSL Computer Service Langenbach GmbH</registrar_name>
   <registrar_website>http://joker.com</registrar_website>
   <registrant_country>AT</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>x.ns.joker.com</value>
    <value>y.ns.joker.com</value>
    <value>z.ns.joker.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>71</num>
   <domain_name>embedded.jobs</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>jobs</domain_tld>
   <query_time>2024-05-12 09:06:13</query_time>
   <create_date>2023-10-30</create_date>
   <update_date>2023-11-01</update_date>
   <expiry_date>2024-10-30</expiry_date>
   <registrar_iana>455</registrar_iana>
   <registrar_name>EnCirca, Inc.</registrar_name>
   <registrar_website>www.encirca.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Luca Zambuto</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>NA</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <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>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.digitalocean.com</value>
    <value>ns2.digitalocean.com</value>
    <value>ns3.digitalocean.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>72</num>
   <domain_name>embedded.wang</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>wang</domain_tld>
   <query_time>2024-04-18 12:57:10</query_time>
   <create_date>2018-04-21</create_date>
   <update_date>2018-04-21</update_date>
   <expiry_date>2028-04-21</expiry_date>
   <registrar_iana>120</registrar_iana>
   <registrar_name>XinNet Technology Corporation</registrar_name>
   <registrar_website>http://www.xinnet.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>王争</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>北京市</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record  identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>f1g1ns1.dnspod.net</value>
    <value>f1g1ns2.dnspod.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>73</num>
   <domain_name>embedded.institute</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>institute</domain_tld>
   <query_time>2024-05-20 12:03:13</query_time>
   <create_date>2021-07-27</create_date>
   <update_date>2023-07-02</update_date>
   <expiry_date>2024-07-27</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>https://www.namecheap.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>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>74</num>
   <domain_name>embedded.ventures</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>ventures</domain_tld>
   <query_time>2024-05-19 15:26:25</query_time>
   <create_date>2020-09-03</create_date>
   <update_date>2023-10-18</update_date>
   <expiry_date>2024-09-03</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com/domains/search.aspx?ci=8990</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domains By Proxy, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Arizona</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns6.wixdns.net</value>
    <value>ns7.wixdns.net</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>75</num>
   <domain_name>embedde.com</domain_name>
   <domain_keyword>embedde</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-21 14:29:01</query_time>
   <create_date>2005-05-04</create_date>
   <update_date>2024-04-14</update_date>
   <expiry_date>2025-05-04</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com</registrar_website>
   <name_servers>
    <value>ns1.namefind.com</value>
    <value>ns2.namefind.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>76</num>
   <domain_name>embedded.contractors</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>contractors</domain_tld>
   <query_time>2024-05-20 12:03:13</query_time>
   <create_date>2014-09-01</create_date>
   <update_date>2023-10-16</update_date>
   <expiry_date>2024-09-01</expiry_date>
   <registrar_iana>141</registrar_iana>
   <registrar_name>Cronon GmbH</registrar_name>
   <registrar_website>http://www.cronon.net</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>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>docks15.rzone.de</value>
    <value>shades18.rzone.de</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>77</num>
   <domain_name>embedced.com</domain_name>
   <domain_keyword>embedced</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-27 18:34:06</query_time>
   <create_date>2016-07-28</create_date>
   <update_date>2022-06-26</update_date>
   <expiry_date>2024-07-28</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor, Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_company>Arrow Electronics, Inc</registrant_company>
   <registrant_state>CO</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>select request email form at https://domains.markmonitor.com/whois/embedced.com</registrant_email>
   <name_servers>
    <value>pdns77.ultradns.biz</value>
    <value>pdns77.ultradns.com</value>
    <value>pdns77.ultradns.net</value>
    <value>pdns77.ultradns.org</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>78</num>
   <domain_name>embedded.vip</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>vip</domain_tld>
   <query_time>2024-06-01 21:07:25</query_time>
   <create_date>2022-05-20</create_date>
   <update_date>2024-05-21</update_date>
   <expiry_date>2024-05-20</expiry_date>
   <registrar_iana>48</registrar_iana>
   <registrar_name>eNom, LLC</registrar_name>
   <registrar_website>whois.enom.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Data Protected</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>71</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>dns1.name-services.com</value>
    <value>dns2.name-services.com</value>
    <value>dns3.name-services.com</value>
    <value>dns4.name-services.com</value>
    <value>dns5.name-services.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>79</num>
   <domain_name>embeaded.co</domain_name>
   <domain_keyword>embeaded</domain_keyword>
   <domain_tld>co</domain_tld>
   <query_time>2024-05-19 15:26:21</query_time>
   <create_date>2023-08-11</create_date>
   <update_date>2023-09-03</update_date>
   <expiry_date>2024-08-11</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows Domains Inc.</registrar_name>
   <registrar_website>www.opensrs.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Contact Privacy Inc. Customer 0168088430</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>ON</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CA</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns-cloud-a1.googledomains.com</value>
    <value>ns-cloud-a2.googledomains.com</value>
    <value>ns-cloud-a3.googledomains.com</value>
    <value>ns-cloud-a4.googledomains.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>80</num>
   <domain_name>embedeo.eu</domain_name>
   <domain_keyword>embedeo</domain_keyword>
   <domain_tld>eu</domain_tld>
   <query_time>2024-05-05 09:05:29</query_time>
   <registrar_name>SuperHosting.BG Ltd.</registrar_name>
   <registrar_website>https://www.superhosting.bg/</registrar_website>
   <name_servers>
    <value>ns71.bgdns.net</value>
    <value>ns72.bgdns.net</value>
   </name_servers>
  </value>
  <value>
   <num>81</num>
   <domain_name>embedded.energy</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>energy</domain_tld>
   <query_time>2024-05-19 15:26:24</query_time>
   <create_date>2021-07-02</create_date>
   <update_date>2023-06-07</update_date>
   <expiry_date>2024-07-02</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>https://www.namecheap.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>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>82</num>
   <domain_name>embedded.claims</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>claims</domain_tld>
   <query_time>2024-05-27 18:34:09</query_time>
   <create_date>2022-04-08</create_date>
   <update_date>2024-03-14</update_date>
   <expiry_date>2025-04-08</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>https://www.namecheap.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>83</num>
   <domain_name>embedded.co.nz</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>co.nz</domain_tld>
   <query_time>2024-04-11 06:15:02</query_time>
   <create_date>1997-07-06</create_date>
   <update_date>2022-10-31</update_date>
   <registrar_name>Voyager Internet Ltd T/A 1st Domains</registrar_name>
   <registrar_website>www.1stdomains.nz</registrar_website>
   <name_servers>
    <value>ns1.dreamhost.com</value>
    <value>ns2.dreamhost.com</value>
    <value>ns3.dreamhost.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>84</num>
   <domain_name>embedded.com.au</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>com.au</domain_tld>
   <query_time>2024-05-08 18:42:54</query_time>
   <update_date>2024-04-11</update_date>
   <registrar_name>SYNERGY WHOLESALE ACCREDITATIONS PTY LTD</registrar_name>
   <registrar_website>https://synergywholesale.com/partner-lookup</registrar_website>
   <registrant_name>Ben Rashleigh</registrant_name>
   <name_servers>
    <value>ns1.syd6.hostyourservices.net</value>
    <value>ns2.syd6.hostyourservices.net</value>
   </name_servers>
   <domain_status>
    <value>serverRenewProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>85</num>
   <domain_name>embedded.africa</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>africa</domain_tld>
   <query_time>2024-05-19 15:26:24</query_time>
   <create_date>2021-11-02</create_date>
   <update_date>2023-11-01</update_date>
   <expiry_date>2024-11-02</expiry_date>
   <registrar_iana>1645</registrar_iana>
   <registrar_name>Domains.co.za</registrar_name>
   <registrar_website>https://www.domains.co.za</registrar_website>
   <registrant_name>REDACTED</registrant_name>
   <registrant_company>Mycoza holdings Pty Ltd</registrant_company>
   <registrant_address>REDACTED</registrant_address>
   <registrant_city>REDACTED</registrant_city>
   <registrant_state>REDACTED</registrant_state>
   <registrant_zip>REDACTED</registrant_zip>
   <registrant_country>ZA</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 contacts of the domain name.</registrant_email>
   <registrant_phone>REDACTED</registrant_phone>
   <registrant_fax>REDACTED</registrant_fax>
   <name_servers>
    <value>ns1053.websitewelcome.com</value>
    <value>ns1054.websitewelcome.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>86</num>
   <domain_name>embedded.news</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>news</domain_tld>
   <query_time>2024-04-18 12:57:10</query_time>
   <create_date>2017-11-28</create_date>
   <update_date>2023-11-03</update_date>
   <expiry_date>2024-11-28</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>https://www.namecheap.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>87</num>
   <domain_name>embedded.reviews</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>reviews</domain_tld>
   <query_time>2024-04-13 05:29:03</query_time>
   <create_date>2023-12-21</create_date>
   <update_date>2024-02-05</update_date>
   <expiry_date>2024-12-21</expiry_date>
   <registrar_iana>3882</registrar_iana>
   <registrar_name>Domain Science Kutatási Szolgáltató Korlátolt Felelősségű Társaság</registrar_name>
   <registrar_website>https://namerider.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Virtua Drug Ltd</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>-</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>HU</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>88</num>
   <domain_name>embedded.partners</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>partners</domain_tld>
   <query_time>2024-05-05 04:56:54</query_time>
   <create_date>2021-10-14</create_date>
   <update_date>2024-04-25</update_date>
   <expiry_date>2024-10-14</expiry_date>
   <registrar_iana>895</registrar_iana>
   <registrar_name>Squarespace Domains II LLC</registrar_name>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>DE</registrant_country>
   <registrant_email>please query the rdds service of the registrar 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-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>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>signedDelegation</value>
   </dns_sec>
  </value>
  <value>
   <num>89</num>
   <domain_name>embedded.homes</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>homes</domain_tld>
   <query_time>2024-05-05 04:56:55</query_time>
   <create_date>2023-12-29</create_date>
   <update_date>2024-01-12</update_date>
   <expiry_date>2024-12-29</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>Namecheap</registrar_name>
   <registrar_website>https://namecheap.com</registrar_website>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_state>Capital Region</registrant_state>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>90</num>
   <domain_name>embedded.wtf</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>wtf</domain_tld>
   <query_time>2024-05-12 09:06:13</query_time>
   <create_date>2014-08-06</create_date>
   <update_date>2023-07-12</update_date>
   <expiry_date>2024-08-06</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>https://www.namecheap.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
    <value>dns3.registrar-servers.com</value>
    <value>dns4.registrar-servers.com</value>
    <value>dns5.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>91</num>
   <domain_name>embedded.design</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>design</domain_tld>
   <query_time>2024-05-12 09:06:13</query_time>
   <create_date>2016-08-11</create_date>
   <update_date>2023-07-17</update_date>
   <expiry_date>2024-08-11</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>http://www.namecheap.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>gina.ns.cloudflare.com</value>
    <value>mark.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>92</num>
   <domain_name>embedded.me.uk</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>me.uk</domain_tld>
   <query_time>2024-04-18 12:57:11</query_time>
   <create_date>2005-11-23</create_date>
   <update_date>2023-11-10</update_date>
   <expiry_date>2024-11-23</expiry_date>
   <registrar_name>Plusnet Plc t/a Madasafish Broadband [Tag = MADASAFISH]</registrar_name>
   <registrar_website>http://www.madasafish.com</registrar_website>
   <name_servers>
    <value>ns1.force9.net</value>
    <value>ns2.force9.net</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>93</num>
   <domain_name>embedeq.com</domain_name>
   <domain_keyword>embedeq</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-18 12:58:24</query_time>
   <create_date>2015-01-09</create_date>
   <update_date>2024-01-06</update_date>
   <expiry_date>2025-01-09</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows Domains Inc.</registrar_name>
   <registrar_website>http://www.tucows.com</registrar_website>
   <name_servers>
    <value>ns1.panelboxmanager.com</value>
    <value>ns2.panelboxmanager.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>94</num>
   <domain_name>embeeded.com</domain_name>
   <domain_keyword>embeeded</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-27 18:34:19</query_time>
   <create_date>2016-07-28</create_date>
   <update_date>2022-06-26</update_date>
   <expiry_date>2024-07-28</expiry_date>
   <registrar_iana>292</registrar_iana>
   <registrar_name>MarkMonitor, Inc.</registrar_name>
   <registrar_website>http://www.markmonitor.com</registrar_website>
   <registrant_company>Arrow Electronics, Inc</registrant_company>
   <registrant_state>CO</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>select request email form at https://domains.markmonitor.com/whois/embeeded.com</registrant_email>
   <name_servers>
    <value>pdns77.ultradns.biz</value>
    <value>pdns77.ultradns.com</value>
    <value>pdns77.ultradns.net</value>
    <value>pdns77.ultradns.org</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>95</num>
   <domain_name>embed3d.com</domain_name>
   <domain_keyword>embed3d</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-19 15:26:22</query_time>
   <create_date>2021-01-16</create_date>
   <update_date>2022-08-10</update_date>
   <expiry_date>2025-01-16</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>GI</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>ES</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-1296.awsdns-34.org</value>
    <value>ns-1751.awsdns-26.co.uk</value>
    <value>ns-37.awsdns-04.com</value>
    <value>ns-973.awsdns-57.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>96</num>
   <domain_name>embedded.how</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>how</domain_tld>
   <query_time>2024-05-20 12:03:13</query_time>
   <create_date>2023-07-05</create_date>
   <update_date>2023-07-10</update_date>
   <expiry_date>2024-07-05</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>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 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>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>97</num>
   <domain_name>embedded.university</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>university</domain_tld>
   <query_time>2024-05-12 09:06:13</query_time>
   <create_date>2016-11-10</create_date>
   <update_date>2023-10-16</update_date>
   <expiry_date>2024-11-10</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>https://www.namecheap.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>OpenSystems Media</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>AZ</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns1.registrar-servers.com</value>
    <value>dns2.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>98</num>
   <domain_name>embemed.com</domain_name>
   <domain_keyword>embemed</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-18 12:59:29</query_time>
   <create_date>2005-10-11</create_date>
   <update_date>2023-10-10</update_date>
   <expiry_date>2024-10-11</expiry_date>
   <registrar_iana>1390</registrar_iana>
   <registrar_name>Mesh Digital Limited</registrar_name>
   <registrar_website>http://www.meshdigital.com</registrar_website>
   <name_servers>
    <value>ns1.sevensix.eu</value>
    <value>ns2.sevensix.eu</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>99</num>
   <domain_name>embedes.com</domain_name>
   <domain_keyword>embedes</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-18 12:58:25</query_time>
   <create_date>2008-03-18</create_date>
   <update_date>2024-03-17</update_date>
   <expiry_date>2025-03-18</expiry_date>
   <registrar_iana>269</registrar_iana>
   <registrar_name>Key-Systems GmbH</registrar_name>
   <registrar_website>http://home.pl</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>REDACTED FOR PRIVACY</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>PL</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>dns.home.pl</value>
    <value>dns2.home.pl</value>
    <value>dns3.home.pl</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>100</num>
   <domain_name>embedded.me</domain_name>
   <domain_keyword>embedded</domain_keyword>
   <domain_tld>me</domain_tld>
   <query_time>2024-04-13 05:29:19</query_time>
   <create_date>2023-12-20</create_date>
   <update_date>2024-02-17</update_date>
   <expiry_date>2024-12-20</expiry_date>
   <registrar_iana>3939</registrar_iana>
   <registrar_name>Sav.com, LLC - 49</registrar_name>
   <registrar_website>http://sav.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>IL</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
    <value>umhfp0fz.verify.hn</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.121</total_time>
  <api_credits_used>3</api_credits_used>
  <cost_calculation>3 (fuzzy_domains [1 domain])</cost_calculation>
 </stats>
</root>

API Pricing and Packages

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

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

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

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

$4500

Order Now More Info

$4500

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

$8500

Order Now More Info

$8500

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

Domain Name WHOIS Lookup

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

Powered by Current WHOIS Database

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