<?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>The Wet Sponge &#187; Technical</title>
	<atom:link href="http://thewetsponge.com/posts/category/seo-and-web-site-technical-problems/feed" rel="self" type="application/rss+xml" />
	<link>http://thewetsponge.com</link>
	<description>SEO, PPC and Internet Marketing by Weaversites</description>
	<lastBuildDate>Fri, 11 Mar 2011 19:04:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Blog Migration Problems</title>
		<link>http://thewetsponge.com/posts/212</link>
		<comments>http://thewetsponge.com/posts/212#comments</comments>
		<pubDate>Mon, 17 May 2010 16:33:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://thewetsponge.com/?p=212</guid>
		<description><![CDATA[Thanks to help from Blue Ridge Solutions of Asheville for fixing my blog. May heaven rain down sweetmeats upon them. I had recently changed hosting companies, and thought I had done everything perfectly when moving this blog. Apparently not. I did everything right, except for one thing &#8211; and I still don&#8217;t know what the [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to help from <a href="http://www.blueridges.com">Blue Ridge Solutions</a> of Asheville for fixing my blog. May heaven rain down sweetmeats upon them.</p>
<p>I had recently changed hosting companies, and thought I had done everything perfectly when moving this blog. Apparently not. I did everything right, except for one thing &#8211; and I still don&#8217;t know what the &#8220;one thing&#8221; was. All I know is, the fix had something to do with disabling and re-enabling the Permalinks.</p>
<p>So, if you move your blog and everything looks right, except that none of the links work, that&#8217;s the solution. But don&#8217;t ask me how, I still haven&#8217;t found out how to do that!</p>
<p>Since I&#8217;m not really a blog expert, if you ever have to move your blog all I can say is &#8220;don&#8217;t try this at home.&#8221; Get professional help <img src='http://thewetsponge.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Sponge</p>
]]></content:encoded>
			<wfw:commentRss>http://thewetsponge.com/posts/212/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Iframe Injection Infection</title>
		<link>http://thewetsponge.com/posts/67</link>
		<comments>http://thewetsponge.com/posts/67#comments</comments>
		<pubDate>Sat, 11 Apr 2009 17:25:39 +0000</pubDate>
		<dc:creator>Sponge</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[iframe injection]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[viruses]]></category>

		<guid isPermaLink="false">http://thewetsponge.com/?p=67</guid>
		<description><![CDATA[A new malware attack has been making the rounds recently, infecting a number of web servers and sites. If you suddenly find that your website is triggering your anti-virus software and flagging it as a &#8220;dangerous site&#8221;, the culprit may be the iframe injection hack. If your site becomes infected, contact both your webmaster and your [...]]]></description>
			<content:encoded><![CDATA[<p>A new malware attack has been making the rounds recently, infecting a number of web servers and sites. If you suddenly find that your website is triggering your anti-virus software and flagging it as a &#8220;dangerous site&#8221;, the culprit may be the iframe injection hack.</p>
<p>If your site becomes infected, contact both your webmaster and your hosting company immediately.</p>
<p>I&#8217;ve been working on fixing this problem for one of my clients, and had to do some digging to find useful information on the cause, what it&#8217;s doing, and the solution. I am not a server admin or IT expert, but I hope the following information will help.</p>
<p><strong>The symptom:</strong></p>
<p>You, or anybody else, visits the home page of your site &#8211; only to find anti-virus software kicking in and bells going off. You may even find your site flagged in Google results as a &#8220;site that may harm your computer&#8221;.</p>
<p>Note &#8211; this infection can occur no matter who your hosting company is. I have heard from a colleague who encountered this problem that they were hosting with Yahoo, but I&#8217;m NOT suggesting Yahoo is particularly vulnerable &#8211; just pointing out that if Yahoo servers can get infected, any server can.</p>
<p><strong>What&#8217;s going on under the hood:</strong></p>
<p>If you look at the source code of the infected page, you will see that a script has been inserted into the page at the bottom, usually just before the /body tag. The infection usually hits the following page names:</p>
<p>index<br />
default<br />
home<br />
main<br />
config<br />
web</p>
<p>There are a few variations of the script. Examples (in a graphic) :</p>
<div id="attachment_69" class="wp-caption alignnone" style="width: 530px"><a href="http://thewetsponge.com/wp-content/uploads/2009/04/iframe-examples.gif"><img class="size-full wp-image-69 " src="http://thewetsponge.com/wp-content/uploads/2009/04/iframe-examples.gif" alt="examples of iframe injection scripts" width="520" height="270" /></a><p class="wp-caption-text">examples of iframe injection scripts</p></div>
<p><strong>What they do:</strong></p>
<p>They create a hidden iframe (inline frame) that contains the malicious code. What happens after that I am not sure &#8211; I have not experimented with the infection. I assume that if a PC is infected (i.e. it gets past your anti-virus software), it will execute a malicious code originating from another site/server and dump some malware on your PC.</p>
<p><strong>How it spreads:</strong></p>
<p>From what I read, here&#8217;s how I understand it. Somebody with an infected PC accesses their website via either their hosting control panel, or by FTP. The script/virus then activates and scans your site for certain page names (index, etc.) and inserts itself into your page.</p>
<p>It is possible it also spreads directly from server to server, or servers are deliberately infected by a hacker.</p>
<p>It is also apparent that the virus, once it gains entry into a web server, can infect ALL websites hosted on that server.</p>
<p><strong>Vulnerabilities:</strong></p>
<p>It appears that this is a Windows Server security vulnerability, and &#8220;possibly&#8221; more likely to happen to Cold Fusion sites. If your site is using shared hosting, then your site is vulnerable to attack from other infected sites on the same server.</p>
<p><strong>What To Do:</strong></p>
<ol>
<li>Make sure to notify your web host that your site has been infected with the iframe injection.</li>
<li>Do a virus scan of all PCs with control panel and FTP access to your site and make sure they are clean.</li>
<li>Change your hosting admin, control panel, FTP and database passwords.</li>
<li>Check the file permissions on your server &#8211; most likely the infected files have incorrect security settings (writeable when they shouldn&#8217;t be.) Contact your hosting company if you need help with this.</li>
<li>Delete or rename the infected file (to something like index041109.html.bak)</li>
<li>Re-upload a clean version of your page.</li>
<li>Keep checking. I have seen this infection happen to the same site a second time, after the first time I cleaned it up. If your PC is clean, you just keep renaming the bad file and re-uploading a clean file until the hosting company closes the security gap. (Complain loudly if this doesn&#8217;t happen within a couple of weeks.)</li>
</ol>
<p>If you discover your site flagged as possibly dangerous in Google results, clean the site. If you already have Google Webmaster Tools set up for your site, log in and from there you can request a review of your site.</p>
<p>If you do not have Webmaster Tools set up, use your browser to go to:</p>
<p>http://google.com/safebrowsing/diagnostic?site=YourSiteHere.com/</p>
<p>(Inserting your site name of course). The resulting page will give you further information and help for getting your site reviewed and SE results corrected.</p>
<p>From there you can also follow a direct link to <strong>Webmaster Tools.</strong> If you have not set it up for your site, you really, really should. Get your site cleaned, then get a Google Login, then follow the link after you run the Google diagnostic above. It&#8217;s free, very useful, and you won&#8217;t get any spam as a result. Note: the Webmaster Tools setup requires that you insert a verification html file into your site &#8211; so don&#8217;t do the setup until you have cleaned up your site and you&#8217;ve got &#8220;safe&#8221; access to your site via control panel or FTP.</p>
<p>Following are a couple of explanations by others that I found to be particularly helpful:</p>
<p><a href="http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:59164">http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:59164</a></p>
<p><a href="http://www.diovo.com/2009/03/hidden-iframe-injection-attacks/">http://www.diovo.com/2009/03/hidden-iframe-injection-attacks/</a></p>
<p>I certainly hope you don&#8217;t encounter this problem. But if you do, I hope my information will help you!</p>
]]></content:encoded>
			<wfw:commentRss>http://thewetsponge.com/posts/67/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

