Thanks to a tip from vinh, I found some more files from this attack today.
I ran
Code:
find -name '*.php' | xargs fgrep -i 'eval(base64_decode'
which turned up 3 files.
First, the original php file ("zfy.php", on my host) was back (although base64 encoded this time), and serving pages again. I unfortunately deleted it before thinking to check its creation date to see when it had been recreated. Secondly, two files I hadn't seen before surfaced:
Code:
-rw-r--r-- 1 317K Jan 25 05:52 ./wp-admin/includes/wp-tomi.php
-rw-r--r-- 1 317K Jan 25 05:52 ./wp-admin/css/wp-tawy.php
Vinh reported he'd found this file in
Code:
./wp-admin/images/wp_qupi.php
This leaves me a little concerned about the quality of MT's cleanup effort.