dnssec_check_nsec
Check NSEC/NSEC3 records to see if a zone is walkable. For NSEC3, returns hash algorithm, iterations, and salt; flags NSEC as an enumeration risk.
Instructions
Check NSEC/NSEC3 records for a domain. Determines if the zone uses NSEC (enumerable via zone walking) or NSEC3 (hashed names). For NSEC3, reports hash algorithm, iterations, and salt. Flags NSEC as informational risk allowing zone walking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain name to check NSEC/NSEC3 records for (e.g. 'example.com') |