<?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: Puzzle #5: Ms. Moneymany&#8217;s Mysterious Malware</title>
	<atom:link href="http://forensicscontest.com/2010/04/01/ms-moneymanys-mysterious-malware/feed" rel="self" type="application/rss+xml" />
	<link>http://forensicscontest.com/2010/04/01/ms-moneymanys-mysterious-malware</link>
	<description></description>
	<lastBuildDate>Sat, 22 Oct 2011 00:14:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ingeniowerks Security &#187; Ms. Moneymany’s Mysterious Malware</title>
		<link>http://forensicscontest.com/2010/04/01/ms-moneymanys-mysterious-malware/comment-page-1#comment-2223</link>
		<dc:creator>Ingeniowerks Security &#187; Ms. Moneymany’s Mysterious Malware</dc:creator>
		<pubDate>Sat, 22 Oct 2011 00:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://forensicscontest.com/?p=524#comment-2223</guid>
		<description>[...] Analysis Challenge to Strengthen Your Skills. The challenge is actually a modified version of the Ms. Moneymany&#8217;s Mysterious Malware puzzle with additional malware analysis questions. So, here we [...]</description>
		<content:encoded><![CDATA[<p>[...] Analysis Challenge to Strengthen Your Skills. The challenge is actually a modified version of the Ms. Moneymany&#8217;s Mysterious Malware puzzle with additional malware analysis questions. So, here we [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G</title>
		<link>http://forensicscontest.com/2010/04/01/ms-moneymanys-mysterious-malware/comment-page-1#comment-566</link>
		<dc:creator>G</dc:creator>
		<pubDate>Fri, 04 Jun 2010 00:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://forensicscontest.com/?p=524#comment-566</guid>
		<description>Dave,

Now contest is over, I can explain. When you check tcp follow stream option in wireshark, you can see there are few bytes before MZ starts and also at the end there are few extra bytes. 
I think foremost check header bytes MZ only to extract exe file. 
I think there are 2 ways you can use, manually if you want to carve then you can calculate length of PE file based on PE file structure and second can be run some tool which can create fake client/server request/response that way you can actually download exact pe file.

G</description>
		<content:encoded><![CDATA[<p>Dave,</p>
<p>Now contest is over, I can explain. When you check tcp follow stream option in wireshark, you can see there are few bytes before MZ starts and also at the end there are few extra bytes.<br />
I think foremost check header bytes MZ only to extract exe file.<br />
I think there are 2 ways you can use, manually if you want to carve then you can calculate length of PE file based on PE file structure and second can be run some tool which can create fake client/server request/response that way you can actually download exact pe file.</p>
<p>G</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://forensicscontest.com/2010/04/01/ms-moneymanys-mysterious-malware/comment-page-1#comment-539</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 24 May 2010 00:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://forensicscontest.com/?p=524#comment-539</guid>
		<description>Thanks Ed, 

Gave that a shot and still no go.  Could be a cross-platform issue, or god knows what.  I&#039;m just glad to be on the lookout for it from now on :)  

I&#039;ll dig into it some more when I have time, but thank you all for your suggestions.

Dave</description>
		<content:encoded><![CDATA[<p>Thanks Ed, </p>
<p>Gave that a shot and still no go.  Could be a cross-platform issue, or god knows what.  I&#8217;m just glad to be on the lookout for it from now on <img src='http://forensicscontest.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   </p>
<p>I&#8217;ll dig into it some more when I have time, but thank you all for your suggestions.</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://forensicscontest.com/2010/04/01/ms-moneymanys-mysterious-malware/comment-page-1#comment-530</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Thu, 20 May 2010 10:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://forensicscontest.com/?p=524#comment-530</guid>
		<description>Dave,

If you export chunked data from wireshark to unchunk later with another tool, try to export as ASCII and not as raw content.</description>
		<content:encoded><![CDATA[<p>Dave,</p>
<p>If you export chunked data from wireshark to unchunk later with another tool, try to export as ASCII and not as raw content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://forensicscontest.com/2010/04/01/ms-moneymanys-mysterious-malware/comment-page-1#comment-529</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 19 May 2010 17:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://forensicscontest.com/?p=524#comment-529</guid>
		<description>For those that are interested, I was using foremost to extract the exe from a raw chuck exported out of Wireshark.  For some reason, this introduced corruption.  Using Network Miner, the exe had no issues being unpacked. 

This is peculiar to say the least, as the the header and footer of the exe are identical with the corrupted and correct versions.  Guess the foremost  just fell down in this instance.</description>
		<content:encoded><![CDATA[<p>For those that are interested, I was using foremost to extract the exe from a raw chuck exported out of Wireshark.  For some reason, this introduced corruption.  Using Network Miner, the exe had no issues being unpacked. </p>
<p>This is peculiar to say the least, as the the header and footer of the exe are identical with the corrupted and correct versions.  Guess the foremost  just fell down in this instance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://forensicscontest.com/2010/04/01/ms-moneymanys-mysterious-malware/comment-page-1#comment-527</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 19 May 2010 12:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://forensicscontest.com/?p=524#comment-527</guid>
		<description>Winter, G

Thanks for the replies.  Now that the contest is over, I can say that I extracted with both foremost and manually.   A hexdump shows UPX packing with version 3.0.1.  I&#039;ll take a look at the solution once posted and retrace my steps.  Thanks again.</description>
		<content:encoded><![CDATA[<p>Winter, G</p>
<p>Thanks for the replies.  Now that the contest is over, I can say that I extracted with both foremost and manually.   A hexdump shows UPX packing with version 3.0.1.  I&#8217;ll take a look at the solution once posted and retrace my steps.  Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G</title>
		<link>http://forensicscontest.com/2010/04/01/ms-moneymanys-mysterious-malware/comment-page-1#comment-517</link>
		<dc:creator>G</dc:creator>
		<pubDate>Fri, 14 May 2010 16:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://forensicscontest.com/?p=524#comment-517</guid>
		<description>I have successfully extracted executable from pcap...and there is no checksum error while using appropriate unpacker.</description>
		<content:encoded><![CDATA[<p>I have successfully extracted executable from pcap&#8230;and there is no checksum error while using appropriate unpacker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Winter</title>
		<link>http://forensicscontest.com/2010/04/01/ms-moneymanys-mysterious-malware/comment-page-1#comment-514</link>
		<dc:creator>Winter</dc:creator>
		<pubDate>Fri, 14 May 2010 03:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://forensicscontest.com/?p=524#comment-514</guid>
		<description>@Dave:

I had no problems unpacking it.

I&#039;d look at how you&#039;re extracting it from the pcap file, if you&#039;re positive that you are extracting it correctly then you are probably using the wrong unpacker or a 3rd party unpacker.</description>
		<content:encoded><![CDATA[<p>@Dave:</p>
<p>I had no problems unpacking it.</p>
<p>I&#8217;d look at how you&#8217;re extracting it from the pcap file, if you&#8217;re positive that you are extracting it correctly then you are probably using the wrong unpacker or a 3rd party unpacker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://forensicscontest.com/2010/04/01/ms-moneymanys-mysterious-malware/comment-page-1#comment-511</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 13 May 2010 04:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://forensicscontest.com/?p=524#comment-511</guid>
		<description>I can extract the executable from the pcap, but get checksum errors when using the appropriate unpacker.  Anyone else having this issue?</description>
		<content:encoded><![CDATA[<p>I can extract the executable from the pcap, but get checksum errors when using the appropriate unpacker.  Anyone else having this issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lenny Zeltser</title>
		<link>http://forensicscontest.com/2010/04/01/ms-moneymanys-mysterious-malware/comment-page-1#comment-363</link>
		<dc:creator>Lenny Zeltser</dc:creator>
		<pubDate>Sun, 04 Apr 2010 01:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://forensicscontest.com/?p=524#comment-363</guid>
		<description>oxff: You&#039;re welcome to use whichever approach you feel most comfortable with. However, I think performing static analysis of the dropped executable is not the easiest way to answer question #7.</description>
		<content:encoded><![CDATA[<p>oxff: You&#8217;re welcome to use whichever approach you feel most comfortable with. However, I think performing static analysis of the dropped executable is not the easiest way to answer question #7.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

