Ограничение скорости 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.
Ограничение скорости WHOIS-запросов — это антизлоупотребительная мера, применяемая [[registry-operator|операторами реестров]] и [[registrar|регистраторами]], ограничивающая количество [[whois|WHOIS]]-запросов, которые один IP-адрес или клиент может выполнить за заданный период. Без этого ограничения автоматические сканеры могут массово собирать контактные данные регистрантов для спам-кампаний. Протокол [[rdap|RDAP]], заменивший WHOIS во многих контекстах, встраивает поддержку ограничения скорости на уровне протокола. Сервер WHOIS Verisign для .com применяет ограничение примерно в 1000 запросов в час на IP.
Пример
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.