<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Email Forensics</title>
	<link>http://ask.metafilter.com/83496/Email-Forensics/</link>
	<description>Comments on Ask MetaFilter post Email Forensics</description>
	<pubDate>Tue, 12 Feb 2008 14:21:52 -0800</pubDate>
	<lastBuildDate>Tue, 12 Feb 2008 14:21:52 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Email Forensics</title>
		<link>http://ask.metafilter.com/83496/Email-Forensics</link>	
		<description>Where can I find information about email headers? I&apos;d like to learn how to look at an email header and answer such questions as &quot;Was this email forged?&quot; and &quot;What is the IP of the sender and the sender&apos;s ISP?&quot; &lt;br /&gt;&lt;br /&gt; Thanks for your help. Examples of email header parsing would be welcome as well.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.83496</guid>
		<pubDate>Tue, 12 Feb 2008 14:16:47 -0800</pubDate>
		<dc:creator>about_time</dc:creator>
		
			<category>forensics</category>
		
			<category>computers</category>
		
			<category>security</category>
		
			<category>email</category>
		
	</item> <item>
		<title>By: hubris</title>
		<link>http://ask.metafilter.com/83496/Email-Forensics#1236048</link>	
		<description>It&apos;s pretty much just experience; taking an e-mail and reading through it, then looking up stuff you don&apos;t know.  &lt;br&gt;
&lt;br&gt;
But try this site, it&apos;s a pretty good intro:  http://www.uic.edu/depts/accc/newsletter/adn29/headers.html</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.83496-1236048</guid>
		<pubDate>Tue, 12 Feb 2008 14:21:52 -0800</pubDate>
		<dc:creator>hubris</dc:creator>
	</item><item>
		<title>By: rokusan</title>
		<link>http://ask.metafilter.com/83496/Email-Forensics#1236083</link>	
		<description>&lt;a href=&quot;http://cr.yp.to/immhf.html&quot;&gt;Also, this.&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Note that each e-mail client (sending program like Outlook) and server (sending and receiving) add their own twists and turns. Spam and virus filters also add another &quot;layer&quot; of fingerprint info.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.83496-1236083</guid>
		<pubDate>Tue, 12 Feb 2008 14:50:17 -0800</pubDate>
		<dc:creator>rokusan</dc:creator>
	</item><item>
		<title>By: elle.jeezy</title>
		<link>http://ask.metafilter.com/83496/Email-Forensics#1236121</link>	
		<description>&lt;a href=&quot;http://www.softpedia.com/get/Network-Tools/Network-Tools-Suites/Sam-Spade.shtml&quot;&gt;Sam Spade&lt;/a&gt; is a useful tool for investigating the bits and pieces of headers.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.83496-1236121</guid>
		<pubDate>Tue, 12 Feb 2008 15:18:02 -0800</pubDate>
		<dc:creator>elle.jeezy</dc:creator>
	</item><item>
		<title>By: winston</title>
		<link>http://ask.metafilter.com/83496/Email-Forensics#1236145</link>	
		<description>The main thing is to follow the &quot;received&quot; headers. Each server adds a new header to the top of the list. So a proper email should look like:&lt;br&gt;
&lt;br&gt;
Received from C by D;&lt;br&gt;
Received from B by C;&lt;br&gt;
Received from A by B;&lt;br&gt;
&lt;br&gt;
Each time the server named after &quot;from&quot; should be the server named after &quot;by&quot; on the line below.&lt;br&gt;
&lt;br&gt;
When headers have been forged, you will see something like:&lt;br&gt;
&lt;br&gt;
Received from P by Q;&lt;br&gt;
Received from O by P;&lt;br&gt;
Received from M by N;&lt;br&gt;
&lt;br&gt;
There is a break in the logic. P is the actual origin of the message and all headers below &quot;Received from O by P;&quot; are forged.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.83496-1236145</guid>
		<pubDate>Tue, 12 Feb 2008 15:27:49 -0800</pubDate>
		<dc:creator>winston</dc:creator>
	</item><item>
		<title>By: yclipse</title>
		<link>http://ask.metafilter.com/83496/Email-Forensics#1236411</link>	
		<description>You mean O is the origin, yes?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.83496-1236411</guid>
		<pubDate>Tue, 12 Feb 2008 18:29:57 -0800</pubDate>
		<dc:creator>yclipse</dc:creator>
	</item><item>
		<title>By: DevilsAdvocate</title>
		<link>http://ask.metafilter.com/83496/Email-Forensics#1236441</link>	
		<description>alt.spam FAQ: &lt;a href=&quot;http://digital.net/~gandalf/spamfaq.html#item2&quot;&gt;Tracing an e-mail message&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.83496-1236441</guid>
		<pubDate>Tue, 12 Feb 2008 18:57:32 -0800</pubDate>
		<dc:creator>DevilsAdvocate</dc:creator>
	</item><item>
		<title>By: winston</title>
		<link>http://ask.metafilter.com/83496/Email-Forensics#1237197</link>	
		<description>Thanks, yclipse. You are correct.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.83496-1237197</guid>
		<pubDate>Wed, 13 Feb 2008 11:24:47 -0800</pubDate>
		<dc:creator>winston</dc:creator>
	</item><item>
		<title>By: winston</title>
		<link>http://ask.metafilter.com/83496/Email-Forensics#1237203</link>	
		<description>Though, now that I think of it, we don&apos;t know for certain  that the &quot;received by O&quot; part is correct, just that it was actually P who added that header</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.83496-1237203</guid>
		<pubDate>Wed, 13 Feb 2008 11:27:53 -0800</pubDate>
		<dc:creator>winston</dc:creator>
	</item><item>
		<title>By: winston</title>
		<link>http://ask.metafilter.com/83496/Email-Forensics#1237205</link>	
		<description>from O. I&apos;ll stop now</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.83496-1237205</guid>
		<pubDate>Wed, 13 Feb 2008 11:28:27 -0800</pubDate>
		<dc:creator>winston</dc:creator>
	</item>
	</channel>
</rss>
