WHOIS Protocol
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/whois-protocol/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/whois-protocol/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/whois-protocol/)
Use the native HTML custom element.
The WHOIS protocol (RFC 3912) is a query-response protocol that provides registration data about domain names, IP addresses, and autonomous systems over TCP port 43. Originally plain-text and unauthenticated, WHOIS has largely been superseded by [[rdap|RDAP]] for structured, access-controlled lookups. GDPR-driven redaction has significantly reduced the personal data visible in WHOIS responses since 2018, with [[icann|ICANN]]'s SSAD framework governing access to non-public data.
Example
Running `whois example.com` on the command line queries a WHOIS server on port 43 and returns registration information in unstructured plain text.