dns-lookup
ActiveTool of The Stall
declared in 4.82.0
DNS record lookup for any domain via Cloudflare DoH. Supports A, AAAA, MX, TXT, CNAME, NS, SOA, CAA, or ALL record types. TXT lookups include SPF/DMARC/DKIM email security signal extraction. Useful for domain audits, email configuration verification, CDN setup checks, and infrastructure reconnaissance.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"type": {
"type": "string",
"description": "DNS record type to query. 'ALL' queries A, MX, TXT, NS, and CNAME in parallel and returns all results. Default: 'A'."
},
"domain": {
"type": "string",
"description": "Domain name to look up (e.g. 'github.com', 'mail.google.com')."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries