Skip to main content

TXT Record Lookup

Pull every TXT record on a domain in one query. TXT records are the catch-all for DNS-based config: SPF policies, domain-ownership verification tokens (Google, Microsoft, Apple, Atlassian, GitHub, etc.), Stripe / Notion / Webflow site-claim tokens, and free-form notes. This tool surfaces them all so you can spot stale tokens, missing SPF, or duplicate records.

Works on any DNS name. Apex, subdomain, or special prefix (e.g. _dmarc.<domain>).

Common TXT-record types you'll see

  • v=spf1 .... The SPF policy. Should appear once on the apex.
  • v=DMARC1; .... Only at _dmarc.<domain>.
  • google-site-verification=.... Google Workspace / Search Console ownership.
  • MS=.... Microsoft 365 tenant verification.
  • Apple, Stripe, Atlassian, GitHub, etc. all use their own prefixes for ownership tokens.