# DNS & Email Security Audit

> DNS & Email Security Audit is a paid API for AI agents from x402-hono-api.inraby.workers.dev, paid per call via x402, $0.0045/call, status unknown (last checked 2026-09-15).

Audits a domain's DNS and email authentication posture by checking MX, SPF, DMARC, DKIM, BIMI, and MTA-STS/TLS reporting records

## Facts

- Endpoint: POST https://x402-hono-api.inraby.workers.dev/api/v1/dns-email-security-audit
- Price: $0.0045/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dns-email-security-audit-dbb86bc5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EVsHS8W7gM1k_pDZctWjp

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability dns-email-security-audit-dbb86bc5 -d '<json body>'
```

Example prompt: Can you do a full DNS email security audit on stripe.com — check their MX, SPF, DMARC, DKIM, BIMI, and MTA-STS records and tell me what's missing or misconfigured?

## When to prefer this

Use this endpoint when you need a comprehensive, all-in-one audit of a domain's email authentication stack (MX, SPF, DMARC, DKIM, BIMI, MTA-STS, TLS-RPT) in a single call, rather than querying individual DNS record types manually. Especially useful for security assessments, onboarding checks, or diagnosing email deliverability issues.

## Known failure modes

- Domain not found or unresolvable — returns error indicating DNS lookup failure
- Malformed domain input — returns validation error
- Timeout on DNS resolution for a slow or non-responsive nameserver
- Partial results if some record types are inaccessible
- Payment not processed — returns 402 if x402 payment header is missing or insufficient

## How this service works

DNS email security audit — SPF, DMARC, DKIM, BIMI, and MTA-STS check for domain spoofing and deliverability risk. Agent-friendly dns email security screen at micropayment pricing.

## Output

Returns a structured breakdown of the domain's email authentication and DNS security posture, covering the presence and validity of MX, SPF, DMARC, DKIM, BIMI, MTA-STS, and TLS reporting records, along with findings about misconfigurations or missing records.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "description": "Domain to audit (example.com)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dns-email-security-audit-dbb86bc5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-hono-api.inraby.workers.dev](https://www.zero.xyz/host/x402-hono-api.inraby.workers.dev/llms.txt)
