<?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: NewGeoCheck.js and Malicious AddThiss .net Iframe</title>
	<atom:link href="http://blog.unmaskparasites.com/2010/05/19/newgeocheck-js-and-malicious-addthiss-net-iframe/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.unmaskparasites.com/2010/05/19/newgeocheck-js-and-malicious-addthiss-net-iframe/</link>
	<description>Website insecurity by example</description>
	<lastBuildDate>Sun, 05 Feb 2012 10:06:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Denis</title>
		<link>http://blog.unmaskparasites.com/2010/05/19/newgeocheck-js-and-malicious-addthiss-net-iframe/comment-page-1/#comment-9949</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Mon, 25 Oct 2010 18:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=626#comment-9949</guid>
		<description>One more domain used by this attack
&lt;strong&gt;freecheck .info&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>One more domain used by this attack<br />
<strong>freecheck .info</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MK</title>
		<link>http://blog.unmaskparasites.com/2010/05/19/newgeocheck-js-and-malicious-addthiss-net-iframe/comment-page-1/#comment-7516</link>
		<dc:creator>MK</dc:creator>
		<pubDate>Fri, 21 May 2010 13:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=626#comment-7516</guid>
		<description>I can confirm that this malware is placed on the accounts via stolen FTP credentials as well. I have come across a few of these over the past few days. A decode if one of the recent ones can be found here: http://jsunpack.jeek.org/dec/go?report=105b584bde1eb180d2aaa92d44d7e5cb9baae8cb</description>
		<content:encoded><![CDATA[<p>I can confirm that this malware is placed on the accounts via stolen FTP credentials as well. I have come across a few of these over the past few days. A decode if one of the recent ones can be found here: <a href="http://jsunpack.jeek.org/dec/go?report=105b584bde1eb180d2aaa92d44d7e5cb9baae8cb" rel="nofollow">http://jsunpack.jeek.org/dec/go?report=105b584bde1eb180d2aaa92d44d7e5cb9baae8cb</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://blog.unmaskparasites.com/2010/05/19/newgeocheck-js-and-malicious-addthiss-net-iframe/comment-page-1/#comment-7515</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Thu, 20 May 2010 17:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=626#comment-7515</guid>
		<description>Thanks Thomas,

This confirmation is really important as it lets webmasters of compromised sites focus on the security issues of their own computers and protecting their site credentials.</description>
		<content:encoded><![CDATA[<p>Thanks Thomas,</p>
<p>This confirmation is really important as it lets webmasters of compromised sites focus on the security issues of their own computers and protecting their site credentials.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas J. Raef</title>
		<link>http://blog.unmaskparasites.com/2010/05/19/newgeocheck-js-and-malicious-addthiss-net-iframe/comment-page-1/#comment-7512</link>
		<dc:creator>Thomas J. Raef</dc:creator>
		<pubDate>Thu, 20 May 2010 14:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unmaskparasites.com/?p=626#comment-7512</guid>
		<description>Denis,

As always, your research is invaluable to the Internet - nice job.

We have seen this attack as well and in every case, we see the corresponding entries in the FTP logs showing that a stolen FTP account was used. We didn&#039;t see a long list of login attempts with incorrect passwords just a straight login with a valid FTP account which leads us to believe that the password was stolen.

We&#039;ve also seen a second type of malscript in the newgeocheck.js file.

It starts with: 
&lt;code&gt;this.hB=&quot;&quot;;var geoCheck;this.secureF=&quot;secureF&quot;;var qPY;if(qPY!=&#039;rCheckO&#039; &amp;&amp; qPY!=&#039;checkSecureC&#039;){qPY=&#039;rCheckO&#039;};geoCheck=&quot;afabaea...&lt;/code&gt;

It had the exact same comment section as the one you identified above, but the code was entirely different. However, it does still decode to the same iframe:

&lt;code&gt;&lt;/code&gt;

Again, great research!</description>
		<content:encoded><![CDATA[<p>Denis,</p>
<p>As always, your research is invaluable to the Internet &#8211; nice job.</p>
<p>We have seen this attack as well and in every case, we see the corresponding entries in the FTP logs showing that a stolen FTP account was used. We didn&#8217;t see a long list of login attempts with incorrect passwords just a straight login with a valid FTP account which leads us to believe that the password was stolen.</p>
<p>We&#8217;ve also seen a second type of malscript in the newgeocheck.js file.</p>
<p>It starts with:<br />
<code>this.hB="";var geoCheck;this.secureF="secureF";var qPY;if(qPY!='rCheckO' &amp;&amp; qPY!='checkSecureC'){qPY='rCheckO'};geoCheck="afabaea...</code></p>
<p>It had the exact same comment section as the one you identified above, but the code was entirely different. However, it does still decode to the same iframe:</p>
<p><code></code></p>
<p>Again, great research!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

