My site was recently attacked w/ Malware infection. Among the few php files that were added, my .htaccess was also modified. Normally it just says index options
but the attacker changed it to say the following:
RewriteEngine on
RewriteRule ^6334437290/(.*)$ dita-cymbal.php [QSA,L]
RewriteEngine On
RewriteCond %{ENV:REDIRECT_STATUS} 200
RewriteRule ^ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{HTTP_USER_AGENT} (google|yahoo|msn|aol|bing) [OR]
RewriteCond %{HTTP_REFERER} (google|yahoo|msn|aol|bing)
RewriteRule ^(.*)$ capacitance-angelika.php?$1 [L]
I know very little about .htaccess does anyone know what these rewrite rules do? dita-cymbal.php and capacitance-angelika.php were among the php files the attacker added.
Hopefully this will help any future site admins under the same malware attack, when I googled these I got no results.