dns_split_horizon
Detect split-horizon DNS by comparing external and internal resolver responses to reveal configuration inconsistencies.
Instructions
Detect split-horizon (split-brain) DNS configurations by comparing responses from multiple external resolvers and an optional internal resolver. Split-horizon DNS returns different answers based on the source of the query, commonly used to serve internal IPs to corporate networks and external IPs to the internet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain to test for split-horizon DNS (e.g. 'internal.company.com') | |
| internal_resolver | No | Internal/corporate DNS resolver IP to compare against external resolvers (e.g. '10.0.0.1') |