Understanding Email Forensics¶
Email forensics examines mail stores, messages, headers, bodies, attachments, and related records to reconstruct communication and assess provenance.
What you will learn
By the end, you should be able to distinguish displayed sender information from transport evidence, preserve mailbox structure, and handle attachments safely.
What is email forensics?¶
Core concept
Email evidence may exist as PST or OST files, MBOX data, individual messages, server exports, or application databases. A message includes user-visible content and technical metadata that may describe routing, identifiers, authentication, and formatting.
Keep in mind: The visible From field can be misleading. Evaluate transport headers, authentication results, server records, account context, and message construction together.
Email evidence layers¶
Why it matters¶
Reconstruct communication¶
Messages, folders, identifiers, and replies can show a communication sequence.
Assess provenance¶
Headers and server context help evaluate where a message travelled.
Preserve attachments¶
Attachments can be exported, hashed, and transferred into a safe analysis workflow.
Correlate activity¶
URLs, files, accounts, and times can be compared with browser and endpoint evidence.
How email analysis works¶
- PreserveRetain the source mail store or message, record acquisition details, and calculate hashes.
- OrientIdentify account, folders, time context, synchronisation state, and available server evidence.
- ExamineReview message content, headers, identifiers, authentication results, and conversation relationships.
- Extract safelyExport attachments and links without opening them on the analyst workstation.
- CorrelateCompare accounts, files, URLs, browser records, endpoint activity, and server logs.
Choose the next step¶
Keep message layers together
- 1PreserveRetain source mail data and hashes.
- 2InspectReview content, headers, and identifiers.
- 3ExtractHandle links and attachments safely.
- 4CorrelateConnect server, account, browser, and endpoint evidence.