dns_nsec_walk
Enumerate domain names in DNSSEC-signed zones by walking NSEC records. Detects when NSEC3 is used to mitigate enumeration.
Instructions
Attempt DNSSEC NSEC zone walking to enumerate domain names in a signed zone. NSEC records contain the 'next' domain name in the zone, allowing complete enumeration. NSEC3 uses hashed names to mitigate this, which is detected and reported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of names to enumerate (default: 100) | |
| domain | Yes | The DNSSEC-signed domain to walk (e.g. 'example.com') |