<?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 for Network Forensics Blog</title>
	<atom:link href="http://www.networkforensics.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.networkforensics.com</link>
	<description></description>
	<lastBuildDate>Fri, 14 Oct 2011 02:22:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>Comment on Using WinDbg to Begin Reverse Engineering Unknown Malware from Memory by Curt Wilson</title>
		<link>http://www.networkforensics.com/forensics-and-reverse-engineering-series/using-windbg-to-begin-reverse-engineering-unknown-malware-from-memory/comment-page-1/#comment-1016</link>
		<dc:creator>Curt Wilson</dc:creator>
		<pubDate>Fri, 14 Oct 2011 02:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkforensics.com/?page_id=837#comment-1016</guid>
		<description>Nice work Gary! This does look like TDL4 and this blog entry is the first example I&#039;ve found via google after obtaining a sample of what&#039;s supposedly a new variant. The strings you found were from the config file that&#039;s contained in TDL&#039;s own file system. Got the MD5 of this malware and the date that it was found? Also, it may been useful to use the foremost utility for carving out PE&#039;s from data streams, disk dumps, etc. which I found to be a major time saver as it was able to re-assemble and dump the PE file very quickly without the need for any sort of manual calculation. Thanks</description>
		<content:encoded><![CDATA[<p>Nice work Gary! This does look like TDL4 and this blog entry is the first example I&#8217;ve found via google after obtaining a sample of what&#8217;s supposedly a new variant. The strings you found were from the config file that&#8217;s contained in TDL&#8217;s own file system. Got the MD5 of this malware and the date that it was found? Also, it may been useful to use the foremost utility for carving out PE&#8217;s from data streams, disk dumps, etc. which I found to be a major time saver as it was able to re-assemble and dump the PE file very quickly without the need for any sort of manual calculation. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using WinDbg to Begin Reverse Engineering Unknown Malware from Memory by David</title>
		<link>http://www.networkforensics.com/2011/06/13/using-windbg-to-begin-reverse-engineering-unknown-malware-from-memory/comment-page-1/#comment-1008</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 19 Aug 2011 21:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkforensics.com/?p=788#comment-1008</guid>
		<description>Great 2 part series.  Very interesting using Mutexes to find rootkits. I would love to see part 3 and reverse engineer a new Malware variant.</description>
		<content:encoded><![CDATA[<p>Great 2 part series.  Very interesting using Mutexes to find rootkits. I would love to see part 3 and reverse engineer a new Malware variant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kneber Update by Eddie</title>
		<link>http://www.networkforensics.com/2010/02/19/kneber-update/comment-page-1/#comment-1000</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Sun, 24 Jul 2011 12:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkforensics.com/?p=207#comment-1000</guid>
		<description>There&#039;s a terirfic amount of knowledge in this article!</description>
		<content:encoded><![CDATA[<p>There&#8217;s a terirfic amount of knowledge in this article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mutex Analysis: The Canary in the Coal Mine (and Discovering New Families of Malware?) by Frankie</title>
		<link>http://www.networkforensics.com/forensics-and-reverse-engineering-series/mutex-analysis-the-canary-in-the-coal-mine-and-discovering-new-families-of-malware/comment-page-1/#comment-999</link>
		<dc:creator>Frankie</dc:creator>
		<pubDate>Sat, 23 Jul 2011 16:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkforensics.com/?page_id=841#comment-999</guid>
		<description>Agree Mutux is important in analyzing malware, especially for quick identification and locating the malware.</description>
		<content:encoded><![CDATA[<p>Agree Mutux is important in analyzing malware, especially for quick identification and locating the malware.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using WinDbg to Begin Reverse Engineering Unknown Malware from Memory by Gary Golomb</title>
		<link>http://www.networkforensics.com/forensics-and-reverse-engineering-series/using-windbg-to-begin-reverse-engineering-unknown-malware-from-memory/comment-page-1/#comment-984</link>
		<dc:creator>Gary Golomb</dc:creator>
		<pubDate>Tue, 28 Jun 2011 12:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkforensics.com/?page_id=837#comment-984</guid>
		<description>Hey test - There&#039;s actually two ways to automate this. Well, one and a half. ;-) The least elegant way is to write something to manually carve PE files from DMP files. I actually started working on a quick tool over the weekend to do this and had planned on posting it Sunday night, but realized WinDbg takes care of alignment magic for you that I have to deal with when manually parsing DMP files (and need to fix in the tool).

Anyways, this should probably be done is using WinDbg scripts. I&#039;ll try to post one as a follow-on to this post. Here&#039;s some good info about scripting in WinDbg: http://www.dumpanalysis.org/WCDA/WCDA-Sample-Chapter.pdf

Also, slightly off-topic, here&#039;s a very cool trick for using WinDbg that shows just how much you can do with it. http://www.dumpanalysis.org/blog/index.php/2008/09/18/cmdtreetxt-for-cda-checklist/</description>
		<content:encoded><![CDATA[<p>Hey test &#8211; There&#8217;s actually two ways to automate this. Well, one and a half. <img src='http://www.networkforensics.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  The least elegant way is to write something to manually carve PE files from DMP files. I actually started working on a quick tool over the weekend to do this and had planned on posting it Sunday night, but realized WinDbg takes care of alignment magic for you that I have to deal with when manually parsing DMP files (and need to fix in the tool).</p>
<p>Anyways, this should probably be done is using WinDbg scripts. I&#8217;ll try to post one as a follow-on to this post. Here&#8217;s some good info about scripting in WinDbg: <a href="http://www.dumpanalysis.org/WCDA/WCDA-Sample-Chapter.pdf" rel="nofollow">http://www.dumpanalysis.org/WCDA/WCDA-Sample-Chapter.pdf</a></p>
<p>Also, slightly off-topic, here&#8217;s a very cool trick for using WinDbg that shows just how much you can do with it. <a href="http://www.dumpanalysis.org/blog/index.php/2008/09/18/cmdtreetxt-for-cda-checklist/" rel="nofollow">http://www.dumpanalysis.org/blog/index.php/2008/09/18/cmdtreetxt-for-cda-checklist/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using WinDbg to Begin Reverse Engineering Unknown Malware from Memory by test</title>
		<link>http://www.networkforensics.com/forensics-and-reverse-engineering-series/using-windbg-to-begin-reverse-engineering-unknown-malware-from-memory/comment-page-1/#comment-983</link>
		<dc:creator>test</dc:creator>
		<pubDate>Tue, 28 Jun 2011 05:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkforensics.com/?page_id=837#comment-983</guid>
		<description>Yes very interesting. I wish there was a way to do this type of thing automatically.</description>
		<content:encoded><![CDATA[<p>Yes very interesting. I wish there was a way to do this type of thing automatically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mutex Analysis: The Canary in the Coal Mine (and Discovering New Families of Malware?) by Fitblip</title>
		<link>http://www.networkforensics.com/forensics-and-reverse-engineering-series/mutex-analysis-the-canary-in-the-coal-mine-and-discovering-new-families-of-malware/comment-page-1/#comment-982</link>
		<dc:creator>Fitblip</dc:creator>
		<pubDate>Wed, 22 Jun 2011 22:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkforensics.com/?page_id=841#comment-982</guid>
		<description>Nice stuff! Very clear about a lot of functionality in tools that I use all the time (and some I haven&#039;t, but will start) :)</description>
		<content:encoded><![CDATA[<p>Nice stuff! Very clear about a lot of functionality in tools that I use all the time (and some I haven&#8217;t, but will start) <img src='http://www.networkforensics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using WinDbg to Begin Reverse Engineering Unknown Malware from Memory by Thomas</title>
		<link>http://www.networkforensics.com/forensics-and-reverse-engineering-series/using-windbg-to-begin-reverse-engineering-unknown-malware-from-memory/comment-page-1/#comment-981</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Wed, 22 Jun 2011 20:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkforensics.com/?page_id=837#comment-981</guid>
		<description>Thanks for the read, very interesting.</description>
		<content:encoded><![CDATA[<p>Thanks for the read, very interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using WinDbg to Begin Reverse Engineering Unknown Malware from Memory by Juan</title>
		<link>http://www.networkforensics.com/2011/06/13/using-windbg-to-begin-reverse-engineering-unknown-malware-from-memory/comment-page-1/#comment-979</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Tue, 21 Jun 2011 21:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkforensics.com/?p=788#comment-979</guid>
		<description>again awesome write up.... can i come work with you... i swear if i didnt have bills to pay i come work for free =)</description>
		<content:encoded><![CDATA[<p>again awesome write up&#8230;. can i come work with you&#8230; i swear if i didnt have bills to pay i come work for free =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mutex Analysis: The Canary in the Coal Mine (and Discovering New Families of Malware?) by Juan</title>
		<link>http://www.networkforensics.com/2011/06/11/mutex-analysis-the-canary-in-the-coal-mine-and-discovering-new-families-of-malware/comment-page-1/#comment-978</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Tue, 21 Jun 2011 21:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkforensics.com/?p=755#comment-978</guid>
		<description>Gary I always enjoy your post man! so full of resources and love how you take  the time to go step by step as much as you can. To be honest i dont care if you have 30pages.. ill read them. Great talk at thotcon btw.. i was there.</description>
		<content:encoded><![CDATA[<p>Gary I always enjoy your post man! so full of resources and love how you take  the time to go step by step as much as you can. To be honest i dont care if you have 30pages.. ill read them. Great talk at thotcon btw.. i was there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

