Every email carries a hidden technical record of its journey from sender to recipient. The visible "From" field can be set to anything by anyone. The headers tell the truth. Sherlock Email Header Analyzer reads this technical record and presents it in a structured format that reveals the actual origin of any email.
What Headers Contain
- Received Header Chain
- Each mail server that handles an email adds a Received header with its identity, the previous server's identity, a timestamp and the protocol used. Reading bottom to top traces the complete path from origin to inbox. The originating IP address at the bottom of the chain identifies where the email actually came from.
- SPF Authentication
- Sender Policy Framework records whether the sending server was authorized by the claimed domain's DNS records to send mail on its behalf. A "fail" result means the message came from an unauthorized server, a strong indicator of spoofing. RFC 7208 defines the standard (ietf.org).
- DKIM Signatures
- DomainKeys Identified Mail uses cryptographic signatures to verify that the message content was not altered after the sending domain signed it. A valid DKIM signature confirms both the domain identity and message integrity. A failed or missing signature warrants further investigation.
- DMARC Policy
- Domain-based Message Authentication, Reporting and Conformance combines SPF and DKIM results against the domain owner's published policy. DMARC tells receiving servers whether to accept, quarantine or reject messages that fail authentication. The DMARC result indicates whether the sender domain's owner approved this message.
- Originating IP Address
- The IP address of the first non-internal server in the Received chain. This identifies the network from which the email was actually sent. Geolocation and WHOIS lookup on this IP reveals the sending organization, ISP and country of origin.
- Timestamps and Delays
- Each Received header includes a timestamp. Comparing timestamps between hops reveals routing delays and can identify messages that were held, retried or routed through unusual paths.