Documentation
Ravelyth Tools is a public, stateless diagnostics website. It queries DNS through Node.js resolver APIs and parses email headers you paste. It does not store reports and does not require an account.
Tools
- DNS Lookup — selected record types for a domain.
- DNS Health — structured findings from A/AAAA/MX/NS/TXT/SOA/CAA plus SPF, DMARC, nameservers, and DNSSEC record presence.
- Resolver comparison — answers from a small set of public resolvers, not global propagation.
- Email headers — Received chain, Authentication-Results as reported by a receiving server, and domain relationships.
What this tool does not do
- It does not cryptographically verify DKIM signatures.
- It does not perform a live SPF authorization test unless you are only inspecting published policy.
- It does not declare mail safe or malicious.
- It does not scan private, loopback, or link-local addresses.
- DNSSEC inspection reports record presence, not a validated chain of trust.
API
JSON endpoints live under /api. Domain tools accept GET query parameters or POST JSON. Email analysis is POST-only. Responses use { success, data } or { success, error }.