II0-001 · Question #163
Generally, which header is used to reveal reliable information from forged emails:
The correct answer is C. Received header. The Received header is the most reliable source of genuine routing information in an email because it is appended by each mail server that handles the message in transit - these servers are independent infrastructure that forgers cannot control or retroactively alter. While a…
Question
Generally, which header is used to reveal reliable information from forged emails:
Options
- AReply-to header
- BReturn-receipt-to header
- CReceived header
- DComments header
How the community answered
(54 responses)- A9% (5)
- B4% (2)
- C72% (39)
- D15% (8)
Explanation
The Received header is the most reliable source of genuine routing information in an email because it is appended by each mail server that handles the message in transit - these servers are independent infrastructure that forgers cannot control or retroactively alter. While a malicious sender can freely fabricate the From, Reply-To, Return-Receipt-To, and Comments headers (all of which are written by the sender's client and require no verification), the Received chain is written by the servers themselves, making it the forensic trail investigators use to trace an email's true origin.
- A (Reply-To): Set by the sender to redirect replies - trivially forged and meaningless for authentication.
- B (Return-Receipt-To): A non-standard header requesting delivery confirmation, also sender-controlled and easily faked.
- D (Comments): A free-form human-readable field with no routing function and zero authenticity guarantee.
Memory tip: Think of Received headers like passport stamps - each border control (mail server) adds its own stamp as the message passes through, and those stamps can't be pre-printed by the traveler.
Community Discussion
No community discussion yet for this question.