Email Forensics
Email Forensics
and Investigations
Fourth Edition
Chapter 12
E-mail Investigations
Objectives
• Name conventions
– Corporate: john.smith@somecompany.com
– Public: whatever@hotmail.com
– Everything after @ belongs to the domain name
• Tracing corporate e-mails is easier
– Because accounts use standard names the
administrator establishes
Investigating E-mail Crimes
and Violations
Investigating E-mail Crimes and
Violations
• Outlook
– Open the Message Options dialog box
– Copy headers
– Paste them to any text editor
• Outlook Express
– Open the message Properties dialog box
– Select Message Source
– Copy and paste the headers to any text editor
Email Headers in Gmail
• Router logs
– Record all incoming and outgoing traffic
– Have rules to allow or disallow traffic
– You can resolve the path a transmitted e-mail has
taken
• Firewall logs
– Filter e-mail traffic
– Verify whether the e-mail passed through
• You can use any text editor or specialized tools
Using Network E-mail Logs
(continued)
Understanding E-mail Servers
Understanding E-mail Servers
• Computer loaded with software that uses e-mail
protocols for its services
– And maintains logs you can examine and use in your
investigation
• E-mail storage
– Database
– Flat file
• Logs
– Default or manual
– Continuous and circular
Understanding E-mail Servers
(continued)
• Log information
– E-mail content
– Sending IP address
– Receiving and reading date and time
– System-specific information
• Contact suspect’s network e-mail administrator as
soon as possible
• Servers can recover deleted e-mails
– Similar to deletion of files on a hard drive
Understanding E-mail Servers
(continued)
Examining UNIX E-mail Server Logs
• /etc/sendmail.cf
– Configuration information for Sendmail
• /etc/syslog.conf
– Specifies how and which events Sendmail logs
• /var/log/maillog
– SMTP and POP3 communications
• IP address and time stamp
• Check UNIX man pages for more information
Examining UNIX E-mail Server Logs
(continued)
Examining UNIX E-mail Server Logs
(continued)
Examining Microsoft E-mail Server
Logs
• FINALeMAIL
– Scans e-mail database files
– Recovers deleted e-mails
– Searches computer for other files associated with e-
mail
Using Specialized E-mail Forensics
Tools (continued)
Using Specialized E-mail Forensics Tools
(continued)
Using AccessData FTK to Recover
E-mail
• FTK
– Can index data on a disk image or an entire drive for
faster data retrieval
– Filters and finds files specific to e-mail clients and
servers
• To recover e-mail from Outlook and Outlook
Express
– AccessData integrated dtSearch
• dtSearch builds a b-tree index of all text data in a
drive, an image file, or a group of files
Using AccessData FTK to Recover
E-mail (continued)
Using AccessData FTK to Recover
E-mail (continued)
Using AccessData FTK to Recover
E-mail (continued)
Using a Hexadecimal Editor to Carve
E-mail Messages