The visible "From" address in an email is just a label — anyone can write anything there. Email spoofing exploits this to impersonate brands and colleagues, the foundation of most phishing and business-email-compromise attacks.
What the headers reveal
Every message carries technical headers that record its real journey:
- Received: lines trace the servers the message passed through, bottom to top.
- Authentication-Results: shows whether SPF, DKIM and DMARC passed or failed.
- Return-Path and Reply-To can differ from the visible sender — a red flag when they do.
Spotting a spoof
A legitimate message from a real domain should show SPF and DKIM pass aligned with the From domain, and DMARC pass. Failures, mismatched domains, or a chain of unfamiliar relays all suggest forgery. Paste a raw header into the email header analyser to see the routing and authentication results decoded.