当我使用rkhunter时,它总是显示两个警告和可能的4个rootkit信息:
Checking for suspicious (large) shared memory segments [ Warning ]
Checking for hidden files and directories [ Warning ]
File properties checks...
Files checked: 149
Suspect files: 0
Rootkit checks...
Rootkits checked : 480
Possible rootkits: 4
Applications checks...
All checks skipped剩下的没问题。使用chkrootkit,我总是只收到一个警告: tcpd感染。我用:
sudo sha1sum /usr/sbin/tcpd答案是:
9ee346a9400f52e16576db35c310a72af391e199 /usr/sbin/tcpd我发现它应该是:
cd9cfc19df7f0e4b7f9adfa4fe8c5d74caa53d86 /usr/sbin/tcpd我的系统被感染了吗?我有Linux 19伙计。
发布于 2019-02-15 03:07:03
您应该在每次更新之前运行rkhunter和chkrootkit,然后运行rkhunter --propupd和chkrootkit --update。这是为了避免假阳性。不幸的是,如果你不以这种方式使用这些工具,你就无法知道你是否感染了这些工具。
https://unix.stackexchange.com/questions/500752
复制相似问题