TXT Lookup

Text records lookup

Input

Extract TXT records used for verification (Google Site Verification), security (SPF, DKIM, DMARC), and other metadata.

Terminal

Console ready. Execute a command to see output...

About TXT Lookup

The "Notes" Field of DNS

TXT records were originally for human notes, but now they are the backbone of Domain Verification and Email Security.

Common Uses

  • SPF (Sender Policy Framework): Defines who can send email as you.
  • DKIM/DMARC: Cryptographic signatures and policy enforcement for email.
  • Verification: Proof of ownership for Google Search Console, Facebook, etc.

How to use TXT Lookup

  1. Pick the right name
    For SPF or general TXT, enter example.com. For DMARC, enter _dmarc.example.com. For DKIM, enter <selector>._domainkey.example.com.
  2. Hit Lookup
    All TXT records for that exact name come back from our server.
  3. Read the result
    Each line is one TXT record. Long records look concatenated (DNS splits over 255 chars into multiple strings on the wire, our tool joins them).
  4. For a full mail audit
    Use Mail Security. It probes the right subdomains for DMARC / DKIM / BIMI automatically and grades the result.

Frequently Asked Questions

Those records do not live on the apex. DMARC sits at _dmarc.example.com. DKIM sits at <selector>._domainkey.example.com (selector varies: default, google, k1, etc.). Type the full subdomain into the field and look it up. For a guided audit that probes the common DKIM selectors automatically, use Mail Security.