Hi.
chkrootkit sent me an email saying it found hidden processes and it thinks it's discovered the LKM rootkit. It detected 2 hidden processes. I know chkrootkit doesn't do a very good job of trying to detect this rootkit, but why haven't I seen the message before? It gets weirder.
I have csf / LFD and modsec installed on my box. I was running v58.0.19 but I'm now upgrading to v58.0.20....
I run ./chkproc -v and I now see 79 processes hidden for readdir and ps.
I think, okay, I have stuff like Exim running, I have MariaDB. Maybe these are from that. So, I look at one of the PIDs...
PID 28060. I run:
How come I cannot see the directory, but if I pretend it exists, I can access it? This worries me very much.
Did someone get into my system? I don't know but I'm very worried something is very wrong here.
Ken
chkrootkit sent me an email saying it found hidden processes and it thinks it's discovered the LKM rootkit. It detected 2 hidden processes. I know chkrootkit doesn't do a very good job of trying to detect this rootkit, but why haven't I seen the message before? It gets weirder.
I have csf / LFD and modsec installed on my box. I was running v58.0.19 but I'm now upgrading to v58.0.20....
I run ./chkproc -v and I now see 79 processes hidden for readdir and ps.
I think, okay, I have stuff like Exim running, I have MariaDB. Maybe these are from that. So, I look at one of the PIDs...
PID 28060. I run:
Code:
ls -ld /proc/28*
/bin/ls: cannot access /proc/28*: No such file or directory
ls -ld /proc/28060*
/bin/ls: cannot access /proc/28060*: No such file or directory
ls -ld /proc/28060/
dr-xr-xr-x 7 nscd nscd 0 Aug 10 04:08 /proc/28060//
cat /proc/28060/cmdline
/usr/sbin/nscd
Did someone get into my system? I don't know but I'm very worried something is very wrong here.
Ken
Last edited: