Amhost Labs

Domain does not resolve

Markdown-backed fix guides for Amhost Labs audit findings.

What is it?

This DNS finding means the tested domain or hostname could not be resolved to usable DNS records. It may be caused by missing A/AAAA records, missing NS or SOA records, resolver errors, or broken delegation.

Why does it matter?

If a domain does not resolve, browsers, mail servers, TLS checks, and monitoring systems cannot reliably reach the service. DNS failure also prevents later probes from producing useful results.

How to fix it?

Check the delegation path and the records required by the service.

dig example.com NS
dig example.com SOA
dig www.example.com A
dig www.example.com AAAA
dig +trace example.com

Fix registrar delegation, restore the DNS zone, add the missing address records, and verify that every authoritative nameserver returns consistent answers.