Skip to main content
AllDevToolsHub
šŸ”

DNS Lookup

Uses an External Service

Look up DNS records (A, AAAA, MX, NS, TXT, CNAME, SOA, and more) for any domain.

DNS Lookup
DNS Record Type Reference
AIPv4 address for a domain
AAAAIPv6 address for a domain
CNAMECanonical name / alias
MXMail exchange server
NSAuthoritative name servers
TXTText records (SPF, DKIM, etc.)
SOAStart of authority
PTRReverse DNS lookup
SRVService location record
CAACertificate authority authorization

DNS queries are resolved via Cloudflare DNS-over-HTTPS (1.1.1.1). No queries are logged by this tool.

Try:
This tool queries DNS records using an external DNS-over-HTTPS resolver. The requested domain leaves your browser for that resolver, so avoid using it for confidential internal hostnames unless that is acceptable.

Enter a domain to query A, AAAA, CNAME, MX, NS, and TXT records.

Overview

What is DNS Lookup?

Query any DNS record (A, AAAA, CNAME, MX, NS, TXT, SOA, PTR, SRV, CAA) using Cloudflare DNS-over-HTTPS. Results show name, TTL, type, and value in a table.
FAQ

Frequently Asked Questions

Reference

Technical Deep Dive

DNS Lookup

Query any DNS record type for a domain using Cloudflare DNS-over-HTTPS (1.1.1.1). Supports A, AAAA, CNAME, MX, NS, TXT, SOA, PTR, SRV, and CAA records. Results show name, TTL, type, and value in a clean table. Quick-select buttons make it easy to switch between record types. Includes a DNS record type reference guide.

This is a browser DNS/RDAP lookup, not dig on your laptop. Results come from the resolver the page queries, so they can differ from your corporate DNS.

Look up alldevtoolshub.com A and AAAA. You should see the current edge addresses and TTL. MX and TXT are the records phishing setups usually forget.

This is browser-to-target. Do not treat it as an offline tool. For split-horizon internal names, use dig on the VPN.

01 DNS Record Topology

Type Resolution Target Primary Utility Typical TTL
A / AAAAIP AddressDirect Endpoint Resolution300s - 3600s
CNAMECanonical DomainCDN / PaaS Alias Targeting3600s
MXMail Server HostEmail Delivery & Priority3600s - 86400s
TXTText StringDomain Verification / Security3600s
NSAuthoritative ServerZone Delegation86400s

02 DoH Query Pipeline

1
Packet Framing The requested domain and record type are serialized into a standard DNS query payload format.
2
TLS Transport The query is wrapped in an encrypted HTTPS request and dispatched to Cloudflare's 1.1.1.1 DoH resolver.
3
Answer Extraction The JSON response is parsed to extract the Answers block, exposing the record values and their remaining Time-To-Live.

You Might Also Need