<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Hint for Ann&#8217;s AppleTV</title>
	<atom:link href="http://forensicscontest.com/2010/01/27/hint-for-anns-appletv/feed" rel="self" type="application/rss+xml" />
	<link>http://forensicscontest.com/2010/01/27/hint-for-anns-appletv</link>
	<description>&#34;No Hard Drive? No Problem!&#34;</description>
	<lastBuildDate>Tue, 20 Jul 2010 16:23:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: sherri</title>
		<link>http://forensicscontest.com/2010/01/27/hint-for-anns-appletv/comment-page-1#comment-217</link>
		<dc:creator>sherri</dc:creator>
		<pubDate>Wed, 10 Feb 2010 08:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://forensicscontest.com/?p=368#comment-217</guid>
		<description>Hi Tim,

We expect it will be late next week. This week we&#039;re working hard at building and testing the SNIFT kit images for the 50 Lenovo Ideapads which will be given to students at &quot;Network Forensics&quot; in Orlando. As soon as that&#039;s done we&#039;ll finish up grading the terrific contest entries. I know folks are eager to find out who won, and we&#039;ll have an answer for you guys as soon as we can.

In the meantime, Puzzle #4 is a fun little distraction.... :)</description>
		<content:encoded><![CDATA[<p>Hi Tim,</p>
<p>We expect it will be late next week. This week we&#8217;re working hard at building and testing the SNIFT kit images for the 50 Lenovo Ideapads which will be given to students at &#8220;Network Forensics&#8221; in Orlando. As soon as that&#8217;s done we&#8217;ll finish up grading the terrific contest entries. I know folks are eager to find out who won, and we&#8217;ll have an answer for you guys as soon as we can.</p>
<p>In the meantime, Puzzle #4 is a fun little distraction&#8230;. <img src='http://forensicscontest.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Naami</title>
		<link>http://forensicscontest.com/2010/01/27/hint-for-anns-appletv/comment-page-1#comment-216</link>
		<dc:creator>Tim Naami</dc:creator>
		<pubDate>Wed, 10 Feb 2010 07:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://forensicscontest.com/?p=368#comment-216</guid>
		<description>When do you plan on announcing the winner?</description>
		<content:encoded><![CDATA[<p>When do you plan on announcing the winner?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amar</title>
		<link>http://forensicscontest.com/2010/01/27/hint-for-anns-appletv/comment-page-1#comment-195</link>
		<dc:creator>Amar</dc:creator>
		<pubDate>Fri, 05 Feb 2010 04:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://forensicscontest.com/?p=368#comment-195</guid>
		<description>Agreed with Sherri; and I also think that a tool with an output that can be grep-ed goes along way when it comes to handling investigations with large scale packet capture.</description>
		<content:encoded><![CDATA[<p>Agreed with Sherri; and I also think that a tool with an output that can be grep-ed goes along way when it comes to handling investigations with large scale packet capture.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sherri</title>
		<link>http://forensicscontest.com/2010/01/27/hint-for-anns-appletv/comment-page-1#comment-194</link>
		<dc:creator>sherri</dc:creator>
		<pubDate>Thu, 04 Feb 2010 23:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://forensicscontest.com/?p=368#comment-194</guid>
		<description>Hi Jeremy,

&gt;Presumably you’re looking for tools that provide more functionality than a kiddie script, 
&gt;but don’t require complete mastery of all levels of network protocols.

That&#039;s the goal, yes. Ideally, we&#039;re looking for tools that just about anyone can run and use to get useful information, but which also allow experts to fine-tune their options.

Wireshark is great, especially for smaller investigations, but in network forensics we often have clients hand us hundreds of gigabytes or even several terabytes of data. In order to keep up with the pace of storage, we need to automate.</description>
		<content:encoded><![CDATA[<p>Hi Jeremy,</p>
<p>>Presumably you’re looking for tools that provide more functionality than a kiddie script,<br />
>but don’t require complete mastery of all levels of network protocols.</p>
<p>That&#8217;s the goal, yes. Ideally, we&#8217;re looking for tools that just about anyone can run and use to get useful information, but which also allow experts to fine-tune their options.</p>
<p>Wireshark is great, especially for smaller investigations, but in network forensics we often have clients hand us hundreds of gigabytes or even several terabytes of data. In order to keep up with the pace of storage, we need to automate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Impson</title>
		<link>http://forensicscontest.com/2010/01/27/hint-for-anns-appletv/comment-page-1#comment-193</link>
		<dc:creator>Jeremy Impson</dc:creator>
		<pubDate>Thu, 04 Feb 2010 21:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://forensicscontest.com/?p=368#comment-193</guid>
		<description>So would a custom command-line tool that could only extract AppleTV search queries be considered more or less elegant than using Wireshark&#039;s Display Filter ability to reduce the packet list according to a pattern that matches the common subset of all search queries? 

The former is rather limited in function (it&#039;s a script-kiddie tool), while the latter requires the user to know a lot about both Wireshark and HTTP protocol (it&#039;s an expert tool).

Presumably you&#039;re looking for tools that provide more functionality than a kiddie script, but don&#039;t require complete mastery of all levels of network protocols.</description>
		<content:encoded><![CDATA[<p>So would a custom command-line tool that could only extract AppleTV search queries be considered more or less elegant than using Wireshark&#8217;s Display Filter ability to reduce the packet list according to a pattern that matches the common subset of all search queries? </p>
<p>The former is rather limited in function (it&#8217;s a script-kiddie tool), while the latter requires the user to know a lot about both Wireshark and HTTP protocol (it&#8217;s an expert tool).</p>
<p>Presumably you&#8217;re looking for tools that provide more functionality than a kiddie script, but don&#8217;t require complete mastery of all levels of network protocols.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sherri</title>
		<link>http://forensicscontest.com/2010/01/27/hint-for-anns-appletv/comment-page-1#comment-174</link>
		<dc:creator>sherri</dc:creator>
		<pubDate>Wed, 03 Feb 2010 03:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://forensicscontest.com/?p=368#comment-174</guid>
		<description>Thanks Wes! Glad to see your entry :)</description>
		<content:encoded><![CDATA[<p>Thanks Wes! Glad to see your entry <img src='http://forensicscontest.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wesley McGrew</title>
		<link>http://forensicscontest.com/2010/01/27/hint-for-anns-appletv/comment-page-1#comment-172</link>
		<dc:creator>Wesley McGrew</dc:creator>
		<pubDate>Tue, 02 Feb 2010 20:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://forensicscontest.com/?p=368#comment-172</guid>
		<description>Sherri: 

This is the first of the forensics puzzles I&#039;ve participated in and I had a lot of fun with it.  Thanks for running these contests.

I&#039;m really looking forward to seeing the others&#039; solutions for this one.

Wesley</description>
		<content:encoded><![CDATA[<p>Sherri: </p>
<p>This is the first of the forensics puzzles I&#8217;ve participated in and I had a lot of fun with it.  Thanks for running these contests.</p>
<p>I&#8217;m really looking forward to seeing the others&#8217; solutions for this one.</p>
<p>Wesley</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sherri</title>
		<link>http://forensicscontest.com/2010/01/27/hint-for-anns-appletv/comment-page-1#comment-169</link>
		<dc:creator>sherri</dc:creator>
		<pubDate>Tue, 02 Feb 2010 04:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://forensicscontest.com/?p=368#comment-169</guid>
		<description>Lou - No extension on this contest, but I do expect we&#039;ll have an iTunes traffic analysis contest in the future, so keep the same ideas in mind :) 

best,
Sherri</description>
		<content:encoded><![CDATA[<p>Lou &#8211; No extension on this contest, but I do expect we&#8217;ll have an iTunes traffic analysis contest in the future, so keep the same ideas in mind <img src='http://forensicscontest.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>best,<br />
Sherri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sherri</title>
		<link>http://forensicscontest.com/2010/01/27/hint-for-anns-appletv/comment-page-1#comment-168</link>
		<dc:creator>sherri</dc:creator>
		<pubDate>Tue, 02 Feb 2010 04:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://forensicscontest.com/?p=368#comment-168</guid>
		<description>Hi Tim,

You&#039;re certainly right, and manual investigation is definitely a valid way to solve the contest. That&#039;s why we publish the names of everyone who got the correct answers, regardless of how it was accomplished.

We are trying to encourage development of new and varied tools, so the subset of folks who are interested in that type of investigation compete for the prize. We do hope that the puzzle is fun for people who analyze the evidence manually as well, and we design the contests specifically so that they can be solved without automation.

best,
Sherri</description>
		<content:encoded><![CDATA[<p>Hi Tim,</p>
<p>You&#8217;re certainly right, and manual investigation is definitely a valid way to solve the contest. That&#8217;s why we publish the names of everyone who got the correct answers, regardless of how it was accomplished.</p>
<p>We are trying to encourage development of new and varied tools, so the subset of folks who are interested in that type of investigation compete for the prize. We do hope that the puzzle is fun for people who analyze the evidence manually as well, and we design the contests specifically so that they can be solved without automation.</p>
<p>best,<br />
Sherri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Naami</title>
		<link>http://forensicscontest.com/2010/01/27/hint-for-anns-appletv/comment-page-1#comment-165</link>
		<dc:creator>Tim Naami</dc:creator>
		<pubDate>Mon, 01 Feb 2010 05:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://forensicscontest.com/?p=368#comment-165</guid>
		<description>Sherri,

Unfortunately not all of  us can code and not all of us have a budget to buy commercial software to do this work for us.  Before attempting this contest I had reviewed Wireshark in operation but had not actually used it.  I loaded it on my own computer for the first time just for this contest.   

It took less than 15 seconds for me to answer the first question using a manual process.  A bit longer to answer the second.  I believe I answered all of the questions correctly but it was truly a manual process.  Sort of like using Google hacking to solve a problem (which is something I do quite a bit) excpet in this case my GOOGLE was Wireshark and my Internet was the packet capture.

I also use manual processes to perform other similar forensics for my job.  Like configuring a filter and observing firewall traffic for a client PC to determine why a web page fails to load (nonstandard port).  Or using &quot;netstat&quot; to observe Internet connections of a stealth virus using a rootkit to mask itself. 

While I agree that having automated tools helps, not everyone can create this type of solution.</description>
		<content:encoded><![CDATA[<p>Sherri,</p>
<p>Unfortunately not all of  us can code and not all of us have a budget to buy commercial software to do this work for us.  Before attempting this contest I had reviewed Wireshark in operation but had not actually used it.  I loaded it on my own computer for the first time just for this contest.   </p>
<p>It took less than 15 seconds for me to answer the first question using a manual process.  A bit longer to answer the second.  I believe I answered all of the questions correctly but it was truly a manual process.  Sort of like using Google hacking to solve a problem (which is something I do quite a bit) excpet in this case my GOOGLE was Wireshark and my Internet was the packet capture.</p>
<p>I also use manual processes to perform other similar forensics for my job.  Like configuring a filter and observing firewall traffic for a client PC to determine why a web page fails to load (nonstandard port).  Or using &#8220;netstat&#8221; to observe Internet connections of a stealth virus using a rootkit to mask itself. </p>
<p>While I agree that having automated tools helps, not everyone can create this type of solution.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
