<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Lvdeijk&#039;s Blog</title>
	<atom:link href="http://lvdeijk.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lvdeijk.wordpress.com</link>
	<description>Random Security Rambling</description>
	<lastBuildDate>Sat, 13 Aug 2011 14:21:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lvdeijk.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/33c387e3bb82f2098dee08418eb76b32?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Lvdeijk&#039;s Blog</title>
		<link>http://lvdeijk.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lvdeijk.wordpress.com/osd.xml" title="Lvdeijk&#039;s Blog" />
	<atom:link rel='hub' href='http://lvdeijk.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Identifying unknown files by using fuzzy hashing</title>
		<link>http://lvdeijk.wordpress.com/2011/07/25/identifying-unknown-files-by-using-fuzzy-hashing/</link>
		<comments>http://lvdeijk.wordpress.com/2011/07/25/identifying-unknown-files-by-using-fuzzy-hashing/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 16:54:59 +0000</pubDate>
		<dc:creator>lvdeijk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lvdeijk.wordpress.com/?p=143</guid>
		<description><![CDATA[Identifying unknown files by using fuzzy hashing Over the last couple of years I have captured about 2 gigabytes of malware using the Dionaea honeypot. Analysing and identifying those files can mostly be done by sites as Virustotal, Anubis or CWsandbox. By modifying the ihandler section in the dionaea.conf this can be done fully automated. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lvdeijk.wordpress.com&amp;blog=10540164&amp;post=143&amp;subd=lvdeijk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p id="internal-source-marker_0.7577599096002441" dir="ltr">Identifying unknown files by using fuzzy hashing</p>
<p>Over the last couple of years I have captured about 2 gigabytes of malware using the <a href="http://dionaea.carnivore.it/">Dionaea</a> honeypot. Analysing and identifying those files can mostly be done by sites as <a href="http://www.virustotal.com/">Virustotal</a>, <a href="http://anubis.iseclab.org/">Anubis</a> or <a href="http://mwanalysis.org/">CWsandbox</a>. By modifying the ihandler section in the dionaea.conf this can be done fully automated.<br />
Every now and then even these excellent analysis sites come up with nothing. No result or whatsoever. This could be because its a brand new sample of malware which simply isn&#8217;t recognised yet or it is a morphed sample of a known and existing one.</p>
<p>There still is a method to determine what kind of malware the file represent. This method is called fuzzy hashing. The technique finds its origin in spam filtering (<a href="http://samba.org/ftp/unpacked/junkcode/spamsum/">spamsum</a>)<br />
From the README file:</p>
<p>“spamsum is a tool for generating and testing signatures on files.  The signature is designed to be particularly suitable for producing a result that can be used to compare two emails and see if they are &#8216;similar&#8217;. This can provide the core of a SPAM detection system.</p>
<p>The algorithms in spamsum are in two parts. The first part generates a signature which is encoded as a string of ascii characters less than 72 characters long. The second part takes a new signature and a database of existing signatures (actually just a text file with one<br />
signature per line) and finds the existing signature that best matches the new signature. A match result in the range of 0 to 100 is generated, where 100 is a perfect match and 0 is a complete mismatch.”</p>
<p>A similar tool based on spamsum is <a href="http://www.forensicswiki.org/wiki/Ssdeep">SsDeep</a> maintained by <a href="http://www.forensicswiki.org/wiki/Jesse_Kornblum">Jesse Kornblum</a> (if you google for it, a link to a sourceforge page shows up. This site is down on the time of writing this text but there are ubuntu packages available in the ubuntu package-tree. So a apt-get install ssdeep should do the trick ).</p>
<p>So this can be done for unrecognized malware as well. By generating a hash from the alleged malware, we can compare it against the 2 gigabyte collection already caught and identified malware.</p>
<p>By using ./ssdeep -lr 11a1f1acc4ed824dc1e332ce8c2fd50e &gt; testhash</p>
<p>you generate a file that looks like this:<br />
ssdeep,1.0&#8211;blocksize:hash:hash,filename<br />
3072:GiSkUYBQgZ+z1vezLPVr7Qe4lAtWhazqiatiPiHpOKeXmPFYZK/z:Gi3BBZ+5v0LtQx+tQauieHAXCFycz,&#8221;11a1f1acc4ed824dc1e332ce8c2fd50e&#8221;</p>
<p>So if we do: ./ssdeep -lrm testhash .</p>
<p>snip<br />
./3a74bc105edfe54445d1fca28cc4f542 matches testhash:11a1f1acc4ed824dc1e332ce8c2fd50e (99)<br />
./556b6807d33ebfe2ec95f3598e168f62 matches testhash:11a1f1acc4ed824dc1e332ce8c2fd50e (85)<br />
./daf46feccab82f6c86daae4f366bfbe1 matches testhash:11a1f1acc4ed824dc1e332ce8c2fd50e (75)<br />
./3bcd999965892aea89be5606f6811bfa matches testhash:11a1f1acc4ed824dc1e332ce8c2fd50e (69)<br />
./33a91a9ed61fe8f59190f4d73791bf06 matches testhash:11a1f1acc4ed824dc1e332ce8c2fd50e (82)<br />
./525fc4565d588c11a5b56aaf4f3c7a12 matches testhash:11a1f1acc4ed824dc1e332ce8c2fd50e (99)<br />
./fead84c5df2e585749a8da2ce583c926 matches testhash:11a1f1acc4ed824dc1e332ce8c2fd50e (99)<br />
/snip</p>
<p>So for example, if we take out the last result “fead84c5df2e585749a8da2ce583c926” and run a clamscan against it, we come up with the following result:</p>
<p>fead84c5df2e585749a8da2ce583c926: <a href="http://www.threatexpert.com/report.aspx?md5=fead84c5df2e585749a8da2ce583c926">Worm.Kido-175 FOUND</a></p>
<p>Where daf46feccab82f6c86daae4f366bfbe1 seems to match with Worm.Kido-268 FOUND. Another variant from the same malware family.</p>
<p>We we can safely assume that the file is for 99 percent the same as “11a1f1acc4ed824dc1e332ce8c2fd50e” and is a variant of Kido-175<br />
Probably the same malware has been identified under different names. So, to be sure we have identified it correctly, we can also match it to other 99% matches in the list, e.g. &#8220;3a74bc105edfe54445d1fca28cc4f542&#8243;.</p>
<p>To sum up: All matches seem to indicate that this particular piece of malware is _some_ variant of Kido. Possibly a new incarnation. Even if we can&#8217;t pinpoint which type it is exactly, we still can make some educated guesses as to the family and its dangers. Knowing what a certain malware tends to do (e.g. it tries to find a C&amp;C server for further instructions) we can assess the potential threat this piece of malware poses. If all connections to C&amp;C servers are blocked (because all known C&amp;C are filtered and the usual IRC traffic blocked) an infection with this type of malware doesn&#8217;t immediately mean a widespread breakout or data-leakage.</p>
<p>So, even if the md5 checksums don&#8217;t match, fuzzy hashing can come in handy to identify unknown and suspicious files.</p>
<p>Thanks Dennis Lemckert (@dlemckert) for helping me out on some grammar issues <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lvdeijk.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lvdeijk.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lvdeijk.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lvdeijk.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lvdeijk.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lvdeijk.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lvdeijk.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lvdeijk.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lvdeijk.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lvdeijk.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lvdeijk.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lvdeijk.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lvdeijk.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lvdeijk.wordpress.com/143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lvdeijk.wordpress.com&amp;blog=10540164&amp;post=143&amp;subd=lvdeijk&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://lvdeijk.wordpress.com/2011/07/25/identifying-unknown-files-by-using-fuzzy-hashing/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9fb98e93bfe411d4839eaae45c40668?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lvdeijk</media:title>
		</media:content>
	</item>
		<item>
		<title>Closing the loop</title>
		<link>http://lvdeijk.wordpress.com/2011/02/21/closing-the-loop/</link>
		<comments>http://lvdeijk.wordpress.com/2011/02/21/closing-the-loop/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 13:06:30 +0000</pubDate>
		<dc:creator>lvdeijk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lvdeijk.wordpress.com/?p=135</guid>
		<description><![CDATA[I am working with honeypots for some time now, and every now and then I get questions like “How are honeypots going to protect my network?” At first I would say “They won’t”. So, then what’s the use installing and maintaining one? Two major reasons: They can help you to understand how malware works and, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lvdeijk.wordpress.com&amp;blog=10540164&amp;post=135&amp;subd=lvdeijk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I  am working with honeypots for some time now, and every now and then I  get questions like “How are honeypots going to protect my network?” At  first I would say “They won’t”.<br />
So, then what’s the use installing and maintaining one? Two major reasons:</p>
<ul>
<li>They  can help you to understand how malware works and, by understanding  that, you can justify investments in defensive measures to your  management.</li>
<li>They  do deliver more results than knowledge alone. They actually catch stuff  and stuff caught by them can be used as input for the systems which are  installed as the defensive line.</li>
</ul>
<h2>An example</h2>
<p>I’ve written before about the <a href="http://dionaea.carnivore.it/">Dionaea</a> honeypot (made by Markus Koetter). I’ve also talked about it in <a href="http://www.eurotrashsecurity.eu/episodes/eurotrash.xml">various</a> <a href="http://aluc.tv/?page_id=11">podcasts</a>.  It emulates known Microsoft OS weaknesses. By “playing along” with the  offered malware, one can actually obtain a copy from the attacking  malware, because Dionaea logs everything and saves everything it gets  chucked at.<br />
So, you have a live sample caught from the wires using the dionaea honeypot. Now what? First of all, be careful with it. It is live malware after all. So do take protective measures.</p>
<ul>
<li>NEVER work in the production environment.</li>
<li>Use Airgaps whenever possible.</li>
<li>Use  virtual environments whenever possible. (yes, I know there’s malware  out there which specifically looks if it’s running in a virtual  environment to prevent detection. I’m still trying to figure out how to  get at those without running on bare iron.)</li>
</ul>
<p>By  editing the dionaea.conf file (/opt/dionaea/etc/dionaea/) Dionaea gan  be directed to submit the malware automatically to different analysis  sites like, for instance, <a href="http://anubis.iseclab.org/">Anubis</a> or<a href="http://www.sunbeltsecurity.com/sandbox/"> CWsandbox</a>. And when you subscribe to <a href="http://www.virustotal.com/">Virustotal</a> for an account, you get your own identifying key. Putting that key in  dionaea.conf file will upload the malware files to Virustotal for  antivirus vendor detection. There are also some other good documented  API’s for automated uploads and analysis to be used.</p>
<h2>A realization</h2>
<p>The  files saved by the Dionaea honeypot are malware. They don&#8217;t hit the  honeypot by accident, one can be sure about that because the Dionaea  system doesn’t do anything useful for any person. So, as stated above:  any and all bitstreams picked up by Dionaea is either malware or junk.  Junk gets chucked out, malware gets saved. But with all the variants of  malware (usually <a href="http://en.wikipedia.org/wiki/Portable_Executable">pe32</a> files) and the measures taken to obfuscate them (e.g. Packing), it  could be that only one or two AV vendors registered at Virustotal  actually recognise the files as potential malware.</p>
<table>
<col width="*"></col>
<col width="*"></col>
<tbody>
<tr>
<td>To get an idea, a real live VirusTotal example:</td>
<td>And after two days:</td>
</tr>
<tr>
<td>File name: app.exe<br />
Submission date: 2011-02-15 13:42:07 (UTC)<br />
Current status: finished<br />
Result: 1 /43 (2.3%)</td>
<td>File name: winfixer.exe<br />
Submission date: 2011-02-17 16:02:45 (UTC)<br />
Current status: finished<br />
Result: 25 /43 (58.1%)</td>
</tr>
</tbody>
</table>
<p>As  you can see it took two whole days for the malware to be detected by 25  out of 43 AV vendors. The MD5 checksum for the malware is  ca86f875c2a85f72a315e61bb784a91c so you can look it up.<br />
It  is good practise to use more than just one AV product. But even if you  use more than one, there’s always a timegap in which malware stays under  the radar, leaving your infrastructure vulnerable for that particular  nasty piece of code. Let’s call this code “0day Malware”. Malware which  is out there, but isn’t recognized (yet).</p>
<p>One  of the very first CERT teams (CERT/CC) have documented all their  experiences in so-called “Best practises”. They have defined 17  services, or processes a CERT team could (or perhaps even should) have  in place to become successfull. A few of those services describe <a href="http://www.cert.org/archive/pdf/csirt-handbook.pdf%20">Protect Infrastructure, Detection of Events, Vulnerability Management, and Artifact Analysis</a>.<br />
Here,  Dionaea is used for both the catching of the malware and the analysis  (Artifact Analysis). Having the malware at hand doesn’t help you with  Vulnerability Management, yet. It also doesn’t help you with the Protect  Infrastructure bit, or the Detection of Events. That’s what the AV is  for, right?<br />
But,  what if one not only has a piece of malware at hand, but actually feeds  it back into the defensive mechanisms already in place? What if that  nasty code can be fed to the AV?</p>
<h2>Closing the loop</h2>
<p>While  an interesting question in and of itself, one usually hears a standard  response: “That’s why you feed it to VirusTotal. That’s where the AV  vendors get their signal from that something new has been detected”.  True though it might be, we still see a timegap between the moment a  piece of malware is found and the time it’s recognized by AV products.  Then there’s a timegap between the actual recognition and the update,  delivered by said AV vendor.<br />
When  one looks at aforementioned processes, described by CERT/CC, one can  see it’s possible to create a feedback-loop. The outcome of the process  can be fed back into itself.<br />
In this particular case, the malware found by Dionaea (in the Artifact Analysis stage) can be fed back at two stages:</p>
<ul>
<li>By  updating the AV products already in place. This should be done even  without a security organization in place. Just common knowledge and  regular management. This has a potential timegap though.</li>
<li>By  declaring the unknowns being Malware (which it has to be, considering  it’s dropped on a Honeypot, remember?) and feeding said malware into the  AV products by a custom process.</li>
</ul>
<p>This effectively closes the loop between signalling the malware and the AV vendor&#8217;s update.</p>
<h2>A Possibility</h2>
<p>The free AV<a href="http://www.clamav.net/lang/en/"> ClamAV</a> comes with a interesting tool called “<a href="http://www.clamav.net/doc/latest/signatures.pdf">Sigtool</a>”  wich allows you to generate your own signatures. The easiest way to  create signatures for ClamAV is to use MD5 checksums. However this  method can be only used against static malware. To create a signature  for test.exe use the &#8211;md5 option of sigtool:</p>
<p>sigtool &#8211;md5 test.exe &gt; test.hdb<br />
cat test.hdb<br />
48c4533230e1ae1c118c741c0db19dfb:17387:test.exe</p>
<p>Of course: if you’re adding extra signatures to your .hdb file, use &gt;&gt; in stead of &gt;</p>
<p>That’s  it! The signature is ready for use. Copy the .hdb file to the location  (in my case /var/lib/clamav/) where the main.cvd and daily.cvd folder  and test.exe will be recognised and blocked.<br />
Clamscan will produce output like this:</p>
<p>clamscan test.exe<br />
test.exe: test.exe FOUND</p>
<p>&#8212;&#8212;&#8212;&#8211; SCAN SUMMARY &#8212;&#8212;&#8212;&#8211;<br />
Known viruses: 1<br />
Scanned directories: 0<br />
Engine version: 0.92.1<br />
Scanned files: 1<br />
Infected files: 1<br />
Data scanned: 0.02 MB<br />
Time: 0.024 sec (0 m 0 s)</p>
<p>ClamAV now detects unknown malware!<br />
ClamAV  is also known for its ability to scan email for malware. By using this  tool you can effectively protect your infrastructure from 0day Malware.  Of course, there are more ways and methods to generate your own  signatures. These methods are well described in the Sigtool  documentation.</p>
<h2>Summary</h2>
<p>So,  in this case I used Dionaea results, combined with the sigtool from  ClamAV to take extra protective measures. Even if major AV vendors don&#8217;t  detect the malware (yet), my system gets nervous anyway and raises the  alarm. I’ve closed the loop in my processes and improved the defense of  my infrastructure.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lvdeijk.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lvdeijk.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lvdeijk.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lvdeijk.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lvdeijk.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lvdeijk.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lvdeijk.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lvdeijk.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lvdeijk.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lvdeijk.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lvdeijk.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lvdeijk.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lvdeijk.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lvdeijk.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lvdeijk.wordpress.com&amp;blog=10540164&amp;post=135&amp;subd=lvdeijk&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://lvdeijk.wordpress.com/2011/02/21/closing-the-loop/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9fb98e93bfe411d4839eaae45c40668?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lvdeijk</media:title>
		</media:content>
	</item>
		<item>
		<title>2010 in review</title>
		<link>http://lvdeijk.wordpress.com/2011/01/02/2010-in-review/</link>
		<comments>http://lvdeijk.wordpress.com/2011/01/02/2010-in-review/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 09:43:35 +0000</pubDate>
		<dc:creator>lvdeijk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lvdeijk.wordpress.com/?p=131</guid>
		<description><![CDATA[The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here&#8217;s a high level summary of its overall blog health: The Blog-Health-o-Meter™ reads This blog is doing awesome!. Crunchy numbers A Boeing 747-400 passenger jet can hold 416 passengers. This blog was viewed about 1,500 times in 2010. That&#8217;s about [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lvdeijk.wordpress.com&amp;blog=10540164&amp;post=131&amp;subd=lvdeijk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here&#8217;s a high level summary of its overall blog health:</p>
<p><img style="border:1px solid #ddd;background:#f5f5f5;padding:20px;" src="http://s0.wp.com/i/annual-recap/meter-healthy2.gif" alt="Healthy blog!" width="250" height="183" /></p>
<p>The <em>Blog-Health-o-Meter™</em> reads This blog is doing awesome!.</p>
<h2>Crunchy numbers</h2>
<p><a href="http://lvdeijk.files.wordpress.com/2009/11/figure6.png"><img style="max-height:230px;float:right;border:1px solid #ddd;background:#fff;margin:0 0 1em 1em;padding:6px;" src="http://lvdeijk.files.wordpress.com/2009/11/figure6.png?w=288" alt="Featured image" /></a></p>
<p>A Boeing 747-400 passenger jet can hold 416 passengers.  This blog was viewed about <strong>1,500</strong> times in 2010.  That&#8217;s about 4 full 747s.</p>
<p>&nbsp;</p>
<p>In 2010, there were <strong>4</strong> new posts, growing the total archive of this blog to 6 posts.</p>
<p>The busiest day of the year was January 29th with <strong>63</strong> views. The most popular post that day was <a style="color:#08c;" href="http://lvdeijk.wordpress.com/2010/01/29/using-metasploit-to-gain-access-and-migrate-to-another-process/">Using metasploit to gain access and migrate to another process</a>.</p>
<h2>Where did they come from?</h2>
<p>The top referring sites in 2010 were <strong>twitter.com</strong>, <strong>blog.infosanity.co.uk</strong>, <strong>bigextracash.com</strong>, <strong>infosanity.wordpress.com</strong>, and <strong>secuobs.com</strong>.</p>
<p>Some visitors came searching, mostly for <strong>lvdeijk</strong>, <strong>memory carving</strong>, <strong>foremost memory image</strong>, <strong>upload file to anubis sandbox commandline</strong>, and <strong>cipsonel</strong>.</p>
<h2>Attractions in 2010</h2>
<p>These are the posts and pages that got the most views in 2010.</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">1</div>
<p><a style="margin-right:10px;" href="http://lvdeijk.wordpress.com/2010/01/29/using-metasploit-to-gain-access-and-migrate-to-another-process/">Using metasploit to gain access and migrate to another process</a> <span style="color:#999;font-size:8pt;">January 2010</span></p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">2</div>
<p><a style="margin-right:10px;" href="http://lvdeijk.wordpress.com/2009/11/17/carving-malware-from-live-memory/">Carving malware from live memory</a> <span style="color:#999;font-size:8pt;">November 2009</span><br />
4 comments</p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">3</div>
<p><a style="margin-right:10px;" href="http://lvdeijk.wordpress.com/about/">About</a> <span style="color:#999;font-size:8pt;">November 2009</span></p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">4</div>
<p><a style="margin-right:10px;" href="http://lvdeijk.wordpress.com/2010/09/28/some-kippo-results/">Some kippo results</a> <span style="color:#999;font-size:8pt;">September 2010</span></p>
<div style="clear:left;float:left;font-size:24pt;line-height:1em;margin:-5px 10px 20px 0;">5</div>
<p><a style="margin-right:10px;" href="http://lvdeijk.wordpress.com/2010/02/02/e-mail-chainletters-hoaxes/">E-Mail chainletters &amp; Hoaxes</a> <span style="color:#999;font-size:8pt;">February 2010</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lvdeijk.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lvdeijk.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lvdeijk.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lvdeijk.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lvdeijk.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lvdeijk.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lvdeijk.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lvdeijk.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lvdeijk.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lvdeijk.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lvdeijk.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lvdeijk.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lvdeijk.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lvdeijk.wordpress.com/131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lvdeijk.wordpress.com&amp;blog=10540164&amp;post=131&amp;subd=lvdeijk&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://lvdeijk.wordpress.com/2011/01/02/2010-in-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9fb98e93bfe411d4839eaae45c40668?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lvdeijk</media:title>
		</media:content>

		<media:content url="http://s0.wp.com/i/annual-recap/meter-healthy2.gif" medium="image">
			<media:title type="html">Healthy blog!</media:title>
		</media:content>

		<media:content url="http://lvdeijk.files.wordpress.com/2009/11/figure6.png?w=288" medium="image">
			<media:title type="html">Featured image</media:title>
		</media:content>
	</item>
		<item>
		<title>Some kippo results</title>
		<link>http://lvdeijk.wordpress.com/2010/09/28/some-kippo-results/</link>
		<comments>http://lvdeijk.wordpress.com/2010/09/28/some-kippo-results/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 12:18:04 +0000</pubDate>
		<dc:creator>lvdeijk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lvdeijk.wordpress.com/?p=109</guid>
		<description><![CDATA[On the 23th of July I started with the SSH honeypot kippo. So after a good two months I decided to collect all the urls/locations those “1337 h4x0rs” are wgetting all their files from. (rootkits/ircbots/scanners) I came up with the following list: http://arhive.xp3.biz/.x/ (multiple times) http://r.o.o.t.hi2.ro/ pibo.com/.x/ http://smithboy.webs.com/scan/ http://smithboy.webs.com/emech/ http://y2khom3.evonet.ro/ http://eyesz.is-the-boss.com/ iuliseverin.go.ro/ (multiple times) http://linuxhk.webs.com/xxplex/ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lvdeijk.wordpress.com&amp;blog=10540164&amp;post=109&amp;subd=lvdeijk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On the 23th of July I started with the SSH honeypot <a href="http://code.google.com/p/kippo/">kippo</a>.  So after a good two months I decided to collect all the urls/locations  those “1337 h4x0rs” are wgetting all their files from.  (rootkits/ircbots/scanners)<br />
I came up with the following list:</p>
<ul>
<li>http://arhive.xp3.biz/.x/ (multiple times)</li>
<li> http://r.o.o.t.hi2.ro/</li>
<li> pibo.com/.x/</li>
<li> http://smithboy.webs.com/scan/</li>
<li> http://smithboy.webs.com/emech/</li>
<li>http://y2khom3.evonet.ro/</li>
<li>http://eyesz.is-the-boss.com/</li>
<li>iuliseverin.go.ro/ (multiple times)</li>
<li>http://linuxhk.webs.com/xxplex/</li>
<li>webmail.planetarium.com.br/~clayton/iadus/hide</li>
<li>http://mdtorrent.hi2.ro/upload/</li>
<li>blackdj.110mb.com/ (multiple times)</li>
<li>austryaku.110mb.com/</li>
<li>http://www.freewebs.com/iulianshooter/</li>
<li>http://pinky.clan.su/flood/ (multiple times)</li>
<li>freefun.do.am/ (multiple times)</li>
<li>http://teste.meister.tripod.com/</li>
<li>http://cake.do.am/ (multiple times)</li>
<li>www.iadus.hi2.ro/</li>
<li>http://clubhack.ucoz.org/ (multiple times)</li>
<li>freewebtown.com/baietzas/Arhive/</li>
<li>hurricane.home.ro</li>
<li>http://LinuxSyS.Webs.Com/ (multiple times)</li>
<li>http://www.packetstormsecurity.org/Crackers/ (legitimate site)</li>
<li>keylogger123.home.ro/</li>
<li>http://rohacker.ucoz.ru/ (multiple times)</li>
<li>kok.ucoz.de/ (multiple times)</li>
<li>http://freedphoto.com/~test/ (multiple times)</li>
<li>http://vladutz.110mb.com/trades/</li>
<li>chicktool.com/.x/others/</li>
<li>www.freewebtown.com/hotzu/altele/</li>
<li>freewebtown.com/codz/py/</li>
<li>http://freewebtown.com/tarxvfz/</li>
<li>http://freewebtown.com/evilish12/</li>
<li>www.freewebtown.com/hotzu/xp/</li>
<li>freewebtown.com/gigel/ (multiple times)</li>
<li>http://aditzu.ucoz.net/</li>
<li>http://blackenergy.110mb.com/Emech/</li>
<li>http://iReaL-Clan.Webs.Com/Arhive/</li>
<li>http://N-A-S-A.tk/Stifler/mech/</li>
<li>http://eyesz.is-the-boss.com/</li>
<li>bezbol.go.ro/ (multiple times)</li>
<li>http://blackenergy.110mb.com/PsyBNC/</li>
<li>http://blackenergy.110mb.com/Flood/</li>
<li>http://blackenergy.110mb.com/Scanner/</li>
<li>http://solid.go.ro/</li>
<li>http://pokolake.is-the-boss.com/tgz/ (multiple times)</li>
<li>cipsonel.com/lipi/ (multiple times)</li>
<li>http://webfun.evonet.ro/tcl/</li>
<li>web.clicknet.ro/mirel19/</li>
<li>adelinuangell.lx.ro/cote/</li>
<li>http://www.lourdesabarbosa.com/null/</li>
<li>http://67.227.209.217/~admin/xd/</li>
<li>http://thecooters.com/</li>
<li>nasa.tradelinux.org/flood/</li>
<li>http://mirc.go.ro/</li>
<li>friguros.com/</li>
<li>http://sipvicious.googlecode.com/files/ (legitimate site)</li>
<li>http://tbdev.hi2.ro/</li>
<li>http://geox.at.ua/</li>
<li>http://csmioveni.tripod.com/Hack/</li>
<li>http://208.75.230.43/drugsloco/</li>
</ul>
<p>Now,  I am not saying that these sites are “evil”. Chances are most likely  that they are compromised themselves. So, just simply putting them on a  blacklist isn&#8217;t a good idea.</p>
<p>Some  of these links contain open directories, including all sorts of files,  while other sites simply may have disappeared into thin air. It&#8217;s purely  a list I extracted from the database my kippo is writing it&#8217;s results  to.<br />
As kippo also stores the obtained files, I have a copy of every single one of them for further analysis.<br />
<strong>Use this information and/or containing files at you own risk.</strong></p>
<p>Kippo also keeps track of every typed command in every “session”</p>
<p>One particular session I found too funny not sharing it:<br />
<span style="text-align:center; display: block;"><a href="http://lvdeijk.wordpress.com/2010/09/28/some-kippo-results/"><img src="http://img.youtube.com/vi/FwZCWcfwzZ0/2.jpg" alt="" /></a></span><br />
Thanks to Justin Elze, for helping me out with the video.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lvdeijk.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lvdeijk.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lvdeijk.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lvdeijk.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lvdeijk.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lvdeijk.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lvdeijk.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lvdeijk.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lvdeijk.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lvdeijk.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lvdeijk.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lvdeijk.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lvdeijk.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lvdeijk.wordpress.com/109/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lvdeijk.wordpress.com&amp;blog=10540164&amp;post=109&amp;subd=lvdeijk&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://lvdeijk.wordpress.com/2010/09/28/some-kippo-results/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9fb98e93bfe411d4839eaae45c40668?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lvdeijk</media:title>
		</media:content>
	</item>
		<item>
		<title>Dissectingthehack</title>
		<link>http://lvdeijk.wordpress.com/2010/06/24/dissectingthehack/</link>
		<comments>http://lvdeijk.wordpress.com/2010/06/24/dissectingthehack/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 10:25:59 +0000</pubDate>
		<dc:creator>lvdeijk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lvdeijk.wordpress.com/?p=103</guid>
		<description><![CDATA[Apart from this little webblog of mine I&#8217;m also involved in a cool project ran by Jayson Street called Dissectingthehack. Dissectingthehack is exactly what it says it is. It is a community of people who study vulnerabilities and the techniques people use to exploit them. This to get a better understanding on how to secure [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lvdeijk.wordpress.com&amp;blog=10540164&amp;post=103&amp;subd=lvdeijk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Apart from this little  webblog of mine I&#8217;m also involved in a cool project ran by Jayson Street  called <a href="http://www.dissactingthehack.com/">Dissectingthehack</a>.</p>
<p><a href="http://www.dissectingthehack.com/">Dissectingthehack</a> is exactly what it  says it is. It is a community of people who study vulnerabilities and  the techniques people use to exploit them. This to get a better  understanding on how to secure systems on Internet. We talk about it,  share our views and often joke about it. Don&#8217;t let the word “hack” make  you think we are criminals! The founder, Jayson Street, is a  well-respected security specialist who, among others, consults the FBI  on cybercrime issues and author of the book “Dissecting the Hack, The  Forbidden Network”.</p>
<p>So,  why do I contribute on<a href="http://www.dissectingthehack.com/"> www.dissectingthehack.com</a> ? Well, I am a strong  believer in sharing knowledge. It is my opinion that sharing your  experience/knowledge works both ways. When you share, people are willing  to share back, so to speak. Sharing my knowledge brings me in a  position where i can learn as well.<br />
Everybody wins.<br />
Everybody profits.</p>
<p>Like minded people  stimulate each other. Its not a bragging contest where everyone’s ego is  blocking the will to learn from others.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lvdeijk.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lvdeijk.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lvdeijk.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lvdeijk.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lvdeijk.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lvdeijk.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lvdeijk.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lvdeijk.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lvdeijk.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lvdeijk.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lvdeijk.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lvdeijk.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lvdeijk.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lvdeijk.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lvdeijk.wordpress.com&amp;blog=10540164&amp;post=103&amp;subd=lvdeijk&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://lvdeijk.wordpress.com/2010/06/24/dissectingthehack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9fb98e93bfe411d4839eaae45c40668?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lvdeijk</media:title>
		</media:content>
	</item>
		<item>
		<title>Videos withdrawn</title>
		<link>http://lvdeijk.wordpress.com/2010/06/24/videos-withdrawn/</link>
		<comments>http://lvdeijk.wordpress.com/2010/06/24/videos-withdrawn/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 08:31:10 +0000</pubDate>
		<dc:creator>lvdeijk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lvdeijk.wordpress.com/?p=99</guid>
		<description><![CDATA[It seems that there are people out there on the Internet who actually read my blog postings and watch my video&#8217;s. That&#8217;s nice but: It also seems a large part of the audience is misinterpreting the contents of the videos. Come to think of it, that might be explained because the vids were intended as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lvdeijk.wordpress.com&amp;blog=10540164&amp;post=99&amp;subd=lvdeijk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It seems that there are  people out there on the Internet who actually read my blog postings and  watch my video&#8217;s. That&#8217;s nice <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>but:</p>
<p>It also seems a large  part of the audience is misinterpreting the contents of the videos. Come  to think of it, that might be explained because the vids were intended  as mostly self-explanatory and aren&#8217;t placed in their correct context. I  failed big-time there.<br />
That shook me a bit, so i blocked access to  them temporary to figure out a way to put them in the right perspective.  In every way it is NOT my intention to “train” wannabe hackers. Neither  is it my intention to stimulate people in criminal activities. The vids  might be seen as manuals to abuse systems, but the actual content can’t  be used in that way. Trouble is, people still think it can.<br />
I’ll reopen access  when I&#8217;ve figured out a good way and add more content when I&#8217;m satisfied  with a method.</p>
<p>Hints  and tips would be welcome though.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lvdeijk.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lvdeijk.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lvdeijk.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lvdeijk.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lvdeijk.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lvdeijk.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lvdeijk.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lvdeijk.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lvdeijk.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lvdeijk.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lvdeijk.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lvdeijk.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lvdeijk.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lvdeijk.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lvdeijk.wordpress.com&amp;blog=10540164&amp;post=99&amp;subd=lvdeijk&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://lvdeijk.wordpress.com/2010/06/24/videos-withdrawn/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9fb98e93bfe411d4839eaae45c40668?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lvdeijk</media:title>
		</media:content>
	</item>
		<item>
		<title>E-Mail chainletters &amp; Hoaxes</title>
		<link>http://lvdeijk.wordpress.com/2010/02/02/e-mail-chainletters-hoaxes/</link>
		<comments>http://lvdeijk.wordpress.com/2010/02/02/e-mail-chainletters-hoaxes/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 19:43:26 +0000</pubDate>
		<dc:creator>Dennis Lemckert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lvdeijk.wordpress.com/?p=47</guid>
		<description><![CDATA[Today I had a funny one at my work. for some reason, people still keep falling for e-mail chainletters and hoaxes. The question just asks itself: why? First of all, for those who don&#8217;t know what either is: chainletters &#38; hoaxes An e-mail chainletter is some e-mail message like this: Bill Gates Fortune. Aside from [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lvdeijk.wordpress.com&amp;blog=10540164&amp;post=47&amp;subd=lvdeijk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I had a funny one at my work.</p>
<p>for some reason, people still keep falling for e-mail chainletters and hoaxes. The question just asks itself: why?</p>
<p>First of all, for those who don&#8217;t know what either is:</p>
<h2>chainletters &amp; hoaxes</h2>
<p>An e-mail chainletter is some e-mail message like this: <a title="Bill Gates Fortune" href="http://www.norman.com/security_center/virus_description_archive/55631/nl" target="_blank">Bill Gates Fortune</a>. Aside from being a hoax as well, usually people refer to false virus-notifications as being a hoax, like: <a title="The Olympic Torch Hoax" href="http://www.f-secure.com/en_EMEA/security/security-lab/latest-threats/hoax-descriptions/olympic-torch.html" target="_blank">The Olympic Torch Hoax</a>. Both are hoaxes as said.</p>
<p>Hoaxes can be categorized into three rather distinct types:</p>
<ol>
<li>A Virus-notification</li>
<li>Missing persons</li>
<li>Free money</li>
</ol>
<p>All have some characteristics by which one can recognize a hoax:</p>
<p><a title="Norman security, Hoaxes" href="http://www.norman.com/security_center/malware_types/hoax/nl" target="_blank"></a></p>
<ul>
<li>Usually it claims to originate from a well-known source or authority, Big companies and lawyer-firms and such.</li>
<li>It sports large amounts of exclamation marks.</li>
<li>It wants you to perform some weird action like delete a specific file or be on the lookout for a certain person, or don&#8217;t open a certain e-mail/file/attachment/website.</li>
<li>It asks to be forwarded to as many people in one&#8217;s address book as possible.</li>
</ul>
<p>The ones claiming to be a virus-notification fooling unsuspecting users I can understand. The hoaxes about &#8216;missing&#8217; persons as well because of the perceived tragedy, but especially the ones claiming to grant some form of free money, like the Bill Gates Fortune hoax, should be an obvious fake to most sensible people. Still, that doesn&#8217;t seem to be so.</p>
<h2>why they work</h2>
<p>Personally I think the reason people fall for this kind of messages is threefold:</p>
<ol>
<li>People want to be nice and be liked</li>
<li>People are greedy; they want to get more money and/or they&#8217;re afraid to lose what they have</li>
<li>People are afraid of what they don&#8217;t understand</li>
</ol>
<p>The first is blatantly obvious and blatantly simple: People are social creatures, want to be liked and therefor tend to act nicely towards others. Some explanation can be found at the <a title="Social Engineering, Positive Reinforcement" href="http://www.social-engineer.org/framework/Influence_Tactics:_Liking#Positive_Reinforcement" target="_blank">Social Engineering Framework</a>. These hoaxes capitalize on this phenomenon: They ask the reader to do something, which they simply are inclined to do. The two major reasons for this reaction are: The sender of the message is most likely someone the reader knows and likes and the message appears to come from some authority, be it with many steps between, but still.</p>
<p>The second seems obvious as well: Most hoaxes are either based on the threat of a non-working PC, which in the mind of the reader equates to losing money, or they&#8217;re based on receiving free money by massively forwarding said message. The original &#8216;analog&#8217; chainletter did the same: Forward the letter to as many people one could think of, put one&#8217;s name on the bottom of the list, remove the topmost name and send money to that person. The whole system just screams &#8216;<a title="Pyramid Scheme" href="http://en.wikipedia.org/wiki/Pyramid_scheme" target="_blank">Pyramid Scheme</a>&#8216;.</p>
<p>The last is a bit harder. This one more has to do with the fact that a reader doesn&#8217;t see he is reading a hoax than something else. Just imagine: Joe Average User just gets a panicky message from his aunt: Some eeevil virus is on the loose, eating PC&#8217;s. Noone can detect it, but some high-up tech-savvy company found it anyway and offers a simple solution:</p>
<ul>
<li>step 1: Forward the message to everyone but the devil and</li>
<li>step 2: Delete file foo. (Seeing that some of these files can be rather critical, their deletion having a crash as result, this order is important)</li>
</ul>
<p>How, not being tech-savvy, does Joe A. User know it&#8217;s just a hoax? Seeing it&#8217;s from a techy company and his aunt sent it to him, reason 1 and 2 kick in. He makes a Pascal&#8217;s Wager and chooses the safest option for him: Forward, Delete the file and hope for the best.</p>
<h2>the effects</h2>
<p>Being at work in a large organization, in my experience these kind of hoaxes have a two-way effect: Huge bandwidth usage on the mail-backbone and address-harvesting for spamming.</p>
<h3>bandwidth</h3>
<p>Just one incoming hoax-message can have serious effects on a corporate mail-system. People who react with a CTRL-A, CTRL-C, CTRL-V on the Global Addresslist multiply the original message by each and every e-mail address in that list. Knowing most companies have many distribution lists as well, each with a number of recipients in it, one can imagine the amount of messages it will create when one unsuspecting user wants to be helpful and hits that [SEND] button. Next comes the facts that some users aren&#8217;t online or are connected through small datalinks because they&#8217;re at some remote location. These messages need to be stored.</p>
<p>The fun starts when some _other_ user, being slightly more tech-savvy than the original sender sees the message, knows it&#8217;s a hoax and wants to be helpful by notifying the organization of the sender&#8217;s error by, oh the irony, hitting [REPLY TO ALL].</p>
<p>Then there&#8217;s the funny functions of &#8216;notification of receipt&#8217; and &#8216;notification of read&#8217; added to the mix and the surefire effect of the first [REPLY TO ALL] inciting the massive amount of reactions of others telling it&#8217;s wrong to use [REPLY TO ALL].</p>
<p>Result: Mailserver goes</p>
<p style="text-align:center;"><img class="aligncenter" title="BOOM" src="http://upload.wikimedia.org/wikipedia/commons/5/58/Ivy_Mike_-_mushroom_cloud.jpg" alt="" width="40%" height="40%" /></p>
<p style="text-align:left;">Sometimes I think this was the original reason the phenomenon of the hoax exists in the first place.</p>
<h3 style="text-align:left;">address harvesting</h3>
<p style="text-align:left;">People who have ever seen a fully matured hoax-message know what I&#8217;m talking about when I say it&#8217;s easily possible to gather about 3000-10000 e-mail addresses from one stream of &#8216;FW: FW: FW: FW: your average hoax&#8217;. Everyone makes the same mistake: Hit Forward, Copy all addresses from one&#8217;s address book and paste them into the TO: field. Somewhere down the line, someone&#8217;s bound to pick up the mail, gather all addresses from it and feeds them into his spam-server.</p>
<p style="text-align:left;">Hasn&#8217;t anyone ever heard of using Blind Carbon Copy? If not for the safekeeping of one&#8217;s address book, then at least to keep the size of the forwarded message within reasonable limits!</p>
<p style="text-align:left;">These days, with organizations having quite a bit more bandwidth and storage capacity than, say 10 years ago, this problem is even bigger than the first one. No matter how well an organization tries to keep it&#8217;s employee database to itself, there&#8217;s always someone who just dumps the entire addresslist in some chainletter and sends it to the outside world.</p>
<p style="text-align:left;">The only way to minimize the damage of this effect is to implement a strict policy of who may use how many addresses of the global address list at once. It still doesn&#8217;t prevent Joe A. User to use his own address list at home of course. For that, more awareness will be needed. Awareness on all levels of the internet-population.</p>
<p style="text-align:left;">To wrap it all, some useful links to pass on to who&#8217;s interested or needs the awareness:</p>
<p style="text-align:left;"><a href="http://vil.mcafee.com./hoax.asp" target="_blank">http://vil.mcafee.com./hoax.asp</a></p>
<p style="text-align:left;"><a href="http://en.wikipedia.org/wiki/Virus_hoax" target="_blank">http://en.wikipedia.org/wiki/Virus_hoax</a></p>
<p style="text-align:left;"><a href="http://www.hoaxkill.com/" target="_blank">http://www.hoaxkill.com/</a></p>
<p style="text-align:left;">and one more to learn about social engineering which, after all, is the basis of the effectiveness of a hoax:</p>
<p style="text-align:left;"><a href="http://www.social-engineer.org/" target="_blank">http://www.social-engineer.org/</a></p>
<p style="text-align:left;">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lvdeijk.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lvdeijk.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lvdeijk.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lvdeijk.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lvdeijk.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lvdeijk.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lvdeijk.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lvdeijk.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lvdeijk.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lvdeijk.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lvdeijk.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lvdeijk.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lvdeijk.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lvdeijk.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lvdeijk.wordpress.com&amp;blog=10540164&amp;post=47&amp;subd=lvdeijk&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://lvdeijk.wordpress.com/2010/02/02/e-mail-chainletters-hoaxes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/67c94fc4d19fc67c240407e9c48e6f61?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dlemckert</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/5/58/Ivy_Mike_-_mushroom_cloud.jpg" medium="image">
			<media:title type="html">BOOM</media:title>
		</media:content>
	</item>
		<item>
		<title>RAM carving malware</title>
		<link>http://lvdeijk.wordpress.com/2009/12/11/ram-carving-malware/</link>
		<comments>http://lvdeijk.wordpress.com/2009/12/11/ram-carving-malware/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 08:06:24 +0000</pubDate>
		<dc:creator>lvdeijk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lvdeijk.wordpress.com/?p=40</guid>
		<description><![CDATA[Well, it seems there are other purposes for RAM carving according to this post on securityfocus As the article mentions it is mostly used in targeted  attacks&#8230;for now. If this type of attack becomes mainstream in malware behavior it could develop into a really nasty attack vector.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lvdeijk.wordpress.com&amp;blog=10540164&amp;post=40&amp;subd=lvdeijk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well, it seems there are other purposes for RAM carving according to this post on <a href="http://www.securityfocus.com/news/11567?ref=rss">securityfocus</a></p>
<p>As the article mentions it is mostly used in targeted  attacks&#8230;for now. If this type of attack becomes mainstream in malware behavior it could develop into a really nasty attack vector.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lvdeijk.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lvdeijk.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lvdeijk.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lvdeijk.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lvdeijk.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lvdeijk.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lvdeijk.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lvdeijk.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lvdeijk.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lvdeijk.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lvdeijk.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lvdeijk.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lvdeijk.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lvdeijk.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lvdeijk.wordpress.com&amp;blog=10540164&amp;post=40&amp;subd=lvdeijk&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://lvdeijk.wordpress.com/2009/12/11/ram-carving-malware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9fb98e93bfe411d4839eaae45c40668?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lvdeijk</media:title>
		</media:content>
	</item>
		<item>
		<title>Carving malware from live memory</title>
		<link>http://lvdeijk.wordpress.com/2009/11/17/carving-malware-from-live-memory/</link>
		<comments>http://lvdeijk.wordpress.com/2009/11/17/carving-malware-from-live-memory/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 11:41:38 +0000</pubDate>
		<dc:creator>lvdeijk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lvdeijk.wordpress.com/?p=9</guid>
		<description><![CDATA[Introduction After spending some time in our laboratory, experimenting with some ruby scripts for the metasploit framework, I conducted a small experiment. I was wondering what if I could carve files out of memory-dump files ?! It could be possible to carve out portable executables/malware as well. This write-up demonstrates what I did. How to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lvdeijk.wordpress.com&amp;blog=10540164&amp;post=9&amp;subd=lvdeijk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Introduction</h2>
<p>After spending some time in our laboratory, experimenting with some ruby scripts for the metasploit framework, I conducted a small experiment. I was wondering what if I could carve files out of memory-dump files ?! It could be possible to carve out portable executables/malware as well. This write-up demonstrates what I did.</p>
<p><strong>How to get malware</strong></p>
<p>Getting infected with malware these days is simple. Just put an unpatched home PC online and you are bound to get infected with one ore more pieces of nasty code.</p>
<p>As easy as this is, collecting malware for further analysis in a laboratory environment requires some other type of machine.</p>
<p>Collecting malware, trojans, irc-bots, worms and other type nasties to study their behavior in a safe and controlled environment requires computer systems called honeypots.</p>
<p>A honeypot designed for collecting malware is a machine that emulates different operating systems weaknesses to deliberately convince malware to think that it has a potential target. So, without getting infected, you can “catch” the offered malware for further analysis.</p>
<p>Honeypots are divided into low or high interaction honeypots.</p>
<h3>High-Interaction</h3>
<ul>
<li>Real services, OS/s, or applications</li>
<li>Higher Risk</li>
<li>Hard to deploy and maintain</li>
<li>Capture extensive amount of information</li>
</ul>
<h3>Low-Interaction</h3>
<ul>
<li>Emulation of TCP/IP stack, vulnerabilities and so on</li>
<li>Lower risk</li>
<li>Easy to deploy and maintain</li>
<li>Capture quantitative information about attacks</li>
</ul>
<p>There are several honeypots for free available on the Internet.</p>
<p>I have had good results with  the Nepenthes honeypot (<a title="Nepenthes" href="http://nepenthes.carnivore.it/" target="_blank">http://nepenthes.carnivore.it/</a>) which is a low interaction solution.</p>
<p>A great resource about honeypots is “Virtual Honeypots” by Niels Provos and Thorsten Holz (ISBN 978-0-321-33632-3)</p>
<p>As described in this book both type of honeypots have advantages and disadvantages.</p>
<h2>Malware, what does it do ?</h2>
<p>A quick and simple way to determine what type of malware is caught by the honeypot, is running a antivirus scanner against the detected files. Signature based scanning however, doesn&#8217;t show what the malware exactly does (or wants to do).</p>
<p>To gather a view of what actions the executed malware would have performed, one can use a sandbox. A sandbox is best classified as a sort of a high interaction honeypot as it does not just emulate a vulnerable service but it executes and track the executed malware as well.</p>
<p>One publicly available sandbox is Anubis that is maintained by the university of Vienna (<a title="Anubis" href="http://anubis.iseclab.org" target="_blank">http://anubis.iseclab.org</a>).</p>
<p>The analysis eventually results in a downloadable report with an in-depth analysis about the uploaded files which presumable is malware.</p>
<p>Another way to demonstrate the working of malware is to visualize it. The people who designed Anubis also make a pcap file available from the complete communication of the malware during the analysis. This file can be loaded into protocol analyzers such as Wireshark (figure 1) or Etherape (figure 2).</p>
<div id="attachment_12" class="wp-caption alignnone" style="width: 470px"><a href="http://lvdeijk.files.wordpress.com/2009/11/figure1.png"><img class="size-full wp-image-12" title="Figure 1: Visualization in Wireshark" src="http://lvdeijk.files.wordpress.com/2009/11/figure1.png?w=460&#038;h=345" alt="Wireshark" width="460" height="345" /></a><p class="wp-caption-text">Figure 1: Visualization in Wireshark</p></div>
<div id="attachment_17" class="wp-caption alignnone" style="width: 470px"><a href="http://lvdeijk.files.wordpress.com/2009/11/figure2.png"><img class="size-full wp-image-17 " title="figure2" src="http://lvdeijk.files.wordpress.com/2009/11/figure2.png?w=460&#038;h=345" alt="Etherape" width="460" height="345" /></a><p class="wp-caption-text">figure2</p></div>
<p>Figure 2</p>
<p>Most malware comes in the form of a PE file (Portable Executable). These type of files have everything on board to do what they are designed to do. So, if such a file is executed on a vulnerable machine, you are basically infecting that machine with live malware.</p>
<p>It is advisable to take some protective measures. An infected machine should never be connected outside the lab environment !</p>
<h2>Carving malware out of live memory.</h2>
<p>This is precisely what I did:</p>
<p>I picked a file from my honeypot which ClamAV (a open source anti virus solution)  had identified as a Blaster-A. Nepenthes stores the found malware using the md5-hash as filename. Once renamed to msblast.exe I ran this file to infect an XP machine in my lab. The task-manager clearly showed that msblast.exe (figure 3)was indeed running in RAM.</p>
<p><a href="http://lvdeijk.files.wordpress.com/2009/11/figure3.png"><img class="alignnone size-full wp-image-18" title="figure3" src="http://lvdeijk.files.wordpress.com/2009/11/figure3.png?w=459&#038;h=345" alt="figure 3" width="459" height="345" /></a></p>
<p>The blaster worm outbreak started in 2003 and was based on the vulnerability that was patched by the MS03-026 patch from Microsoft. So, running this on a fully patched system doesn&#8217;t work anymore.</p>
<h2>Getting the memory image</h2>
<p>Next thing I did was to fire up msfconsole from the Metasploit framework (www.metasploit.com) on a Ubuntu machine that was wired to the infected XP machine using a utp-cross cable.</p>
<p>I used the weakness that was used to deploy the Conficker (MS08-069) outbreak in 2008 to remotely take over the (already) infected machine. (figure 4)</p>
<div id="attachment_19" class="wp-caption alignnone" style="width: 470px"><a href="http://lvdeijk.files.wordpress.com/2009/11/figure4.png"><img class="size-full wp-image-19" title="figure4" src="http://lvdeijk.files.wordpress.com/2009/11/figure4.png?w=460&#038;h=310" alt="figure 4" width="460" height="310" /></a><p class="wp-caption-text">Metasploit Msfconsole</p></div>
<p>figure 4</p>
<p>Using the meterpreter as the payload and a ruby-script (memdump.rb / <a title="Meterpreter" href="http://www.darkoperator.com/meterpreter/" target="_blank">http://www.darkoperator.com/meterpreter/</a>) for this payload, I was able to upload mdd.exe (figure 5). This little program basically dumps the entire RAM and its contents into a file (for the POSIX people: it basically makes a coredump). This file is subsequently downloaded to my Ubuntu machine.</p>
<p><a href="http://lvdeijk.files.wordpress.com/2009/11/figure5.png"><img class="alignnone size-full wp-image-20" title="figure5" src="http://lvdeijk.files.wordpress.com/2009/11/figure5.png?w=460&#038;h=150" alt="figure 5" width="460" height="150" /></a></p>
<p>figure 5</p>
<h2>Analyzing the memory image</h2>
<p>Next I used a file carving utility called foremost (<a title="Foremost" href="http://foremost.sourceforge.net/" target="_blank">http://foremost.sourceforge.net/</a>).</p>
<p>The following description is from their project page:</p>
<p><em>“Foremost is a console program to recover files based on their headers, footers, and internal data structures. This process is commonly referred to as data carving. Foremost can work on image files, such as those generated by dd, Safeback, Encase, etc, or directly on a drive. The headers and footers can be specified by a configuration file or you can use command line switches to specify built-in file types. These built-in types look at the data structures of a given file format allowing for a more reliable and faster recovery.“</em></p>
<p>Foremost automatically carves, identifies and stores files separately into the appropriate folders. Foremost also carves .exe files which is useful for this exercise.</p>
<p>Running ClamAV onto these files I bumped into my good old msblast.exe proving that it is possible to carve out executables out of a snapshot from live memory including malware <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://lvdeijk.files.wordpress.com/2009/11/figure6.png"><img class="alignnone size-full wp-image-21" title="figure6" src="http://lvdeijk.files.wordpress.com/2009/11/figure6.png?w=460&#038;h=82" alt="" width="460" height="82" /></a></p>
<p><a href="http://lvdeijk.files.wordpress.com/2009/11/figure7.png"><img class="alignnone size-full wp-image-22" title="figure7" src="http://lvdeijk.files.wordpress.com/2009/11/figure7.png?w=307&#038;h=54" alt="figure 7" width="307" height="54" /></a></p>
<h2><a href="http://lvdeijk.files.wordpress.com/2009/11/figure7.png"></a>Wrap-up</h2>
<p>So why using all these different techniques for obtaining malware I already had in my possession in the first place one might ask ?</p>
<p>Well, that&#8217;s the entire premise of having a lab to conduct experiments. By deliberately infecting a machine with some malware I have knowledge of, I am able to validate that the results match with my expectations. Therefor I have evidence that my method is a sound one.</p>
<h2>Conclusions</h2>
<p>This procedure could come in handy in some forensic information gathering situations. The footprint in RAM of mdd.exe is very small. One thing to keep in mind however, is that collecting a memory image this way uses an amount of disk space equal to the amount of internal RAM in the targeted machine.</p>
<p>For this reason, the value of this technique depends on the kind of investigation you are running. In any case, it&#8217;s a nice exercise on forensic information gathering. In a penetration test it could come in handy to determine if a machine is infected with a known piece of malware.</p>
<p>In whatever case this technique is used, playing/studying with malware can be fun and highly interesting.</p>
<p><strong>But do realize however that this IS real-live, working, potentially dangerous malware that can do a lot of damage !</strong></p>
<p>Some great sources on a relating techniques:</p>
<p>Collecting memory images by using cold boot attacks</p>
<p><a title="MSRamDump" href="http://www.mcgrewsecurity.com/tools/msramdmp/" target="_blank">http://www.mcgrewsecurity.com/tools/msramdmp/</a><br />
<a title="Cold Boot Attacks" href="http://citp.princeton.edu/memory/" target="_blank"> http://citp.princeton.edu/memory/</a></p>
<h2>Thanks</h2>
<p>I would like to thank the following people for their advise and positive criticism:</p>
<p>Robert Wesley McGrew (Mississippi State University, USA)<br />
Mikael Keri (Handelsbanke CERT, Finland)<br />
Tiel Notenboom (MoD CERT, The Netherlands)<br />
Dennis Lemckert (MoD CERT, The Netherlands)<br />
Andrew Waite (www.infosanity.co.uk UK)<br />
GodertJan van Manen (NorthWave, The Netherlands)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lvdeijk.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lvdeijk.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lvdeijk.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lvdeijk.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lvdeijk.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lvdeijk.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lvdeijk.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lvdeijk.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lvdeijk.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lvdeijk.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lvdeijk.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lvdeijk.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lvdeijk.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lvdeijk.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lvdeijk.wordpress.com&amp;blog=10540164&amp;post=9&amp;subd=lvdeijk&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://lvdeijk.wordpress.com/2009/11/17/carving-malware-from-live-memory/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f9fb98e93bfe411d4839eaae45c40668?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lvdeijk</media:title>
		</media:content>

		<media:content url="http://lvdeijk.files.wordpress.com/2009/11/figure1.png" medium="image">
			<media:title type="html">Figure 1: Visualization in Wireshark</media:title>
		</media:content>

		<media:content url="http://lvdeijk.files.wordpress.com/2009/11/figure2.png" medium="image">
			<media:title type="html">figure2</media:title>
		</media:content>

		<media:content url="http://lvdeijk.files.wordpress.com/2009/11/figure3.png" medium="image">
			<media:title type="html">figure3</media:title>
		</media:content>

		<media:content url="http://lvdeijk.files.wordpress.com/2009/11/figure4.png" medium="image">
			<media:title type="html">figure4</media:title>
		</media:content>

		<media:content url="http://lvdeijk.files.wordpress.com/2009/11/figure5.png" medium="image">
			<media:title type="html">figure5</media:title>
		</media:content>

		<media:content url="http://lvdeijk.files.wordpress.com/2009/11/figure6.png" medium="image">
			<media:title type="html">figure6</media:title>
		</media:content>

		<media:content url="http://lvdeijk.files.wordpress.com/2009/11/figure7.png" medium="image">
			<media:title type="html">figure7</media:title>
		</media:content>
	</item>
	</channel>
</rss>
