email_check_dkim
Checks DKIM records for a domain by probing common selectors. Parses key type and size, flags weak keys under 1024 bits, testing mode, and revoked keys.
Instructions
Check DKIM (DomainKeys Identified Mail) records for a domain by probing common selectors. Parses key type, estimates RSA key size, and flags weak keys (<1024 bits), testing mode (t=y), and revoked keys (empty p=).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain to check DKIM records for (e.g. example.com) | |
| selectors | No | Optional list of DKIM selectors to check. If omitted, a built-in list of ~80 common selectors is used. |