Limitación de tasa WHOIS
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-rate-limiting/" 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-rate-limiting/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/whois-rate-limiting/)
Use the native HTML custom element.
La limitación de tasa WHOIS es una medida antiabusos implementada por [[registry-operator|operadores de registro]] y [[registrar|registradores]] que restringe el número de consultas [[whois|WHOIS]] que una sola dirección IP o cliente puede realizar dentro de una ventana de tiempo determinada. Sin esta limitación, los scrapers automatizados pueden recopilar datos masivos de contacto de registrantes para campañas de spam o inteligencia competitiva. El protocolo [[rdap|RDAP]], que reemplazó a WHOIS en muchos contextos, incorpora soporte de limitación de tasa a nivel de protocolo y permite respuestas diferenciadas para usuarios autenticados frente a anónimos. El servidor WHOIS de Verisign para .com aplica un límite de aproximadamente 1.000 consultas por hora por IP.
Ejemplo
A domain research tool that submits more than a few hundred .com WHOIS queries per hour from the same IP will receive HTTP 429 or connection refusals from Verisign's WHOIS server; the tool must rotate IPs or implement backoff to continue operating.