<?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: Second Network Forensics Contest</title>
	<atom:link href="http://blog.kiddaland.net/2009/11/second-network-forensics-contest/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kiddaland.net/2009/11/second-network-forensics-contest/</link>
	<description>Some useless talk mixed with hopefully interesting points every now and then</description>
	<lastBuildDate>Thu, 15 Jul 2010 14:48:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: kiddi</title>
		<link>http://blog.kiddaland.net/2009/11/second-network-forensics-contest/comment-page-1/#comment-1739</link>
		<dc:creator>kiddi</dc:creator>
		<pubDate>Mon, 21 Dec 2009 12:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kiddaland.net/?p=151#comment-1739</guid>
		<description>Thank you for this, and thanks for the point about argus, I will keep that in mind in the next contest ;)</description>
		<content:encoded><![CDATA[<p>Thank you for this, and thanks for the point about argus, I will keep that in mind in the next contest <img src='http://blog.kiddaland.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OE</title>
		<link>http://blog.kiddaland.net/2009/11/second-network-forensics-contest/comment-page-1/#comment-1687</link>
		<dc:creator>OE</dc:creator>
		<pubDate>Fri, 18 Dec 2009 17:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kiddaland.net/?p=151#comment-1687</guid>
		<description>Hi Kristinn,

  As usual, your solution is more elegant than mine :)  I just wanted to point out a small improvement.  Your tcpdump commands don\&#039;t extract all the source and destination IPs.  For example, 192.168.1.10 is both a source and a destination IP.  Argus is a lot better in things like this.  To get the source IPs:

$ racluster -m saddr -s saddr -r evidence02.ra &#124; sort -n &#124; uniq
      192.168.1.10
     192.168.1.159
       192.168.1.2
      192.168.1.30

To get the destination IPs:

$ racluster -m daddr -s daddr -r evidence02.ra &#124; sort -n &#124; uniq
         10.1.1.20
     64.12.102.142
      192.168.1.10
     192.168.1.159
     192.168.1.255
      192.168.1.30

HTH :)</description>
		<content:encoded><![CDATA[<p>Hi Kristinn,</p>
<p>  As usual, your solution is more elegant than mine <img src='http://blog.kiddaland.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I just wanted to point out a small improvement.  Your tcpdump commands don\&#8217;t extract all the source and destination IPs.  For example, 192.168.1.10 is both a source and a destination IP.  Argus is a lot better in things like this.  To get the source IPs:</p>
<p>$ racluster -m saddr -s saddr -r evidence02.ra | sort -n | uniq<br />
      192.168.1.10<br />
     192.168.1.159<br />
       192.168.1.2<br />
      192.168.1.30</p>
<p>To get the destination IPs:</p>
<p>$ racluster -m daddr -s daddr -r evidence02.ra | sort -n | uniq<br />
         10.1.1.20<br />
     64.12.102.142<br />
      192.168.1.10<br />
     192.168.1.159<br />
     192.168.1.255<br />
      192.168.1.30</p>
<p>HTH <img src='http://blog.kiddaland.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franck GUENICHOT</title>
		<link>http://blog.kiddaland.net/2009/11/second-network-forensics-contest/comment-page-1/#comment-1180</link>
		<dc:creator>Franck GUENICHOT</dc:creator>
		<pubDate>Fri, 27 Nov 2009 13:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kiddaland.net/?p=151#comment-1180</guid>
		<description>Really nice ! Good job !
Please, don&#039;t win this one too :-)

Your analysis is very detailled and really interesting.
 
Feel free to read my own solution :http://malphx.free.fr/dotclear/index.php?post/2009/11/24/Network-forensics-contest-Puzzle2%3A-my-solution

Good luck.</description>
		<content:encoded><![CDATA[<p>Really nice ! Good job !<br />
Please, don&#8217;t win this one too <img src='http://blog.kiddaland.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Your analysis is very detailled and really interesting.</p>
<p>Feel free to read my own solution :http://malphx.free.fr/dotclear/index.php?post/2009/11/24/Network-forensics-contest-Puzzle2%3A-my-solution</p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
