infra_rate_limiting
Detect if a DNS nameserver applies Response Rate Limiting by sending burst queries and checking for REFUSED responses or dropped packets.
Instructions
Test if a DNS nameserver has Response Rate Limiting (RRL) enabled. Sends a burst of identical queries and checks for REFUSED responses or dropped packets, indicating active rate limiting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries | No | Number of burst queries to send (default: 20) | |
| nameserver | Yes | IP address or hostname of the DNS nameserver to test |