The Blacole exploit pack is sold to attackers for profit. This means attackers are often motivated to use the pack to distribute types of malware that will offset this cost, including:
- Online banking password stealers
- Rogue security software
- Backdoor trojans to leverage additional theft
The first time we saw Blacole it in the wild was June 2011.
Installation
Blacole
can be encountered when you visit a malicious webpage using a computer with vulnerable software installed.
When you visit an infected website you are often presented with a blank page that says: please wait page is loading.
The attack code is heavily obfuscated to make detection more difficult. It uses code exploits for known and 0-day software vulnerabilities in the Sun Java platform, Adobe applications such as Adobe Reader and Adobe Acrobat, and Microsoft components.
Blacole
may be downloaded as a DLL file on an affected computer, for example %Temp%\wpbt0.dll.
The downloaded malware file is run locally by using the following command:
The following malware are connected to the Blacole family:
The exploit pack has evolved over time to exploit more vulnerabilities, including:
-
CVE-2006-0003
- Unspecified vulnerability in the RDS.Dataspace ActiveX control in Microsoft Data Access Components (MDAC)
-
CVE-2007-5659
- Multiple buffer overflows in Adobe Reader and Acrobat 8.1.1 and earlier
-
CVE-2008-2992
- Adobe Reader "util.printf" Vulnerability
-
CVE-2009-0927
- Stack-based buffer overflow in Adobe Reader and Adobe Acrobat 9 (multiple versions) allows remote attackers to execute arbitrary code
-
CVE-2009-1671
- Java buffer overflows in the Deployment Toolkit ActiveX control in "deploytk.dll"
-
CVE-2009-4324
- Adobe Reader and Adobe Acrobat "util.printd" Vulnerability
-
CVE-2010-0188
- Adobe Acrobat Bundled Libtiff Integer Overflow Vulnerability
-
CVE-2010-0840
- Sun Java JRE Trusted Methods Chaining Remote Code Execution Vulnerability
-
CVE-2010-0842
- Java JRE MixerSequencer Invalid Array Index Remote Code Execution Vulnerability
-
CVE-2010-0886
- Vulnerability in the Java Deployment Toolkit component in Oracle Java SE
-
CVE-2010-1423
- Java argument injection vulnerability in the URI handler in Java NPAPI plug-in
-
CVE-2010-1885
- Microsoft Help Center URL Validation Vulnerability
-
CVE-2010-3552
- Sun Java Runtime New plug-in docbase Buffer Overflow (aka "Java Skyline exploit")
-
CVE-2010-4452
- Sun Java Applet2ClassLoader Remote Code Execution Exploit
-
CVE-2011-2110
- Adobe Flash Player Unspecified Memory Corruption Vulnerability
-
CVE-2011-3544
- Vulnerability in the Java Runtime Environment component in Oracle Java SE JDK and JRE 7 and 6 Update 27 and earlier
-
CVE-2012-1723
- Unspecified vulnerability in the JRE component in Java (multiple versions)
-
CVE-2012-4681
- Arbitrary code execution in Oracle Java 7 Update 6 via a crafted applet
-
CVE-2013-0422
- Multiple vulnerabilities in Oracle Java 7
-
CVE-2013-0431
- Vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 through Update 11, and OpenJDK 7
The following is a list of some exploits related to Blacole that we detect:
Blacole
uses JavaScript on its landing page, and utilizes a number of DOM (Document Object Module) manipulating functions. When a browser visits an infected webpage it creates several browser cache files (temporary Internet files). This can mean detections for Blacole are triggered in the browser's cache files. The number and availability of created cache files depend on a number of factors, including the type of browser and its configuration.
In the background, the compromised webpage uses an IFrame to redirect the browser and execute a malicious server-side .PHP script on another compromised web server. The following are examples of the script request and format:
-
<site name>/main.php?page=abfd0d069b45c17e
-
<site name>/main.php?page=43842ba0d45a9da3
-
<site name>/main.php?page=8eac7226b6b12c7d
-
<site name>/main.php?page=977334ca118fcb8c
-
<site name>/i.php?f=16&e=3
The compromised server typically hosts other malware in folders created by an attacker. This other malware uses the following file formats:
It attempts to exploit these related applications to execute its payload:
-
Adobe Acrobat
-
Adobe Shockwave
-
Adobe PDF Reader
-
Java Runtime Environment (JRE)
The following are in-the-wild examples of malware hosted on a compromised server and run by the Blacole exploit pack:
Blacole
can choose from an arsenal of vulnerabilities when it performs an attack. It probes your computer to find out which products you have installed. It can then choose the vulnerability that has the best chance to gain access to your computer. Currently Blacoleuses mainly Java and PDF exploits.
Some of the recent malware files associated with Blacole are:
-
<domain>/data/ap1.php?f=47
-
<domain>/data/ap2.php?f=47
-
<domain>/data/field.swf
Payload
Loads exploit files
Blacole
will load exploits based on which software is vulnerable on your computer. These exploits include:
The downloaded families of malware that we have observed include:
Additional information
You can read more about Blacole related malware in the following blog articles:
Analysis by Shawn Wang, Oleg Petrovsky and Patrick Nolan