Centos ve türevlerinde açık tarama, virüs tarama, zararlı içerikler ve sistem hakkında genel bilgi edinmek için 2 araç kullanılabilir.
ClamAV:
Linux dağıtımlarının çoğunluğu dahil olmak üzere birçok platformda kullanılabilen popüler bir açık kaynaklı antivirüs motorudur.
Kurulumu için önce EPEL repolarının aktif edilmesi gerekir.
yum install epel-release -y
yum install clamav clamav-update clamav-scanner-systemd clamav-server-systemd -y
sed -i -e "s/^Example/#Example/" /etc/freshclam.conf; sed -i -e "s/^Example/#Example/" /etc/clamd.d/scan.conf
freshclam
clamscan -r /home
clamscan -r /etc
clamscan -r --bell -i /
[root@server ~]# clamscan
/root/.bash_logout: OK
/root/.bash_profile: OK
/root/.bashrc: OK
/root/.cshrc: OK
/root/.tcshrc: OK
/root/anaconda-ks.cfg: OK
/root/.bash_history: OK
/root/installer.lock: OK
/root/.pearrc: OK
/root/.rnd: OK
/root/.forward: OK
/root/.my.cnf: OK
----------- SCAN SUMMARY -----------
Known viruses: 6544240
Engine version: 0.99.4
Scanned directories: 1
Scanned files: 12
Infected files: 0
Data scanned: 0.01 MB
Data read: 0.00 MB (ratio 2.00:1)
Time: 19.333 sec (0 m 19 s)
clamscan -r /etc
crontab -e
0 */6 * * * clamscan -r / >/dev/null 2>&1
yum install epel-release -y; yum install clamav clamav-update clamav-scanner-systemd clamav-server-systemd -y; sed -i -e "s/^Example/#Example/" /etc/freshclam.conf; sed -i -e "s/^Example/#Example/" /etc/clamd.d/scan.conf; freshclam; clamscan -r /home
CentOS
hakkında diğer konular