Understanding RFC 822 Email Headers & Spoofing Detection
The display name and "From" address visible inside consumer email apps (like Apple Mail or Gmail) are easily forged by malicious mail servers. To verify the true authenticity of an incoming email, one must inspect the underlying RFC 822 transmission headers.
1. How to Trace Received Hop Chains
Every mail transfer agent (MTA) that relays an email appends a new Received: header at the very top of the header stack. By reading these hops in reverse order (bottom to top), one can trace the exact geographical IP address, hostname, and latency where the message first originated.
🔗 Phishing URL Inspector
Audit suspicious links inside emails with Phishing URL Inspector.
🛡️ Universal Scam Detector
Triage social engineering traps with Universal Scam Detector.
Frequently Asked Questions
Where do I find raw email headers in Gmail?
Open the email in Gmail, click the three vertical dots in the upper-right corner of the message, and select "Show original". Copy the header text displayed.
Is my email content uploaded to any server?
Never. All header parsing, cryptographic signature extraction, and hop tracking execute 100% locally in your device's browser memory (RAM).