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

<channel>
	<title>Johnny Chin &#187; spyware / viruses / worms</title>
	<atom:link href="http://www.johnnychin.com/blog/category/spyware-viruses-worms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnnychin.com/blog</link>
	<description>my 2-¢ents worth of thoughts and opinions</description>
	<lastBuildDate>Sat, 06 Mar 2010 01:02:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>svchost.exe and rundll32.exe used to load a malware/spyware DLL</title>
		<link>http://www.johnnychin.com/blog/2010/03/svchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll/</link>
		<comments>http://www.johnnychin.com/blog/2010/03/svchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 00:30:45 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[spyware / viruses / worms]]></category>
		<category><![CDATA[tweaking / hacking / fixing]]></category>
		<category><![CDATA[Avast]]></category>
		<category><![CDATA[ClamAV]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[HijackThis]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[MalwareBytes]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Opera Browser]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[redirection]]></category>
		<category><![CDATA[rundll32.exe]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Spybot-SD]]></category>
		<category><![CDATA[spyware]]></category>
		<category><![CDATA[Suspicious.Insight]]></category>
		<category><![CDATA[svchost.exe]]></category>
		<category><![CDATA[Symantec]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[Trojan-Proxy.Win32.Koobface]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[W32.Koobface.D]]></category>
		<category><![CDATA[Win32:Malware-gen]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=730</guid>
		<description><![CDATA[<p><img alt="Microsoft" src="http://galleries.jchinphotography.com/photos/803163274_HXMHH-Th.png" title="Microsoft" class="alignright" width="150" height="110" /><br />
<h3>clicking search page links,<br />results in randomly redirected URL pages<br />svchost.exe and rundll32.exe used to load malware/spyware DLL</h3>
<p>Today, for the second time in a month, I was asked to help remove a spyware/malware from a computer running Windows XP SP3.  In both cases, the symptoms were identical. The user immediately noticed something was wrong because their web browser started to behave oddly. Here is what happened:</p>
<ol>
<li>Open the web browser of choice (<a href="http://www.microsoft.com/ie" target="_blank">IE</a> or <a href="http://www.getfirefox.com/" target="_blank">Firefox</a> or <a href="http://www.opera.com/" target="_blank">Opera</a>) and load a search portal (Google, MSN or Yahoo) site
<li>type in something to search (&#8220;winter coat&#8221;)
<li>on the results page, if you right-click on a link and &#8220;open in new tab/window&#8221;, the page opens and immediately gets redirected to some other random page (usually some other portal site)
<li>HOWEVER, if you right-click on a link and select &#8220;copy shortcut&#8221;, then MANUALLY open a tab and paste the link, the page opens just fine
</ol>
<p><center><br />
<hr width="80%"></center></p>
<p>The first time this happened (Feb. 3, 2010), it was on a friend&#8217;s computer and he is a veteran IT person (network system administrator for 10+ years).  He keeps his computer very secure, usually.</p>
<p>We checked the usual system settings (network settings, proxy settings, &#8220;odd&#8221; programs running, etc.). We ran the usual anti-spyware and anti-virus scans, call came back clean as usual.</p>
<blockquote><p><a href="http://www.avast.com/eng/" target="_blank">Avast AntiVirus</a> &#8211; clean<br />
<a href="http://www.clamwin.com/" target="_blank">ClamAV</a> &#8211; clean<br />
<a href="http://free.antivirus.com/hijackthis/" target="_blank">HiJackThis</a> &#8211; normal<br />
<a href="http://malwarebytes.org/" target="_blank">MalwareBytes</a> &#8211; clean<br />
<a href="http://www.spybot.info/en/" target="_blank">Spybot SD</a> &#8211; clean
</p></blockquote>
<p>However, running the SysInternals utility, PROCEXP.EXE, I happened to notice this line:<br />
<b>C:\WINDOWS\system32\rundll32.exe &#8220;C:\WINDOWS\system32\efsadub.dll&#8221;,DWLGXPLFFX</b><br />
which was running as a sub-process under svchost.exe (C:\WINDOWS\system32\svchost.exe -k netsvcs).<br />
<center><a href="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/procexp-efsadub-1.jpg" rel="lightbox"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/procexp-efsadub-1-300x29.jpg" alt="" title="svchost-rundll32-efsadub" width="300" height="29" class="aligncenter size-medium wp-image-736" /></a></center></p>
<p>The file <b>&#8220;C:\WINDOWS\system32\efsadub.dll&#8221;</b> (notice the &#8220;b&#8221; in the filename) had its special bits set as &#8220;read-only&#8221;, &#8220;hidden&#8221; and &#8220;system&#8221;.  When we try to change the attributes, we get &#8220;Access Denied&#8221; (even from an Administrator account).  Hell, we even tried to access this in Safe-Mode Command Prompt Only, we get the same error. We could not rename the file either, obviously.</p>
<p>I was finally able to change the attributes and rename the file after running &#8220;<monospace><b>CACLS.EXE efsadub.dll /G EVERYONE:F</b></monospace>&#8221; on the file. Once the file was renamed and the computer rebooted, the problem went away. I was able to delete the offending file afterwords.</p>
<p>For the VirusTotal analysis report on the file &#8220;<b>efsadub.dll</b>&#8220;, goto:<br />
<a href="http://www.virustotal.com/analisis/b1ff584a9b490418a159ab4afe85ae1802e4c4634c942756640a4411467ef25d-1264975725" target="_blank">http://www.virustotal.com/analisis/b1ff584a9b490418a159ab4afe85ae1802e4c4634c942756640a4411467ef25d-1264975725</a></p>
<p><center><br />
<hr width="80%"></center></p>
<p>Today (March 5, 2010), a client called and his computer had the same symptoms.  Again, I checked the usual suspects (running programs, etc.) and performed the usual scans (anti-virus, anti-malware, etc.).  They all came back “clean”.  However, I did notice that the signatures were slightly dated (about a month old).  When I tried to update them, error messages resulted.  MalwareBytes gave an error and hung in a loop.  Symantec Anti-Virus LiveUpdates just failed.</p>
<blockquote><p><a href="http://www.clamwin.com/" target="_blank">ClamAV</a> &#8211; clean<br />
<a href="http://malwarebytes.org/" target="_blank">MalwareBytes</a> &#8211; clean<br />
<a href="http://www.symantec.com/" target="_blank">Symantec Anti-Virus</a> &#8211; clean
</p></blockquote>
<p>I then ran the PROCEXP.EXE utility from <a href="http://www.sysinternals.com/" target="_blank">SysInternals</a>. There were no odd DLLs loaded like the last time. Hmm… so this is not exactly the same as last time.</p>
<p>Since this had to be a malware that loaded at startup, I decided to check the System Services.  I then noticed an “odd” service running named “Server WebCheckChannelAgent Performance Folder Provisioning Icon Driver CPL”, with a short-name of “srvoko6”.  I tried to disable it and it kept resetting to “Automatic”.</p>
<p>Looking at the properties of this service, revealed that it was loading via “<b>%SYSTEM%\svchost.exe –k netsvc6</b>”.  I searched the web on the terms “<b>srvoko6</b>” and “<b>netsvc6</b>”, I came across this site:<br />
<a href="http://www.threatexpert.com/report.aspx?md5=c801bd4576fc95cb03e918950edd21a1" target="_blank">http://www.threatexpert.com/report.aspx?md5=c801bd4576fc95cb03e918950edd21a1</a><br />
which mentions the “<b>ok6o.dll</b>” and “<b>ok6o.sys</b>” files.  So I searched for those files, and found them (they were not hidden).  Trying to rename them worked, but they were immediately recreated by the malware.</p>
<p>NOTE: the above ThreatExpert site reports that this service was also named “Office Workstation Remote”.  This tells me that the service display name can vary.</p>
<p>Instead, I used “CACLS.EXE” to change access permissions to these files so that nobody (or system service) was allowed to access them.  Rebooted the computer and verified that the malware was no longer actively running.  This time, I was able to successfully disable the service and renamed the “ok6o.dll” and “ok6o.sys” files.</p>
<p><center><a href="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/o6ko.jpg" rel="lightbox"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/o6ko-300x19.jpg" alt="" title="service-o6ko" width="300" height="19" class="aligncenter size-medium wp-image-738" /></a></center></p>
<p>I was then able to restore permissions to those files and delete them.  Updated signatures for MalwareBytes and Symantec Anti-Virus, followed by a complete system scan.  This time those programs found the installer stub files “C:\WINDOWS\bill103.exe” and “C:\WINDOWS\rdr_1267369102.exe” (which most likely are random filenames the initial download script created).</p>
<p><center><a href="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/malwarebytes-bruce.jpg" rel="lightbox"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/malwarebytes-bruce-300x229.jpg" alt="" title="malwarebytes-koobface" width="300" height="229" class="aligncenter size-medium wp-image-739" /></a></center></p>
<p>For the VirusTotal analysis on the file &#8220;<b>o6ko.dll</b>&#8220;, goto:<br />
<a href="http://www.virustotal.com/analisis/7d6d2edc4eac763bc687e578008474dc85245b1e55d5ca5ae958d220f4802fbf-1267641995" target="_blank">http://www.virustotal.com/analisis/7d6d2edc4eac763bc687e578008474dc85245b1e55d5ca5ae958d220f4802fbf-1267641995</a></p>
<p>For the VirusTotal analysis on the file &#8220;<b>o6ko.sys</b>&#8220;, goto:<br />
<a href="http://www.virustotal.com/analisis/d599b5fb31b6387ff7e540fabb655bbde0990ce9db1e6f1918bec6ac21d43278-1267374431" target="_blank">http://www.virustotal.com/analisis/d599b5fb31b6387ff7e540fabb655bbde0990ce9db1e6f1918bec6ac21d43278-1267374431</a></p>
<p><center><br />
<hr width="80%"></center></p>
<p>As you can see from the VirusTotal analysis reports, <strong>not</strong> all anti-virus scanners detect or flag these files. So, for most of these malware/spyware, it still requires manual detection and removal.</p>
<p><strong class="highlight">STRONG WARNING:</strong> be very careful of websites that tells you do download an executable to remove the malware/spyware.  If you are not familiar with the website, <strong>DO NOT download and run the program</strong>, it can possibly install another piece of malwayre/spyware onto your computer.  It is best to call a professional (or at least someone who knows with 100% certainty what they are doing) to clean your computer.</p>
<p><strong class="highlight">NOTICE:</strong> when renaming files and changing attributes or permissions, it is strongly advised that you do those via command-line commands in the “Command Prompt” window. If the malware/spyware is attached to the Windows Explorer process and/or its handles, it can intercept your mouse-click commands, making it seem like you did what you wanted to, but in reality the malware/spyware actually created another copy of itself with a different name and reinstalled itself using those new copies. The “Command Prompt” method is the most secure way of doing this work; however it is a lot of typing.</p>
<p>Feel free to post comments below if you need help or have recommendations.</p>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;notes=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="del.icio.us"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;bodytext=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="Digg"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;t=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="Facebook"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="Faves"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;annotation=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="Google Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;source=Johnny+Chin+my+2-%C2%A2ents+worth+of+thoughts+and+opinions&amp;summary=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="LinkedIn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="Live"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="Mixx"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;t=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="MySpace"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;body=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="Ping.fm"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="Propeller"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="Reddit"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="Slashdot"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="Sphinn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="StumbleUpon"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="Technorati"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL%20-%20http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="Twitter"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;t=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&opener=bm&amp;ei=UTF-8&amp;d=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="Yahoo! Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;body=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="email"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;partner=sociable" title="PDF"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;partner=sociable" title="Print"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.johnnychin.com/blog/feed/" title="RSS"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
</ul>
</div>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p><img alt="Microsoft" src="http://galleries.jchinphotography.com/photos/803163274_HXMHH-Th.png" title="Microsoft" class="alignright" width="150" height="110" /><br />
<h3>clicking search page links,<br />results in randomly redirected URL pages<br />svchost.exe and rundll32.exe used to load malware/spyware DLL</h3>
<p>Today, for the second time in a month, I was asked to help remove a spyware/malware from a computer running Windows XP SP3.  In both cases, the symptoms were identical. The user immediately noticed something was wrong because their web browser started to behave oddly. Here is what happened:</p>
<ol>
<li>Open the web browser of choice (<a href="http://www.microsoft.com/ie" target="_blank">IE</a> or <a href="http://www.getfirefox.com/" target="_blank">Firefox</a> or <a href="http://www.opera.com/" target="_blank">Opera</a>) and load a search portal (Google, MSN or Yahoo) site
<li>type in something to search (&#8220;winter coat&#8221;)
<li>on the results page, if you right-click on a link and &#8220;open in new tab/window&#8221;, the page opens and immediately gets redirected to some other random page (usually some other portal site)
<li>HOWEVER, if you right-click on a link and select &#8220;copy shortcut&#8221;, then MANUALLY open a tab and paste the link, the page opens just fine
</ol>
<p><center><br />
<hr width="80%"></center></p>
<p>The first time this happened (Feb. 3, 2010), it was on a friend&#8217;s computer and he is a veteran IT person (network system administrator for 10+ years).  He keeps his computer very secure, usually.</p>
<p>We checked the usual system settings (network settings, proxy settings, &#8220;odd&#8221; programs running, etc.). We ran the usual anti-spyware and anti-virus scans, call came back clean as usual.</p>
<blockquote><p><a href="http://www.avast.com/eng/" target="_blank">Avast AntiVirus</a> &#8211; clean<br />
<a href="http://www.clamwin.com/" target="_blank">ClamAV</a> &#8211; clean<br />
<a href="http://free.antivirus.com/hijackthis/" target="_blank">HiJackThis</a> &#8211; normal<br />
<a href="http://malwarebytes.org/" target="_blank">MalwareBytes</a> &#8211; clean<br />
<a href="http://www.spybot.info/en/" target="_blank">Spybot SD</a> &#8211; clean
</p></blockquote>
<p>However, running the SysInternals utility, PROCEXP.EXE, I happened to notice this line:<br />
<b>C:\WINDOWS\system32\rundll32.exe &#8220;C:\WINDOWS\system32\efsadub.dll&#8221;,DWLGXPLFFX</b><br />
which was running as a sub-process under svchost.exe (C:\WINDOWS\system32\svchost.exe -k netsvcs).<br />
<center><a href="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/procexp-efsadub-1.jpg" rel="lightbox"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/procexp-efsadub-1-300x29.jpg" alt="" title="svchost-rundll32-efsadub" width="300" height="29" class="aligncenter size-medium wp-image-736" /></a></center></p>
<p>The file <b>&#8220;C:\WINDOWS\system32\efsadub.dll&#8221;</b> (notice the &#8220;b&#8221; in the filename) had its special bits set as &#8220;read-only&#8221;, &#8220;hidden&#8221; and &#8220;system&#8221;.  When we try to change the attributes, we get &#8220;Access Denied&#8221; (even from an Administrator account).  Hell, we even tried to access this in Safe-Mode Command Prompt Only, we get the same error. We could not rename the file either, obviously.</p>
<p>I was finally able to change the attributes and rename the file after running &#8220;<monospace><b>CACLS.EXE efsadub.dll /G EVERYONE:F</b></monospace>&#8221; on the file. Once the file was renamed and the computer rebooted, the problem went away. I was able to delete the offending file afterwords.</p>
<p>For the VirusTotal analysis report on the file &#8220;<b>efsadub.dll</b>&#8220;, goto:<br />
<a href="http://www.virustotal.com/analisis/b1ff584a9b490418a159ab4afe85ae1802e4c4634c942756640a4411467ef25d-1264975725" target="_blank">http://www.virustotal.com/analisis/b1ff584a9b490418a159ab4afe85ae1802e4c4634c942756640a4411467ef25d-1264975725</a></p>
<p><center><br />
<hr width="80%"></center></p>
<p>Today (March 5, 2010), a client called and his computer had the same symptoms.  Again, I checked the usual suspects (running programs, etc.) and performed the usual scans (anti-virus, anti-malware, etc.).  They all came back “clean”.  However, I did notice that the signatures were slightly dated (about a month old).  When I tried to update them, error messages resulted.  MalwareBytes gave an error and hung in a loop.  Symantec Anti-Virus LiveUpdates just failed.</p>
<blockquote><p><a href="http://www.clamwin.com/" target="_blank">ClamAV</a> &#8211; clean<br />
<a href="http://malwarebytes.org/" target="_blank">MalwareBytes</a> &#8211; clean<br />
<a href="http://www.symantec.com/" target="_blank">Symantec Anti-Virus</a> &#8211; clean
</p></blockquote>
<p>I then ran the PROCEXP.EXE utility from <a href="http://www.sysinternals.com/" target="_blank">SysInternals</a>. There were no odd DLLs loaded like the last time. Hmm… so this is not exactly the same as last time.</p>
<p>Since this had to be a malware that loaded at startup, I decided to check the System Services.  I then noticed an “odd” service running named “Server WebCheckChannelAgent Performance Folder Provisioning Icon Driver CPL”, with a short-name of “srvoko6”.  I tried to disable it and it kept resetting to “Automatic”.</p>
<p>Looking at the properties of this service, revealed that it was loading via “<b>%SYSTEM%\svchost.exe –k netsvc6</b>”.  I searched the web on the terms “<b>srvoko6</b>” and “<b>netsvc6</b>”, I came across this site:<br />
<a href="http://www.threatexpert.com/report.aspx?md5=c801bd4576fc95cb03e918950edd21a1" target="_blank">http://www.threatexpert.com/report.aspx?md5=c801bd4576fc95cb03e918950edd21a1</a><br />
which mentions the “<b>ok6o.dll</b>” and “<b>ok6o.sys</b>” files.  So I searched for those files, and found them (they were not hidden).  Trying to rename them worked, but they were immediately recreated by the malware.</p>
<p>NOTE: the above ThreatExpert site reports that this service was also named “Office Workstation Remote”.  This tells me that the service display name can vary.</p>
<p>Instead, I used “CACLS.EXE” to change access permissions to these files so that nobody (or system service) was allowed to access them.  Rebooted the computer and verified that the malware was no longer actively running.  This time, I was able to successfully disable the service and renamed the “ok6o.dll” and “ok6o.sys” files.</p>
<p><center><a href="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/o6ko.jpg" rel="lightbox"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/o6ko-300x19.jpg" alt="" title="service-o6ko" width="300" height="19" class="aligncenter size-medium wp-image-738" /></a></center></p>
<p>I was then able to restore permissions to those files and delete them.  Updated signatures for MalwareBytes and Symantec Anti-Virus, followed by a complete system scan.  This time those programs found the installer stub files “C:\WINDOWS\bill103.exe” and “C:\WINDOWS\rdr_1267369102.exe” (which most likely are random filenames the initial download script created).</p>
<p><center><a href="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/malwarebytes-bruce.jpg" rel="lightbox"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/malwarebytes-bruce-300x229.jpg" alt="" title="malwarebytes-koobface" width="300" height="229" class="aligncenter size-medium wp-image-739" /></a></center></p>
<p>For the VirusTotal analysis on the file &#8220;<b>o6ko.dll</b>&#8220;, goto:<br />
<a href="http://www.virustotal.com/analisis/7d6d2edc4eac763bc687e578008474dc85245b1e55d5ca5ae958d220f4802fbf-1267641995" target="_blank">http://www.virustotal.com/analisis/7d6d2edc4eac763bc687e578008474dc85245b1e55d5ca5ae958d220f4802fbf-1267641995</a></p>
<p>For the VirusTotal analysis on the file &#8220;<b>o6ko.sys</b>&#8220;, goto:<br />
<a href="http://www.virustotal.com/analisis/d599b5fb31b6387ff7e540fabb655bbde0990ce9db1e6f1918bec6ac21d43278-1267374431" target="_blank">http://www.virustotal.com/analisis/d599b5fb31b6387ff7e540fabb655bbde0990ce9db1e6f1918bec6ac21d43278-1267374431</a></p>
<p><center><br />
<hr width="80%"></center></p>
<p>As you can see from the VirusTotal analysis reports, <strong>not</strong> all anti-virus scanners detect or flag these files. So, for most of these malware/spyware, it still requires manual detection and removal.</p>
<p><strong class="highlight">STRONG WARNING:</strong> be very careful of websites that tells you do download an executable to remove the malware/spyware.  If you are not familiar with the website, <strong>DO NOT download and run the program</strong>, it can possibly install another piece of malwayre/spyware onto your computer.  It is best to call a professional (or at least someone who knows with 100% certainty what they are doing) to clean your computer.</p>
<p><strong class="highlight">NOTICE:</strong> when renaming files and changing attributes or permissions, it is strongly advised that you do those via command-line commands in the “Command Prompt” window. If the malware/spyware is attached to the Windows Explorer process and/or its handles, it can intercept your mouse-click commands, making it seem like you did what you wanted to, but in reality the malware/spyware actually created another copy of itself with a different name and reinstalled itself using those new copies. The “Command Prompt” method is the most secure way of doing this work; however it is a lot of typing.</p>
<p>Feel free to post comments below if you need help or have recommendations.</p>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;notes=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="del.icio.us"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;bodytext=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="Digg"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;t=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="Facebook"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="Faves"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;annotation=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="Google Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;source=Johnny+Chin+my+2-%C2%A2ents+worth+of+thoughts+and+opinions&amp;summary=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="LinkedIn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="Live"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="Mixx"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;t=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="MySpace"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;body=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="Ping.fm"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="Propeller"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="Reddit"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="Slashdot"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="Sphinn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="StumbleUpon"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="Technorati"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL%20-%20http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="Twitter"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;t=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&opener=bm&amp;ei=UTF-8&amp;d=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="Yahoo! Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;body=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="email"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;partner=sociable" title="PDF"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;partner=sociable" title="Print"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.johnnychin.com/blog/feed/" title="RSS"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2010/03/svchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avast &#8211; reverting back to another VPS file</title>
		<link>http://www.johnnychin.com/blog/2009/12/avast-reverting-back-to-another-vps-file/</link>
		<comments>http://www.johnnychin.com/blog/2009/12/avast-reverting-back-to-another-vps-file/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 05:26:32 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[spyware / viruses / worms]]></category>
		<category><![CDATA[system administration]]></category>
		<category><![CDATA[tweaking / hacking / fixing]]></category>
		<category><![CDATA[Avast]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=617</guid>
		<description><![CDATA[<p><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/12/avast-logo.jpg" alt="avast-logo" title="avast-logo" width="92" height="92" class="alignright size-full wp-image-643" /><br />
Avast tonight released their updated VPS 091203-0 signature file which has been causing a lot of grief to everyone around the world with false-positives for the trojan/worm <strong>Win32:Delf-MZG[Trj]</strong>.</p>
<p>The only fix for now is to disable updates and go back to a previous signature file that is not &#8220;bad&#8221;.</p>
<p>Luckily I have another machine which has not yet taken down this update, so I saved the <strong>400.vps</strong> file from <strong>C:\Program Files\Alwil Software\Avast4\DATA</strong> into my USB key.  I then copied this older version of the 400.vps file onto the computer with bad 091203-0 VPS signature file.  I placed it into C:\ for easy access later (because we will be using the Command Prompt, so everything would be typed).</p>
<p>Now on the computer with the bad VPS signature file,<br />
<strong>disable the Avast updates by setting it to &#8220;Manual&#8221;</strong>.<br />
<a rel="lightbox" target="lightbox" href="http://www.johnnychin.com/blog/wp-content/uploads/2009/12/turn-off-avast-updates.jpg"><br />
<img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/12/turn-off-avast-updates-300x204.jpg" alt="turn-off-avast-updates" title="turn-off-avast-updates" width="300" height="204" class="alignnone size-medium wp-image-618" border=0 /></a></p>
<p>Reboot the computer (assuming Windows XP) into<br />
<nobr><strong><font color=red>&#8220;Safe Mode with Command Prompt&#8221;</font></strong></nobr><br />
and type the following:<br />
<font color=blue><strong>cd &#8220;C:\Program Files\Alwil Software\Avast4\DATA&#8221;<br />
ren 400.vps 400.vps.091203-0.bad<br />
copy C:\400.vps<br /></strong></font><br />
<i>(this is why I recommended putting it in C:\ above, less typing)</i><br />
Then reboot the computer back to Normal mode.<br />
Your Avast VPS signatures should now be reverted to the older version.</p>
<p>Good luck!</p>
<p><b>Update: December 3, 2009 8:25AM EST</b><br />
Avast released an updated signature file (VPS 091203-1) that is suppose to resolve the bug.  Goto <a href="http://support.avast.com/index.php?_m=knowledgebase&#038;_a=viewarticle&#038;kbarticleid=377" target="_avast">http://support.avast.com/index.php?_m=knowledgebase&#038;_a=viewarticle&#038;kbarticleid=377</a><br />
.</p>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;title=Avast%20-%20reverting%20back%20to%20another%20VPS%20file&amp;notes=%0D%0AAvast%20tonight%20released%20their%20updated%20VPS%20091203-0%20signature%20file%20which%20has%20been%20causing%20a%20lot%20of%20grief%20to%20everyone%20around%20the%20world%20with%20false-positives%20for%20the%20trojan%2Fworm%20Win32%3ADelf-MZG%5BTrj%5D.%0D%0A%0D%0AThe%20only%20fix%20for%20now%20is%20to%20disable%20updates%20and%20go%20b" title="del.icio.us"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;title=Avast%20-%20reverting%20back%20to%20another%20VPS%20file&amp;bodytext=%0D%0AAvast%20tonight%20released%20their%20updated%20VPS%20091203-0%20signature%20file%20which%20has%20been%20causing%20a%20lot%20of%20grief%20to%20everyone%20around%20the%20world%20with%20false-positives%20for%20the%20trojan%2Fworm%20Win32%3ADelf-MZG%5BTrj%5D.%0D%0A%0D%0AThe%20only%20fix%20for%20now%20is%20to%20disable%20updates%20and%20go%20b" title="Digg"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;t=Avast%20-%20reverting%20back%20to%20another%20VPS%20file" title="Facebook"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;title=Avast%20-%20reverting%20back%20to%20another%20VPS%20file" title="Faves"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;title=Avast%20-%20reverting%20back%20to%20another%20VPS%20file&amp;annotation=%0D%0AAvast%20tonight%20released%20their%20updated%20VPS%20091203-0%20signature%20file%20which%20has%20been%20causing%20a%20lot%20of%20grief%20to%20everyone%20around%20the%20world%20with%20false-positives%20for%20the%20trojan%2Fworm%20Win32%3ADelf-MZG%5BTrj%5D.%0D%0A%0D%0AThe%20only%20fix%20for%20now%20is%20to%20disable%20updates%20and%20go%20b" title="Google Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;title=Avast%20-%20reverting%20back%20to%20another%20VPS%20file&amp;source=Johnny+Chin+my+2-%C2%A2ents+worth+of+thoughts+and+opinions&amp;summary=%0D%0AAvast%20tonight%20released%20their%20updated%20VPS%20091203-0%20signature%20file%20which%20has%20been%20causing%20a%20lot%20of%20grief%20to%20everyone%20around%20the%20world%20with%20false-positives%20for%20the%20trojan%2Fworm%20Win32%3ADelf-MZG%5BTrj%5D.%0D%0A%0D%0AThe%20only%20fix%20for%20now%20is%20to%20disable%20updates%20and%20go%20b" title="LinkedIn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;title=Avast%20-%20reverting%20back%20to%20another%20VPS%20file" title="Live"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;title=Avast%20-%20reverting%20back%20to%20another%20VPS%20file" title="Mixx"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;t=Avast%20-%20reverting%20back%20to%20another%20VPS%20file" title="MySpace"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;title=Avast%20-%20reverting%20back%20to%20another%20VPS%20file&amp;body=%0D%0AAvast%20tonight%20released%20their%20updated%20VPS%20091203-0%20signature%20file%20which%20has%20been%20causing%20a%20lot%20of%20grief%20to%20everyone%20around%20the%20world%20with%20false-positives%20for%20the%20trojan%2Fworm%20Win32%3ADelf-MZG%5BTrj%5D.%0D%0A%0D%0AThe%20only%20fix%20for%20now%20is%20to%20disable%20updates%20and%20go%20b" title="Ping.fm"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F" title="Propeller"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;title=Avast%20-%20reverting%20back%20to%20another%20VPS%20file" title="Reddit"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Avast%20-%20reverting%20back%20to%20another%20VPS%20file&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F" title="Slashdot"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F" title="Sphinn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;title=Avast%20-%20reverting%20back%20to%20another%20VPS%20file" title="StumbleUpon"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F" title="Technorati"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Avast%20-%20reverting%20back%20to%20another%20VPS%20file%20-%20http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F" title="Twitter"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;t=Avast%20-%20reverting%20back%20to%20another%20VPS%20file&opener=bm&amp;ei=UTF-8&amp;d=%0D%0AAvast%20tonight%20released%20their%20updated%20VPS%20091203-0%20signature%20file%20which%20has%20been%20causing%20a%20lot%20of%20grief%20to%20everyone%20around%20the%20world%20with%20false-positives%20for%20the%20trojan%2Fworm%20Win32%3ADelf-MZG%5BTrj%5D.%0D%0A%0D%0AThe%20only%20fix%20for%20now%20is%20to%20disable%20updates%20and%20go%20b" title="Yahoo! Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=Avast%20-%20reverting%20back%20to%20another%20VPS%20file&amp;body=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F" title="email"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;partner=sociable" title="PDF"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;partner=sociable" title="Print"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.johnnychin.com/blog/feed/" title="RSS"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
</ul>
</div>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/12/avast-logo.jpg" alt="avast-logo" title="avast-logo" width="92" height="92" class="alignright size-full wp-image-643" /><br />
Avast tonight released their updated VPS 091203-0 signature file which has been causing a lot of grief to everyone around the world with false-positives for the trojan/worm <strong>Win32:Delf-MZG[Trj]</strong>.</p>
<p>The only fix for now is to disable updates and go back to a previous signature file that is not &#8220;bad&#8221;.</p>
<p>Luckily I have another machine which has not yet taken down this update, so I saved the <strong>400.vps</strong> file from <strong>C:\Program Files\Alwil Software\Avast4\DATA</strong> into my USB key.  I then copied this older version of the 400.vps file onto the computer with bad 091203-0 VPS signature file.  I placed it into C:\ for easy access later (because we will be using the Command Prompt, so everything would be typed).</p>
<p>Now on the computer with the bad VPS signature file,<br />
<strong>disable the Avast updates by setting it to &#8220;Manual&#8221;</strong>.<br />
<a rel="lightbox" target="lightbox" href="http://www.johnnychin.com/blog/wp-content/uploads/2009/12/turn-off-avast-updates.jpg"><br />
<img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/12/turn-off-avast-updates-300x204.jpg" alt="turn-off-avast-updates" title="turn-off-avast-updates" width="300" height="204" class="alignnone size-medium wp-image-618" border=0 /></a></p>
<p>Reboot the computer (assuming Windows XP) into<br />
<nobr><strong><font color=red>&#8220;Safe Mode with Command Prompt&#8221;</font></strong></nobr><br />
and type the following:<br />
<font color=blue><strong>cd &#8220;C:\Program Files\Alwil Software\Avast4\DATA&#8221;<br />
ren 400.vps 400.vps.091203-0.bad<br />
copy C:\400.vps<br /></strong></font><br />
<i>(this is why I recommended putting it in C:\ above, less typing)</i><br />
Then reboot the computer back to Normal mode.<br />
Your Avast VPS signatures should now be reverted to the older version.</p>
<p>Good luck!</p>
<p><b>Update: December 3, 2009 8:25AM EST</b><br />
Avast released an updated signature file (VPS 091203-1) that is suppose to resolve the bug.  Goto <a href="http://support.avast.com/index.php?_m=knowledgebase&#038;_a=viewarticle&#038;kbarticleid=377" target="_avast">http://support.avast.com/index.php?_m=knowledgebase&#038;_a=viewarticle&#038;kbarticleid=377</a><br />
.</p>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;title=Avast%20-%20reverting%20back%20to%20another%20VPS%20file&amp;notes=%0D%0AAvast%20tonight%20released%20their%20updated%20VPS%20091203-0%20signature%20file%20which%20has%20been%20causing%20a%20lot%20of%20grief%20to%20everyone%20around%20the%20world%20with%20false-positives%20for%20the%20trojan%2Fworm%20Win32%3ADelf-MZG%5BTrj%5D.%0D%0A%0D%0AThe%20only%20fix%20for%20now%20is%20to%20disable%20updates%20and%20go%20b" title="del.icio.us"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;title=Avast%20-%20reverting%20back%20to%20another%20VPS%20file&amp;bodytext=%0D%0AAvast%20tonight%20released%20their%20updated%20VPS%20091203-0%20signature%20file%20which%20has%20been%20causing%20a%20lot%20of%20grief%20to%20everyone%20around%20the%20world%20with%20false-positives%20for%20the%20trojan%2Fworm%20Win32%3ADelf-MZG%5BTrj%5D.%0D%0A%0D%0AThe%20only%20fix%20for%20now%20is%20to%20disable%20updates%20and%20go%20b" title="Digg"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;t=Avast%20-%20reverting%20back%20to%20another%20VPS%20file" title="Facebook"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;title=Avast%20-%20reverting%20back%20to%20another%20VPS%20file" title="Faves"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;title=Avast%20-%20reverting%20back%20to%20another%20VPS%20file&amp;annotation=%0D%0AAvast%20tonight%20released%20their%20updated%20VPS%20091203-0%20signature%20file%20which%20has%20been%20causing%20a%20lot%20of%20grief%20to%20everyone%20around%20the%20world%20with%20false-positives%20for%20the%20trojan%2Fworm%20Win32%3ADelf-MZG%5BTrj%5D.%0D%0A%0D%0AThe%20only%20fix%20for%20now%20is%20to%20disable%20updates%20and%20go%20b" title="Google Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;title=Avast%20-%20reverting%20back%20to%20another%20VPS%20file&amp;source=Johnny+Chin+my+2-%C2%A2ents+worth+of+thoughts+and+opinions&amp;summary=%0D%0AAvast%20tonight%20released%20their%20updated%20VPS%20091203-0%20signature%20file%20which%20has%20been%20causing%20a%20lot%20of%20grief%20to%20everyone%20around%20the%20world%20with%20false-positives%20for%20the%20trojan%2Fworm%20Win32%3ADelf-MZG%5BTrj%5D.%0D%0A%0D%0AThe%20only%20fix%20for%20now%20is%20to%20disable%20updates%20and%20go%20b" title="LinkedIn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;title=Avast%20-%20reverting%20back%20to%20another%20VPS%20file" title="Live"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;title=Avast%20-%20reverting%20back%20to%20another%20VPS%20file" title="Mixx"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;t=Avast%20-%20reverting%20back%20to%20another%20VPS%20file" title="MySpace"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;title=Avast%20-%20reverting%20back%20to%20another%20VPS%20file&amp;body=%0D%0AAvast%20tonight%20released%20their%20updated%20VPS%20091203-0%20signature%20file%20which%20has%20been%20causing%20a%20lot%20of%20grief%20to%20everyone%20around%20the%20world%20with%20false-positives%20for%20the%20trojan%2Fworm%20Win32%3ADelf-MZG%5BTrj%5D.%0D%0A%0D%0AThe%20only%20fix%20for%20now%20is%20to%20disable%20updates%20and%20go%20b" title="Ping.fm"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F" title="Propeller"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;title=Avast%20-%20reverting%20back%20to%20another%20VPS%20file" title="Reddit"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Avast%20-%20reverting%20back%20to%20another%20VPS%20file&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F" title="Slashdot"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F" title="Sphinn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;title=Avast%20-%20reverting%20back%20to%20another%20VPS%20file" title="StumbleUpon"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F" title="Technorati"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Avast%20-%20reverting%20back%20to%20another%20VPS%20file%20-%20http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F" title="Twitter"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;t=Avast%20-%20reverting%20back%20to%20another%20VPS%20file&opener=bm&amp;ei=UTF-8&amp;d=%0D%0AAvast%20tonight%20released%20their%20updated%20VPS%20091203-0%20signature%20file%20which%20has%20been%20causing%20a%20lot%20of%20grief%20to%20everyone%20around%20the%20world%20with%20false-positives%20for%20the%20trojan%2Fworm%20Win32%3ADelf-MZG%5BTrj%5D.%0D%0A%0D%0AThe%20only%20fix%20for%20now%20is%20to%20disable%20updates%20and%20go%20b" title="Yahoo! Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=Avast%20-%20reverting%20back%20to%20another%20VPS%20file&amp;body=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F" title="email"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;partner=sociable" title="PDF"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F12%2Favast-reverting-back-to-another-vps-file%2F&amp;partner=sociable" title="Print"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.johnnychin.com/blog/feed/" title="RSS"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/12/avast-reverting-back-to-another-vps-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Akamai using Residential RoadRunner Cable Modem for EdgeSuite Hosting</title>
		<link>http://www.johnnychin.com/blog/2009/08/akamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting/</link>
		<comments>http://www.johnnychin.com/blog/2009/08/akamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 14:08:18 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[spyware / viruses / worms]]></category>
		<category><![CDATA[Akamai]]></category>
		<category><![CDATA[cable]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[NewEgg]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[RoadRunner]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=564</guid>
		<description><![CDATA[<p>A very odd thing just happened to me this morning.  While browsing on NewEgg in Firefox 3.5.2, I noticed that my browser slowed down. <img src="/blog/wp-content/uploads/2009/08/newegg-logo-150x77.jpg" alt="newegg-logo" title="newegg-logo" width="150" height="77" class="alignright size-thumbnail wp-image-582" /> Using TCPview, I noticed that I had a lot of TCP connections opened to <b>cpe-24-29-138-176.nyc.res.rr.com</b>.  That struck me as very odd.  I thought I had spyware loaded on my computer or something, and that bug was phoning-home.</p>
<p>Upon further investigation, I find that whenever I reloaded a NewEgg page, especially if it was a page with lots of images, several of these TCP sessions would open up again.  So I decided to look at the source code of the NewEgg page.</p>
<p>Doing a NSLOOKUP on the hostname c1.neweggimages.com gave me a very interesting result.</p>
<blockquote><p>Non-authoritative answer:<br />
Name:    a200.g.akamai.net<br />
Addresses:  24.29.138.176, 24.29.138.186<br />
Aliases:  c1.neweggimages.com, images10.newegg.com.edgesuite.net</p></blockquote>
<p>The IP addresses 24.29.138.176 and 24.19.138.186, both are <u>residential</u> RoadRunner cable modem dynamic IPs according to NYC RoadRunner; reverse resolving to cpe-24-29-138-176.nyc.res.rr.com and cpe-24-29-138-186.nyc.res.rr.com, respectively. <img src="/blog/wp-content/uploads/2009/08/akamai-logo.jpg" alt="akamai-logo" title="akamai-logo" width="105" height="55" class="alignright size-full wp-image-572" /> It struck me very odd that Akamai would use such home-grade dynamic broadband connections to provide their expensive edge-of-network services.</p>
<p>A few minutes later, I did another NSLOOKUP and the IPs changed, as it should with the Akamai service to spread the traffic around their servers.</p>
<blockquote><p>Non-authoritative answer:<br />
Name:    a200.g.akamai.net<br />
Addresses:  209.107.209.91, 209.107.209.122<br />
Aliases:  c1.neweggimages.com, images10.newegg.com.edgesuite.net</p></blockquote>
<blockquote><p>Non-authoritative answer:<br />
Name:    a200.g.akamai.net<br />
Addresses:  77.67.91.72, 77.67.91.122<br />
Aliases:  c1.neweggimages.com, images10.newegg.com.edgesuite.net</p></blockquote>
<p>And as I am writing this blog entry, c1.neweggimages.com now resolves to:</p>
<blockquote><p>Non-authoritative answer:<br />
Name:    a200.g.akamai.net<br />
Addresses:  24.29.138.172, 24.29.138.162<br />
Aliases:  c1.neweggimages.com, images10.newegg.com.edgesuite.net</p></blockquote>
<p><img src="/blog/wp-content/uploads/2009/08/roadrunner-logo.jpg" alt="roadrunner-logo" title="roadrunner-logo" width="150" height="60" class="alignright size-full wp-image-577" />Once again traffic routed back onto RoadRunner residential service in NYC (reverse resolving to cpe-24-29-138-172.nyc.res.rr.com and cpe-24-29-138-162.nyc.res.rr.com).  Looks like Akamai is using a lot of residential IPs within the NYC RoadRunner network.</p>
<p>As a result, some of these residential IPs do not work all the time, causing the NewEgg (and now BUY.COM) pages not to load and just hang.<br />
<a href="/blog/wp-content/uploads/2009/08/tcpview-syn_sent.jpg" rel=lightbox><img src="/blog/wp-content/uploads/2009/08/tcpview-syn_sent-300x29.jpg" alt="tcpview-syn_sent" title="tcpview-syn_sent" width="300" height="29" class="aligncenter size-medium wp-image-586" /></a></p>
<p><b>Would you pay Akamai to basically host your images at someone&#8217;s home using a cable modem?</b><br />
I know I would not pay premium dollars to get stuff hosted at a home.  I like the redundancy of a data center.<br />
&nbsp;</p>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;title=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting&amp;notes=A%20very%20odd%20thing%20just%20happened%20to%20me%20this%20morning.%20%20While%20browsing%20on%20NewEgg%20in%20Firefox%203.5.2%2C%20I%20noticed%20that%20my%20browser%20slowed%20down.%20%20Using%20TCPview%2C%20I%20noticed%20that%20I%20had%20a%20lot%20of%20TCP%20connections%20opened%20to%20cpe-24-29-138-176.nyc.res.rr.com.%20%20That%20stru" title="del.icio.us"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;title=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting&amp;bodytext=A%20very%20odd%20thing%20just%20happened%20to%20me%20this%20morning.%20%20While%20browsing%20on%20NewEgg%20in%20Firefox%203.5.2%2C%20I%20noticed%20that%20my%20browser%20slowed%20down.%20%20Using%20TCPview%2C%20I%20noticed%20that%20I%20had%20a%20lot%20of%20TCP%20connections%20opened%20to%20cpe-24-29-138-176.nyc.res.rr.com.%20%20That%20stru" title="Digg"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;t=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting" title="Facebook"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;title=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting" title="Faves"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;title=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting&amp;annotation=A%20very%20odd%20thing%20just%20happened%20to%20me%20this%20morning.%20%20While%20browsing%20on%20NewEgg%20in%20Firefox%203.5.2%2C%20I%20noticed%20that%20my%20browser%20slowed%20down.%20%20Using%20TCPview%2C%20I%20noticed%20that%20I%20had%20a%20lot%20of%20TCP%20connections%20opened%20to%20cpe-24-29-138-176.nyc.res.rr.com.%20%20That%20stru" title="Google Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;title=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting&amp;source=Johnny+Chin+my+2-%C2%A2ents+worth+of+thoughts+and+opinions&amp;summary=A%20very%20odd%20thing%20just%20happened%20to%20me%20this%20morning.%20%20While%20browsing%20on%20NewEgg%20in%20Firefox%203.5.2%2C%20I%20noticed%20that%20my%20browser%20slowed%20down.%20%20Using%20TCPview%2C%20I%20noticed%20that%20I%20had%20a%20lot%20of%20TCP%20connections%20opened%20to%20cpe-24-29-138-176.nyc.res.rr.com.%20%20That%20stru" title="LinkedIn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;title=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting" title="Live"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;title=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting" title="Mixx"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;t=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting" title="MySpace"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;title=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting&amp;body=A%20very%20odd%20thing%20just%20happened%20to%20me%20this%20morning.%20%20While%20browsing%20on%20NewEgg%20in%20Firefox%203.5.2%2C%20I%20noticed%20that%20my%20browser%20slowed%20down.%20%20Using%20TCPview%2C%20I%20noticed%20that%20I%20had%20a%20lot%20of%20TCP%20connections%20opened%20to%20cpe-24-29-138-176.nyc.res.rr.com.%20%20That%20stru" title="Ping.fm"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F" title="Propeller"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;title=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting" title="Reddit"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F" title="Slashdot"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F" title="Sphinn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;title=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting" title="StumbleUpon"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F" title="Technorati"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting%20-%20http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F" title="Twitter"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;t=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting&opener=bm&amp;ei=UTF-8&amp;d=A%20very%20odd%20thing%20just%20happened%20to%20me%20this%20morning.%20%20While%20browsing%20on%20NewEgg%20in%20Firefox%203.5.2%2C%20I%20noticed%20that%20my%20browser%20slowed%20down.%20%20Using%20TCPview%2C%20I%20noticed%20that%20I%20had%20a%20lot%20of%20TCP%20connections%20opened%20to%20cpe-24-29-138-176.nyc.res.rr.com.%20%20That%20stru" title="Yahoo! Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting&amp;body=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F" title="email"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;partner=sociable" title="PDF"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;partner=sociable" title="Print"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.johnnychin.com/blog/feed/" title="RSS"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
</ul>
</div>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p>A very odd thing just happened to me this morning.  While browsing on NewEgg in Firefox 3.5.2, I noticed that my browser slowed down. <img src="/blog/wp-content/uploads/2009/08/newegg-logo-150x77.jpg" alt="newegg-logo" title="newegg-logo" width="150" height="77" class="alignright size-thumbnail wp-image-582" /> Using TCPview, I noticed that I had a lot of TCP connections opened to <b>cpe-24-29-138-176.nyc.res.rr.com</b>.  That struck me as very odd.  I thought I had spyware loaded on my computer or something, and that bug was phoning-home.</p>
<p>Upon further investigation, I find that whenever I reloaded a NewEgg page, especially if it was a page with lots of images, several of these TCP sessions would open up again.  So I decided to look at the source code of the NewEgg page.</p>
<p>Doing a NSLOOKUP on the hostname c1.neweggimages.com gave me a very interesting result.</p>
<blockquote><p>Non-authoritative answer:<br />
Name:    a200.g.akamai.net<br />
Addresses:  24.29.138.176, 24.29.138.186<br />
Aliases:  c1.neweggimages.com, images10.newegg.com.edgesuite.net</p></blockquote>
<p>The IP addresses 24.29.138.176 and 24.19.138.186, both are <u>residential</u> RoadRunner cable modem dynamic IPs according to NYC RoadRunner; reverse resolving to cpe-24-29-138-176.nyc.res.rr.com and cpe-24-29-138-186.nyc.res.rr.com, respectively. <img src="/blog/wp-content/uploads/2009/08/akamai-logo.jpg" alt="akamai-logo" title="akamai-logo" width="105" height="55" class="alignright size-full wp-image-572" /> It struck me very odd that Akamai would use such home-grade dynamic broadband connections to provide their expensive edge-of-network services.</p>
<p>A few minutes later, I did another NSLOOKUP and the IPs changed, as it should with the Akamai service to spread the traffic around their servers.</p>
<blockquote><p>Non-authoritative answer:<br />
Name:    a200.g.akamai.net<br />
Addresses:  209.107.209.91, 209.107.209.122<br />
Aliases:  c1.neweggimages.com, images10.newegg.com.edgesuite.net</p></blockquote>
<blockquote><p>Non-authoritative answer:<br />
Name:    a200.g.akamai.net<br />
Addresses:  77.67.91.72, 77.67.91.122<br />
Aliases:  c1.neweggimages.com, images10.newegg.com.edgesuite.net</p></blockquote>
<p>And as I am writing this blog entry, c1.neweggimages.com now resolves to:</p>
<blockquote><p>Non-authoritative answer:<br />
Name:    a200.g.akamai.net<br />
Addresses:  24.29.138.172, 24.29.138.162<br />
Aliases:  c1.neweggimages.com, images10.newegg.com.edgesuite.net</p></blockquote>
<p><img src="/blog/wp-content/uploads/2009/08/roadrunner-logo.jpg" alt="roadrunner-logo" title="roadrunner-logo" width="150" height="60" class="alignright size-full wp-image-577" />Once again traffic routed back onto RoadRunner residential service in NYC (reverse resolving to cpe-24-29-138-172.nyc.res.rr.com and cpe-24-29-138-162.nyc.res.rr.com).  Looks like Akamai is using a lot of residential IPs within the NYC RoadRunner network.</p>
<p>As a result, some of these residential IPs do not work all the time, causing the NewEgg (and now BUY.COM) pages not to load and just hang.<br />
<a href="/blog/wp-content/uploads/2009/08/tcpview-syn_sent.jpg" rel=lightbox><img src="/blog/wp-content/uploads/2009/08/tcpview-syn_sent-300x29.jpg" alt="tcpview-syn_sent" title="tcpview-syn_sent" width="300" height="29" class="aligncenter size-medium wp-image-586" /></a></p>
<p><b>Would you pay Akamai to basically host your images at someone&#8217;s home using a cable modem?</b><br />
I know I would not pay premium dollars to get stuff hosted at a home.  I like the redundancy of a data center.<br />
&nbsp;</p>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;title=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting&amp;notes=A%20very%20odd%20thing%20just%20happened%20to%20me%20this%20morning.%20%20While%20browsing%20on%20NewEgg%20in%20Firefox%203.5.2%2C%20I%20noticed%20that%20my%20browser%20slowed%20down.%20%20Using%20TCPview%2C%20I%20noticed%20that%20I%20had%20a%20lot%20of%20TCP%20connections%20opened%20to%20cpe-24-29-138-176.nyc.res.rr.com.%20%20That%20stru" title="del.icio.us"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;title=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting&amp;bodytext=A%20very%20odd%20thing%20just%20happened%20to%20me%20this%20morning.%20%20While%20browsing%20on%20NewEgg%20in%20Firefox%203.5.2%2C%20I%20noticed%20that%20my%20browser%20slowed%20down.%20%20Using%20TCPview%2C%20I%20noticed%20that%20I%20had%20a%20lot%20of%20TCP%20connections%20opened%20to%20cpe-24-29-138-176.nyc.res.rr.com.%20%20That%20stru" title="Digg"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;t=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting" title="Facebook"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;title=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting" title="Faves"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;title=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting&amp;annotation=A%20very%20odd%20thing%20just%20happened%20to%20me%20this%20morning.%20%20While%20browsing%20on%20NewEgg%20in%20Firefox%203.5.2%2C%20I%20noticed%20that%20my%20browser%20slowed%20down.%20%20Using%20TCPview%2C%20I%20noticed%20that%20I%20had%20a%20lot%20of%20TCP%20connections%20opened%20to%20cpe-24-29-138-176.nyc.res.rr.com.%20%20That%20stru" title="Google Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;title=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting&amp;source=Johnny+Chin+my+2-%C2%A2ents+worth+of+thoughts+and+opinions&amp;summary=A%20very%20odd%20thing%20just%20happened%20to%20me%20this%20morning.%20%20While%20browsing%20on%20NewEgg%20in%20Firefox%203.5.2%2C%20I%20noticed%20that%20my%20browser%20slowed%20down.%20%20Using%20TCPview%2C%20I%20noticed%20that%20I%20had%20a%20lot%20of%20TCP%20connections%20opened%20to%20cpe-24-29-138-176.nyc.res.rr.com.%20%20That%20stru" title="LinkedIn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;title=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting" title="Live"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;title=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting" title="Mixx"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;t=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting" title="MySpace"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;title=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting&amp;body=A%20very%20odd%20thing%20just%20happened%20to%20me%20this%20morning.%20%20While%20browsing%20on%20NewEgg%20in%20Firefox%203.5.2%2C%20I%20noticed%20that%20my%20browser%20slowed%20down.%20%20Using%20TCPview%2C%20I%20noticed%20that%20I%20had%20a%20lot%20of%20TCP%20connections%20opened%20to%20cpe-24-29-138-176.nyc.res.rr.com.%20%20That%20stru" title="Ping.fm"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F" title="Propeller"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;title=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting" title="Reddit"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F" title="Slashdot"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F" title="Sphinn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;title=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting" title="StumbleUpon"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F" title="Technorati"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting%20-%20http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F" title="Twitter"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;t=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting&opener=bm&amp;ei=UTF-8&amp;d=A%20very%20odd%20thing%20just%20happened%20to%20me%20this%20morning.%20%20While%20browsing%20on%20NewEgg%20in%20Firefox%203.5.2%2C%20I%20noticed%20that%20my%20browser%20slowed%20down.%20%20Using%20TCPview%2C%20I%20noticed%20that%20I%20had%20a%20lot%20of%20TCP%20connections%20opened%20to%20cpe-24-29-138-176.nyc.res.rr.com.%20%20That%20stru" title="Yahoo! Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=Akamai%20using%20Residential%20RoadRunner%20Cable%20Modem%20for%20EdgeSuite%20Hosting&amp;body=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F" title="email"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;partner=sociable" title="PDF"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F08%2Fakamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting%2F&amp;partner=sociable" title="Print"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.johnnychin.com/blog/feed/" title="RSS"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/08/akamai-using-residential-roadrunner-cable-modem-for-edgesuite-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<DIV id=Google-Analytics>
<!-- BEGIN Google Analytics -->
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript"> try { _uacct = "UA-8276360-1"; urchinTracker(); } catch(err) {}</script>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-8276360-1"); pageTracker._trackPageview(); } catch(err) {}</script>
<!-- END Google Analytics -->
</DIV>

