WHOIS-Ratenbegrenzung
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-Ratenbegrenzung ist eine Anti-Missbrauchs-Maßnahme, die von [[registry-operator|Registry-Betreibern]] und [[registrar|Registraren]] implementiert wird und die Anzahl der [[whois|WHOIS]]-Abfragen einschränkt, die eine einzelne IP-Adresse oder ein Client innerhalb eines bestimmten Zeitfensters stellen kann. Ohne Ratenbegrenzung könnten automatisierte Scraper massenhaft Registrantenkontaktdaten für Spam-Kampagnen oder Wettbewerbsinformationen ernten. Das [[rdap|RDAP]]-Protokoll, das WHOIS in vielen Kontexten ersetzt, enthält Ratenbegrenzungsunterstützung auf Protokollebene. Verisigns WHOIS-Server für .com setzt ein Limit von etwa 1.000 Abfragen pro Stunde pro IP durch.
Beispiel
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.