WHOIS QUERY TIME

28 Apr 2024 - 3:06 PM UTC

Registered: 1 June 1999
Modified: 14 March 2024

REGISTRAR

Name: mijn.host

DNSSEC

yes

NAME SERVERS

ns1.mijn.host
ns2.mijn.host
ns3.mijn.host

DOMAIN STATUS

Active

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

https://api.bigdomaindata.com/?key=XXXXX&current_whois=mdsign.nl
For more details, kindly see our Current WHOIS API usage guide.
{
    "success": true,
    "query": {
        "current_whois": "mdsign.nl"
    },
    "count": {
        "total": 1,
        "relation": "eq",
        "current": 1
    },
    "results": [
        {
            "domain_name": "mdsign.nl",
            "domain_keyword": "mdsign",
            "domain_tld": "nl",
            "query_time": "2024-04-28 15:06:38",
            "create_date": "1999-06-01",
            "update_date": "2024-03-14",
            "registrar_name": "mijn.host",
            "name_servers": [
                "ns1.mijn.host",
                "ns2.mijn.host",
                "ns3.mijn.host"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "yes"
            ]
        }
    ],
    "stats": {
        "total_time": 0.522,
        "api_credits_used": 1,
        "cost_calculation": "current_whois [1 domain]"
    }
}
<root>
 <success>true</success>
 <query>
  <current_whois>mdsign.nl</current_whois>
 </query>
 <count>
  <total>1</total>
  <relation>eq</relation>
  <current>1</current>
 </count>
 <results>
  <value>
   <domain_name>mdsign.nl</domain_name>
   <domain_keyword>mdsign</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-04-28 15:06:38</query_time>
   <create_date>1999-06-01</create_date>
   <update_date>2024-03-14</update_date>
   <registrar_name>mijn.host</registrar_name>
   <name_servers>
    <value>ns1.mijn.host</value>
    <value>ns2.mijn.host</value>
    <value>ns3.mijn.host</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>yes</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>0.522</total_time>
  <api_credits_used>1</api_credits_used>
  <cost_calculation>current_whois [1 domain]</cost_calculation>
 </stats>
</root>
We found a total of 3 historical WHOIS records (in 1.051 seconds) for "mdsign.nl" in our Historical WHOIS Database.
#1 - QUERY TIME

25 Apr 2023 - 6:57 AM UTC

Registered: 1 June 1999
Modified: 27 February 2023

REGISTRAR

Name: One.com A/S

DNSSEC

yes

NAME SERVERS

ns01.one.com
ns02.one.com

DOMAIN STATUS

Active

#2 - QUERY TIME

28 Feb 2024 - 2:39 PM UTC

Registered: 1 June 1999
Modified: 19 January 2024

REGISTRAR

Name: One.com A/S

DNSSEC

yes

NAME SERVERS

ns01.one.com
ns02.one.com

DOMAIN STATUS

Active

#3 - QUERY TIME

28 Apr 2024 - 3:06 PM UTC

Registered: 1 June 1999
Modified: 14 March 2024

REGISTRAR

Name: mijn.host

DNSSEC

yes

NAME SERVERS

ns1.mijn.host
ns2.mijn.host
ns3.mijn.host

DOMAIN STATUS

Active

* 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=mdsign.nl
For more details, kindly see our WHOIS History API usage guide.
{
    "success": true,
    "query": {
        "database": "historical",
        "domain_name": "mdsign.nl",
        "sort_by": "query_time",
        "sort_order": "asc",
        "page_size": 100
    },
    "count": {
        "total": 3,
        "relation": "eq",
        "current": 3
    },
    "unique_domains": "mdsign.nl",
    "results": [
        {
            "num": 1,
            "domain_name": "mdsign.nl",
            "domain_keyword": "mdsign",
            "domain_tld": "nl",
            "query_time": "2023-04-25 06:57:51",
            "create_date": "1999-06-01",
            "update_date": "2023-02-27",
            "registrar_name": "One.com A/S",
            "name_servers": [
                "ns01.one.com",
                "ns02.one.com"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "yes"
            ]
        },
        {
            "num": 2,
            "domain_name": "mdsign.nl",
            "domain_keyword": "mdsign",
            "domain_tld": "nl",
            "query_time": "2024-02-28 14:39:52",
            "create_date": "1999-06-01",
            "update_date": "2024-01-19",
            "registrar_name": "One.com A/S",
            "name_servers": [
                "ns01.one.com",
                "ns02.one.com"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "yes"
            ]
        },
        {
            "num": 3,
            "domain_name": "mdsign.nl",
            "domain_keyword": "mdsign",
            "domain_tld": "nl",
            "query_time": "2024-04-28 15:06:38",
            "create_date": "1999-06-01",
            "update_date": "2024-03-14",
            "registrar_name": "mijn.host",
            "name_servers": [
                "ns1.mijn.host",
                "ns2.mijn.host",
                "ns3.mijn.host"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "yes"
            ]
        }
    ],
    "stats": {
        "total_time": 1.051,
        "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>mdsign.nl</domain_name>
  <sort_by>query_time</sort_by>
  <sort_order>asc</sort_order>
  <page_size>100</page_size>
 </query>
 <count>
  <total>3</total>
  <relation>eq</relation>
  <current>3</current>
 </count>
 <unique_domains>mdsign.nl</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>mdsign.nl</domain_name>
   <domain_keyword>mdsign</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2023-04-25 06:57:51</query_time>
   <create_date>1999-06-01</create_date>
   <update_date>2023-02-27</update_date>
   <registrar_name>One.com A/S</registrar_name>
   <name_servers>
    <value>ns01.one.com</value>
    <value>ns02.one.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>yes</value>
   </dns_sec>
  </value>
  <value>
   <num>2</num>
   <domain_name>mdsign.nl</domain_name>
   <domain_keyword>mdsign</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-02-28 14:39:52</query_time>
   <create_date>1999-06-01</create_date>
   <update_date>2024-01-19</update_date>
   <registrar_name>One.com A/S</registrar_name>
   <name_servers>
    <value>ns01.one.com</value>
    <value>ns02.one.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>yes</value>
   </dns_sec>
  </value>
  <value>
   <num>3</num>
   <domain_name>mdsign.nl</domain_name>
   <domain_keyword>mdsign</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-04-28 15:06:38</query_time>
   <create_date>1999-06-01</create_date>
   <update_date>2024-03-14</update_date>
   <registrar_name>mijn.host</registrar_name>
   <name_servers>
    <value>ns1.mijn.host</value>
    <value>ns2.mijn.host</value>
    <value>ns3.mijn.host</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>yes</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>1.051</total_time>
  <api_credits_used>2</api_credits_used>
  <cost_calculation>1 (database[historical]) + 1 (search_fields[domain_name]) = 2</cost_calculation>
 </stats>
</root>
We found a total of 14 domain names (in 0.994 seconds) which contained the exact domain keyword "mdsign".
Domain Name Registered Expiry Registrar Ownership
1 mdsign.nl 1 Jun 1999 - mijn.host -
2 mdsign.co.uk 25 Jul 2002 25 Jul 2024 20i Ltd [Tag = STACK] -
3 mdsign.com 20 Jan 2003 20 Jan 2025 Megazone Corp., dba HOSTING.KR Kim Seokjun
4 mdsign.cn 27 Aug 2010 27 Aug 2024 厦门市中资源网络服务有限公司 常州明道标识有限公司
5 mdsign.biz 16 Nov 2012 15 Nov 2026 Tucows Domains Inc. Data Protected
6 mdsign.org.uk 16 Nov 2012 16 Nov 2024 20i Ltd [Tag = STACK] -
7 mdsign.me.uk 16 Nov 2012 16 Nov 2024 20i Ltd [Tag = STACK] -
8 mdsign.uk 10 Jun 2014 10 Jun 2028 20i Ltd [Tag = STACK] -
9 mdsign.fr 8 Oct 2016 8 Oct 2024 OVH Ano Nymous
10 mdsign.org 17 Nov 2016 17 Nov 2024 INWX GmbH media.d.sign Werbeagentur GmbH
11 mdsign.studio 15 Feb 2018 15 Feb 2027 GoDaddy.com, LLC Domains By Proxy, LLC
12 mdsign.today 24 May 2023 24 May 2025 GoDaddy.com, LLC Domains By Proxy, LLC
13 mdsign.net 18 Sep 2023 18 Sep 2024 Hong Kong Juming Network Technology Co., Ltd. Redacted for privacy
14 mdsign.ru 2 Nov 2023 2 Nov 2024 REGRU-RU Yandex.Mail Exclusive email address feature
15 mdsign.eu - - Domainers Registrar AG -

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

https://api.bigdomaindata.com/?key=XXXXX&database=current&domain_keyword=mdsign&sort_by=create_date
For more details, kindly see our Reverse WHOIS API usage guide.
{
    "success": true,
    "query": {
        "database": "current",
        "domain_keyword": "mdsign",
        "sort_by": "create_date",
        "sort_order": "asc",
        "page_size": 100
    },
    "count": {
        "total": 15,
        "relation": "eq",
        "current": 15
    },
    "unique_domains": "mdsign.nl, mdsign.co.uk, mdsign.com, mdsign.cn, mdsign.biz, mdsign.org.uk, mdsign.me.uk, mdsign.uk, mdsign.fr, mdsign.org, mdsign.studio, mdsign.today, mdsign.net, mdsign.ru, mdsign.eu",
    "results": [
        {
            "num": 1,
            "domain_name": "mdsign.nl",
            "domain_keyword": "mdsign",
            "domain_tld": "nl",
            "query_time": "2024-04-28 15:06:38",
            "create_date": "1999-06-01",
            "update_date": "2024-03-14",
            "registrar_name": "mijn.host",
            "name_servers": [
                "ns1.mijn.host",
                "ns2.mijn.host",
                "ns3.mijn.host"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "yes"
            ]
        },
        {
            "num": 2,
            "domain_name": "mdsign.co.uk",
            "domain_keyword": "mdsign",
            "domain_tld": "co.uk",
            "query_time": "2024-06-06 04:12:23",
            "create_date": "2002-07-25",
            "update_date": "2019-01-11",
            "expiry_date": "2024-07-25",
            "registrar_name": "20i Ltd [Tag = STACK]",
            "registrar_website": "http://www.20i.com",
            "name_servers": [
                "ns1.stackdns.com",
                "ns2.stackdns.com",
                "ns3.stackdns.com",
                "ns4.stackdns.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 3,
            "domain_name": "mdsign.com",
            "domain_keyword": "mdsign",
            "domain_tld": "com",
            "query_time": "2024-04-22 09:14:09",
            "create_date": "2003-01-20",
            "update_date": "2023-12-27",
            "expiry_date": "2025-01-20",
            "registrar_iana": 1489,
            "registrar_name": "Megazone Corp., dba HOSTING.KR",
            "registrar_website": "http://www.hosting.kr",
            "registrant_name": "Kim Seokjun",
            "registrant_company": "Kim Seokjun",
            "registrant_address": "1514-907, Hanareum Apt Jangmal-ro,  Bucheon-si",
            "registrant_city": "Gyeonggi-do",
            "registrant_zip": "14596",
            "registrant_country": "KR",
            "registrant_email": "[email protected]",
            "registrant_phone": "+82.1028805222",
            "name_servers": [
                "ns1.hosting.co.kr",
                "ns2.hosting.co.kr",
                "ns3.hosting.co.kr",
                "ns4.hosting.co.kr"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 4,
            "domain_name": "mdsign.cn",
            "domain_keyword": "mdsign",
            "domain_tld": "cn",
            "query_time": "2024-04-22 09:14:09",
            "create_date": "2010-08-27",
            "expiry_date": "2024-08-27",
            "registrar_name": "厦门市中资源网络服务有限公司",
            "registrant_name": "常州明道标识有限公司",
            "registrant_email": "[email protected]",
            "name_servers": [
                "ns7.cnolnic.net",
                "ns8.cnolnic.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 5,
            "domain_name": "mdsign.biz",
            "domain_keyword": "mdsign",
            "domain_tld": "biz",
            "query_time": "2024-04-22 09:14:09",
            "create_date": "2012-11-16",
            "update_date": "2021-09-07",
            "expiry_date": "2026-11-15",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "www.opensrs.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Data Protected",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "ON",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CA",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.stackdns.com",
                "ns2.stackdns.com",
                "ns3.stackdns.com",
                "ns4.stackdns.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 6,
            "domain_name": "mdsign.org.uk",
            "domain_keyword": "mdsign",
            "domain_tld": "org.uk",
            "query_time": "2024-05-31 06:50:25",
            "create_date": "2012-11-16",
            "update_date": "2018-12-09",
            "expiry_date": "2024-11-16",
            "registrar_name": "20i Ltd [Tag = STACK]",
            "registrar_website": "http://www.20i.com",
            "name_servers": [
                "ns1.stackdns.com",
                "ns2.stackdns.com",
                "ns3.stackdns.com",
                "ns4.stackdns.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 7,
            "domain_name": "mdsign.me.uk",
            "domain_keyword": "mdsign",
            "domain_tld": "me.uk",
            "query_time": "2024-06-04 00:42:00",
            "create_date": "2012-11-16",
            "update_date": "2018-12-09",
            "expiry_date": "2024-11-16",
            "registrar_name": "20i Ltd [Tag = STACK]",
            "registrar_website": "http://www.20i.com",
            "name_servers": [
                "ns1.stackdns.com",
                "ns2.stackdns.com",
                "ns3.stackdns.com",
                "ns4.stackdns.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 8,
            "domain_name": "mdsign.uk",
            "domain_keyword": "mdsign",
            "domain_tld": "uk",
            "query_time": "2024-06-01 20:28:20",
            "create_date": "2014-06-10",
            "update_date": "2024-05-28",
            "expiry_date": "2028-06-10",
            "registrar_name": "20i Ltd [Tag = STACK]",
            "registrar_website": "http://www.20i.com",
            "name_servers": [
                "ns1.stackdns.com",
                "ns2.stackdns.com",
                "ns3.stackdns.com",
                "ns4.stackdns.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 9,
            "domain_name": "mdsign.fr",
            "domain_keyword": "mdsign",
            "domain_tld": "fr",
            "query_time": "2024-05-05 08:58:12",
            "create_date": "2016-10-08",
            "update_date": "2023-11-30",
            "expiry_date": "2024-10-08",
            "registrar_name": "OVH",
            "registrar_website": "http://www.ovh.com",
            "registrant_name": "Ano Nymous",
            "name_servers": [
                "dns102.ovh.net",
                "ns102.ovh.net"
            ],
            "domain_status": [
                "Active",
                "associated"
            ]
        },
        {
            "num": 10,
            "domain_name": "mdsign.org",
            "domain_keyword": "mdsign",
            "domain_tld": "org",
            "query_time": "2024-04-22 09:14:09",
            "create_date": "2016-11-17",
            "update_date": "2024-01-01",
            "expiry_date": "2024-11-17",
            "registrar_iana": 1420,
            "registrar_name": "INWX GmbH",
            "registrar_website": "http://www.domrobot.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "media.d.sign Werbeagentur 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.inwx.de",
                "ns2.inwx.de",
                "ns3.inwx.eu"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 11,
            "domain_name": "mdsign.studio",
            "domain_keyword": "mdsign",
            "domain_tld": "studio",
            "query_time": "2024-04-22 09:14:09",
            "create_date": "2018-02-15",
            "update_date": "2024-03-31",
            "expiry_date": "2027-02-15",
            "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": [
                "ns41.domaincontrol.com",
                "ns42.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 12,
            "domain_name": "mdsign.today",
            "domain_keyword": "mdsign",
            "domain_tld": "today",
            "query_time": "2024-05-27 18:33:48",
            "create_date": "2023-05-24",
            "update_date": "2024-05-24",
            "expiry_date": "2025-05-24",
            "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": [
                "ns1.domainactive.org",
                "ns2.domainactive.org"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 13,
            "domain_name": "mdsign.net",
            "domain_keyword": "mdsign",
            "domain_tld": "net",
            "query_time": "2024-05-29 04:28:20",
            "create_date": "2023-09-18",
            "update_date": "2024-05-28",
            "expiry_date": "2024-09-18",
            "registrar_iana": 3855,
            "registrar_name": "Hong Kong Juming Network Technology Co., Ltd.",
            "registrar_website": "www.juminghk.com",
            "registrant_name": "Redacted for privacy",
            "registrant_company": "Redacted for privacy",
            "registrant_address": "Redacted for privacy",
            "registrant_city": "Redacted for privacy",
            "registrant_state": "GUANG DONG",
            "registrant_zip": "Redacted for privacy",
            "registrant_country": "CN",
            "registrant_email": "redacted for privacy",
            "registrant_phone": "Redacted for privacy",
            "registrant_fax": "Redacted for privacy",
            "name_servers": [
                "jm1.dns.com",
                "jm2.dns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 14,
            "domain_name": "mdsign.ru",
            "domain_keyword": "mdsign",
            "domain_tld": "ru",
            "query_time": "2024-05-04 15:30:47",
            "create_date": "2023-11-02",
            "expiry_date": "2024-11-02",
            "registrar_name": "REGRU-RU",
            "registrant_company": "Yandex.Mail Exclusive email address feature",
            "name_servers": [
                "ns1.reg.ru",
                "ns2.reg.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 15,
            "domain_name": "mdsign.eu",
            "domain_keyword": "mdsign",
            "domain_tld": "eu",
            "query_time": "2024-06-12 15:39:05",
            "registrar_name": "Domainers Registrar AG",
            "registrar_website": "https://www.domainers.de",
            "name_servers": [
                "sl1.sedo.com",
                "sl2.sedo.com"
            ]
        }
    ],
    "stats": {
        "total_time": 0.994,
        "api_credits_used": 1,
        "cost_calculation": "1 (search_fields[domain_keyword])"
    }
}
<root>
 <success>true</success>
 <query>
  <database>current</database>
  <domain_keyword>mdsign</domain_keyword>
  <sort_by>create_date</sort_by>
  <sort_order>asc</sort_order>
  <page_size>100</page_size>
 </query>
 <count>
  <total>15</total>
  <relation>eq</relation>
  <current>15</current>
 </count>
 <unique_domains>mdsign.nl, mdsign.co.uk, mdsign.com, mdsign.cn, mdsign.biz, mdsign.org.uk, mdsign.me.uk, mdsign.uk, mdsign.fr, mdsign.org, mdsign.studio, mdsign.today, mdsign.net, mdsign.ru, mdsign.eu</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>mdsign.nl</domain_name>
   <domain_keyword>mdsign</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-04-28 15:06:38</query_time>
   <create_date>1999-06-01</create_date>
   <update_date>2024-03-14</update_date>
   <registrar_name>mijn.host</registrar_name>
   <name_servers>
    <value>ns1.mijn.host</value>
    <value>ns2.mijn.host</value>
    <value>ns3.mijn.host</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>yes</value>
   </dns_sec>
  </value>
  <value>
   <num>2</num>
   <domain_name>mdsign.co.uk</domain_name>
   <domain_keyword>mdsign</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-06-06 04:12:23</query_time>
   <create_date>2002-07-25</create_date>
   <update_date>2019-01-11</update_date>
   <expiry_date>2024-07-25</expiry_date>
   <registrar_name>20i Ltd [Tag = STACK]</registrar_name>
   <registrar_website>http://www.20i.com</registrar_website>
   <name_servers>
    <value>ns1.stackdns.com</value>
    <value>ns2.stackdns.com</value>
    <value>ns3.stackdns.com</value>
    <value>ns4.stackdns.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>3</num>
   <domain_name>mdsign.com</domain_name>
   <domain_keyword>mdsign</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-22 09:14:09</query_time>
   <create_date>2003-01-20</create_date>
   <update_date>2023-12-27</update_date>
   <expiry_date>2025-01-20</expiry_date>
   <registrar_iana>1489</registrar_iana>
   <registrar_name>Megazone Corp., dba HOSTING.KR</registrar_name>
   <registrar_website>http://www.hosting.kr</registrar_website>
   <registrant_name>Kim Seokjun</registrant_name>
   <registrant_company>Kim Seokjun</registrant_company>
   <registrant_address>1514-907, Hanareum Apt Jangmal-ro,  Bucheon-si</registrant_address>
   <registrant_city>Gyeonggi-do</registrant_city>
   <registrant_zip>14596</registrant_zip>
   <registrant_country>KR</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+82.1028805222</registrant_phone>
   <name_servers>
    <value>ns1.hosting.co.kr</value>
    <value>ns2.hosting.co.kr</value>
    <value>ns3.hosting.co.kr</value>
    <value>ns4.hosting.co.kr</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>4</num>
   <domain_name>mdsign.cn</domain_name>
   <domain_keyword>mdsign</domain_keyword>
   <domain_tld>cn</domain_tld>
   <query_time>2024-04-22 09:14:09</query_time>
   <create_date>2010-08-27</create_date>
   <expiry_date>2024-08-27</expiry_date>
   <registrar_name>厦门市中资源网络服务有限公司</registrar_name>
   <registrant_name>常州明道标识有限公司</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>ns7.cnolnic.net</value>
    <value>ns8.cnolnic.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>5</num>
   <domain_name>mdsign.biz</domain_name>
   <domain_keyword>mdsign</domain_keyword>
   <domain_tld>biz</domain_tld>
   <query_time>2024-04-22 09:14:09</query_time>
   <create_date>2012-11-16</create_date>
   <update_date>2021-09-07</update_date>
   <expiry_date>2026-11-15</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>Data Protected</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>ON</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CA</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.stackdns.com</value>
    <value>ns2.stackdns.com</value>
    <value>ns3.stackdns.com</value>
    <value>ns4.stackdns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>6</num>
   <domain_name>mdsign.org.uk</domain_name>
   <domain_keyword>mdsign</domain_keyword>
   <domain_tld>org.uk</domain_tld>
   <query_time>2024-05-31 06:50:25</query_time>
   <create_date>2012-11-16</create_date>
   <update_date>2018-12-09</update_date>
   <expiry_date>2024-11-16</expiry_date>
   <registrar_name>20i Ltd [Tag = STACK]</registrar_name>
   <registrar_website>http://www.20i.com</registrar_website>
   <name_servers>
    <value>ns1.stackdns.com</value>
    <value>ns2.stackdns.com</value>
    <value>ns3.stackdns.com</value>
    <value>ns4.stackdns.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>7</num>
   <domain_name>mdsign.me.uk</domain_name>
   <domain_keyword>mdsign</domain_keyword>
   <domain_tld>me.uk</domain_tld>
   <query_time>2024-06-04 00:42:00</query_time>
   <create_date>2012-11-16</create_date>
   <update_date>2018-12-09</update_date>
   <expiry_date>2024-11-16</expiry_date>
   <registrar_name>20i Ltd [Tag = STACK]</registrar_name>
   <registrar_website>http://www.20i.com</registrar_website>
   <name_servers>
    <value>ns1.stackdns.com</value>
    <value>ns2.stackdns.com</value>
    <value>ns3.stackdns.com</value>
    <value>ns4.stackdns.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>8</num>
   <domain_name>mdsign.uk</domain_name>
   <domain_keyword>mdsign</domain_keyword>
   <domain_tld>uk</domain_tld>
   <query_time>2024-06-01 20:28:20</query_time>
   <create_date>2014-06-10</create_date>
   <update_date>2024-05-28</update_date>
   <expiry_date>2028-06-10</expiry_date>
   <registrar_name>20i Ltd [Tag = STACK]</registrar_name>
   <registrar_website>http://www.20i.com</registrar_website>
   <name_servers>
    <value>ns1.stackdns.com</value>
    <value>ns2.stackdns.com</value>
    <value>ns3.stackdns.com</value>
    <value>ns4.stackdns.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>9</num>
   <domain_name>mdsign.fr</domain_name>
   <domain_keyword>mdsign</domain_keyword>
   <domain_tld>fr</domain_tld>
   <query_time>2024-05-05 08:58:12</query_time>
   <create_date>2016-10-08</create_date>
   <update_date>2023-11-30</update_date>
   <expiry_date>2024-10-08</expiry_date>
   <registrar_name>OVH</registrar_name>
   <registrar_website>http://www.ovh.com</registrar_website>
   <registrant_name>Ano Nymous</registrant_name>
   <name_servers>
    <value>dns102.ovh.net</value>
    <value>ns102.ovh.net</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>associated</value>
   </domain_status>
  </value>
  <value>
   <num>10</num>
   <domain_name>mdsign.org</domain_name>
   <domain_keyword>mdsign</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-04-22 09:14:09</query_time>
   <create_date>2016-11-17</create_date>
   <update_date>2024-01-01</update_date>
   <expiry_date>2024-11-17</expiry_date>
   <registrar_iana>1420</registrar_iana>
   <registrar_name>INWX GmbH</registrar_name>
   <registrar_website>http://www.domrobot.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>media.d.sign Werbeagentur 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.inwx.de</value>
    <value>ns2.inwx.de</value>
    <value>ns3.inwx.eu</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>11</num>
   <domain_name>mdsign.studio</domain_name>
   <domain_keyword>mdsign</domain_keyword>
   <domain_tld>studio</domain_tld>
   <query_time>2024-04-22 09:14:09</query_time>
   <create_date>2018-02-15</create_date>
   <update_date>2024-03-31</update_date>
   <expiry_date>2027-02-15</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>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>12</num>
   <domain_name>mdsign.today</domain_name>
   <domain_keyword>mdsign</domain_keyword>
   <domain_tld>today</domain_tld>
   <query_time>2024-05-27 18:33:48</query_time>
   <create_date>2023-05-24</create_date>
   <update_date>2024-05-24</update_date>
   <expiry_date>2025-05-24</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>ns1.domainactive.org</value>
    <value>ns2.domainactive.org</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>13</num>
   <domain_name>mdsign.net</domain_name>
   <domain_keyword>mdsign</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-29 04:28:20</query_time>
   <create_date>2023-09-18</create_date>
   <update_date>2024-05-28</update_date>
   <expiry_date>2024-09-18</expiry_date>
   <registrar_iana>3855</registrar_iana>
   <registrar_name>Hong Kong Juming Network Technology Co., Ltd.</registrar_name>
   <registrar_website>www.juminghk.com</registrar_website>
   <registrant_name>Redacted for privacy</registrant_name>
   <registrant_company>Redacted for privacy</registrant_company>
   <registrant_address>Redacted for privacy</registrant_address>
   <registrant_city>Redacted for privacy</registrant_city>
   <registrant_state>GUANG DONG</registrant_state>
   <registrant_zip>Redacted for privacy</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>redacted for privacy</registrant_email>
   <registrant_phone>Redacted for privacy</registrant_phone>
   <registrant_fax>Redacted for privacy</registrant_fax>
   <name_servers>
    <value>jm1.dns.com</value>
    <value>jm2.dns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>14</num>
   <domain_name>mdsign.ru</domain_name>
   <domain_keyword>mdsign</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-04 15:30:47</query_time>
   <create_date>2023-11-02</create_date>
   <expiry_date>2024-11-02</expiry_date>
   <registrar_name>REGRU-RU</registrar_name>
   <registrant_company>Yandex.Mail Exclusive email address feature</registrant_company>
   <name_servers>
    <value>ns1.reg.ru</value>
    <value>ns2.reg.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>15</num>
   <domain_name>mdsign.eu</domain_name>
   <domain_keyword>mdsign</domain_keyword>
   <domain_tld>eu</domain_tld>
   <query_time>2024-06-12 15:39:05</query_time>
   <registrar_name>Domainers Registrar AG</registrar_name>
   <registrar_website>https://www.domainers.de</registrar_website>
   <name_servers>
    <value>sl1.sedo.com</value>
    <value>sl2.sedo.com</value>
   </name_servers>
  </value>
 </results>
 <stats>
  <total_time>0.994</total_time>
  <api_credits_used>1</api_credits_used>
  <cost_calculation>1 (search_fields[domain_keyword])</cost_calculation>
 </stats>
</root>
We found a total of 5,793 domain names (in 2.637 seconds) which look and sound like the brand name "mdsign".
Domain Name Registered Expiry Registrar Ownership
1 zdsign.com 16 Sep 2016 16 Sep 2024 PDR Ltd. d/b/a PublicDomainRegistry.com -
2 mesign.biz 26 Apr 2024 26 Apr 2025 Tucows Domains Inc. Data Protected
3 hdsign.nl 14 Nov 2008 - GoDaddy.com -
4 adsign.org 7 Jan 2023 7 Jan 2025 Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA STEFANOS SYMINELAKIS
5 ydsign.com 25 Jan 2014 25 Jan 2025 Alibaba Cloud Computing (Beijing) Co., Ltd. -
6 bdsign.com 31 Mar 2006 31 Mar 2025 ANNULET, INC BuyDomains.com
7 3dsign.co.uk 29 Jul 2020 29 Jul 2024 Premkumar Veerabadran t/a sitekart [Tag = PREMKUMARV] -
8 ldsign.com 16 Apr 2001 16 Apr 2025 IONOS SE 1&1 Internet Limited
9 mrsign.com 24 Apr 1997 25 Apr 2029 Network Solutions, LLC -
10 mysign.mobi 9 Aug 2010 9 Aug 2024 Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA MySign AG
11 mfsign.com 23 Aug 2022 23 Aug 2024 DNSPod, Inc. REDACTED FOR PRIVACY
12 sdsign.com.br 7 May 2021 7 May 2025 - SENHA DIGITAL SERVI?OS DE CERTIFICA??O DIGITAL
13 m2sign.com 9 Aug 2007 9 Aug 2024 Tucows Domains Inc. -
14 musign.net 24 May 2016 31 Dec 2028 Whois Corp. musign
15 mgdsign.com.br 18 Dec 2019 18 Dec 2024 - Multiged Digitaliza??o Gest?o e Guarda Fisica Ltda
16 kdsign.org 9 Aug 2023 9 Aug 2025 Tucows Domains Inc. Contact Privacy Inc. Customer 0168072729
17 mdesign.eco 16 Feb 2022 16 Feb 2025 Tucows Domains Inc. INSO SYSTEM SRL
18 3dsign.pl 6 Jun 2019 6 Jun 2025 LH.pl Sp. z o.o. -
19 mysign.uk 13 Jun 2019 13 Jun 2025 Mark Adams t/a 3DWeb.co.uk [Tag = 3DWEB] Mark Adams
20 mesign.com 27 Mar 2000 28 Mar 2026 Xiamen 35.Com Technology Co., Ltd -
21 mdsigu.info 1 Nov 2023 1 Nov 2024 NameCheap, Inc. REDACTED FOR PRIVACY
22 mdesign.net.pl 3 Nov 2018 3 Nov 2024 OVH SAS -
23 idsign.xyz 1 Jun 2024 1 Jun 2025 Dynadot LLC Super Privacy Service LTD c/o Dynadot
24 mdesign.co.nz 6 Sep 2000 - Dreamscape Networks International Pte Ltd t/a Crazy Domains -
25 adsign.ie 5 Dec 2017 5 Dec 2024 FCR Media REDACTED FOR PRIVACY
26 mesign.ru 6 Sep 2010 6 Sep 2024 REGRU-RU Private Person
27 mysign.de - - - -
28 gdsign.zone 31 Aug 2022 31 Aug 2025 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
29 mdesign.life 23 May 2023 23 May 2025 NameSilo, LLC PrivacyGuardian.org llc
30 mysign.xyz 20 Jul 2021 20 Jul 2024 OVH Ireneusz Bachurski Przedsiebiorstwo INFO-BI
31 mdesign.by 23 Sep 2023 23 Sep 2024 Reliable Software, Ltd -
32 mjsign.com 28 Nov 2000 28 Nov 2024 Tucows Domains Inc. -
33 madsign.org 4 Aug 2023 4 Aug 2024 Cronon GmbH REDACTED FOR PRIVACY
34 modsign.online 12 Jul 2023 12 Jul 2024 HOSTINGER operations, UAB Privacy Protect, LLC (PrivacyProtect.org)
35 medsign.in 21 May 2019 21 May 2026 GoDaddy.com, LLC Synaegis Healthtech Pvt. Ltd.
36 musign.nl 25 Feb 2003 - NameWeb -
37 m2sign.co.jp 9 Jan 2002 - - EMU TWO SIGN INC
38 gdsign.co.uk 28 Feb 2001 28 Feb 2025 LCN.com Ltd [Tag = LCN] -
39 mysign.cloud 7 Jun 2017 7 Jun 2024 Name.com, Inc. Domain Protection Services, Inc.
40 hdsign.net 24 Dec 2019 24 Dec 2024 gabia POP Creaetion
41 mdesign.fr 21 Sep 2007 21 Sep 2024 IONOS SE Ano Nymous
42 mksign.jp 1 Mar 2024 31 Mar 2025 - (Not displayed by registrant's request)
43 mdesign.events 18 Mar 2023 18 Mar 2024 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
44 mbsign.nl 3 May 2021 - - -
45 adsign.co.uk 17 Jul 1997 17 Jul 2025 Fasthosts Internet Ltd [Tag = LIVEDOMAINS] -
46 mdesign.space 14 Dec 2018 14 Dec 2024 Network Solutions LLC -
47 mdesign.uk.com 3 Aug 2005 3 Aug 2025 Nexus Data Systems Ltd Mr Mark Haley
48 mrsign.net 18 Sep 2002 18 Sep 2024 IONOS SE Mr. Sign
49 mdsigns.today 24 May 2023 24 May 2025 GoDaddy.com, LLC Domains By Proxy, LLC
50 mdesign.md 17 Jul 2019 17 Jul 2024 - -
51 mdesign.us 29 Oct 2020 29 Oct 2025 GoDaddy.com, LLC MLC DESIGN INC.
52 mksign.co.in 19 Dec 2023 19 Dec 2024 Endurance Digital Domain Technology LLP MK Sign
53 adsign.se 15 Mar 2005 15 Mar 2025 www.NameSRS.com -
54 mpsign.com 20 Nov 2000 20 Nov 2024 NameSilo, LLC See PrivacyGuardian.org
55 bdsign.us 19 Jan 2013 18 Jan 2025 GoDaddy.com, LLC Bdsign
56 3dsign.xyz 2 Aug 2018 2 Aug 2024 Regtime Ltd Nikiforov Igor Vadimovich
57 fdsign.com 18 Aug 2016 18 Aug 2025 TurnCommerce, Inc. DBA NameBright.com HugeDomains.com
58 imdsign.com 16 Jul 2012 16 Jul 2030 PDR Ltd. d/b/a PublicDomainRegistry.com IM DSIGN
59 mdesign.pt 5 Jan 2012 - - Netgocio - Soluções Internet para Empresas Lda
60 cdsign.com 30 Dec 2003 30 Dec 2025 Tucows Domains Inc. -
61 mgsign.com 18 Aug 2023 18 Aug 2024 PDR Ltd. d/b/a PublicDomainRegistry.com MG Sign
62 mysign.it 1 Apr 2016 3 Apr 2025 Algorithmedia S.r.l. Puglia.com Srls
63 idsign.it 28 Mar 2008 28 Mar 2025 Register S.p.a. NICOLADINI S.r.l.
64 3dsign.solutions 20 Mar 2017 20 Mar 2025 GoDaddy.com, LLC Domains By Proxy, LLC
65 mssign.jp 11 Sep 2015 30 Sep 2024 - M`S SIGN CO., LTD
66 mdesign.blog 20 Jun 2022 20 Jun 2024 Automattic Inc. Knock Knock WHOIS Not There, LLC
67 md-sign.de - - - -
68 cmdsign.com 9 Mar 2006 9 Mar 2034 Network Solutions, LLC -
69 edsign.ru 23 Feb 2024 23 Feb 2025 REGRU-RU Private Person
70 tdsign.tech 12 Apr 2023 12 Apr 2025 Dotserve Inc N/A
71 midsign.nl 17 Mar 2008 - Hosting2GO B.V. -
72 misign.xyz 9 May 2016 9 May 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) shen zhen shi dian zi shang wu an quan zheng shu guan li you xian gong si
73 mtsign.net 10 Oct 2023 10 Oct 2024 DropCatch.com 677 LLC Redacted for GDPR privacy
74 mdesign.codes 4 Sep 2019 4 Sep 2024 Gandi SAS Interdesign
75 mdmsign.com 21 Feb 2023 21 Feb 2025 Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn) -
76 mdesign.ca 10 Mar 2018 10 Mar 2026 Go Daddy Domains Canada, Inc REDACTED FOR PRIVACY
77 ddsign.pl 9 Nov 2019 9 Nov 2024 Globtel Internet Szymon Hersztek -
78 mysign.pl 14 Aug 2023 14 Aug 2024 OVH SAS -
79 madsign.com 13 Dec 2023 13 Dec 2024 DropCatch.com 445 LLC Domain Admin
80 idsign.org 13 Aug 2011 13 Aug 2024 Azdomainz, LLC BuyDomains.com
81 edsign.graphics 7 Dec 2019 7 Dec 2024 OVH SAS REDACTED FOR PRIVACY
82 mdsing.net 29 Dec 2023 29 Dec 2024 Gname 097 Inc -
83 medsign.com 8 Apr 1999 8 Apr 2025 GoDaddy.com, LLC -
84 m-sign.nl 28 Feb 2023 - Xynta Hosting B.V. -
85 2dsign.nl 13 Mar 2000 - Registrar.eu -
86 vdsign.net 7 Jun 2024 7 Jun 2025 Tucows Domains Inc. -
87 mtsign.nl 24 Jun 2011 - ZXCS -
88 mdesign.gallery 28 Aug 2021 28 Aug 2024 Cloudflare, Inc M Design Gallery, LLC
89 3dsign.nl 21 May 2013 - Hostnet B.V. -
90 mdesign.de - - - -
91 ndsign.cn 10 Sep 2019 10 Sep 2029 阿里云计算有限公司(万网) 上海筑仟城市形象设计有限公司
92 mysign.ro 11 May 2020 10 May 2026 Romarg SRL -
93 ldsign.de - - - -
94 mydsign.co.uk 6 May 2023 6 May 2024 123-Reg Limited t/a 123-reg [Tag = 123-REG] -
95 bdsign.ink 8 Jun 2024 8 Jun 2025 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
96 mpsign.be 3 Sep 2008 - One.com A/S -
97 mdesign.ru 17 Jun 2002 17 Jun 2024 RD-RU Private Person
98 mtsign.ru 18 Feb 2004 18 Feb 2025 RU-CENTER-RU Private Person
99 3dsign.it 8 May 2001 30 Apr 2025 Server Plan s.r.l. Architetto Giovanni De Stefano
100 idsign.boutique 25 May 2022 25 May 2025 NameCheap, Inc. Privacy service provided by Withheld for Privacy ehf
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 Mdsign.nl.

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

https://api.bigdomaindata.com/?key=XXXXX&fuzzy_domains=mdsign.nl
For more details, kindly see our Fuzzy Domains API usage guide.
{
    "success": true,
    "query": {
        "fuzzy_domains": "mdsign.nl",
        "page_size": 100
    },
    "count": {
        "total": 5793,
        "relation": "eq",
        "current": 100
    },
    "unique_domains": "zdsign.com, mesign.biz, hdsign.nl, adsign.org, ydsign.com, bdsign.com, 3dsign.co.uk, ldsign.com, mrsign.com, mysign.mobi, mfsign.com, sdsign.com.br, m2sign.com, musign.net, mgdsign.com.br, kdsign.org, mdesign.eco, 3dsign.pl, mysign.uk, mesign.com, mdsigu.info, mdesign.net.pl, idsign.xyz, mdesign.co.nz, adsign.ie, mesign.ru, mysign.de, gdsign.zone, mdesign.life, mysign.xyz, mdesign.by, mjsign.com, madsign.org, modsign.online, medsign.in, musign.nl, m2sign.co.jp, gdsign.co.uk, mysign.cloud, hdsign.net, mdesign.fr, mksign.jp, mdesign.events, mbsign.nl, adsign.co.uk, mdesign.space, mdesign.uk.com, mrsign.net, mdsigns.today, mdesign.md, mdesign.us, mksign.co.in, adsign.se, mpsign.com, bdsign.us, 3dsign.xyz, fdsign.com, imdsign.com, mdesign.pt, cdsign.com, mgsign.com, mysign.it, idsign.it, 3dsign.solutions, mssign.jp, mdesign.blog, md-sign.de, cmdsign.com, edsign.ru, tdsign.tech, midsign.nl, misign.xyz, mtsign.net, mdesign.codes, mdmsign.com, mdesign.ca, ddsign.pl, mysign.pl, madsign.com, idsign.org, edsign.graphics, mdsing.net, medsign.com, m-sign.nl, 2dsign.nl, vdsign.net, mtsign.nl, mdesign.gallery, 3dsign.nl, mdesign.de, ndsign.cn, mysign.ro, ldsign.de, mydsign.co.uk, bdsign.ink, mpsign.be, mdesign.ru, mtsign.ru, 3dsign.it, idsign.boutique",
    "results": [
        {
            "num": 1,
            "domain_name": "zdsign.com",
            "domain_keyword": "zdsign",
            "domain_tld": "com",
            "query_time": "2024-04-16 08:26:33",
            "create_date": "2016-09-16",
            "update_date": "2023-09-14",
            "expiry_date": "2024-09-16",
            "registrar_iana": 303,
            "registrar_name": "PDR Ltd. d/b/a PublicDomainRegistry.com",
            "registrar_website": "http://www.publicdomainregistry.com",
            "name_servers": [
                "ns1.thecloudwebsiteserver.com",
                "ns2.thecloudwebsiteserver.net",
                "ns3.thecloudwebsiteserver.org"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 2,
            "domain_name": "mesign.biz",
            "domain_keyword": "mesign",
            "domain_tld": "biz",
            "query_time": "2024-04-28 14:18:29",
            "create_date": "2024-04-26",
            "update_date": "2024-04-26",
            "expiry_date": "2025-04-26",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "www.opensrs.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Data Protected",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "GB",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns14.wixdns.net",
                "ns15.wixdns.net"
            ],
            "domain_status": [
                "addPeriod",
                "clientTransferProhibited",
                "clientUpdateProhibited",
                "serverTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 3,
            "domain_name": "hdsign.nl",
            "domain_keyword": "hdsign",
            "domain_tld": "nl",
            "query_time": "2024-05-19 03:23:49",
            "create_date": "2008-11-14",
            "update_date": "2023-09-07",
            "registrar_name": "GoDaddy.com",
            "name_servers": [
                "ns69.domaincontrol.com",
                "ns70.domaincontrol.com"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "no"
            ]
        },
        {
            "num": 4,
            "domain_name": "adsign.org",
            "domain_keyword": "adsign",
            "domain_tld": "org",
            "query_time": "2024-05-15 12:53:22",
            "create_date": "2023-01-07",
            "update_date": "2024-03-31",
            "expiry_date": "2025-01-07",
            "registrar_iana": 106,
            "registrar_name": "Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA",
            "registrar_website": "http://www.ascio.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "STEFANOS SYMINELAKIS",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "GR",
            "registrant_email": "please query the rdds service of the registrar 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.afternic.com",
                "ns2.afternic.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 5,
            "domain_name": "ydsign.com",
            "domain_keyword": "ydsign",
            "domain_tld": "com",
            "query_time": "2024-06-08 04:40:15",
            "create_date": "2014-01-25",
            "update_date": "2023-09-14",
            "expiry_date": "2025-01-25",
            "registrar_iana": 420,
            "registrar_name": "Alibaba Cloud Computing (Beijing) Co., Ltd.",
            "registrar_website": "http://www.net.cn",
            "registrant_state": "zhe jiang",
            "registrant_country": "CN",
            "registrant_email": "https://whois.aliyun.com/whois/whoisform",
            "name_servers": [
                "dns17.hichina.com",
                "dns18.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 6,
            "domain_name": "bdsign.com",
            "domain_keyword": "bdsign",
            "domain_tld": "com",
            "query_time": "2024-04-17 19:38:55",
            "create_date": "2006-03-31",
            "update_date": "2024-02-12",
            "expiry_date": "2025-03-31",
            "registrar_iana": 607,
            "registrar_name": "ANNULET, INC",
            "registrar_website": "http://www.ANNULET.com",
            "registrant_name": "This Domain For Sale Worldwide 3392225132",
            "registrant_company": "BuyDomains.com",
            "registrant_address": "5335 Gate Parkway",
            "registrant_city": "Jacksonville",
            "registrant_state": "FL",
            "registrant_zip": "32256",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1-3392225132",
            "registrant_fax": "+1-7818392801",
            "name_servers": [
                "ns.buydomains.com",
                "this-domain-for-sale.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 7,
            "domain_name": "3dsign.co.uk",
            "domain_keyword": "3dsign",
            "domain_tld": "co.uk",
            "query_time": "2024-05-07 02:29:00",
            "create_date": "2020-07-29",
            "update_date": "2023-10-22",
            "expiry_date": "2024-07-29",
            "registrar_name": "Premkumar Veerabadran t/a sitekart [Tag = PREMKUMARV]",
            "name_servers": [
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 8,
            "domain_name": "ldsign.com",
            "domain_keyword": "ldsign",
            "domain_tld": "com",
            "query_time": "2024-04-24 05:06:03",
            "create_date": "2001-04-16",
            "update_date": "2017-12-25",
            "expiry_date": "2025-04-16",
            "registrar_iana": 83,
            "registrar_name": "IONOS SE",
            "registrar_website": "http://ionos.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "1&1 Internet Limited",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "GLS",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "GB",
            "registrant_email": "[email protected]",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1018.ui-dns.biz",
                "ns1072.ui-dns.de",
                "ns1093.ui-dns.com",
                "ns1093.ui-dns.org"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 9,
            "domain_name": "mrsign.com",
            "domain_keyword": "mrsign",
            "domain_tld": "com",
            "query_time": "2024-04-27 22:10:13",
            "create_date": "1997-04-24",
            "update_date": "2024-03-11",
            "expiry_date": "2029-04-25",
            "registrar_iana": 2,
            "registrar_name": "Network Solutions, LLC",
            "registrar_website": "http://networksolutions.com",
            "name_servers": [
                "ns81.worldnic.com",
                "ns82.worldnic.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 10,
            "domain_name": "mysign.mobi",
            "domain_keyword": "mysign",
            "domain_tld": "mobi",
            "query_time": "2024-05-13 13:08:45",
            "create_date": "2010-08-09",
            "update_date": "2022-10-28",
            "expiry_date": "2024-08-09",
            "registrar_iana": 106,
            "registrar_name": "Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA",
            "registrar_website": "http://www.ascio.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "MySign AG",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CH",
            "registrant_email": "please query the rdds service of the registrar 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.hostpoint.ch",
                "ns2.hostpoint.ch",
                "ns3.hostpoint.ch"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 11,
            "domain_name": "mfsign.com",
            "domain_keyword": "mfsign",
            "domain_tld": "com",
            "query_time": "2024-05-21 13:56:20",
            "create_date": "2022-08-23",
            "update_date": "2024-03-25",
            "expiry_date": "2024-08-23",
            "registrar_iana": 1697,
            "registrar_name": "DNSPod, Inc.",
            "registrar_website": "https://www.dnspod.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "CN",
            "registrant_email": "select contact domain holder link at https://whois.cloud.tencent.com/domain?domain=mfsign.com",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "difficult.dnspod.net",
                "giles.dnspod.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 12,
            "domain_name": "sdsign.com.br",
            "domain_keyword": "sdsign",
            "domain_tld": "com.br",
            "query_time": "2024-05-31 20:28:58",
            "create_date": "2021-05-07",
            "update_date": "2024-04-11",
            "expiry_date": "2025-05-07",
            "registrant_name": "SENHA DIGITAL SERVI?OS DE CERTIFICA??O DIGITAL",
            "registrant_country": "BR",
            "registrant_email": "[email protected]",
            "name_servers": [
                "ns1.senhadigital.com.br",
                "ns2.senhadigital.com.br"
            ],
            "domain_status": [
                "published"
            ]
        },
        {
            "num": 13,
            "domain_name": "m2sign.com",
            "domain_keyword": "m2sign",
            "domain_tld": "com",
            "query_time": "2024-04-16 02:18:33",
            "create_date": "2007-08-09",
            "update_date": "2023-07-15",
            "expiry_date": "2024-08-09",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "http://www.tucows.com",
            "name_servers": [
                "ns01.yahoodomains.jp",
                "ns02.yahoodomains.jp"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 14,
            "domain_name": "musign.net",
            "domain_keyword": "musign",
            "domain_tld": "net",
            "query_time": "2024-04-18 19:08:02",
            "create_date": "2016-05-24",
            "update_date": "2023-12-14",
            "expiry_date": "2028-12-31",
            "registrar_iana": 100,
            "registrar_name": "Whois Corp.",
            "registrar_website": "http://www.whois.co.kr",
            "registrant_name": "musign",
            "registrant_company": "musign",
            "registrant_address": "5 Pungseong-ro 65-gil Gangdong-gu",
            "registrant_city": "Seoul",
            "registrant_zip": "05372",
            "registrant_country": "KR",
            "registrant_email": "[email protected]",
            "registrant_phone": "+82.7077636740",
            "name_servers": [
                "ns1.whoisdomain.kr",
                "ns2.whoisdomain.kr",
                "ns3.whoisdomain.kr",
                "ns4.whoisdomain.kr"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 15,
            "domain_name": "mgdsign.com.br",
            "domain_keyword": "mgdsign",
            "domain_tld": "com.br",
            "query_time": "2024-04-23 04:52:51",
            "create_date": "2019-12-18",
            "update_date": "2023-06-03",
            "expiry_date": "2024-12-18",
            "registrant_name": "Multiged Digitaliza??o Gest?o e Guarda Fisica Ltda",
            "registrant_country": "BR",
            "registrant_email": "[email protected]",
            "name_servers": [
                "dns1.kinghost.com.br",
                "dns2.kinghost.com.br",
                "dns3.kinghost.com.br",
                "dns4.kinghost.com.br",
                "dns5.kinghost.com.br",
                "dns6.kinghost.com.br"
            ],
            "domain_status": [
                "published"
            ]
        },
        {
            "num": 16,
            "domain_name": "kdsign.org",
            "domain_keyword": "kdsign",
            "domain_tld": "org",
            "query_time": "2024-04-29 11:07:15",
            "create_date": "2023-08-09",
            "update_date": "2023-08-14",
            "expiry_date": "2025-08-09",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "http://www.tucows.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Contact Privacy Inc. Customer 0168072729",
            "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": [
                "ns8.wixdns.net",
                "ns9.wixdns.net"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 17,
            "domain_name": "mdesign.eco",
            "domain_keyword": "mdesign",
            "domain_tld": "eco",
            "query_time": "2024-06-07 06:20:40",
            "create_date": "2022-02-16",
            "update_date": "2024-01-23",
            "expiry_date": "2025-02-16",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "www.tucows.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "INSO SYSTEM SRL",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "BA",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IT",
            "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": [
                "ns.abdns.biz",
                "ns.abdns.eu",
                "ns.abdns.info"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 18,
            "domain_name": "3dsign.pl",
            "domain_keyword": "3dsign",
            "domain_tld": "pl",
            "query_time": "2024-06-09 19:26:29",
            "create_date": "2019-06-06",
            "update_date": "2024-05-28",
            "expiry_date": "2025-06-06",
            "registrar_name": "LH.pl Sp. z o.o.",
            "registrar_website": "https://www.lh.pl/",
            "name_servers": [
                "ns.lh.pl",
                "ns2.lighthosting.net"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 19,
            "domain_name": "mysign.uk",
            "domain_keyword": "mysign",
            "domain_tld": "uk",
            "query_time": "2024-06-14 00:56:22",
            "create_date": "2019-06-13",
            "update_date": "2024-05-30",
            "expiry_date": "2025-06-13",
            "registrar_name": "Mark Adams t/a 3DWeb.co.uk [Tag = 3DWEB]",
            "registrar_website": "https://www.3dweb.co.uk",
            "registrant_name": "Mark Adams",
            "registrant_address": "3DWeb, 124 City Road, London, EC1V 2NX, United Kingdom",
            "name_servers": [
                "ns1.domain.io",
                "ns2.domain.io"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 20,
            "domain_name": "mesign.com",
            "domain_keyword": "mesign",
            "domain_tld": "com",
            "query_time": "2024-05-06 19:59:14",
            "create_date": "2000-03-27",
            "update_date": "2019-12-19",
            "expiry_date": "2026-03-28",
            "registrar_iana": 1316,
            "registrar_name": "Xiamen 35.Com Technology Co., Ltd",
            "registrar_website": "http://www.35.com",
            "registrant_city": "SHENZHEN",
            "registrant_state": "GUANGDONG",
            "registrant_country": "CN",
            "registrant_email": "https://rdap.35.com/contact/domain/mesign.com",
            "name_servers": [
                "ns1.startcomca.net",
                "ns2.startcomca.net",
                "ns3.startcomca.net",
                "ns5.startcomca.net",
                "ns7.startcomca.net",
                "ns8.startcomca.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 21,
            "domain_name": "mdsigu.info",
            "domain_keyword": "mdsigu",
            "domain_tld": "info",
            "query_time": "2024-05-06 14:25:47",
            "create_date": "2023-11-01",
            "update_date": "2023-11-06",
            "expiry_date": "2024-11-01",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Mumbai",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns1.registrar-servers.com",
                "dns2.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 22,
            "domain_name": "mdesign.net.pl",
            "domain_keyword": "mdesign",
            "domain_tld": "net.pl",
            "query_time": "2024-06-07 06:20:43",
            "create_date": "2018-11-03",
            "update_date": "2023-10-18",
            "expiry_date": "2024-11-03",
            "registrar_name": "OVH SAS",
            "registrar_website": "https://www.ovhcloud.com",
            "name_servers": [
                "dns.smarthost.pl",
                "dns2.smarthost.pl",
                "dns3.smarthost.pl"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 23,
            "domain_name": "idsign.xyz",
            "domain_keyword": "idsign",
            "domain_tld": "xyz",
            "query_time": "2024-06-03 17:32:54",
            "create_date": "2024-06-01",
            "update_date": "2024-06-01",
            "expiry_date": "2025-06-01",
            "registrar_iana": 472,
            "registrar_name": "Dynadot LLC",
            "registrar_website": "http://www.dynadot.com",
            "registrant_company": "Super Privacy Service LTD c/o Dynadot",
            "registrant_state": "California",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ee5ff475.verify.hn",
                "ns1.dan.com",
                "ns2.dan.com"
            ],
            "domain_status": [
                "addPeriod",
                "clientTransferProhibited",
                "serverTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 24,
            "domain_name": "mdesign.co.nz",
            "domain_keyword": "mdesign",
            "domain_tld": "co.nz",
            "query_time": "2024-05-31 22:45:20",
            "create_date": "2000-09-06",
            "update_date": "2023-11-04",
            "registrar_name": "Dreamscape Networks International Pte Ltd t/a Crazy Domains",
            "registrar_website": "https://www.crazydomains.com.au/",
            "name_servers": [
                "ns1.iserve.net.nz",
                "ns2.iserve.net.nz"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 25,
            "domain_name": "adsign.ie",
            "domain_keyword": "adsign",
            "domain_tld": "ie",
            "query_time": "2024-06-05 05:09:45",
            "create_date": "2017-12-05",
            "update_date": "2024-01-19",
            "expiry_date": "2024-12-05",
            "registrar_name": "FCR Media",
            "registrar_website": "http://www.fcr.ie",
            "registrant_name": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.fcrdns.ie",
                "ns2.fcrdns.ie"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 26,
            "domain_name": "mesign.ru",
            "domain_keyword": "mesign",
            "domain_tld": "ru",
            "query_time": "2024-05-04 04:19:45",
            "create_date": "2010-09-06",
            "expiry_date": "2024-09-06",
            "registrar_name": "REGRU-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.hosting.reg.ru",
                "ns2.hosting.reg.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "VERIFIED"
            ]
        },
        {
            "num": 27,
            "domain_name": "mysign.de",
            "domain_keyword": "mysign",
            "domain_tld": "de",
            "query_time": "2024-05-05 17:30:54",
            "update_date": "2022-10-18",
            "name_servers": [
                "ns.hostpoint.ch",
                "ns2.hostpoint.ch",
                "ns3.hostpoint.ch"
            ],
            "domain_status": [
                "connect"
            ]
        },
        {
            "num": 28,
            "domain_name": "gdsign.zone",
            "domain_keyword": "gdsign",
            "domain_tld": "zone",
            "query_time": "2024-05-23 05:29:52",
            "create_date": "2022-08-31",
            "update_date": "2023-12-22",
            "expiry_date": "2025-08-31",
            "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": [
                "ns-cloud-d1.googledomains.com",
                "ns-cloud-d2.googledomains.com",
                "ns-cloud-d3.googledomains.com",
                "ns-cloud-d4.googledomains.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 29,
            "domain_name": "mdesign.life",
            "domain_keyword": "mdesign",
            "domain_tld": "life",
            "query_time": "2024-05-24 00:55:14",
            "create_date": "2023-05-23",
            "update_date": "2024-05-23",
            "expiry_date": "2025-05-23",
            "registrar_iana": 1479,
            "registrar_name": "NameSilo, LLC",
            "registrar_website": "http://www.namesilo.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "PrivacyGuardian.org llc",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "AZ",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.dnsowl.com",
                "ns2.dnsowl.com",
                "ns3.dnsowl.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 30,
            "domain_name": "mysign.xyz",
            "domain_keyword": "mysign",
            "domain_tld": "xyz",
            "query_time": "2024-06-02 06:33:09",
            "create_date": "2021-07-20",
            "update_date": "2023-08-31",
            "expiry_date": "2024-07-20",
            "registrar_iana": 433,
            "registrar_name": "OVH",
            "registrar_website": "http://www.ovh.com",
            "registrant_company": "Ireneusz Bachurski Przedsiebiorstwo INFO-BI",
            "registrant_country": "PL",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "reese.ns.cloudflare.com",
                "violet.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 31,
            "domain_name": "mdesign.by",
            "domain_keyword": "mdesign",
            "domain_tld": "by",
            "query_time": "2024-06-10 15:03:09",
            "create_date": "2023-09-23",
            "update_date": "2023-09-24",
            "expiry_date": "2024-09-23",
            "registrar_name": "Reliable Software, Ltd",
            "registrant_email": "hidden! details are available at https://whois.cctld.by",
            "name_servers": [
                "ns1.vigbo.site"
            ]
        },
        {
            "num": 32,
            "domain_name": "mjsign.com",
            "domain_keyword": "mjsign",
            "domain_tld": "com",
            "query_time": "2024-04-26 11:54:26",
            "create_date": "2000-11-28",
            "update_date": "2021-11-25",
            "expiry_date": "2024-11-28",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "http://www.tucows.com",
            "name_servers": [
                "ns.newseoul.com",
                "ns.softcan.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 33,
            "domain_name": "madsign.org",
            "domain_keyword": "madsign",
            "domain_tld": "org",
            "query_time": "2024-05-03 19:01:13",
            "create_date": "2023-08-04",
            "update_date": "2023-08-09",
            "expiry_date": "2024-08-04",
            "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_state": "DE",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "DE",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "docks19.rzone.de",
                "shades14.rzone.de"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 34,
            "domain_name": "modsign.online",
            "domain_keyword": "modsign",
            "domain_tld": "online",
            "query_time": "2024-05-24 13:30:49",
            "create_date": "2023-07-12",
            "update_date": "2023-08-31",
            "expiry_date": "2024-07-12",
            "registrar_iana": 1636,
            "registrar_name": "HOSTINGER operations, UAB",
            "registrar_website": "https://www.hostinger.com/",
            "registrant_company": "Privacy Protect, LLC (PrivacyProtect.org)",
            "registrant_state": "MA",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1.dns-parking.com",
                "ns2.dns-parking.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 35,
            "domain_name": "medsign.in",
            "domain_keyword": "medsign",
            "domain_tld": "in",
            "query_time": "2024-06-01 04:27:32",
            "create_date": "2019-05-21",
            "update_date": "2024-06-01",
            "expiry_date": "2026-05-21",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "www.godaddy.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Synaegis Healthtech Pvt. Ltd.",
            "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": [
                "ns11.domaincontrol.com",
                "ns12.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 36,
            "domain_name": "musign.nl",
            "domain_keyword": "musign",
            "domain_tld": "nl",
            "query_time": "2024-05-02 10:24:22",
            "create_date": "2003-02-25",
            "update_date": "2023-12-15",
            "registrar_name": "NameWeb",
            "name_servers": [
                "ns1.keurigonline77.nl",
                "ns2.keurigonline77.nl"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "no"
            ]
        },
        {
            "num": 37,
            "domain_name": "m2sign.co.jp",
            "domain_keyword": "m2sign",
            "domain_tld": "co.jp",
            "query_time": "2024-05-21 02:46:21",
            "create_date": "2002-01-09",
            "update_date": "2024-02-01",
            "registrant_company": "EMU TWO SIGN INC",
            "name_servers": [
                "dns01.gmoserver.jp",
                "dns02.gmoserver.jp"
            ]
        },
        {
            "num": 38,
            "domain_name": "gdsign.co.uk",
            "domain_keyword": "gdsign",
            "domain_tld": "co.uk",
            "query_time": "2024-05-13 09:54:40",
            "create_date": "2001-02-28",
            "update_date": "2023-04-05",
            "expiry_date": "2025-02-28",
            "registrar_name": "LCN.com Ltd [Tag = LCN]",
            "registrar_website": "http://www.lcn.com",
            "name_servers": [
                "ns0.lcn.com",
                "ns1.lcn.com",
                "ns2.lcn.com"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 39,
            "domain_name": "mysign.cloud",
            "domain_keyword": "mysign",
            "domain_tld": "cloud",
            "query_time": "2024-05-13 13:08:45",
            "create_date": "2017-06-07",
            "update_date": "2023-10-10",
            "expiry_date": "2024-06-07",
            "registrar_iana": 625,
            "registrar_name": "Name.com, Inc.",
            "registrar_website": "www.name.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Domain Protection Services, Inc.",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "CO",
            "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.mysign.cloud",
                "ns2.mysign.cloud"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 40,
            "domain_name": "hdsign.net",
            "domain_keyword": "hdsign",
            "domain_tld": "net",
            "query_time": "2024-04-21 07:06:52",
            "create_date": "2019-12-24",
            "update_date": "2023-12-25",
            "expiry_date": "2024-12-24",
            "registrar_iana": 244,
            "registrar_name": "gabia",
            "registrar_website": "https://www.gabia.com",
            "registrant_name": "POP Creaetion",
            "registrant_company": "POP Creaetion",
            "registrant_address": "26 Seongsuil-ro 10-gil  Seongdong-gu Seoul.",
            "registrant_city": "Seoul",
            "registrant_zip": "04793",
            "registrant_country": "KR",
            "registrant_email": "[email protected]",
            "registrant_phone": "+82.25215575",
            "name_servers": [
                "ns1.cafe24.co.kr",
                "ns1.cafe24.com",
                "ns2.cafe24.co.kr",
                "ns2.cafe24.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 41,
            "domain_name": "mdesign.fr",
            "domain_keyword": "mdesign",
            "domain_tld": "fr",
            "query_time": "2024-05-05 08:57:42",
            "create_date": "2007-09-21",
            "update_date": "2023-10-31",
            "expiry_date": "2024-09-21",
            "registrar_name": "IONOS SE",
            "registrar_website": "https://ionos.com",
            "registrant_name": "Ano Nymous",
            "name_servers": [
                "ns1051.ui-dns.biz",
                "ns1051.ui-dns.com",
                "ns1051.ui-dns.de",
                "ns1051.ui-dns.org"
            ],
            "domain_status": [
                "Active",
                "associated"
            ]
        },
        {
            "num": 42,
            "domain_name": "mksign.jp",
            "domain_keyword": "mksign",
            "domain_tld": "jp",
            "query_time": "2024-05-01 10:48:02",
            "create_date": "2024-03-01",
            "update_date": "2024-03-25",
            "expiry_date": "2025-03-31",
            "registrant_name": "(Not displayed by registrant's request)",
            "registrant_email": "[email protected]",
            "registrant_phone": "+81.354562560",
            "name_servers": [
                "ns1.gm33.parklogic.com",
                "ns2.gm33.parklogic.com"
            ],
            "domain_status": [
                "Active"
            ]
        },
        {
            "num": 43,
            "domain_name": "mdesign.events",
            "domain_keyword": "mdesign",
            "domain_tld": "events",
            "query_time": "2024-05-27 20:49:15",
            "create_date": "2023-03-18",
            "update_date": "2024-04-29",
            "expiry_date": "2024-03-18",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns101.registrar-servers.com",
                "dns102.registrar-servers.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "redemptionPeriod"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 44,
            "domain_name": "mbsign.nl",
            "domain_keyword": "mbsign",
            "domain_tld": "nl",
            "query_time": "2024-05-05 01:13:15",
            "create_date": "2021-05-03",
            "update_date": "2024-05-01",
            "domain_status": [
                "in quarantine"
            ]
        },
        {
            "num": 45,
            "domain_name": "adsign.co.uk",
            "domain_keyword": "adsign",
            "domain_tld": "co.uk",
            "query_time": "2024-04-15 03:11:59",
            "create_date": "1997-07-17",
            "update_date": "2023-06-17",
            "expiry_date": "2025-07-17",
            "registrar_name": "Fasthosts Internet Ltd [Tag = LIVEDOMAINS]",
            "registrar_website": "http://www.fasthosts.co.uk",
            "name_servers": [
                "ns1.ukm3.siteground.biz",
                "ns2.ukm3.siteground.biz"
            ],
            "domain_status": [
                "Registered until expiry date."
            ]
        },
        {
            "num": 46,
            "domain_name": "mdesign.space",
            "domain_keyword": "mdesign",
            "domain_tld": "space",
            "query_time": "2024-05-20 12:19:29",
            "create_date": "2018-12-14",
            "update_date": "2024-01-14",
            "expiry_date": "2024-12-14",
            "registrar_iana": 2,
            "registrar_name": "Network Solutions LLC",
            "registrar_website": "https://www.networksolutions.com/",
            "registrant_state": "FL",
            "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": [
                "ns8.wixdns.net",
                "ns9.wixdns.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 47,
            "domain_name": "mdesign.uk.com",
            "domain_keyword": "mdesign",
            "domain_tld": "uk.com",
            "query_time": "2024-05-18 15:45:20",
            "create_date": "2005-08-03",
            "update_date": "2023-08-31",
            "expiry_date": "2025-08-03",
            "registrar_name": "Nexus Data Systems Ltd",
            "registrar_website": "http://www.ktdomains.co.uk",
            "registrant_name": "Mr Mark Haley",
            "registrant_address": "1 Prior Terrace, Corbridge",
            "registrant_city": "Northumberland",
            "registrant_zip": "NE45 5HN",
            "registrant_country": "GB",
            "registrant_email": "https://whois.centralnic.com/contact/mdesign.uk.com/registrant",
            "registrant_phone": "+44.7766467922",
            "name_servers": [
                "ns1.hostprofessor.co.uk",
                "ns2.hostprofessor.co.uk"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 48,
            "domain_name": "mrsign.net",
            "domain_keyword": "mrsign",
            "domain_tld": "net",
            "query_time": "2024-06-04 09:49:49",
            "create_date": "2002-09-18",
            "update_date": "2017-12-06",
            "expiry_date": "2024-09-18",
            "registrar_iana": 83,
            "registrar_name": "IONOS SE",
            "registrar_website": "http://ionos.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Mr. Sign",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "SC",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1020.ui-dns.biz",
                "ns1020.ui-dns.com",
                "ns1020.ui-dns.de",
                "ns1020.ui-dns.org"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 49,
            "domain_name": "mdsigns.today",
            "domain_keyword": "mdsigns",
            "domain_tld": "today",
            "query_time": "2024-05-27 18:33:48",
            "create_date": "2023-05-24",
            "update_date": "2024-05-24",
            "expiry_date": "2025-05-24",
            "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": [
                "ns1.domainactive.org",
                "ns2.domainactive.org"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 50,
            "domain_name": "mdesign.md",
            "domain_keyword": "mdesign",
            "domain_tld": "md",
            "query_time": "2024-05-27 20:49:15",
            "create_date": "2019-07-17",
            "expiry_date": "2024-07-17",
            "name_servers": [
                "ed.ns.cloudflare.com",
                "vera.ns.cloudflare.com"
            ],
            "domain_status": [
                "ok"
            ]
        },
        {
            "num": 51,
            "domain_name": "mdesign.us",
            "domain_keyword": "mdesign",
            "domain_tld": "us",
            "query_time": "2024-05-31 22:45:23",
            "create_date": "2020-10-29",
            "update_date": "2020-11-03",
            "expiry_date": "2025-10-29",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "whois.godaddy.com",
            "registrant_name": "Miao Chen",
            "registrant_company": "MLC DESIGN INC.",
            "registrant_address": "40 Schoharie Ct",
            "registrant_city": "Jericho",
            "registrant_state": "New York",
            "registrant_zip": "11753",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.9173308088",
            "name_servers": [
                "ns6.wixdns.net",
                "ns7.wixdns.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 52,
            "domain_name": "mksign.co.in",
            "domain_keyword": "mksign",
            "domain_tld": "co.in",
            "query_time": "2024-06-10 20:28:24",
            "create_date": "2023-12-19",
            "update_date": "2023-12-24",
            "expiry_date": "2024-12-19",
            "registrar_iana": 801217,
            "registrar_name": "Endurance Digital Domain Technology LLP",
            "registrar_website": "https://publicdomainregistry.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "MK Sign",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Delhi",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IN",
            "registrant_email": "please contact the registrar listed above",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns1.intermesh.net",
                "ns2.intermesh.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 53,
            "domain_name": "adsign.se",
            "domain_keyword": "adsign",
            "domain_tld": "se",
            "query_time": "2024-05-05 08:11:45",
            "create_date": "2005-03-15",
            "update_date": "2024-02-14",
            "expiry_date": "2025-03-15",
            "registrar_name": "www.NameSRS.com",
            "name_servers": [
                "ns1.dnshost.net",
                "ns2.dnshost.net"
            ],
            "domain_status": [
                "Active",
                "ok"
            ],
            "dns_sec": [
                "delegation",
                "unsigned"
            ]
        },
        {
            "num": 54,
            "domain_name": "mpsign.com",
            "domain_keyword": "mpsign",
            "domain_tld": "com",
            "query_time": "2024-04-17 20:49:29",
            "create_date": "2000-11-20",
            "update_date": "2024-04-16",
            "expiry_date": "2024-11-20",
            "registrar_iana": 1479,
            "registrar_name": "NameSilo, LLC",
            "registrar_website": "https://www.namesilo.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "See PrivacyGuardian.org",
            "registrant_address": "1928 E. Highland Ave. Ste F104 PMB# 255",
            "registrant_city": "Phoenix",
            "registrant_state": "AZ",
            "registrant_zip": "85016",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.3478717726",
            "name_servers": [
                "ns3.iaasdns.com",
                "ns4.iaasdns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 55,
            "domain_name": "bdsign.us",
            "domain_keyword": "bdsign",
            "domain_tld": "us",
            "query_time": "2024-04-17 19:38:55",
            "create_date": "2013-01-19",
            "update_date": "2024-01-24",
            "expiry_date": "2025-01-18",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "whois.godaddy.com",
            "registrant_name": "DANIEL ZAHOUL",
            "registrant_company": "Bdsign",
            "registrant_address": "Hegel 209 int 102",
            "registrant_city": "Mexico DF",
            "registrant_state": "Distrito Federal",
            "registrant_zip": "11570",
            "registrant_country": "MX",
            "registrant_email": "[email protected]",
            "registrant_phone": "+52.039861",
            "name_servers": [
                "ns1.naludamagazine.com",
                "ns2.naludamagazine.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 56,
            "domain_name": "3dsign.xyz",
            "domain_keyword": "3dsign",
            "domain_tld": "xyz",
            "query_time": "2024-06-09 19:26:27",
            "create_date": "2018-08-02",
            "update_date": "2023-11-13",
            "expiry_date": "2024-08-02",
            "registrar_iana": 1362,
            "registrar_name": "Regtime Ltd",
            "registrar_website": "http://webnames.ru",
            "registrant_company": "Nikiforov Igor Vadimovich",
            "registrant_state": "Moscow",
            "registrant_country": "RU",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1.timeweb.ru",
                "ns2.timeweb.ru"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 57,
            "domain_name": "fdsign.com",
            "domain_keyword": "fdsign",
            "domain_tld": "com",
            "query_time": "2024-05-08 15:39:54",
            "create_date": "2016-08-18",
            "update_date": "2020-08-12",
            "expiry_date": "2025-08-18",
            "registrar_iana": 1441,
            "registrar_name": "TurnCommerce, Inc. DBA NameBright.com",
            "registrar_website": "https://www.NameBright.com",
            "registrant_name": "Domain Admin / This Domain is For Sale",
            "registrant_company": "HugeDomains.com",
            "registrant_address": "2635 Walnut Street",
            "registrant_city": "Denver",
            "registrant_state": "CO",
            "registrant_zip": "80205",
            "registrant_country": "US",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.3038930552",
            "name_servers": [
                "nsg1.namebrightdns.com",
                "nsg2.namebrightdns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 58,
            "domain_name": "imdsign.com",
            "domain_keyword": "imdsign",
            "domain_tld": "com",
            "query_time": "2024-05-08 21:09:18",
            "create_date": "2012-07-16",
            "update_date": "2021-06-10",
            "expiry_date": "2030-07-16",
            "registrar_iana": 303,
            "registrar_name": "PDR Ltd. d/b/a PublicDomainRegistry.com",
            "registrar_website": "www.publicdomainregistry.com",
            "registrant_name": "dhruva kalra",
            "registrant_company": "IM DSIGN",
            "registrant_address": "a 15 lajpat nagar 2",
            "registrant_city": "delhi",
            "registrant_state": "Delhi",
            "registrant_zip": "110024",
            "registrant_country": "IN",
            "registrant_email": "[email protected]",
            "registrant_phone": "+91.9999916569",
            "name_servers": [
                "ns1.md-in-33.webhostbox.net",
                "ns2.md-in-33.webhostbox.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 59,
            "domain_name": "mdesign.pt",
            "domain_keyword": "mdesign",
            "domain_tld": "pt",
            "query_time": "2024-06-01 20:51:58",
            "create_date": "2012-01-05",
            "registrant_name": "Netgocio - Soluções Internet para Empresas Lda",
            "registrant_address": "R. Arqueólogo Mario Cardoso  Ed. Olimpicos, no. 371 - Lj. A - Fermentoes",
            "registrant_city": "Guimarães",
            "registrant_state": "Guimarães",
            "registrant_zip": "4835-076",
            "registrant_country": "PT",
            "registrant_email": "[email protected],[email protected]",
            "name_servers": [
                "ns.netgocioserver5.com",
                "ns2.netgocioserver5.com"
            ],
            "domain_status": [
                "Registered"
            ]
        },
        {
            "num": 60,
            "domain_name": "cdsign.com",
            "domain_keyword": "cdsign",
            "domain_tld": "com",
            "query_time": "2024-06-13 15:45:22",
            "create_date": "2003-12-30",
            "update_date": "2020-03-22",
            "expiry_date": "2025-12-30",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "http://www.tucows.com",
            "name_servers": [
                "ns.inmotionhosting.com",
                "ns2.inmotionhosting.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 61,
            "domain_name": "mgsign.com",
            "domain_keyword": "mgsign",
            "domain_tld": "com",
            "query_time": "2024-05-10 06:03:04",
            "create_date": "2023-08-18",
            "update_date": "2023-10-18",
            "expiry_date": "2024-08-18",
            "registrar_iana": 303,
            "registrar_name": "PDR Ltd. d/b/a PublicDomainRegistry.com",
            "registrar_website": "www.publicdomainregistry.com",
            "registrant_name": "Manjunath R",
            "registrant_company": "MG Sign",
            "registrant_address": "add BSA Complex Lakshmivilas Bank Under Ground Co Operative Co",
            "registrant_city": "Krishnagiri",
            "registrant_state": "Tamil Nadu",
            "registrant_zip": "635001",
            "registrant_country": "IN",
            "registrant_email": "[email protected]",
            "registrant_phone": "+91.8448699494",
            "name_servers": [
                "doma634347.earth.orderbox-dns.com",
                "doma634347.mars.orderbox-dns.com",
                "doma634347.mercury.orderbox-dns.com",
                "doma634347.venus.orderbox-dns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 62,
            "domain_name": "mysign.it",
            "domain_keyword": "mysign",
            "domain_tld": "it",
            "query_time": "2024-05-04 20:16:27",
            "create_date": "2016-04-01",
            "update_date": "2024-04-19",
            "expiry_date": "2025-04-03",
            "registrar_name": "Algorithmedia S.r.l.",
            "registrar_website": "http://www.algorithmedia.com",
            "registrant_company": "Puglia.com Srls",
            "registrant_address": "Via 16 Settembre 1959 8",
            "registrant_city": "Barletta",
            "registrant_state": "BT",
            "registrant_zip": "76121",
            "registrant_country": "IT",
            "name_servers": [
                "ns1.parkingcrew.net",
                "ns2.parkingcrew.net"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "no"
            ]
        },
        {
            "num": 63,
            "domain_name": "idsign.it",
            "domain_keyword": "idsign",
            "domain_tld": "it",
            "query_time": "2024-04-24 17:56:53",
            "create_date": "2008-03-28",
            "update_date": "2024-04-13",
            "expiry_date": "2025-03-28",
            "registrar_name": "Register S.p.a.",
            "registrar_website": "https://www.register.it",
            "registrant_company": "NICOLADINI S.r.l.",
            "name_servers": [
                "ns1.register.it",
                "ns2.register.it"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "yes"
            ]
        },
        {
            "num": 64,
            "domain_name": "3dsign.solutions",
            "domain_keyword": "3dsign",
            "domain_tld": "solutions",
            "query_time": "2024-05-19 23:02:00",
            "create_date": "2017-03-20",
            "update_date": "2024-05-04",
            "expiry_date": "2025-03-20",
            "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": [
                "ns67.domaincontrol.com",
                "ns68.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 65,
            "domain_name": "mssign.jp",
            "domain_keyword": "mssign",
            "domain_tld": "jp",
            "query_time": "2024-06-01 10:50:16",
            "create_date": "2015-09-11",
            "update_date": "2023-11-12",
            "expiry_date": "2024-09-30",
            "registrant_name": "M`S SIGN CO., LTD",
            "registrant_zip": "381-0082",
            "registrant_email": "[email protected]",
            "registrant_phone": "0262965747",
            "name_servers": [
                "ns1.tsukaeru.ne.jp",
                "ns2.tsukaeru.ne.jp"
            ],
            "domain_status": [
                "Active"
            ]
        },
        {
            "num": 66,
            "domain_name": "mdesign.blog",
            "domain_keyword": "mdesign",
            "domain_tld": "blog",
            "query_time": "2024-05-31 22:45:20",
            "create_date": "2022-06-20",
            "update_date": "2023-08-31",
            "expiry_date": "2024-06-20",
            "registrar_iana": 1531,
            "registrar_name": "Automattic Inc.",
            "registrar_website": "http://www.wordpress.com",
            "registrant_company": "Knock Knock WHOIS Not There, LLC",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "ns1.wordpress.com",
                "ns2.wordpress.com",
                "ns3.wordpress.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 67,
            "domain_name": "md-sign.de",
            "domain_keyword": "md-sign",
            "domain_tld": "de",
            "query_time": "2024-05-04 12:19:15",
            "update_date": "2018-08-12",
            "name_servers": [
                "ns1044.ui-dns.biz",
                "ns1044.ui-dns.com",
                "ns1044.ui-dns.de",
                "ns1044.ui-dns.org"
            ],
            "domain_status": [
                "connect"
            ]
        },
        {
            "num": 68,
            "domain_name": "cmdsign.com",
            "domain_keyword": "cmdsign",
            "domain_tld": "com",
            "query_time": "2024-04-18 20:50:09",
            "create_date": "2006-03-09",
            "update_date": "2024-03-09",
            "expiry_date": "2034-03-09",
            "registrar_iana": 2,
            "registrar_name": "Network Solutions, LLC",
            "registrar_website": "http://networksolutions.com",
            "name_servers": [
                "ns73.worldnic.com",
                "ns74.worldnic.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 69,
            "domain_name": "edsign.ru",
            "domain_keyword": "edsign",
            "domain_tld": "ru",
            "query_time": "2024-05-04 20:40:04",
            "create_date": "2024-02-23",
            "expiry_date": "2025-02-23",
            "registrar_name": "REGRU-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.reg.ru",
                "ns2.reg.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 70,
            "domain_name": "tdsign.tech",
            "domain_keyword": "tdsign",
            "domain_tld": "tech",
            "query_time": "2024-05-02 12:08:01",
            "create_date": "2023-04-12",
            "update_date": "2024-04-13",
            "expiry_date": "2025-04-12",
            "registrar_iana": 1913,
            "registrar_name": "Dotserve Inc",
            "registrar_website": "http://dotserve.website",
            "registrant_company": "N/A",
            "registrant_state": "1656",
            "registrant_country": "ID",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "dns15.parkpage.foundationapi.com",
                "dns16.parkpage.foundationapi.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 71,
            "domain_name": "midsign.nl",
            "domain_keyword": "midsign",
            "domain_tld": "nl",
            "query_time": "2024-05-10 22:24:14",
            "create_date": "2008-03-17",
            "update_date": "2020-09-18",
            "registrar_name": "Hosting2GO B.V.",
            "name_servers": [
                "ns1.hosting2go.nl",
                "ns2.hosting2go.nl"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "yes"
            ]
        },
        {
            "num": 72,
            "domain_name": "misign.xyz",
            "domain_keyword": "misign",
            "domain_tld": "xyz",
            "query_time": "2024-05-26 18:31:17",
            "create_date": "2016-05-09",
            "update_date": "2023-08-31",
            "expiry_date": "2025-05-09",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrant_company": "shen zhen shi dian zi shang wu an quan zheng shu guan li you xian gong si",
            "registrant_state": "guang dong",
            "registrant_country": "CN",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "name_servers": [
                "dns19.hichina.com",
                "dns20.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 73,
            "domain_name": "mtsign.net",
            "domain_keyword": "mtsign",
            "domain_tld": "net",
            "query_time": "2024-04-29 19:41:44",
            "create_date": "2023-10-10",
            "update_date": "2023-10-11",
            "expiry_date": "2024-10-10",
            "registrar_iana": 2157,
            "registrar_name": "DropCatch.com 677 LLC",
            "registrar_website": "https://www.NameBright.com",
            "registrant_name": "Redacted for GDPR privacy",
            "registrant_company": "Redacted for GDPR privacy",
            "registrant_address": "Redacted for GDPR privacy, Redacted for GDPR privacy",
            "registrant_city": "Redacted for GDPR privacy",
            "registrant_state": "Jiangxi",
            "registrant_zip": "Redacted for GDPR privacy",
            "registrant_country": "CN",
            "registrant_email": "[email protected]",
            "registrant_phone": "Redacted for GDPR privacy",
            "registrant_fax": "Redacted for GDPR privacy",
            "name_servers": [
                "a.share-dns.com",
                "b.share-dns.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 74,
            "domain_name": "mdesign.codes",
            "domain_keyword": "mdesign",
            "domain_tld": "codes",
            "query_time": "2024-05-06 14:15:30",
            "create_date": "2019-09-04",
            "update_date": "2023-08-06",
            "expiry_date": "2024-09-04",
            "registrar_iana": 81,
            "registrar_name": "Gandi SAS",
            "registrar_website": "https://www.gandi.net",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Interdesign",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "OH",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns-1451.awsdns-53.org",
                "ns-1940.awsdns-50.co.uk",
                "ns-286.awsdns-35.com",
                "ns-756.awsdns-30.net"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 75,
            "domain_name": "mdmsign.com",
            "domain_keyword": "mdmsign",
            "domain_tld": "com",
            "query_time": "2024-05-06 14:22:30",
            "create_date": "2023-02-21",
            "update_date": "2023-12-25",
            "expiry_date": "2025-02-21",
            "registrar_iana": 1599,
            "registrar_name": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)",
            "registrar_website": "http://wanwang.aliyun.com",
            "name_servers": [
                "dns27.hichina.com",
                "dns28.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 76,
            "domain_name": "mdesign.ca",
            "domain_keyword": "mdesign",
            "domain_tld": "ca",
            "query_time": "2024-05-11 10:11:31",
            "create_date": "2018-03-10",
            "update_date": "2024-03-14",
            "expiry_date": "2026-03-10",
            "registrar_name": "Go Daddy Domains Canada, Inc",
            "registrar_website": "ca.godaddy.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_email": "please ask the registrar of record identified in this output for information on how to contact the registrant, admin, or other contacts of the queried domain name",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns11.domaincontrol.com",
                "ns12.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 77,
            "domain_name": "ddsign.pl",
            "domain_keyword": "ddsign",
            "domain_tld": "pl",
            "query_time": "2024-06-08 23:06:07",
            "create_date": "2019-11-09",
            "update_date": "2023-10-18",
            "expiry_date": "2024-11-09",
            "registrar_name": "Globtel Internet Szymon Hersztek",
            "name_servers": [
                "ns5.webd.pl",
                "ns7.webd.pl"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 78,
            "domain_name": "mysign.pl",
            "domain_keyword": "mysign",
            "domain_tld": "pl",
            "query_time": "2024-06-08 03:38:57",
            "create_date": "2023-08-14",
            "update_date": "2023-08-14",
            "expiry_date": "2024-08-14",
            "registrar_name": "OVH SAS",
            "registrar_website": "https://www.ovhcloud.com",
            "name_servers": [
                "giancarlo.ns.cloudflare.com",
                "vida.ns.cloudflare.com"
            ],
            "dns_sec": [
                "Unsigned"
            ]
        },
        {
            "num": 79,
            "domain_name": "madsign.com",
            "domain_keyword": "madsign",
            "domain_tld": "com",
            "query_time": "2024-06-13 17:11:41",
            "create_date": "2023-12-13",
            "update_date": "2023-12-17",
            "expiry_date": "2024-12-13",
            "registrar_iana": 1856,
            "registrar_name": "DropCatch.com 445 LLC",
            "registrar_website": "https://www.NameBright.com",
            "registrant_name": "Domain Admin",
            "registrant_address": "P.O. Box 355, Hunkins Plaza Main Street",
            "registrant_city": "Charlestown",
            "registrant_state": "Charlestown",
            "registrant_zip": "00000",
            "registrant_country": "KN",
            "registrant_email": "[email protected]",
            "registrant_phone": "+1.7027516695",
            "name_servers": [
                "ns1.afternic.com",
                "ns2.afternic.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 80,
            "domain_name": "idsign.org",
            "domain_keyword": "idsign",
            "domain_tld": "org",
            "query_time": "2024-04-24 17:56:53",
            "create_date": "2011-08-13",
            "update_date": "2023-09-27",
            "expiry_date": "2024-08-13",
            "registrar_iana": 1391,
            "registrar_name": "Azdomainz, LLC",
            "registrar_website": "http://www.azdomainz.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "BuyDomains.com",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "FL",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "US",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "ns.buydomains.com",
                "this-domain-for-sale.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 81,
            "domain_name": "edsign.graphics",
            "domain_keyword": "edsign",
            "domain_tld": "graphics",
            "query_time": "2024-04-30 21:18:13",
            "create_date": "2019-12-07",
            "update_date": "2023-12-06",
            "expiry_date": "2024-12-07",
            "registrar_iana": 433,
            "registrar_name": "OVH SAS",
            "registrar_website": "http://www.ovh.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "FR",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns105.ovh.net",
                "ns105.ovh.net"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 82,
            "domain_name": "mdsing.net",
            "domain_keyword": "mdsing",
            "domain_tld": "net",
            "query_time": "2024-05-06 14:25:47",
            "create_date": "2023-12-29",
            "update_date": "2024-03-11",
            "expiry_date": "2024-12-29",
            "registrar_iana": 4089,
            "registrar_name": "Gname 097 Inc",
            "registrar_website": "http://www.gname.com",
            "name_servers": [
                "ns1.fennenavdns.com",
                "ns2.fennenavdns.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 83,
            "domain_name": "medsign.com",
            "domain_keyword": "medsign",
            "domain_tld": "com",
            "query_time": "2024-05-23 10:15:12",
            "create_date": "1999-04-08",
            "update_date": "2022-09-01",
            "expiry_date": "2025-04-08",
            "registrar_iana": 146,
            "registrar_name": "GoDaddy.com, LLC",
            "registrar_website": "http://www.godaddy.com",
            "name_servers": [
                "ns01.domaincontrol.com",
                "ns02.domaincontrol.com"
            ],
            "domain_status": [
                "clientDeleteProhibited",
                "clientRenewProhibited",
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 84,
            "domain_name": "m-sign.nl",
            "domain_keyword": "m-sign",
            "domain_tld": "nl",
            "query_time": "2024-05-31 18:44:09",
            "create_date": "2023-02-28",
            "registrar_name": "Xynta Hosting B.V.",
            "name_servers": [
                "ns2.wanassist.nl",
                "pvm-seeders3.hsqd.nl"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "no"
            ]
        },
        {
            "num": 85,
            "domain_name": "2dsign.nl",
            "domain_keyword": "2dsign",
            "domain_tld": "nl",
            "query_time": "2024-06-10 16:16:17",
            "create_date": "2000-03-13",
            "update_date": "2024-05-09",
            "registrar_name": "Registrar.eu",
            "name_servers": [
                "ns1.cloud86.nl",
                "ns2.cloud86.nl",
                "ns3.cloud86.eu"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "no"
            ]
        },
        {
            "num": 86,
            "domain_name": "vdsign.net",
            "domain_keyword": "vdsign",
            "domain_tld": "net",
            "query_time": "2024-06-10 22:03:39",
            "create_date": "2024-06-07",
            "update_date": "2024-06-07",
            "expiry_date": "2025-06-07",
            "registrar_iana": 69,
            "registrar_name": "Tucows Domains Inc.",
            "registrar_website": "http://www.tucows.com",
            "name_servers": [
                "ns1.systemdns.com",
                "ns2.systemdns.com",
                "ns3.systemdns.com"
            ],
            "domain_status": [
                "clientTransferProhibited",
                "clientUpdateProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 87,
            "domain_name": "mtsign.nl",
            "domain_keyword": "mtsign",
            "domain_tld": "nl",
            "query_time": "2024-05-21 07:46:43",
            "create_date": "2011-06-24",
            "update_date": "2019-05-08",
            "registrar_name": "ZXCS",
            "name_servers": [
                "ns1.zxcs.nl",
                "ns2.zxcs.nl",
                "ns3.zxcs.nl"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "yes"
            ]
        },
        {
            "num": 88,
            "domain_name": "mdesign.gallery",
            "domain_keyword": "mdesign",
            "domain_tld": "gallery",
            "query_time": "2024-05-18 15:45:20",
            "create_date": "2021-08-28",
            "update_date": "2023-08-03",
            "expiry_date": "2024-08-28",
            "registrar_iana": 1910,
            "registrar_name": "Cloudflare, Inc",
            "registrar_website": "http://cloudflare.com",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "M Design Gallery, LLC",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "MS",
            "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": [
                "boyd.ns.cloudflare.com",
                "sima.ns.cloudflare.com"
            ],
            "domain_status": [
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 89,
            "domain_name": "3dsign.nl",
            "domain_keyword": "3dsign",
            "domain_tld": "nl",
            "query_time": "2024-05-24 15:01:59",
            "create_date": "2013-05-21",
            "update_date": "2022-04-19",
            "registrar_name": "Hostnet B.V.",
            "name_servers": [
                "ns01.hostnet.nl",
                "ns02.hostnet.nl"
            ],
            "domain_status": [
                "Active"
            ],
            "dns_sec": [
                "yes"
            ]
        },
        {
            "num": 90,
            "domain_name": "mdesign.de",
            "domain_keyword": "mdesign",
            "domain_tld": "de",
            "query_time": "2024-06-03 12:02:28",
            "update_date": "2017-01-04",
            "name_servers": [
                "ns3.stratoserver.net",
                "ns4.stratoserver.net"
            ],
            "domain_status": [
                "connect"
            ]
        },
        {
            "num": 91,
            "domain_name": "ndsign.cn",
            "domain_keyword": "ndsign",
            "domain_tld": "cn",
            "query_time": "2024-04-26 04:34:04",
            "create_date": "2019-09-10",
            "expiry_date": "2029-09-10",
            "registrar_name": "阿里云计算有限公司(万网)",
            "registrant_name": "上海筑仟城市形象设计有限公司",
            "registrant_email": "[email protected]",
            "name_servers": [
                "dns25.hichina.com",
                "dns26.hichina.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 92,
            "domain_name": "mysign.ro",
            "domain_keyword": "mysign",
            "domain_tld": "ro",
            "query_time": "2024-05-10 23:37:33",
            "create_date": "2020-05-11",
            "expiry_date": "2026-05-10",
            "registrar_name": "Romarg SRL",
            "registrar_website": "www.inregistrare-domenii.ro",
            "name_servers": [
                "ns21.reea-hosting.ro",
                "ns22.reea-hosting.ro",
                "ns24.reea-hosting.ro"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "Inactive"
            ]
        },
        {
            "num": 93,
            "domain_name": "ldsign.de",
            "domain_keyword": "ldsign",
            "domain_tld": "de",
            "query_time": "2024-05-22 08:11:18",
            "update_date": "2017-12-25",
            "name_servers": [
                "ns1018.ui-dns.biz",
                "ns1072.ui-dns.de",
                "ns1093.ui-dns.com",
                "ns1093.ui-dns.org"
            ],
            "domain_status": [
                "connect"
            ]
        },
        {
            "num": 94,
            "domain_name": "mydsign.co.uk",
            "domain_keyword": "mydsign",
            "domain_tld": "co.uk",
            "query_time": "2024-05-31 00:59:51",
            "create_date": "2023-05-06",
            "update_date": "2023-12-01",
            "expiry_date": "2024-05-06",
            "registrar_name": "123-Reg Limited t/a 123-reg [Tag = 123-REG]",
            "registrar_website": "https://www.123-reg.co.uk",
            "name_servers": [
                "ns15.domaincontrol.com",
                "ns16.domaincontrol.com"
            ],
            "domain_status": [
                "Renewal required."
            ]
        },
        {
            "num": 95,
            "domain_name": "bdsign.ink",
            "domain_keyword": "bdsign",
            "domain_tld": "ink",
            "query_time": "2024-06-10 20:44:27",
            "create_date": "2024-06-08",
            "update_date": "2024-06-08",
            "expiry_date": "2025-06-08",
            "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": [
                "addPeriod",
                "clientTransferProhibited",
                "serverTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        },
        {
            "num": 96,
            "domain_name": "mpsign.be",
            "domain_keyword": "mpsign",
            "domain_tld": "be",
            "query_time": "2024-04-17 20:49:29",
            "create_date": "2008-09-03",
            "registrar_name": "One.com A/S",
            "registrar_website": "https://www.one.com",
            "name_servers": [
                "ns01.one.com",
                "ns02.one.com"
            ],
            "domain_status": [
                "Not Available"
            ]
        },
        {
            "num": 97,
            "domain_name": "mdesign.ru",
            "domain_keyword": "mdesign",
            "domain_tld": "ru",
            "query_time": "2024-05-02 17:23:22",
            "create_date": "2002-06-17",
            "expiry_date": "2024-06-17",
            "registrar_name": "RD-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns.masterhost.ru",
                "ns1.masterhost.ru",
                "ns2.masterhost.ru"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 98,
            "domain_name": "mtsign.ru",
            "domain_keyword": "mtsign",
            "domain_tld": "ru",
            "query_time": "2024-05-03 11:15:10",
            "create_date": "2004-02-18",
            "expiry_date": "2025-02-18",
            "registrar_name": "RU-CENTER-RU",
            "registrant_name": "Private Person",
            "name_servers": [
                "ns1.beget.com",
                "ns1.beget.pro",
                "ns2.beget.com",
                "ns2.beget.pro"
            ],
            "domain_status": [
                "DELEGATED",
                "REGISTERED",
                "UNVERIFIED"
            ]
        },
        {
            "num": 99,
            "domain_name": "3dsign.it",
            "domain_keyword": "3dsign",
            "domain_tld": "it",
            "query_time": "2024-05-23 20:45:05",
            "create_date": "2001-05-08",
            "update_date": "2024-05-16",
            "expiry_date": "2025-04-30",
            "registrar_name": "Server Plan s.r.l.",
            "registrar_website": "http://www.serverplan.com",
            "registrant_company": "Architetto Giovanni De Stefano",
            "registrant_address": "VIA DELLA MATTONAIA 21",
            "registrant_city": "Firenze",
            "registrant_state": "FI",
            "registrant_zip": "50121",
            "registrant_country": "IT",
            "name_servers": [
                "ns1.cmshigh.com",
                "ns2.cmshigh.com"
            ],
            "domain_status": [
                "ok"
            ],
            "dns_sec": [
                "no"
            ]
        },
        {
            "num": 100,
            "domain_name": "idsign.boutique",
            "domain_keyword": "idsign",
            "domain_tld": "boutique",
            "query_time": "2024-05-27 15:29:07",
            "create_date": "2022-05-25",
            "update_date": "2024-05-25",
            "expiry_date": "2025-05-25",
            "registrar_iana": 1068,
            "registrar_name": "NameCheap, Inc.",
            "registrar_website": "https://www.namecheap.com/",
            "registrant_name": "REDACTED FOR PRIVACY",
            "registrant_company": "Privacy service provided by Withheld for Privacy ehf",
            "registrant_address": "REDACTED FOR PRIVACY",
            "registrant_city": "REDACTED FOR PRIVACY",
            "registrant_state": "Capital Region",
            "registrant_zip": "REDACTED FOR PRIVACY",
            "registrant_country": "IS",
            "registrant_email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.",
            "registrant_phone": "REDACTED FOR PRIVACY",
            "registrant_fax": "REDACTED FOR PRIVACY",
            "name_servers": [
                "dns101.registrar-servers.com",
                "dns102.registrar-servers.com"
            ],
            "domain_status": [
                "autoRenewPeriod",
                "clientTransferProhibited"
            ],
            "dns_sec": [
                "unsigned"
            ]
        }
    ],
    "stats": {
        "total_time": 2.637,
        "api_credits_used": 3,
        "cost_calculation": "3 (fuzzy_domains [1 domain])"
    }
}
<root>
 <success>true</success>
 <query>
  <fuzzy_domains>mdsign.nl</fuzzy_domains>
  <page_size>100</page_size>
 </query>
 <count>
  <total>5793</total>
  <relation>eq</relation>
  <current>100</current>
 </count>
 <unique_domains>zdsign.com, mesign.biz, hdsign.nl, adsign.org, ydsign.com, bdsign.com, 3dsign.co.uk, ldsign.com, mrsign.com, mysign.mobi, mfsign.com, sdsign.com.br, m2sign.com, musign.net, mgdsign.com.br, kdsign.org, mdesign.eco, 3dsign.pl, mysign.uk, mesign.com, mdsigu.info, mdesign.net.pl, idsign.xyz, mdesign.co.nz, adsign.ie, mesign.ru, mysign.de, gdsign.zone, mdesign.life, mysign.xyz, mdesign.by, mjsign.com, madsign.org, modsign.online, medsign.in, musign.nl, m2sign.co.jp, gdsign.co.uk, mysign.cloud, hdsign.net, mdesign.fr, mksign.jp, mdesign.events, mbsign.nl, adsign.co.uk, mdesign.space, mdesign.uk.com, mrsign.net, mdsigns.today, mdesign.md, mdesign.us, mksign.co.in, adsign.se, mpsign.com, bdsign.us, 3dsign.xyz, fdsign.com, imdsign.com, mdesign.pt, cdsign.com, mgsign.com, mysign.it, idsign.it, 3dsign.solutions, mssign.jp, mdesign.blog, md-sign.de, cmdsign.com, edsign.ru, tdsign.tech, midsign.nl, misign.xyz, mtsign.net, mdesign.codes, mdmsign.com, mdesign.ca, ddsign.pl, mysign.pl, madsign.com, idsign.org, edsign.graphics, mdsing.net, medsign.com, m-sign.nl, 2dsign.nl, vdsign.net, mtsign.nl, mdesign.gallery, 3dsign.nl, mdesign.de, ndsign.cn, mysign.ro, ldsign.de, mydsign.co.uk, bdsign.ink, mpsign.be, mdesign.ru, mtsign.ru, 3dsign.it, idsign.boutique</unique_domains>
 <results>
  <value>
   <num>1</num>
   <domain_name>zdsign.com</domain_name>
   <domain_keyword>zdsign</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-16 08:26:33</query_time>
   <create_date>2016-09-16</create_date>
   <update_date>2023-09-14</update_date>
   <expiry_date>2024-09-16</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>
   <name_servers>
    <value>ns1.thecloudwebsiteserver.com</value>
    <value>ns2.thecloudwebsiteserver.net</value>
    <value>ns3.thecloudwebsiteserver.org</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>2</num>
   <domain_name>mesign.biz</domain_name>
   <domain_keyword>mesign</domain_keyword>
   <domain_tld>biz</domain_tld>
   <query_time>2024-04-28 14:18:29</query_time>
   <create_date>2024-04-26</create_date>
   <update_date>2024-04-26</update_date>
   <expiry_date>2025-04-26</expiry_date>
   <registrar_iana>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>Data Protected</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>GB</registrant_country>
   <registrant_email>please query the rdds service of the registrar 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>ns14.wixdns.net</value>
    <value>ns15.wixdns.net</value>
   </name_servers>
   <domain_status>
    <value>addPeriod</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
    <value>serverTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>3</num>
   <domain_name>hdsign.nl</domain_name>
   <domain_keyword>hdsign</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-05-19 03:23:49</query_time>
   <create_date>2008-11-14</create_date>
   <update_date>2023-09-07</update_date>
   <registrar_name>GoDaddy.com</registrar_name>
   <name_servers>
    <value>ns69.domaincontrol.com</value>
    <value>ns70.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>no</value>
   </dns_sec>
  </value>
  <value>
   <num>4</num>
   <domain_name>adsign.org</domain_name>
   <domain_keyword>adsign</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-05-15 12:53:22</query_time>
   <create_date>2023-01-07</create_date>
   <update_date>2024-03-31</update_date>
   <expiry_date>2025-01-07</expiry_date>
   <registrar_iana>106</registrar_iana>
   <registrar_name>Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA</registrar_name>
   <registrar_website>http://www.ascio.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>STEFANOS SYMINELAKIS</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>GR</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.afternic.com</value>
    <value>ns2.afternic.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>5</num>
   <domain_name>ydsign.com</domain_name>
   <domain_keyword>ydsign</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-08 04:40:15</query_time>
   <create_date>2014-01-25</create_date>
   <update_date>2023-09-14</update_date>
   <expiry_date>2025-01-25</expiry_date>
   <registrar_iana>420</registrar_iana>
   <registrar_name>Alibaba Cloud Computing (Beijing) Co., Ltd.</registrar_name>
   <registrar_website>http://www.net.cn</registrar_website>
   <registrant_state>zhe jiang</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>https://whois.aliyun.com/whois/whoisform</registrant_email>
   <name_servers>
    <value>dns17.hichina.com</value>
    <value>dns18.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>bdsign.com</domain_name>
   <domain_keyword>bdsign</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-17 19:38:55</query_time>
   <create_date>2006-03-31</create_date>
   <update_date>2024-02-12</update_date>
   <expiry_date>2025-03-31</expiry_date>
   <registrar_iana>607</registrar_iana>
   <registrar_name>ANNULET, INC</registrar_name>
   <registrar_website>http://www.ANNULET.com</registrar_website>
   <registrant_name>This Domain For Sale Worldwide 3392225132</registrant_name>
   <registrant_company>BuyDomains.com</registrant_company>
   <registrant_address>5335 Gate Parkway</registrant_address>
   <registrant_city>Jacksonville</registrant_city>
   <registrant_state>FL</registrant_state>
   <registrant_zip>32256</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1-3392225132</registrant_phone>
   <registrant_fax>+1-7818392801</registrant_fax>
   <name_servers>
    <value>ns.buydomains.com</value>
    <value>this-domain-for-sale.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>7</num>
   <domain_name>3dsign.co.uk</domain_name>
   <domain_keyword>3dsign</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-05-07 02:29:00</query_time>
   <create_date>2020-07-29</create_date>
   <update_date>2023-10-22</update_date>
   <expiry_date>2024-07-29</expiry_date>
   <registrar_name>Premkumar Veerabadran t/a sitekart [Tag = PREMKUMARV]</registrar_name>
   <name_servers>
    <value>ns1.dan.com</value>
    <value>ns2.dan.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>8</num>
   <domain_name>ldsign.com</domain_name>
   <domain_keyword>ldsign</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-24 05:06:03</query_time>
   <create_date>2001-04-16</create_date>
   <update_date>2017-12-25</update_date>
   <expiry_date>2025-04-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_company>1&amp;1 Internet Limited</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>GLS</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>GB</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1018.ui-dns.biz</value>
    <value>ns1072.ui-dns.de</value>
    <value>ns1093.ui-dns.com</value>
    <value>ns1093.ui-dns.org</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>9</num>
   <domain_name>mrsign.com</domain_name>
   <domain_keyword>mrsign</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-27 22:10:13</query_time>
   <create_date>1997-04-24</create_date>
   <update_date>2024-03-11</update_date>
   <expiry_date>2029-04-25</expiry_date>
   <registrar_iana>2</registrar_iana>
   <registrar_name>Network Solutions, LLC</registrar_name>
   <registrar_website>http://networksolutions.com</registrar_website>
   <name_servers>
    <value>ns81.worldnic.com</value>
    <value>ns82.worldnic.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>10</num>
   <domain_name>mysign.mobi</domain_name>
   <domain_keyword>mysign</domain_keyword>
   <domain_tld>mobi</domain_tld>
   <query_time>2024-05-13 13:08:45</query_time>
   <create_date>2010-08-09</create_date>
   <update_date>2022-10-28</update_date>
   <expiry_date>2024-08-09</expiry_date>
   <registrar_iana>106</registrar_iana>
   <registrar_name>Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA</registrar_name>
   <registrar_website>http://www.ascio.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>MySign AG</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CH</registrant_country>
   <registrant_email>please query the rdds service of the registrar 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.hostpoint.ch</value>
    <value>ns2.hostpoint.ch</value>
    <value>ns3.hostpoint.ch</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>11</num>
   <domain_name>mfsign.com</domain_name>
   <domain_keyword>mfsign</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-21 13:56:20</query_time>
   <create_date>2022-08-23</create_date>
   <update_date>2024-03-25</update_date>
   <expiry_date>2024-08-23</expiry_date>
   <registrar_iana>1697</registrar_iana>
   <registrar_name>DNSPod, Inc.</registrar_name>
   <registrar_website>https://www.dnspod.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>REDACTED FOR PRIVACY</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>select contact domain holder link at https://whois.cloud.tencent.com/domain?domain=mfsign.com</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>difficult.dnspod.net</value>
    <value>giles.dnspod.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>12</num>
   <domain_name>sdsign.com.br</domain_name>
   <domain_keyword>sdsign</domain_keyword>
   <domain_tld>com.br</domain_tld>
   <query_time>2024-05-31 20:28:58</query_time>
   <create_date>2021-05-07</create_date>
   <update_date>2024-04-11</update_date>
   <expiry_date>2025-05-07</expiry_date>
   <registrant_name>SENHA DIGITAL SERVI?OS DE CERTIFICA??O DIGITAL</registrant_name>
   <registrant_country>BR</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>ns1.senhadigital.com.br</value>
    <value>ns2.senhadigital.com.br</value>
   </name_servers>
   <domain_status>
    <value>published</value>
   </domain_status>
  </value>
  <value>
   <num>13</num>
   <domain_name>m2sign.com</domain_name>
   <domain_keyword>m2sign</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-16 02:18:33</query_time>
   <create_date>2007-08-09</create_date>
   <update_date>2023-07-15</update_date>
   <expiry_date>2024-08-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>ns01.yahoodomains.jp</value>
    <value>ns02.yahoodomains.jp</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>14</num>
   <domain_name>musign.net</domain_name>
   <domain_keyword>musign</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-18 19:08:02</query_time>
   <create_date>2016-05-24</create_date>
   <update_date>2023-12-14</update_date>
   <expiry_date>2028-12-31</expiry_date>
   <registrar_iana>100</registrar_iana>
   <registrar_name>Whois Corp.</registrar_name>
   <registrar_website>http://www.whois.co.kr</registrar_website>
   <registrant_name>musign</registrant_name>
   <registrant_company>musign</registrant_company>
   <registrant_address>5 Pungseong-ro 65-gil Gangdong-gu</registrant_address>
   <registrant_city>Seoul</registrant_city>
   <registrant_zip>05372</registrant_zip>
   <registrant_country>KR</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+82.7077636740</registrant_phone>
   <name_servers>
    <value>ns1.whoisdomain.kr</value>
    <value>ns2.whoisdomain.kr</value>
    <value>ns3.whoisdomain.kr</value>
    <value>ns4.whoisdomain.kr</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>15</num>
   <domain_name>mgdsign.com.br</domain_name>
   <domain_keyword>mgdsign</domain_keyword>
   <domain_tld>com.br</domain_tld>
   <query_time>2024-04-23 04:52:51</query_time>
   <create_date>2019-12-18</create_date>
   <update_date>2023-06-03</update_date>
   <expiry_date>2024-12-18</expiry_date>
   <registrant_name>Multiged Digitaliza??o Gest?o e Guarda Fisica Ltda</registrant_name>
   <registrant_country>BR</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>dns1.kinghost.com.br</value>
    <value>dns2.kinghost.com.br</value>
    <value>dns3.kinghost.com.br</value>
    <value>dns4.kinghost.com.br</value>
    <value>dns5.kinghost.com.br</value>
    <value>dns6.kinghost.com.br</value>
   </name_servers>
   <domain_status>
    <value>published</value>
   </domain_status>
  </value>
  <value>
   <num>16</num>
   <domain_name>kdsign.org</domain_name>
   <domain_keyword>kdsign</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-04-29 11:07:15</query_time>
   <create_date>2023-08-09</create_date>
   <update_date>2023-08-14</update_date>
   <expiry_date>2025-08-09</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows Domains Inc.</registrar_name>
   <registrar_website>http://www.tucows.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Contact Privacy Inc. Customer 0168072729</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>ns8.wixdns.net</value>
    <value>ns9.wixdns.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>17</num>
   <domain_name>mdesign.eco</domain_name>
   <domain_keyword>mdesign</domain_keyword>
   <domain_tld>eco</domain_tld>
   <query_time>2024-06-07 06:20:40</query_time>
   <create_date>2022-02-16</create_date>
   <update_date>2024-01-23</update_date>
   <expiry_date>2025-02-16</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows Domains Inc.</registrar_name>
   <registrar_website>www.tucows.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>INSO SYSTEM SRL</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>BA</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IT</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>ns.abdns.biz</value>
    <value>ns.abdns.eu</value>
    <value>ns.abdns.info</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>18</num>
   <domain_name>3dsign.pl</domain_name>
   <domain_keyword>3dsign</domain_keyword>
   <domain_tld>pl</domain_tld>
   <query_time>2024-06-09 19:26:29</query_time>
   <create_date>2019-06-06</create_date>
   <update_date>2024-05-28</update_date>
   <expiry_date>2025-06-06</expiry_date>
   <registrar_name>LH.pl Sp. z o.o.</registrar_name>
   <registrar_website>https://www.lh.pl/</registrar_website>
   <name_servers>
    <value>ns.lh.pl</value>
    <value>ns2.lighthosting.net</value>
   </name_servers>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>19</num>
   <domain_name>mysign.uk</domain_name>
   <domain_keyword>mysign</domain_keyword>
   <domain_tld>uk</domain_tld>
   <query_time>2024-06-14 00:56:22</query_time>
   <create_date>2019-06-13</create_date>
   <update_date>2024-05-30</update_date>
   <expiry_date>2025-06-13</expiry_date>
   <registrar_name>Mark Adams t/a 3DWeb.co.uk [Tag = 3DWEB]</registrar_name>
   <registrar_website>https://www.3dweb.co.uk</registrar_website>
   <registrant_name>Mark Adams</registrant_name>
   <registrant_address>3DWeb, 124 City Road, London, EC1V 2NX, United Kingdom</registrant_address>
   <name_servers>
    <value>ns1.domain.io</value>
    <value>ns2.domain.io</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>20</num>
   <domain_name>mesign.com</domain_name>
   <domain_keyword>mesign</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-06 19:59:14</query_time>
   <create_date>2000-03-27</create_date>
   <update_date>2019-12-19</update_date>
   <expiry_date>2026-03-28</expiry_date>
   <registrar_iana>1316</registrar_iana>
   <registrar_name>Xiamen 35.Com Technology Co., Ltd</registrar_name>
   <registrar_website>http://www.35.com</registrar_website>
   <registrant_city>SHENZHEN</registrant_city>
   <registrant_state>GUANGDONG</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>https://rdap.35.com/contact/domain/mesign.com</registrant_email>
   <name_servers>
    <value>ns1.startcomca.net</value>
    <value>ns2.startcomca.net</value>
    <value>ns3.startcomca.net</value>
    <value>ns5.startcomca.net</value>
    <value>ns7.startcomca.net</value>
    <value>ns8.startcomca.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>21</num>
   <domain_name>mdsigu.info</domain_name>
   <domain_keyword>mdsigu</domain_keyword>
   <domain_tld>info</domain_tld>
   <query_time>2024-05-06 14:25:47</query_time>
   <create_date>2023-11-01</create_date>
   <update_date>2023-11-06</update_date>
   <expiry_date>2024-11-01</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_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Mumbai</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>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>22</num>
   <domain_name>mdesign.net.pl</domain_name>
   <domain_keyword>mdesign</domain_keyword>
   <domain_tld>net.pl</domain_tld>
   <query_time>2024-06-07 06:20:43</query_time>
   <create_date>2018-11-03</create_date>
   <update_date>2023-10-18</update_date>
   <expiry_date>2024-11-03</expiry_date>
   <registrar_name>OVH SAS</registrar_name>
   <registrar_website>https://www.ovhcloud.com</registrar_website>
   <name_servers>
    <value>dns.smarthost.pl</value>
    <value>dns2.smarthost.pl</value>
    <value>dns3.smarthost.pl</value>
   </name_servers>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>23</num>
   <domain_name>idsign.xyz</domain_name>
   <domain_keyword>idsign</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-06-03 17:32:54</query_time>
   <create_date>2024-06-01</create_date>
   <update_date>2024-06-01</update_date>
   <expiry_date>2025-06-01</expiry_date>
   <registrar_iana>472</registrar_iana>
   <registrar_name>Dynadot LLC</registrar_name>
   <registrar_website>http://www.dynadot.com</registrar_website>
   <registrant_company>Super Privacy Service LTD c/o Dynadot</registrant_company>
   <registrant_state>California</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ee5ff475.verify.hn</value>
    <value>ns1.dan.com</value>
    <value>ns2.dan.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>24</num>
   <domain_name>mdesign.co.nz</domain_name>
   <domain_keyword>mdesign</domain_keyword>
   <domain_tld>co.nz</domain_tld>
   <query_time>2024-05-31 22:45:20</query_time>
   <create_date>2000-09-06</create_date>
   <update_date>2023-11-04</update_date>
   <registrar_name>Dreamscape Networks International Pte Ltd t/a Crazy Domains</registrar_name>
   <registrar_website>https://www.crazydomains.com.au/</registrar_website>
   <name_servers>
    <value>ns1.iserve.net.nz</value>
    <value>ns2.iserve.net.nz</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>25</num>
   <domain_name>adsign.ie</domain_name>
   <domain_keyword>adsign</domain_keyword>
   <domain_tld>ie</domain_tld>
   <query_time>2024-06-05 05:09:45</query_time>
   <create_date>2017-12-05</create_date>
   <update_date>2024-01-19</update_date>
   <expiry_date>2024-12-05</expiry_date>
   <registrar_name>FCR Media</registrar_name>
   <registrar_website>http://www.fcr.ie</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <name_servers>
    <value>ns1.fcrdns.ie</value>
    <value>ns2.fcrdns.ie</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>26</num>
   <domain_name>mesign.ru</domain_name>
   <domain_keyword>mesign</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-04 04:19:45</query_time>
   <create_date>2010-09-06</create_date>
   <expiry_date>2024-09-06</expiry_date>
   <registrar_name>REGRU-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.hosting.reg.ru</value>
    <value>ns2.hosting.reg.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>VERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>27</num>
   <domain_name>mysign.de</domain_name>
   <domain_keyword>mysign</domain_keyword>
   <domain_tld>de</domain_tld>
   <query_time>2024-05-05 17:30:54</query_time>
   <update_date>2022-10-18</update_date>
   <name_servers>
    <value>ns.hostpoint.ch</value>
    <value>ns2.hostpoint.ch</value>
    <value>ns3.hostpoint.ch</value>
   </name_servers>
   <domain_status>
    <value>connect</value>
   </domain_status>
  </value>
  <value>
   <num>28</num>
   <domain_name>gdsign.zone</domain_name>
   <domain_keyword>gdsign</domain_keyword>
   <domain_tld>zone</domain_tld>
   <query_time>2024-05-23 05:29:52</query_time>
   <create_date>2022-08-31</create_date>
   <update_date>2023-12-22</update_date>
   <expiry_date>2025-08-31</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>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>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>29</num>
   <domain_name>mdesign.life</domain_name>
   <domain_keyword>mdesign</domain_keyword>
   <domain_tld>life</domain_tld>
   <query_time>2024-05-24 00:55:14</query_time>
   <create_date>2023-05-23</create_date>
   <update_date>2024-05-23</update_date>
   <expiry_date>2025-05-23</expiry_date>
   <registrar_iana>1479</registrar_iana>
   <registrar_name>NameSilo, LLC</registrar_name>
   <registrar_website>http://www.namesilo.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>PrivacyGuardian.org llc</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>AZ</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.dnsowl.com</value>
    <value>ns2.dnsowl.com</value>
    <value>ns3.dnsowl.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>30</num>
   <domain_name>mysign.xyz</domain_name>
   <domain_keyword>mysign</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-06-02 06:33:09</query_time>
   <create_date>2021-07-20</create_date>
   <update_date>2023-08-31</update_date>
   <expiry_date>2024-07-20</expiry_date>
   <registrar_iana>433</registrar_iana>
   <registrar_name>OVH</registrar_name>
   <registrar_website>http://www.ovh.com</registrar_website>
   <registrant_company>Ireneusz Bachurski Przedsiebiorstwo INFO-BI</registrant_company>
   <registrant_country>PL</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>reese.ns.cloudflare.com</value>
    <value>violet.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>31</num>
   <domain_name>mdesign.by</domain_name>
   <domain_keyword>mdesign</domain_keyword>
   <domain_tld>by</domain_tld>
   <query_time>2024-06-10 15:03:09</query_time>
   <create_date>2023-09-23</create_date>
   <update_date>2023-09-24</update_date>
   <expiry_date>2024-09-23</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>ns1.vigbo.site</value>
   </name_servers>
  </value>
  <value>
   <num>32</num>
   <domain_name>mjsign.com</domain_name>
   <domain_keyword>mjsign</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-26 11:54:26</query_time>
   <create_date>2000-11-28</create_date>
   <update_date>2021-11-25</update_date>
   <expiry_date>2024-11-28</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows Domains Inc.</registrar_name>
   <registrar_website>http://www.tucows.com</registrar_website>
   <name_servers>
    <value>ns.newseoul.com</value>
    <value>ns.softcan.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>33</num>
   <domain_name>madsign.org</domain_name>
   <domain_keyword>madsign</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-05-03 19:01:13</query_time>
   <create_date>2023-08-04</create_date>
   <update_date>2023-08-09</update_date>
   <expiry_date>2024-08-04</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_state>DE</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>DE</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>docks19.rzone.de</value>
    <value>shades14.rzone.de</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>34</num>
   <domain_name>modsign.online</domain_name>
   <domain_keyword>modsign</domain_keyword>
   <domain_tld>online</domain_tld>
   <query_time>2024-05-24 13:30:49</query_time>
   <create_date>2023-07-12</create_date>
   <update_date>2023-08-31</update_date>
   <expiry_date>2024-07-12</expiry_date>
   <registrar_iana>1636</registrar_iana>
   <registrar_name>HOSTINGER operations, UAB</registrar_name>
   <registrar_website>https://www.hostinger.com/</registrar_website>
   <registrant_company>Privacy Protect, LLC (PrivacyProtect.org)</registrant_company>
   <registrant_state>MA</registrant_state>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1.dns-parking.com</value>
    <value>ns2.dns-parking.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>35</num>
   <domain_name>medsign.in</domain_name>
   <domain_keyword>medsign</domain_keyword>
   <domain_tld>in</domain_tld>
   <query_time>2024-06-01 04:27:32</query_time>
   <create_date>2019-05-21</create_date>
   <update_date>2024-06-01</update_date>
   <expiry_date>2026-05-21</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>www.godaddy.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Synaegis Healthtech Pvt. Ltd.</registrant_company>
   <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>ns11.domaincontrol.com</value>
    <value>ns12.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>36</num>
   <domain_name>musign.nl</domain_name>
   <domain_keyword>musign</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-05-02 10:24:22</query_time>
   <create_date>2003-02-25</create_date>
   <update_date>2023-12-15</update_date>
   <registrar_name>NameWeb</registrar_name>
   <name_servers>
    <value>ns1.keurigonline77.nl</value>
    <value>ns2.keurigonline77.nl</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>no</value>
   </dns_sec>
  </value>
  <value>
   <num>37</num>
   <domain_name>m2sign.co.jp</domain_name>
   <domain_keyword>m2sign</domain_keyword>
   <domain_tld>co.jp</domain_tld>
   <query_time>2024-05-21 02:46:21</query_time>
   <create_date>2002-01-09</create_date>
   <update_date>2024-02-01</update_date>
   <registrant_company>EMU TWO SIGN INC</registrant_company>
   <name_servers>
    <value>dns01.gmoserver.jp</value>
    <value>dns02.gmoserver.jp</value>
   </name_servers>
  </value>
  <value>
   <num>38</num>
   <domain_name>gdsign.co.uk</domain_name>
   <domain_keyword>gdsign</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-05-13 09:54:40</query_time>
   <create_date>2001-02-28</create_date>
   <update_date>2023-04-05</update_date>
   <expiry_date>2025-02-28</expiry_date>
   <registrar_name>LCN.com Ltd [Tag = LCN]</registrar_name>
   <registrar_website>http://www.lcn.com</registrar_website>
   <name_servers>
    <value>ns0.lcn.com</value>
    <value>ns1.lcn.com</value>
    <value>ns2.lcn.com</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>39</num>
   <domain_name>mysign.cloud</domain_name>
   <domain_keyword>mysign</domain_keyword>
   <domain_tld>cloud</domain_tld>
   <query_time>2024-05-13 13:08:45</query_time>
   <create_date>2017-06-07</create_date>
   <update_date>2023-10-10</update_date>
   <expiry_date>2024-06-07</expiry_date>
   <registrar_iana>625</registrar_iana>
   <registrar_name>Name.com, Inc.</registrar_name>
   <registrar_website>www.name.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Domain Protection Services, Inc.</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>CO</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.mysign.cloud</value>
    <value>ns2.mysign.cloud</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>40</num>
   <domain_name>hdsign.net</domain_name>
   <domain_keyword>hdsign</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-21 07:06:52</query_time>
   <create_date>2019-12-24</create_date>
   <update_date>2023-12-25</update_date>
   <expiry_date>2024-12-24</expiry_date>
   <registrar_iana>244</registrar_iana>
   <registrar_name>gabia</registrar_name>
   <registrar_website>https://www.gabia.com</registrar_website>
   <registrant_name>POP Creaetion</registrant_name>
   <registrant_company>POP Creaetion</registrant_company>
   <registrant_address>26 Seongsuil-ro 10-gil  Seongdong-gu Seoul.</registrant_address>
   <registrant_city>Seoul</registrant_city>
   <registrant_zip>04793</registrant_zip>
   <registrant_country>KR</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+82.25215575</registrant_phone>
   <name_servers>
    <value>ns1.cafe24.co.kr</value>
    <value>ns1.cafe24.com</value>
    <value>ns2.cafe24.co.kr</value>
    <value>ns2.cafe24.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>41</num>
   <domain_name>mdesign.fr</domain_name>
   <domain_keyword>mdesign</domain_keyword>
   <domain_tld>fr</domain_tld>
   <query_time>2024-05-05 08:57:42</query_time>
   <create_date>2007-09-21</create_date>
   <update_date>2023-10-31</update_date>
   <expiry_date>2024-09-21</expiry_date>
   <registrar_name>IONOS SE</registrar_name>
   <registrar_website>https://ionos.com</registrar_website>
   <registrant_name>Ano Nymous</registrant_name>
   <name_servers>
    <value>ns1051.ui-dns.biz</value>
    <value>ns1051.ui-dns.com</value>
    <value>ns1051.ui-dns.de</value>
    <value>ns1051.ui-dns.org</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>associated</value>
   </domain_status>
  </value>
  <value>
   <num>42</num>
   <domain_name>mksign.jp</domain_name>
   <domain_keyword>mksign</domain_keyword>
   <domain_tld>jp</domain_tld>
   <query_time>2024-05-01 10:48:02</query_time>
   <create_date>2024-03-01</create_date>
   <update_date>2024-03-25</update_date>
   <expiry_date>2025-03-31</expiry_date>
   <registrant_name>(Not displayed by registrant's request)</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+81.354562560</registrant_phone>
   <name_servers>
    <value>ns1.gm33.parklogic.com</value>
    <value>ns2.gm33.parklogic.com</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
  </value>
  <value>
   <num>43</num>
   <domain_name>mdesign.events</domain_name>
   <domain_keyword>mdesign</domain_keyword>
   <domain_tld>events</domain_tld>
   <query_time>2024-05-27 20:49:15</query_time>
   <create_date>2023-03-18</create_date>
   <update_date>2024-04-29</update_date>
   <expiry_date>2024-03-18</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>https://www.namecheap.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns101.registrar-servers.com</value>
    <value>dns102.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>redemptionPeriod</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>44</num>
   <domain_name>mbsign.nl</domain_name>
   <domain_keyword>mbsign</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-05-05 01:13:15</query_time>
   <create_date>2021-05-03</create_date>
   <update_date>2024-05-01</update_date>
   <domain_status>
    <value>in quarantine</value>
   </domain_status>
  </value>
  <value>
   <num>45</num>
   <domain_name>adsign.co.uk</domain_name>
   <domain_keyword>adsign</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-04-15 03:11:59</query_time>
   <create_date>1997-07-17</create_date>
   <update_date>2023-06-17</update_date>
   <expiry_date>2025-07-17</expiry_date>
   <registrar_name>Fasthosts Internet Ltd [Tag = LIVEDOMAINS]</registrar_name>
   <registrar_website>http://www.fasthosts.co.uk</registrar_website>
   <name_servers>
    <value>ns1.ukm3.siteground.biz</value>
    <value>ns2.ukm3.siteground.biz</value>
   </name_servers>
   <domain_status>
    <value>Registered until expiry date.</value>
   </domain_status>
  </value>
  <value>
   <num>46</num>
   <domain_name>mdesign.space</domain_name>
   <domain_keyword>mdesign</domain_keyword>
   <domain_tld>space</domain_tld>
   <query_time>2024-05-20 12:19:29</query_time>
   <create_date>2018-12-14</create_date>
   <update_date>2024-01-14</update_date>
   <expiry_date>2024-12-14</expiry_date>
   <registrar_iana>2</registrar_iana>
   <registrar_name>Network Solutions LLC</registrar_name>
   <registrar_website>https://www.networksolutions.com/</registrar_website>
   <registrant_state>FL</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>ns8.wixdns.net</value>
    <value>ns9.wixdns.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>47</num>
   <domain_name>mdesign.uk.com</domain_name>
   <domain_keyword>mdesign</domain_keyword>
   <domain_tld>uk.com</domain_tld>
   <query_time>2024-05-18 15:45:20</query_time>
   <create_date>2005-08-03</create_date>
   <update_date>2023-08-31</update_date>
   <expiry_date>2025-08-03</expiry_date>
   <registrar_name>Nexus Data Systems Ltd</registrar_name>
   <registrar_website>http://www.ktdomains.co.uk</registrar_website>
   <registrant_name>Mr Mark Haley</registrant_name>
   <registrant_address>1 Prior Terrace, Corbridge</registrant_address>
   <registrant_city>Northumberland</registrant_city>
   <registrant_zip>NE45 5HN</registrant_zip>
   <registrant_country>GB</registrant_country>
   <registrant_email>https://whois.centralnic.com/contact/mdesign.uk.com/registrant</registrant_email>
   <registrant_phone>+44.7766467922</registrant_phone>
   <name_servers>
    <value>ns1.hostprofessor.co.uk</value>
    <value>ns2.hostprofessor.co.uk</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>48</num>
   <domain_name>mrsign.net</domain_name>
   <domain_keyword>mrsign</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-06-04 09:49:49</query_time>
   <create_date>2002-09-18</create_date>
   <update_date>2017-12-06</update_date>
   <expiry_date>2024-09-18</expiry_date>
   <registrar_iana>83</registrar_iana>
   <registrar_name>IONOS SE</registrar_name>
   <registrar_website>http://ionos.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Mr. Sign</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>SC</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1020.ui-dns.biz</value>
    <value>ns1020.ui-dns.com</value>
    <value>ns1020.ui-dns.de</value>
    <value>ns1020.ui-dns.org</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>49</num>
   <domain_name>mdsigns.today</domain_name>
   <domain_keyword>mdsigns</domain_keyword>
   <domain_tld>today</domain_tld>
   <query_time>2024-05-27 18:33:48</query_time>
   <create_date>2023-05-24</create_date>
   <update_date>2024-05-24</update_date>
   <expiry_date>2025-05-24</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>ns1.domainactive.org</value>
    <value>ns2.domainactive.org</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>50</num>
   <domain_name>mdesign.md</domain_name>
   <domain_keyword>mdesign</domain_keyword>
   <domain_tld>md</domain_tld>
   <query_time>2024-05-27 20:49:15</query_time>
   <create_date>2019-07-17</create_date>
   <expiry_date>2024-07-17</expiry_date>
   <name_servers>
    <value>ed.ns.cloudflare.com</value>
    <value>vera.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
  </value>
  <value>
   <num>51</num>
   <domain_name>mdesign.us</domain_name>
   <domain_keyword>mdesign</domain_keyword>
   <domain_tld>us</domain_tld>
   <query_time>2024-05-31 22:45:23</query_time>
   <create_date>2020-10-29</create_date>
   <update_date>2020-11-03</update_date>
   <expiry_date>2025-10-29</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>whois.godaddy.com</registrar_website>
   <registrant_name>Miao Chen</registrant_name>
   <registrant_company>MLC DESIGN INC.</registrant_company>
   <registrant_address>40 Schoharie Ct</registrant_address>
   <registrant_city>Jericho</registrant_city>
   <registrant_state>New York</registrant_state>
   <registrant_zip>11753</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.9173308088</registrant_phone>
   <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>52</num>
   <domain_name>mksign.co.in</domain_name>
   <domain_keyword>mksign</domain_keyword>
   <domain_tld>co.in</domain_tld>
   <query_time>2024-06-10 20:28:24</query_time>
   <create_date>2023-12-19</create_date>
   <update_date>2023-12-24</update_date>
   <expiry_date>2024-12-19</expiry_date>
   <registrar_iana>801217</registrar_iana>
   <registrar_name>Endurance Digital Domain Technology LLP</registrar_name>
   <registrar_website>https://publicdomainregistry.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>MK Sign</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Delhi</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IN</registrant_country>
   <registrant_email>please contact the registrar listed above</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns1.intermesh.net</value>
    <value>ns2.intermesh.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>53</num>
   <domain_name>adsign.se</domain_name>
   <domain_keyword>adsign</domain_keyword>
   <domain_tld>se</domain_tld>
   <query_time>2024-05-05 08:11:45</query_time>
   <create_date>2005-03-15</create_date>
   <update_date>2024-02-14</update_date>
   <expiry_date>2025-03-15</expiry_date>
   <registrar_name>www.NameSRS.com</registrar_name>
   <name_servers>
    <value>ns1.dnshost.net</value>
    <value>ns2.dnshost.net</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>delegation</value>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>54</num>
   <domain_name>mpsign.com</domain_name>
   <domain_keyword>mpsign</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-17 20:49:29</query_time>
   <create_date>2000-11-20</create_date>
   <update_date>2024-04-16</update_date>
   <expiry_date>2024-11-20</expiry_date>
   <registrar_iana>1479</registrar_iana>
   <registrar_name>NameSilo, LLC</registrar_name>
   <registrar_website>https://www.namesilo.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>See PrivacyGuardian.org</registrant_company>
   <registrant_address>1928 E. Highland Ave. Ste F104 PMB# 255</registrant_address>
   <registrant_city>Phoenix</registrant_city>
   <registrant_state>AZ</registrant_state>
   <registrant_zip>85016</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.3478717726</registrant_phone>
   <name_servers>
    <value>ns3.iaasdns.com</value>
    <value>ns4.iaasdns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>55</num>
   <domain_name>bdsign.us</domain_name>
   <domain_keyword>bdsign</domain_keyword>
   <domain_tld>us</domain_tld>
   <query_time>2024-04-17 19:38:55</query_time>
   <create_date>2013-01-19</create_date>
   <update_date>2024-01-24</update_date>
   <expiry_date>2025-01-18</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>whois.godaddy.com</registrar_website>
   <registrant_name>DANIEL ZAHOUL</registrant_name>
   <registrant_company>Bdsign</registrant_company>
   <registrant_address>Hegel 209 int 102</registrant_address>
   <registrant_city>Mexico DF</registrant_city>
   <registrant_state>Distrito Federal</registrant_state>
   <registrant_zip>11570</registrant_zip>
   <registrant_country>MX</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+52.039861</registrant_phone>
   <name_servers>
    <value>ns1.naludamagazine.com</value>
    <value>ns2.naludamagazine.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>56</num>
   <domain_name>3dsign.xyz</domain_name>
   <domain_keyword>3dsign</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-06-09 19:26:27</query_time>
   <create_date>2018-08-02</create_date>
   <update_date>2023-11-13</update_date>
   <expiry_date>2024-08-02</expiry_date>
   <registrar_iana>1362</registrar_iana>
   <registrar_name>Regtime Ltd</registrar_name>
   <registrar_website>http://webnames.ru</registrar_website>
   <registrant_company>Nikiforov Igor Vadimovich</registrant_company>
   <registrant_state>Moscow</registrant_state>
   <registrant_country>RU</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1.timeweb.ru</value>
    <value>ns2.timeweb.ru</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>57</num>
   <domain_name>fdsign.com</domain_name>
   <domain_keyword>fdsign</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-08 15:39:54</query_time>
   <create_date>2016-08-18</create_date>
   <update_date>2020-08-12</update_date>
   <expiry_date>2025-08-18</expiry_date>
   <registrar_iana>1441</registrar_iana>
   <registrar_name>TurnCommerce, Inc. DBA NameBright.com</registrar_name>
   <registrar_website>https://www.NameBright.com</registrar_website>
   <registrant_name>Domain Admin / This Domain is For Sale</registrant_name>
   <registrant_company>HugeDomains.com</registrant_company>
   <registrant_address>2635 Walnut Street</registrant_address>
   <registrant_city>Denver</registrant_city>
   <registrant_state>CO</registrant_state>
   <registrant_zip>80205</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.3038930552</registrant_phone>
   <name_servers>
    <value>nsg1.namebrightdns.com</value>
    <value>nsg2.namebrightdns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>58</num>
   <domain_name>imdsign.com</domain_name>
   <domain_keyword>imdsign</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-08 21:09:18</query_time>
   <create_date>2012-07-16</create_date>
   <update_date>2021-06-10</update_date>
   <expiry_date>2030-07-16</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>dhruva kalra</registrant_name>
   <registrant_company>IM DSIGN</registrant_company>
   <registrant_address>a 15 lajpat nagar 2</registrant_address>
   <registrant_city>delhi</registrant_city>
   <registrant_state>Delhi</registrant_state>
   <registrant_zip>110024</registrant_zip>
   <registrant_country>IN</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+91.9999916569</registrant_phone>
   <name_servers>
    <value>ns1.md-in-33.webhostbox.net</value>
    <value>ns2.md-in-33.webhostbox.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>59</num>
   <domain_name>mdesign.pt</domain_name>
   <domain_keyword>mdesign</domain_keyword>
   <domain_tld>pt</domain_tld>
   <query_time>2024-06-01 20:51:58</query_time>
   <create_date>2012-01-05</create_date>
   <registrant_name>Netgocio - Soluções Internet para Empresas Lda</registrant_name>
   <registrant_address>R. Arqueólogo Mario Cardoso  Ed. Olimpicos, no. 371 - Lj. A - Fermentoes</registrant_address>
   <registrant_city>Guimarães</registrant_city>
   <registrant_state>Guimarães</registrant_state>
   <registrant_zip>4835-076</registrant_zip>
   <registrant_country>PT</registrant_country>
   <registrant_email>[email protected],[email protected]</registrant_email>
   <name_servers>
    <value>ns.netgocioserver5.com</value>
    <value>ns2.netgocioserver5.com</value>
   </name_servers>
   <domain_status>
    <value>Registered</value>
   </domain_status>
  </value>
  <value>
   <num>60</num>
   <domain_name>cdsign.com</domain_name>
   <domain_keyword>cdsign</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-13 15:45:22</query_time>
   <create_date>2003-12-30</create_date>
   <update_date>2020-03-22</update_date>
   <expiry_date>2025-12-30</expiry_date>
   <registrar_iana>69</registrar_iana>
   <registrar_name>Tucows Domains Inc.</registrar_name>
   <registrar_website>http://www.tucows.com</registrar_website>
   <name_servers>
    <value>ns.inmotionhosting.com</value>
    <value>ns2.inmotionhosting.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>61</num>
   <domain_name>mgsign.com</domain_name>
   <domain_keyword>mgsign</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-10 06:03:04</query_time>
   <create_date>2023-08-18</create_date>
   <update_date>2023-10-18</update_date>
   <expiry_date>2024-08-18</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>Manjunath R</registrant_name>
   <registrant_company>MG Sign</registrant_company>
   <registrant_address>add BSA Complex Lakshmivilas Bank Under Ground Co Operative Co</registrant_address>
   <registrant_city>Krishnagiri</registrant_city>
   <registrant_state>Tamil Nadu</registrant_state>
   <registrant_zip>635001</registrant_zip>
   <registrant_country>IN</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+91.8448699494</registrant_phone>
   <name_servers>
    <value>doma634347.earth.orderbox-dns.com</value>
    <value>doma634347.mars.orderbox-dns.com</value>
    <value>doma634347.mercury.orderbox-dns.com</value>
    <value>doma634347.venus.orderbox-dns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>62</num>
   <domain_name>mysign.it</domain_name>
   <domain_keyword>mysign</domain_keyword>
   <domain_tld>it</domain_tld>
   <query_time>2024-05-04 20:16:27</query_time>
   <create_date>2016-04-01</create_date>
   <update_date>2024-04-19</update_date>
   <expiry_date>2025-04-03</expiry_date>
   <registrar_name>Algorithmedia S.r.l.</registrar_name>
   <registrar_website>http://www.algorithmedia.com</registrar_website>
   <registrant_company>Puglia.com Srls</registrant_company>
   <registrant_address>Via 16 Settembre 1959 8</registrant_address>
   <registrant_city>Barletta</registrant_city>
   <registrant_state>BT</registrant_state>
   <registrant_zip>76121</registrant_zip>
   <registrant_country>IT</registrant_country>
   <name_servers>
    <value>ns1.parkingcrew.net</value>
    <value>ns2.parkingcrew.net</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>no</value>
   </dns_sec>
  </value>
  <value>
   <num>63</num>
   <domain_name>idsign.it</domain_name>
   <domain_keyword>idsign</domain_keyword>
   <domain_tld>it</domain_tld>
   <query_time>2024-04-24 17:56:53</query_time>
   <create_date>2008-03-28</create_date>
   <update_date>2024-04-13</update_date>
   <expiry_date>2025-03-28</expiry_date>
   <registrar_name>Register S.p.a.</registrar_name>
   <registrar_website>https://www.register.it</registrar_website>
   <registrant_company>NICOLADINI S.r.l.</registrant_company>
   <name_servers>
    <value>ns1.register.it</value>
    <value>ns2.register.it</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>yes</value>
   </dns_sec>
  </value>
  <value>
   <num>64</num>
   <domain_name>3dsign.solutions</domain_name>
   <domain_keyword>3dsign</domain_keyword>
   <domain_tld>solutions</domain_tld>
   <query_time>2024-05-19 23:02:00</query_time>
   <create_date>2017-03-20</create_date>
   <update_date>2024-05-04</update_date>
   <expiry_date>2025-03-20</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>ns67.domaincontrol.com</value>
    <value>ns68.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>65</num>
   <domain_name>mssign.jp</domain_name>
   <domain_keyword>mssign</domain_keyword>
   <domain_tld>jp</domain_tld>
   <query_time>2024-06-01 10:50:16</query_time>
   <create_date>2015-09-11</create_date>
   <update_date>2023-11-12</update_date>
   <expiry_date>2024-09-30</expiry_date>
   <registrant_name>M`S SIGN CO., LTD</registrant_name>
   <registrant_zip>381-0082</registrant_zip>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>0262965747</registrant_phone>
   <name_servers>
    <value>ns1.tsukaeru.ne.jp</value>
    <value>ns2.tsukaeru.ne.jp</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
  </value>
  <value>
   <num>66</num>
   <domain_name>mdesign.blog</domain_name>
   <domain_keyword>mdesign</domain_keyword>
   <domain_tld>blog</domain_tld>
   <query_time>2024-05-31 22:45:20</query_time>
   <create_date>2022-06-20</create_date>
   <update_date>2023-08-31</update_date>
   <expiry_date>2024-06-20</expiry_date>
   <registrar_iana>1531</registrar_iana>
   <registrar_name>Automattic Inc.</registrar_name>
   <registrar_website>http://www.wordpress.com</registrar_website>
   <registrant_company>Knock Knock WHOIS Not There, LLC</registrant_company>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>ns1.wordpress.com</value>
    <value>ns2.wordpress.com</value>
    <value>ns3.wordpress.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>67</num>
   <domain_name>md-sign.de</domain_name>
   <domain_keyword>md-sign</domain_keyword>
   <domain_tld>de</domain_tld>
   <query_time>2024-05-04 12:19:15</query_time>
   <update_date>2018-08-12</update_date>
   <name_servers>
    <value>ns1044.ui-dns.biz</value>
    <value>ns1044.ui-dns.com</value>
    <value>ns1044.ui-dns.de</value>
    <value>ns1044.ui-dns.org</value>
   </name_servers>
   <domain_status>
    <value>connect</value>
   </domain_status>
  </value>
  <value>
   <num>68</num>
   <domain_name>cmdsign.com</domain_name>
   <domain_keyword>cmdsign</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-04-18 20:50:09</query_time>
   <create_date>2006-03-09</create_date>
   <update_date>2024-03-09</update_date>
   <expiry_date>2034-03-09</expiry_date>
   <registrar_iana>2</registrar_iana>
   <registrar_name>Network Solutions, LLC</registrar_name>
   <registrar_website>http://networksolutions.com</registrar_website>
   <name_servers>
    <value>ns73.worldnic.com</value>
    <value>ns74.worldnic.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>69</num>
   <domain_name>edsign.ru</domain_name>
   <domain_keyword>edsign</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-04 20:40:04</query_time>
   <create_date>2024-02-23</create_date>
   <expiry_date>2025-02-23</expiry_date>
   <registrar_name>REGRU-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.reg.ru</value>
    <value>ns2.reg.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>70</num>
   <domain_name>tdsign.tech</domain_name>
   <domain_keyword>tdsign</domain_keyword>
   <domain_tld>tech</domain_tld>
   <query_time>2024-05-02 12:08:01</query_time>
   <create_date>2023-04-12</create_date>
   <update_date>2024-04-13</update_date>
   <expiry_date>2025-04-12</expiry_date>
   <registrar_iana>1913</registrar_iana>
   <registrar_name>Dotserve Inc</registrar_name>
   <registrar_website>http://dotserve.website</registrar_website>
   <registrant_company>N/A</registrant_company>
   <registrant_state>1656</registrant_state>
   <registrant_country>ID</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>dns15.parkpage.foundationapi.com</value>
    <value>dns16.parkpage.foundationapi.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>71</num>
   <domain_name>midsign.nl</domain_name>
   <domain_keyword>midsign</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-05-10 22:24:14</query_time>
   <create_date>2008-03-17</create_date>
   <update_date>2020-09-18</update_date>
   <registrar_name>Hosting2GO B.V.</registrar_name>
   <name_servers>
    <value>ns1.hosting2go.nl</value>
    <value>ns2.hosting2go.nl</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>yes</value>
   </dns_sec>
  </value>
  <value>
   <num>72</num>
   <domain_name>misign.xyz</domain_name>
   <domain_keyword>misign</domain_keyword>
   <domain_tld>xyz</domain_tld>
   <query_time>2024-05-26 18:31:17</query_time>
   <create_date>2016-05-09</create_date>
   <update_date>2023-08-31</update_date>
   <expiry_date>2025-05-09</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrant_company>shen zhen shi dian zi shang wu an quan zheng shu guan li you xian gong si</registrant_company>
   <registrant_state>guang dong</registrant_state>
   <registrant_country>CN</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <name_servers>
    <value>dns19.hichina.com</value>
    <value>dns20.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>73</num>
   <domain_name>mtsign.net</domain_name>
   <domain_keyword>mtsign</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-04-29 19:41:44</query_time>
   <create_date>2023-10-10</create_date>
   <update_date>2023-10-11</update_date>
   <expiry_date>2024-10-10</expiry_date>
   <registrar_iana>2157</registrar_iana>
   <registrar_name>DropCatch.com 677 LLC</registrar_name>
   <registrar_website>https://www.NameBright.com</registrar_website>
   <registrant_name>Redacted for GDPR privacy</registrant_name>
   <registrant_company>Redacted for GDPR privacy</registrant_company>
   <registrant_address>Redacted for GDPR privacy, Redacted for GDPR privacy</registrant_address>
   <registrant_city>Redacted for GDPR privacy</registrant_city>
   <registrant_state>Jiangxi</registrant_state>
   <registrant_zip>Redacted for GDPR privacy</registrant_zip>
   <registrant_country>CN</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>Redacted for GDPR privacy</registrant_phone>
   <registrant_fax>Redacted for GDPR privacy</registrant_fax>
   <name_servers>
    <value>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>74</num>
   <domain_name>mdesign.codes</domain_name>
   <domain_keyword>mdesign</domain_keyword>
   <domain_tld>codes</domain_tld>
   <query_time>2024-05-06 14:15:30</query_time>
   <create_date>2019-09-04</create_date>
   <update_date>2023-08-06</update_date>
   <expiry_date>2024-09-04</expiry_date>
   <registrar_iana>81</registrar_iana>
   <registrar_name>Gandi SAS</registrar_name>
   <registrar_website>https://www.gandi.net</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Interdesign</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>OH</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>US</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns-1451.awsdns-53.org</value>
    <value>ns-1940.awsdns-50.co.uk</value>
    <value>ns-286.awsdns-35.com</value>
    <value>ns-756.awsdns-30.net</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>75</num>
   <domain_name>mdmsign.com</domain_name>
   <domain_keyword>mdmsign</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-06 14:22:30</query_time>
   <create_date>2023-02-21</create_date>
   <update_date>2023-12-25</update_date>
   <expiry_date>2025-02-21</expiry_date>
   <registrar_iana>1599</registrar_iana>
   <registrar_name>Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)</registrar_name>
   <registrar_website>http://wanwang.aliyun.com</registrar_website>
   <name_servers>
    <value>dns27.hichina.com</value>
    <value>dns28.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>76</num>
   <domain_name>mdesign.ca</domain_name>
   <domain_keyword>mdesign</domain_keyword>
   <domain_tld>ca</domain_tld>
   <query_time>2024-05-11 10:11:31</query_time>
   <create_date>2018-03-10</create_date>
   <update_date>2024-03-14</update_date>
   <expiry_date>2026-03-10</expiry_date>
   <registrar_name>Go Daddy Domains Canada, Inc</registrar_name>
   <registrar_website>ca.godaddy.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>REDACTED FOR PRIVACY</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_email>please ask the registrar of record identified in this output for information on how to contact the registrant, admin, or other contacts of the queried domain name</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>ns11.domaincontrol.com</value>
    <value>ns12.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>77</num>
   <domain_name>ddsign.pl</domain_name>
   <domain_keyword>ddsign</domain_keyword>
   <domain_tld>pl</domain_tld>
   <query_time>2024-06-08 23:06:07</query_time>
   <create_date>2019-11-09</create_date>
   <update_date>2023-10-18</update_date>
   <expiry_date>2024-11-09</expiry_date>
   <registrar_name>Globtel Internet Szymon Hersztek</registrar_name>
   <name_servers>
    <value>ns5.webd.pl</value>
    <value>ns7.webd.pl</value>
   </name_servers>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>78</num>
   <domain_name>mysign.pl</domain_name>
   <domain_keyword>mysign</domain_keyword>
   <domain_tld>pl</domain_tld>
   <query_time>2024-06-08 03:38:57</query_time>
   <create_date>2023-08-14</create_date>
   <update_date>2023-08-14</update_date>
   <expiry_date>2024-08-14</expiry_date>
   <registrar_name>OVH SAS</registrar_name>
   <registrar_website>https://www.ovhcloud.com</registrar_website>
   <name_servers>
    <value>giancarlo.ns.cloudflare.com</value>
    <value>vida.ns.cloudflare.com</value>
   </name_servers>
   <dns_sec>
    <value>Unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>79</num>
   <domain_name>madsign.com</domain_name>
   <domain_keyword>madsign</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-06-13 17:11:41</query_time>
   <create_date>2023-12-13</create_date>
   <update_date>2023-12-17</update_date>
   <expiry_date>2024-12-13</expiry_date>
   <registrar_iana>1856</registrar_iana>
   <registrar_name>DropCatch.com 445 LLC</registrar_name>
   <registrar_website>https://www.NameBright.com</registrar_website>
   <registrant_name>Domain Admin</registrant_name>
   <registrant_address>P.O. Box 355, Hunkins Plaza Main Street</registrant_address>
   <registrant_city>Charlestown</registrant_city>
   <registrant_state>Charlestown</registrant_state>
   <registrant_zip>00000</registrant_zip>
   <registrant_country>KN</registrant_country>
   <registrant_email>[email protected]</registrant_email>
   <registrant_phone>+1.7027516695</registrant_phone>
   <name_servers>
    <value>ns1.afternic.com</value>
    <value>ns2.afternic.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>80</num>
   <domain_name>idsign.org</domain_name>
   <domain_keyword>idsign</domain_keyword>
   <domain_tld>org</domain_tld>
   <query_time>2024-04-24 17:56:53</query_time>
   <create_date>2011-08-13</create_date>
   <update_date>2023-09-27</update_date>
   <expiry_date>2024-08-13</expiry_date>
   <registrar_iana>1391</registrar_iana>
   <registrar_name>Azdomainz, LLC</registrar_name>
   <registrar_website>http://www.azdomainz.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>BuyDomains.com</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>please query the rdds service of the registrar 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.buydomains.com</value>
    <value>this-domain-for-sale.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>81</num>
   <domain_name>edsign.graphics</domain_name>
   <domain_keyword>edsign</domain_keyword>
   <domain_tld>graphics</domain_tld>
   <query_time>2024-04-30 21:18:13</query_time>
   <create_date>2019-12-07</create_date>
   <update_date>2023-12-06</update_date>
   <expiry_date>2024-12-07</expiry_date>
   <registrar_iana>433</registrar_iana>
   <registrar_name>OVH SAS</registrar_name>
   <registrar_website>http://www.ovh.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>FR</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns105.ovh.net</value>
    <value>ns105.ovh.net</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>82</num>
   <domain_name>mdsing.net</domain_name>
   <domain_keyword>mdsing</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-05-06 14:25:47</query_time>
   <create_date>2023-12-29</create_date>
   <update_date>2024-03-11</update_date>
   <expiry_date>2024-12-29</expiry_date>
   <registrar_iana>4089</registrar_iana>
   <registrar_name>Gname 097 Inc</registrar_name>
   <registrar_website>http://www.gname.com</registrar_website>
   <name_servers>
    <value>ns1.fennenavdns.com</value>
    <value>ns2.fennenavdns.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>medsign.com</domain_name>
   <domain_keyword>medsign</domain_keyword>
   <domain_tld>com</domain_tld>
   <query_time>2024-05-23 10:15:12</query_time>
   <create_date>1999-04-08</create_date>
   <update_date>2022-09-01</update_date>
   <expiry_date>2025-04-08</expiry_date>
   <registrar_iana>146</registrar_iana>
   <registrar_name>GoDaddy.com, LLC</registrar_name>
   <registrar_website>http://www.godaddy.com</registrar_website>
   <name_servers>
    <value>ns01.domaincontrol.com</value>
    <value>ns02.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>clientDeleteProhibited</value>
    <value>clientRenewProhibited</value>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>84</num>
   <domain_name>m-sign.nl</domain_name>
   <domain_keyword>m-sign</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-05-31 18:44:09</query_time>
   <create_date>2023-02-28</create_date>
   <registrar_name>Xynta Hosting B.V.</registrar_name>
   <name_servers>
    <value>ns2.wanassist.nl</value>
    <value>pvm-seeders3.hsqd.nl</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>no</value>
   </dns_sec>
  </value>
  <value>
   <num>85</num>
   <domain_name>2dsign.nl</domain_name>
   <domain_keyword>2dsign</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-06-10 16:16:17</query_time>
   <create_date>2000-03-13</create_date>
   <update_date>2024-05-09</update_date>
   <registrar_name>Registrar.eu</registrar_name>
   <name_servers>
    <value>ns1.cloud86.nl</value>
    <value>ns2.cloud86.nl</value>
    <value>ns3.cloud86.eu</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>no</value>
   </dns_sec>
  </value>
  <value>
   <num>86</num>
   <domain_name>vdsign.net</domain_name>
   <domain_keyword>vdsign</domain_keyword>
   <domain_tld>net</domain_tld>
   <query_time>2024-06-10 22:03:39</query_time>
   <create_date>2024-06-07</create_date>
   <update_date>2024-06-07</update_date>
   <expiry_date>2025-06-07</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.systemdns.com</value>
    <value>ns2.systemdns.com</value>
    <value>ns3.systemdns.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
    <value>clientUpdateProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>87</num>
   <domain_name>mtsign.nl</domain_name>
   <domain_keyword>mtsign</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-05-21 07:46:43</query_time>
   <create_date>2011-06-24</create_date>
   <update_date>2019-05-08</update_date>
   <registrar_name>ZXCS</registrar_name>
   <name_servers>
    <value>ns1.zxcs.nl</value>
    <value>ns2.zxcs.nl</value>
    <value>ns3.zxcs.nl</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>yes</value>
   </dns_sec>
  </value>
  <value>
   <num>88</num>
   <domain_name>mdesign.gallery</domain_name>
   <domain_keyword>mdesign</domain_keyword>
   <domain_tld>gallery</domain_tld>
   <query_time>2024-05-18 15:45:20</query_time>
   <create_date>2021-08-28</create_date>
   <update_date>2023-08-03</update_date>
   <expiry_date>2024-08-28</expiry_date>
   <registrar_iana>1910</registrar_iana>
   <registrar_name>Cloudflare, Inc</registrar_name>
   <registrar_website>http://cloudflare.com</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>M Design Gallery, LLC</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>MS</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>boyd.ns.cloudflare.com</value>
    <value>sima.ns.cloudflare.com</value>
   </name_servers>
   <domain_status>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>89</num>
   <domain_name>3dsign.nl</domain_name>
   <domain_keyword>3dsign</domain_keyword>
   <domain_tld>nl</domain_tld>
   <query_time>2024-05-24 15:01:59</query_time>
   <create_date>2013-05-21</create_date>
   <update_date>2022-04-19</update_date>
   <registrar_name>Hostnet B.V.</registrar_name>
   <name_servers>
    <value>ns01.hostnet.nl</value>
    <value>ns02.hostnet.nl</value>
   </name_servers>
   <domain_status>
    <value>Active</value>
   </domain_status>
   <dns_sec>
    <value>yes</value>
   </dns_sec>
  </value>
  <value>
   <num>90</num>
   <domain_name>mdesign.de</domain_name>
   <domain_keyword>mdesign</domain_keyword>
   <domain_tld>de</domain_tld>
   <query_time>2024-06-03 12:02:28</query_time>
   <update_date>2017-01-04</update_date>
   <name_servers>
    <value>ns3.stratoserver.net</value>
    <value>ns4.stratoserver.net</value>
   </name_servers>
   <domain_status>
    <value>connect</value>
   </domain_status>
  </value>
  <value>
   <num>91</num>
   <domain_name>ndsign.cn</domain_name>
   <domain_keyword>ndsign</domain_keyword>
   <domain_tld>cn</domain_tld>
   <query_time>2024-04-26 04:34:04</query_time>
   <create_date>2019-09-10</create_date>
   <expiry_date>2029-09-10</expiry_date>
   <registrar_name>阿里云计算有限公司(万网)</registrar_name>
   <registrant_name>上海筑仟城市形象设计有限公司</registrant_name>
   <registrant_email>[email protected]</registrant_email>
   <name_servers>
    <value>dns25.hichina.com</value>
    <value>dns26.hichina.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>92</num>
   <domain_name>mysign.ro</domain_name>
   <domain_keyword>mysign</domain_keyword>
   <domain_tld>ro</domain_tld>
   <query_time>2024-05-10 23:37:33</query_time>
   <create_date>2020-05-11</create_date>
   <expiry_date>2026-05-10</expiry_date>
   <registrar_name>Romarg SRL</registrar_name>
   <registrar_website>www.inregistrare-domenii.ro</registrar_website>
   <name_servers>
    <value>ns21.reea-hosting.ro</value>
    <value>ns22.reea-hosting.ro</value>
    <value>ns24.reea-hosting.ro</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>Inactive</value>
   </dns_sec>
  </value>
  <value>
   <num>93</num>
   <domain_name>ldsign.de</domain_name>
   <domain_keyword>ldsign</domain_keyword>
   <domain_tld>de</domain_tld>
   <query_time>2024-05-22 08:11:18</query_time>
   <update_date>2017-12-25</update_date>
   <name_servers>
    <value>ns1018.ui-dns.biz</value>
    <value>ns1072.ui-dns.de</value>
    <value>ns1093.ui-dns.com</value>
    <value>ns1093.ui-dns.org</value>
   </name_servers>
   <domain_status>
    <value>connect</value>
   </domain_status>
  </value>
  <value>
   <num>94</num>
   <domain_name>mydsign.co.uk</domain_name>
   <domain_keyword>mydsign</domain_keyword>
   <domain_tld>co.uk</domain_tld>
   <query_time>2024-05-31 00:59:51</query_time>
   <create_date>2023-05-06</create_date>
   <update_date>2023-12-01</update_date>
   <expiry_date>2024-05-06</expiry_date>
   <registrar_name>123-Reg Limited t/a 123-reg [Tag = 123-REG]</registrar_name>
   <registrar_website>https://www.123-reg.co.uk</registrar_website>
   <name_servers>
    <value>ns15.domaincontrol.com</value>
    <value>ns16.domaincontrol.com</value>
   </name_servers>
   <domain_status>
    <value>Renewal required.</value>
   </domain_status>
  </value>
  <value>
   <num>95</num>
   <domain_name>bdsign.ink</domain_name>
   <domain_keyword>bdsign</domain_keyword>
   <domain_tld>ink</domain_tld>
   <query_time>2024-06-10 20:44:27</query_time>
   <create_date>2024-06-08</create_date>
   <update_date>2024-06-08</update_date>
   <expiry_date>2025-06-08</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>addPeriod</value>
    <value>clientTransferProhibited</value>
    <value>serverTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
  <value>
   <num>96</num>
   <domain_name>mpsign.be</domain_name>
   <domain_keyword>mpsign</domain_keyword>
   <domain_tld>be</domain_tld>
   <query_time>2024-04-17 20:49:29</query_time>
   <create_date>2008-09-03</create_date>
   <registrar_name>One.com A/S</registrar_name>
   <registrar_website>https://www.one.com</registrar_website>
   <name_servers>
    <value>ns01.one.com</value>
    <value>ns02.one.com</value>
   </name_servers>
   <domain_status>
    <value>Not Available</value>
   </domain_status>
  </value>
  <value>
   <num>97</num>
   <domain_name>mdesign.ru</domain_name>
   <domain_keyword>mdesign</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-02 17:23:22</query_time>
   <create_date>2002-06-17</create_date>
   <expiry_date>2024-06-17</expiry_date>
   <registrar_name>RD-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns.masterhost.ru</value>
    <value>ns1.masterhost.ru</value>
    <value>ns2.masterhost.ru</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>98</num>
   <domain_name>mtsign.ru</domain_name>
   <domain_keyword>mtsign</domain_keyword>
   <domain_tld>ru</domain_tld>
   <query_time>2024-05-03 11:15:10</query_time>
   <create_date>2004-02-18</create_date>
   <expiry_date>2025-02-18</expiry_date>
   <registrar_name>RU-CENTER-RU</registrar_name>
   <registrant_name>Private Person</registrant_name>
   <name_servers>
    <value>ns1.beget.com</value>
    <value>ns1.beget.pro</value>
    <value>ns2.beget.com</value>
    <value>ns2.beget.pro</value>
   </name_servers>
   <domain_status>
    <value>DELEGATED</value>
    <value>REGISTERED</value>
    <value>UNVERIFIED</value>
   </domain_status>
  </value>
  <value>
   <num>99</num>
   <domain_name>3dsign.it</domain_name>
   <domain_keyword>3dsign</domain_keyword>
   <domain_tld>it</domain_tld>
   <query_time>2024-05-23 20:45:05</query_time>
   <create_date>2001-05-08</create_date>
   <update_date>2024-05-16</update_date>
   <expiry_date>2025-04-30</expiry_date>
   <registrar_name>Server Plan s.r.l.</registrar_name>
   <registrar_website>http://www.serverplan.com</registrar_website>
   <registrant_company>Architetto Giovanni De Stefano</registrant_company>
   <registrant_address>VIA DELLA MATTONAIA 21</registrant_address>
   <registrant_city>Firenze</registrant_city>
   <registrant_state>FI</registrant_state>
   <registrant_zip>50121</registrant_zip>
   <registrant_country>IT</registrant_country>
   <name_servers>
    <value>ns1.cmshigh.com</value>
    <value>ns2.cmshigh.com</value>
   </name_servers>
   <domain_status>
    <value>ok</value>
   </domain_status>
   <dns_sec>
    <value>no</value>
   </dns_sec>
  </value>
  <value>
   <num>100</num>
   <domain_name>idsign.boutique</domain_name>
   <domain_keyword>idsign</domain_keyword>
   <domain_tld>boutique</domain_tld>
   <query_time>2024-05-27 15:29:07</query_time>
   <create_date>2022-05-25</create_date>
   <update_date>2024-05-25</update_date>
   <expiry_date>2025-05-25</expiry_date>
   <registrar_iana>1068</registrar_iana>
   <registrar_name>NameCheap, Inc.</registrar_name>
   <registrar_website>https://www.namecheap.com/</registrar_website>
   <registrant_name>REDACTED FOR PRIVACY</registrant_name>
   <registrant_company>Privacy service provided by Withheld for Privacy ehf</registrant_company>
   <registrant_address>REDACTED FOR PRIVACY</registrant_address>
   <registrant_city>REDACTED FOR PRIVACY</registrant_city>
   <registrant_state>Capital Region</registrant_state>
   <registrant_zip>REDACTED FOR PRIVACY</registrant_zip>
   <registrant_country>IS</registrant_country>
   <registrant_email>please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.</registrant_email>
   <registrant_phone>REDACTED FOR PRIVACY</registrant_phone>
   <registrant_fax>REDACTED FOR PRIVACY</registrant_fax>
   <name_servers>
    <value>dns101.registrar-servers.com</value>
    <value>dns102.registrar-servers.com</value>
   </name_servers>
   <domain_status>
    <value>autoRenewPeriod</value>
    <value>clientTransferProhibited</value>
   </domain_status>
   <dns_sec>
    <value>unsigned</value>
   </dns_sec>
  </value>
 </results>
 <stats>
  <total_time>2.637</total_time>
  <api_credits_used>3</api_credits_used>
  <cost_calculation>3 (fuzzy_domains [1 domain])</cost_calculation>
 </stats>
</root>

API Pricing and Packages

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

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

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

Current WHOIS Database Domain Names Cost Price
Total Unique Domain Names in our Current WHOIS Database 267,304,251

$4500

Order Now More Info

$4500

Buy Now More Info
Total WHOIS records in our Current WHOIS Database 267,304,251
Total WHOIS records with a Registrant Contact 166,784,435
Total WHOIS records with an Email Address (where the registrant_email field is not empty) 154,175,422
Total WHOIS records with a Phone Number (where the registrant_phone field is not empty) 125,521,428
Historical WHOIS Database Total Count Cost Price
Total Unique Domain Names in our Historical WHOIS Database 555,757,769

$8500

Order Now More Info

$8500

Buy Now More Info
Total WHOIS records in our Historical WHOIS Database 1,563,140,084
Total WHOIS records with a Registrant Contact 1,289,279,524
Total WHOIS records with an Email Address (where the registrant_email field is not empty) 1,128,859,437
Total WHOIS records with a Phone Number (where the registrant_phone field is not empty) 1,056,841,753

Domain Name WHOIS Lookup

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

Powered by Current WHOIS Database

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