discover_dkim
Discover DKIM selectors for any domain by querying common selectors from major email providers. Returns parsed key details and security warnings to identify published DKIM records.
Instructions
Read-only DKIM selector discovery for a domain. Queries ~150 common selectors used by Google, Microsoft, Mailgun, SendGrid, Postmark, Amazon SES, Brevo, MailChimp, Zoho, and other major ESPs. Returns each discovered selector with parsed key tags (v, k, t, p), public key length, algorithm strength, and warnings (weak key, revoked, empty p=). Use when you do not know which DKIM selectors a domain publishes; use check_email_security for combined SPF/DKIM/DMARC overview. No auth, ~3-8s due to many parallel DNS queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name, e.g. example.com |