DNS Check
DNSA one-shot overview of a domain's core records (A, AAAA, MX, NS, TXT, SOA, CAA) plus its DNSSEC status.
Use this from the command line
curl -s https://ipcow.com/api/tools/dns-check \
-H 'content-type: application/json' \
-d '{"domain":"example.com"}'