peerglass_dns_email_security
Audit domain email security by checking SPF, DMARC, DKIM, MX records and BIMI to identify vulnerabilities and provide risk assessment with recommendations.
Instructions
Comprehensive email security posture check for a domain:
SPF: record presence, validity, and policy strength (-all / ~all / ?all)
DMARC: policy (none/quarantine/reject), pct coverage, rua/ruf reporting
DKIM: probes common selectors (google, selector1, default, k1, mail …)
MX: mail server records
BIMI: brand indicator for message identification
Risk score: LOW / MEDIUM / HIGH / CRITICAL with specific issues listed
Args: params (EmailSecurityInput): - domain (str): Domain name (e.g. 'example.com') - response_format (str): 'markdown' (default) or 'json'
Returns: str: Full email security audit with risk level, score, and recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |