Burada yeni bir yüklü sunucu CentOS7 ve bir GroupOffice yükleme var. Rkhunter'ı kurduktan ve bir rkhunter kontrolünü başlattıktan sonra:
[09:58:15] Suspicious Shared Memory segments
[09:58:15] Process: PID: 1769 Owner: apache [ Found ]
[09:58:15] Suspicious Shared Memory segments [ Warning ]
"Şüpheli Paylaşılan Bellek segmentleri" nin ne anlama geldiğini bilen var mı? Bunun yanlış bir pozitif olup olmadığını nasıl kontrol edebilirim? Ve eğer öyleyse: Bu hatayı nasıl beyaz listeleyebilirim?
DÜZENLE
Ben ps komutu ile süreci listelemek çalışırsanız PID 1769 ile süreç orada değil:
# ps -p 1769
PID TTY TIME CMD
# ps aux | grep 1769
root 12777 0.0 0.0 112660 960 pts/0 S+ 10:25 0:00 grep --color=auto 1769
# ps aux | grep apache
apache 12606 0.0 0.5 537092 10224 ? S 10:15 0:00 /usr/sbin/httpd -DFOREGROUND
apache 12607 0.0 0.5 537092 10224 ? S 10:15 0:00 /usr/sbin/httpd -DFOREGROUND
apache 12608 0.0 0.5 537092 10224 ? S 10:15 0:00 /usr/sbin/httpd -DFOREGROUND
apache 12609 0.0 0.5 537092 10224 ? S 10:15 0:00 /usr/sbin/httpd -DFOREGROUND
apache 12610 0.0 0.5 537092 10224 ? S 10:15 0:00 /usr/sbin/httpd -DFOREGROUND
root 12779 0.0 0.0 112660 960 pts/0 S+ 10:26 0:00 grep --color=auto apache