<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Gogo2me &#8211; Hidden IFrame Injection.</title>
	<atom:link href="http://blog.unmaskparasites.com/2009/01/14/gogo2me-hidden-iframe-injection/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.unmaskparasites.com/2009/01/14/gogo2me-hidden-iframe-injection/</link>
	<description>Website insecurity by example</description>
	<lastBuildDate>Thu, 29 Jul 2010 19:13:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wordpress/Website Security Exploits &#124; Shoultes.net</title>
		<link>http://blog.unmaskparasites.com/2009/01/14/gogo2me-hidden-iframe-injection/comment-page-1/#comment-6467</link>
		<dc:creator>Wordpress/Website Security Exploits &#124; Shoultes.net</dc:creator>
		<pubDate>Sat, 02 Jan 2010 03:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=50#comment-6467</guid>
		<description>[...] http://blog.unmaskparasites.com/2009/01/14/gogo2me-hidden-iframe-injection/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.unmaskparasites.com/2009/01/14/gogo2me-hidden-iframe-injection/" rel="nofollow">http://blog.unmaskparasites.com/2009/01/14/gogo2me-hidden-iframe-injection/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hidedn iframe attacks compromise websites : OneIMS, Web Design Chicago, Digital Printing Chicago, Printing Chicago, Chicago SEO, Chicago Variable Data Printing, PURL Personalized URLs</title>
		<link>http://blog.unmaskparasites.com/2009/01/14/gogo2me-hidden-iframe-injection/comment-page-1/#comment-4726</link>
		<dc:creator>Hidedn iframe attacks compromise websites : OneIMS, Web Design Chicago, Digital Printing Chicago, Printing Chicago, Chicago SEO, Chicago Variable Data Printing, PURL Personalized URLs</dc:creator>
		<pubDate>Tue, 13 Oct 2009 15:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=50#comment-4726</guid>
		<description>[...] they aware of the attack. You should also change your password for your site immediately. There are various sites on how to recover files and clean up your [...]</description>
		<content:encoded><![CDATA[<p>[...] they aware of the attack. You should also change your password for your site immediately. There are various sites on how to recover files and clean up your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jitender Pal Singh</title>
		<link>http://blog.unmaskparasites.com/2009/01/14/gogo2me-hidden-iframe-injection/comment-page-1/#comment-2289</link>
		<dc:creator>Jitender Pal Singh</dc:creator>
		<pubDate>Sat, 22 Aug 2009 12:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=50#comment-2289</guid>
		<description>My site received the same attack recently...
I believe the FileZilla FTP credentials were being used by some virus...
Changed  passwords to my ftp accounts, and set file/directory permissions to 644/755, cleaned up my windows system.. and since then have moved to Ubuntu... didn&#039;t see the attack again in last two weeks.</description>
		<content:encoded><![CDATA[<p>My site received the same attack recently&#8230;<br />
I believe the FileZilla FTP credentials were being used by some virus&#8230;<br />
Changed  passwords to my ftp accounts, and set file/directory permissions to 644/755, cleaned up my windows system.. and since then have moved to Ubuntu&#8230; didn&#8217;t see the attack again in last two weeks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akash Callikan</title>
		<link>http://blog.unmaskparasites.com/2009/01/14/gogo2me-hidden-iframe-injection/comment-page-1/#comment-597</link>
		<dc:creator>Akash Callikan</dc:creator>
		<pubDate>Wed, 22 Apr 2009 10:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=50#comment-597</guid>
		<description>I&#039;ve had the same problem on my test server these last few weeks. Thankfully I have nightly backups. Anyway, after some research I thought it might be related to PHP&#039;s register_globals setting. Turns out I was right. The damn setting was on.

Now that I&#039;ve cleared it, attacks have stopped. You all might wanna check if your host has left it on in php.ini. If you can&#039;t edit your php.ini file, just add &quot;php_flag register_globals off&quot; at the top of your root .htaccess file.

Cheers :)

Akash</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had the same problem on my test server these last few weeks. Thankfully I have nightly backups. Anyway, after some research I thought it might be related to PHP&#8217;s register_globals setting. Turns out I was right. The damn setting was on.</p>
<p>Now that I&#8217;ve cleared it, attacks have stopped. You all might wanna check if your host has left it on in php.ini. If you can&#8217;t edit your php.ini file, just add &#8220;php_flag register_globals off&#8221; at the top of your root .htaccess file.</p>
<p>Cheers :)</p>
<p>Akash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://blog.unmaskparasites.com/2009/01/14/gogo2me-hidden-iframe-injection/comment-page-1/#comment-565</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Fri, 10 Apr 2009 10:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=50#comment-565</guid>
		<description>Usually the easiest (and free) way to remove injected stuff is to reupload a clean content from a backup.

Anyway, the most important step is to prevent reinfection.</description>
		<content:encoded><![CDATA[<p>Usually the easiest (and free) way to remove injected stuff is to reupload a clean content from a backup.</p>
<p>Anyway, the most important step is to prevent reinfection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcellos</title>
		<link>http://blog.unmaskparasites.com/2009/01/14/gogo2me-hidden-iframe-injection/comment-page-1/#comment-563</link>
		<dc:creator>Marcellos</dc:creator>
		<pubDate>Fri, 10 Apr 2009 06:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=50#comment-563</guid>
		<description>Hey All,

I too have had my site compromised with the iframe attack.

System: Mac OSX 10.5.6
Host: BlueHost.com
Installs: WP, Drupal and MT
Date of Compromise: 040709

The malicious code looked like this:

iframe src=&quot;http:// cheapslotplay .cn/ in.cgi ? income47&quot; width=1 height=1 style=&quot;visibility: hidden&quot;&gt;

and

I first learned of the compromise when a twitter follower notified me of a malware alert when he came to my site.

I poked around and discovered the multitude of  appended to end of my source code.

A quick (grep -r &quot;&lt;iframe&quot; .) in console informed me that hundreds of pages had been hacked (index, home, main, default).

Long story short I found a script that will go in and clean up your site. It was $10 and well worth it. You don&#039;t have to know any code so James your in luck.

The code is only set up for &quot;goooogleadsence . biz&quot; so if your attack is from a different site you have to change the name. Easiest thing to do is find and replace that url with the your pest url, save, run and repeat the process for other urls. In my case I had 3 different ones.

I got the code here: http://www.yourjoomlapro.com/

So far so good... I&#039;ve changed my passwords and permissions so we&#039;ll see if they strike again.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Hey All,</p>
<p>I too have had my site compromised with the iframe attack.</p>
<p>System: Mac OSX 10.5.6<br />
Host: BlueHost.com<br />
Installs: WP, Drupal and MT<br />
Date of Compromise: 040709</p>
<p>The malicious code looked like this:</p>
<p>iframe src=&#8221;http:// cheapslotplay .cn/ in.cgi ? income47&#8243; width=1 height=1 style=&#8221;visibility: hidden&#8221;&gt;</p>
<p>and</p>
<p>I first learned of the compromise when a twitter follower notified me of a malware alert when he came to my site.</p>
<p>I poked around and discovered the multitude of  appended to end of my source code.</p>
<p>A quick (grep -r &#8220;&lt;iframe&#8221; .) in console informed me that hundreds of pages had been hacked (index, home, main, default).</p>
<p>Long story short I found a script that will go in and clean up your site. It was $10 and well worth it. You don&#8217;t have to know any code so James your in luck.</p>
<p>The code is only set up for &#8220;goooogleadsence . biz&#8221; so if your attack is from a different site you have to change the name. Easiest thing to do is find and replace that url with the your pest url, save, run and repeat the process for other urls. In my case I had 3 different ones.</p>
<p>I got the code here: <a href="http://www.yourjoomlapro.com/" rel="nofollow">http://www.yourjoomlapro.com/</a></p>
<p>So far so good&#8230; I&#8217;ve changed my passwords and permissions so we&#8217;ll see if they strike again.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://blog.unmaskparasites.com/2009/01/14/gogo2me-hidden-iframe-injection/comment-page-1/#comment-473</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Thu, 02 Apr 2009 09:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=50#comment-473</guid>
		<description>The advice about disabling JavaScript was made only to detect the malicious script on a web page. It&#039;s only for webmasters who want to find what&#039;s wrong on their site. No advise here is intended to regular web surfers.

Every browser is vulnerable. Get yourself a decent antivirus and firewall. Update your browser and OS regularly. Move to a Mac or Linux to minimize security threats. If you are using FireFox - consider the &lt;a href=&quot;https://addons.mozilla.org/firefox/addon/722&quot; rel=&quot;nofollow&quot;&gt;NoScript&lt;/a&gt; plugin.

No antivirus is perfect. You can get the antivirus that detects that particular malware, but what about thousands of other viruses and spyware?</description>
		<content:encoded><![CDATA[<p>The advice about disabling JavaScript was made only to detect the malicious script on a web page. It&#8217;s only for webmasters who want to find what&#8217;s wrong on their site. No advise here is intended to regular web surfers.</p>
<p>Every browser is vulnerable. Get yourself a decent antivirus and firewall. Update your browser and OS regularly. Move to a Mac or Linux to minimize security threats. If you are using FireFox &#8211; consider the <a href="https://addons.mozilla.org/firefox/addon/722" rel="nofollow">NoScript</a> plugin.</p>
<p>No antivirus is perfect. You can get the antivirus that detects that particular malware, but what about thousands of other viruses and spyware?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viny</title>
		<link>http://blog.unmaskparasites.com/2009/01/14/gogo2me-hidden-iframe-injection/comment-page-1/#comment-472</link>
		<dc:creator>Viny</dc:creator>
		<pubDate>Thu, 02 Apr 2009 09:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=50#comment-472</guid>
		<description>Thanks for the post and the comments. But I have a question:

“Temporarily disable JavaScript in your browser (if you don’t want to get infected) and open your site”.

Do you possibly know, precisely which browsers are vulnerable? Should I simply avoid using Internet Explorer? Is browsing using a Firefox 3 with JavaScript enabled safe? I would rather not disable JS completely, but if it is necessary, I will.

Also, say I found and downloaded some antivirus software which correctly detects the malware that the injected IFRAME elements download (http://www.virustotal.com/analisis/3dfacd15cfe5b67d14a3d03b8ac27a32). If I scan the computer with them, am I 100% safe? Maybe that binary executable is just assistant software, which then downloads the virus itself?…

I am afraid that these are rhetorical questions, at least for now, but possible answers will be appreciated. :)</description>
		<content:encoded><![CDATA[<p>Thanks for the post and the comments. But I have a question:</p>
<p>“Temporarily disable JavaScript in your browser (if you don’t want to get infected) and open your site”.</p>
<p>Do you possibly know, precisely which browsers are vulnerable? Should I simply avoid using Internet Explorer? Is browsing using a Firefox 3 with JavaScript enabled safe? I would rather not disable JS completely, but if it is necessary, I will.</p>
<p>Also, say I found and downloaded some antivirus software which correctly detects the malware that the injected IFRAME elements download (<a href="http://www.virustotal.com/analisis/3dfacd15cfe5b67d14a3d03b8ac27a32" rel="nofollow">http://www.virustotal.com/analisis/3dfacd15cfe5b67d14a3d03b8ac27a32</a>). If I scan the computer with them, am I 100% safe? Maybe that binary executable is just assistant software, which then downloads the virus itself?…</p>
<p>I am afraid that these are rhetorical questions, at least for now, but possible answers will be appreciated. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://blog.unmaskparasites.com/2009/01/14/gogo2me-hidden-iframe-injection/comment-page-1/#comment-318</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Mon, 02 Mar 2009 10:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=50#comment-318</guid>
		<description>James, I checked your site and found the Gogo2me obfuscated iframe there so I removed the link to your site from your comment (so that other visitors don&#039;t get infected if they click on your link).

You don&#039;t actually need any programming skills. Just replace server files with a clean copy. Make sure your own computer is not infected by spyware. Then change all passwords. Don&#039;t store your passwords inside programs that upload files to server. And consider contacting your hosting provider.</description>
		<content:encoded><![CDATA[<p>James, I checked your site and found the Gogo2me obfuscated iframe there so I removed the link to your site from your comment (so that other visitors don&#8217;t get infected if they click on your link).</p>
<p>You don&#8217;t actually need any programming skills. Just replace server files with a clean copy. Make sure your own computer is not infected by spyware. Then change all passwords. Don&#8217;t store your passwords inside programs that upload files to server. And consider contacting your hosting provider.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James S.</title>
		<link>http://blog.unmaskparasites.com/2009/01/14/gogo2me-hidden-iframe-injection/comment-page-1/#comment-316</link>
		<dc:creator>James S.</dc:creator>
		<pubDate>Mon, 02 Mar 2009 05:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=50#comment-316</guid>
		<description>Hi all, my website was under attack too. I don&#039;t have javascript or programmer knowledge, please help me out. Many thanks.</description>
		<content:encoded><![CDATA[<p>Hi all, my website was under attack too. I don&#8217;t have javascript or programmer knowledge, please help me out. Many thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
