hijack_dns_rebinding
Identify DNS rebinding vulnerabilities by resolving a domain repeatedly to detect IP changes with low TTL values, flagging potential browser security bypasses.
Instructions
Detect DNS rebinding candidates by resolving a domain multiple times and checking for IP changes combined with very low TTL values. DNS rebinding attacks exploit short TTLs to switch from a public IP to a private/internal IP after initial browser security checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain to test for DNS rebinding indicators (e.g. evil.example.com) | |
| samples | No | Number of DNS resolution samples to collect (default: 5) | |
| delay_ms | No | Delay in milliseconds between resolution attempts (default: 1000) |