host.tools

Domain WHOIS

Domain /api/v1/domain/whois

Registrar, dates, name servers, contacts, DNSSEC status.

protection-salle.click Global Domain Group LLC expires in 308d
Registrar
Global Domain Group LLC
Created
2026-04-27T13:35:03.204Z
Updated
2026-05-02T13:35:39.829Z
Expires
2027-04-27T13:35:03.204Z
Age (days)
56
Status
clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Registrant
Global Domain Group Privacy Service
Country
US
Server
whois.dynadot.com
Name servers
  • luciane.ns.cloudflare.com
  • trace.ns.cloudflare.com
Raw WHOIS response
Domain Name: protection-salle.click
Registry Domain ID: DO_f9a66edc5899981124ca064e1b3870b4-UR
Registrar WHOIS Server: whois.dynadot.com
Registrar URL: www.dynadot.com
Updated Date: 2026-05-02T13:35:39.829Z
Creation Date: 2026-04-27T13:35:03.204Z
Registry Expiry Date: 2027-04-27T13:35:03.204Z
Registrar: Global Domain Group LLC
Registrar IANA ID: 3956
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6502620100
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: luciane.ns.cloudflare.com
Name Server: trace.ns.cloudflare.com
DNSSEC: unsigned
URL of the ICANN RDDS Inaccuracy Complaint Form: https://icann.org/wicf

>>> Last update of WHOIS database: 2026-06-23T08:04:19.077Z <<<

For more information on domain status codes, please visit https://icann.org/epp

The WHOIS information provided in this page has been redacted
in compliance with ICANN's Temporary Specification for gTLD
Registration Data.

The data in this record is provided by Tucows Registry for informational
purposes only, and it does not guarantee its accuracy. Tucows Registry is
authoritative for whois information in top-level domains it operates
under contract with the Internet Corporation for Assigned Names and
Numbers. Whois information from other top-level domains is provided by
a third-party under license to Tucows Registry.

This service is intended only for query-based access. By using this
service, you agree that you will use any data presented only for lawful
purposes and that, under no circumstances will you use (a) data
acquired for the purpose of allowing, enabling, or otherwise supporting
the transmission by e-mail, telephone, facsimile or other
communications mechanism of mass  unsolicited, commercial advertising
or solicitations to entities other than your existing  customers; or
(b) this service to enable high volume, automated, electronic processes
that send queries or data to the systems of any Registrar or any
Registry except as reasonably necessary to register domain names or
modify existing domain name registrations.

Tucows Registry reserves the right to modify these terms at any time. By
submitting this query, you agree to abide by this policy. All rights
reserved.


--- referred to whois.dynadot.com ---

Domain Name: PROTECTION-SALLE.CLICK
Registry Domain ID: DO_f9a66edc5899981124ca064e1b3870b4-UR
Registrar WHOIS Server: whois.globaldomaingroup.com
Registrar URL: http://www.globaldomaingroup.com
Updated Date: 2026-04-27T13:38:16.0Z
Creation Date: 2026-04-27T13:35:03.0Z
Registrar Registration Expiration Date: 2027-04-27T13:35:03.0Z
Registrar: Global Domain Group LLC
Registrar IANA ID: 3956
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.8053943992
Reseller: BasicDomains LLC
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Registry Registrant ID: 
Registrant Name: REDACTED FOR PRIVACY
Registrant Organization: Global Domain Group Privacy Service
Registrant Street: 411 W. Esplanade Drive #1001
Registrant Street: 
Registrant City: Oxnard
Registrant State/Province: California
Registrant Postal Code: 93036
Registrant Country: US
Registrant Phone: +1.8055000484
Registrant Email: https://www.globaldomaingroup.com/contact-request.html?domain=protection-salle.click
Registry Admin ID: 
Admin Name: REDACTED FOR PRIVACY
Admin Organization: Global Domain Group Privacy Service
Admin Street: 411 W. Esplanade Drive #1001
Admin Street: 
Admin City: Oxnard
Admin State/Province: California
Admin Postal Code: 93036
Admin Country: US
Admin Phone: +1.8055000484
Admin Email: https://www.globaldomaingroup.com/contact-request.html?domain=protection-salle.click
Registry Tech ID: 
Tech Name: REDACTED FOR PRIVACY
Tech Organization: Global Domain Group Privacy Service
Tech Street: 411 W. Esplanade Drive #1001
Tech Street: 
Tech City: Oxnard
Tech State/Province: California
Tech Postal Code: 93036
Tech Country: US
Tech Phone: +1.8055000484
Tech Email: https://www.globaldomaingroup.com/contact-request.html?domain=protection-salle.click
Name Server: luciane.ns.cloudflare.com
Name Server: trace.ns.cloudflare.com
DNSSEC: unsigned
URL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.internic.net/
>>> Last update of WHOIS database: 2026-04-27 06:38:16 -0700 <<<

How to use Domain WHOIS
  1. 1
    Paste your input

    Enter the value at the top — domain, IP, URL, email, ASN, hash, whatever fits this tool. The smart input auto-detects type.

  2. 2
    Click "Inspect"

    host.tools issues real probes (DNS, HTTP, TCP, TLS, WHOIS where applicable) and renders the result in milliseconds.

  3. 3
    Open the API tab

    Every web tool has a sibling /api/v1/domain/whois JSON endpoint with the same payload. One copy-as-curl click and you're scripting it.

Why this matters

WHOIS, expiry, DNSSEC, name servers — domain metadata is the single most-overlooked outage source. Lock it down before someone else does.

API equivalent
/api/v1/domain/whois?q=protection-salle.click
curl -s '/api/v1/domain/whois?q=protection-salle.click'
Embed this tool
<iframe src="/domain/whois?q={INPUT}&embed=1"
  width="100%" height="600" frameborder="0"></iframe>

Drop into any HTML page. The embed=1 flag hides nav and footer.

FAQ · Domain WHOIS

Common questions

Is Domain WHOIS free?
Yes — every tool is free on the web with a 200/hour rate limit per IP. The matching API endpoint /api/v1/domain/whois is free up to 100 requests/hour, no key required.
Where does the data come from?
Real-time probes against authoritative sources (DNS root, RIRs, registries, the target server itself), plus partner data feeds from hostinfo.com (GeoIP/ASN) and hostcheck.com (reputation).
How fresh are the results?
Live by default. Cached for 5 minutes to make repeat queries instant; pass ?nocache=1 for a forced refresh.
Can I run this from the command line?
Yes — every tool ships with a copy-as-curl. There's also an official CLI: host.tools domain whois YOUR_INPUT.
Can I monitor results over time?
Pro tier lets you schedule any tool to run every 1/5/15/60 min and alert on diff. See monitors.
host.tools Pro

Run Domain WHOIS on a schedule. Get pinged when it changes.

Pro gets you bulk lookups, monitors, webhook alerts, history, exports and 10,000 API calls/day. $19/mo.

  • Schedule any tool — every 1, 5, 15, 60 min
  • Diff against last run, alert on change
  • Webhook + email + Slack + PagerDuty + OpsGenie
  • Bulk CSV upload, 1,000 inputs per job
  • Export results as CSV / NDJSON / Excel
  • 90-day history, comparison view