logo.png

LOCALES
DATE
CRON

SSH
IPTABLES

BIND9
EXIM4

RAID
NFS
RSYNC

HOBBIT
ROOTKITS

APACHE2
MYSQL
LDAP

MULE
APT

DEBIAN
GENTOO
UBUNTU

XORG

LIVE CD

Home Up


Contents



1 CHKROOTKIT

  • Installation :
    # apt-get install chkrootkit
    # chkrootkit
    
  • Crontab :
    • /etc/cron.daily/chkrootkit


2 RKHUNTER

  • Installation :
    # apt-get install rkhunter
    # rkhunter --update
    # rkhunter --checkall
    
  • Crontab :
    • /etc/cron.daily/rkhunter
    • /etc/cron.weeklyrkhunter


3 LOGWATCH

  • Installation :
    # apt-get install logwatch
    # mkdir /var/cache/logwatch
    # cp /usr/share/default.conf/logwatch.conf /etc/logwatch/conf
    # logwatch
    
  • Configuration :
    • /etc/logwatch/conf/logwatch.conf
      Output = stdout
      Format = text
      
    • /etc/cron.daily/00logwatch
      /usr/sbin/logwatch --output mail --format html
      

Home Up

This document is also available in PDF and PostScript format.



2018-12-06