nobaloney
NoBaloney Internet Svcs - In Memoriam †
We've got a client with a probable IRC bot installed through some kind of CMS hole.
We can't find it.
Currently we've got it turned off but it may come back; it has before.
top output:
but ps waux | grep 18728 shows:
and ps waux | grep syslog doesn't show the real syslogd process, though it appears to be running; logging is happening.
We found a suspicious perl script in /tmp: pred.txt. I moved it and chmodded it 000.
Kill the running process and it comes back.
Some Googling shows it to be something extremely similar to the first bot described here (linuxmadhatter.co.za).
Turning off perl doesn't keep it from coming back when killed.
I finally got it to stop coming back:
I killed the process. Then I shut down the script running with the pid of syslogd. Then I tried using service syslog restart to restart the syslog daemon, but it failed. So I started it manually from the command line:
and now it doesn't appear to have come back.
But we really need to find it. If you have any ideas, please post. If you have experience in finding this kind of bot and want to offer your services, please respond.
Thanks.
Jeff
We can't find it.
Currently we've got it turned off but it may come back; it has before.
top output:
Code:
18728 apache 25 0 7748 2944 1140 S 99.4 0.1 20:39.66 perl
but ps waux | grep 18728 shows:
Code:
apache 18728 7.4 0.0 7748 2944 ? R 02:33 37:47 /sbin/syslogd
We found a suspicious perl script in /tmp: pred.txt. I moved it and chmodded it 000.
Kill the running process and it comes back.
Some Googling shows it to be something extremely similar to the first bot described here (linuxmadhatter.co.za).
Turning off perl doesn't keep it from coming back when killed.
I finally got it to stop coming back:
I killed the process. Then I shut down the script running with the pid of syslogd. Then I tried using service syslog restart to restart the syslog daemon, but it failed. So I started it manually from the command line:
Code:
syslogd -m 0
But we really need to find it. If you have any ideas, please post. If you have experience in finding this kind of bot and want to offer your services, please respond.
Thanks.
Jeff