I am not so happy with this situation
I've read those links but I couldn't find for sure if this rootkit is on my server.
I've tried:
Quote:
|
for i in *; do test -f $i/cmdline && (cat $i/cmdline; echo $i); done
|
and
Quote:
|
for i in `seq 1 33000`; do test -f $i/cmdline && (cat $i/cmdline; echo $i); done
|
and there is no sk binary. Now I don't know if I can trust cat, echo and the other binaries. Only chkrootkit reports /sbin/init as infected (rkhunter says it is ok). Could it be only a false positive?
I am really worried because this is an enterprise server and I should take a decision quickly.
Now I'm going to read more about SuckIT, and eventually look in the source code of chkrootkit where it checks for this rootkit.
Anyway, my only open ports on the Internet are: ssh (only key auth, no root login, and so on), imaps (all patches installed) and openvpn.
How was it installed? Is it more probably that it came from the inside? (this worries me a lot).
Any feedback on this topic is really really appreciated.