- Jan 24, 2011
- 9,378
Compromised websites remain one of the surefire ways to redirect innocent visitors to exploit kits. During the past few days we’ve started seeing an unusual route to the infamous Angler EK, notorious for leveraging hacked WordPress and Joomla CMSs.
This wasn’t via the common EITest or Darkleech paths nor was it a direct injection of the landing URL inside the compromised site’s source code.
Rather, this one uses a domain name used to lure website owners into thinking this is part of social plugins or such widget: socialbutton[.]site. Those buttons typically allow users to ‘Like” or retweet an article easily from the website they are visiting.
Overview
We spotted two different JavaScript files (analytics.js and widget.js) and for each there is a clean version and a malicious one. You are served the clean version if you browse directly to the JS without the proper referer (compromised upper site).
Social button redirect
Injected script and obfuscated code
Redirection to Angler (decoding JS, from unicode to text)
Read more: Fake Social Button Plugin Redirects to Angler EK
This wasn’t via the common EITest or Darkleech paths nor was it a direct injection of the landing URL inside the compromised site’s source code.
Rather, this one uses a domain name used to lure website owners into thinking this is part of social plugins or such widget: socialbutton[.]site. Those buttons typically allow users to ‘Like” or retweet an article easily from the website they are visiting.
Overview
We spotted two different JavaScript files (analytics.js and widget.js) and for each there is a clean version and a malicious one. You are served the clean version if you browse directly to the JS without the proper referer (compromised upper site).
Social button redirect
Injected script and obfuscated code
Redirection to Angler (decoding JS, from unicode to text)
Read more: Fake Social Button Plugin Redirects to Angler EK