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|レジストラー]]が実装する不正対策で、単一のIPアドレスまたはクライアントが特定の時間内に行える[[whois|WHOIS]]クエリの数を制限します。レート制限がなければ、自動スクレーパーがスパムキャンペーンや競合情報収集のために登録者連絡先データを大量に取得できます。多くの文脈でWHOISに取って代わった[[rdap|RDAP]]プロトコルはプロトコルレベルでレート制限サポートを内蔵しており、認証済みユーザーと匿名ユーザーへの差別化対応が可能です。VeriSignの.com WHOISサーバーはIPごとに1時間あたり約1,000クエリの制限を適用しています。
使用例
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.