Tripwire следим за изменениями файлов в системе
- apt-get install tripwire
- tripwire --init
Соглашаемся ( нажимаем «YES») со всем что нам предлагают
passp:
passp local:
- tripwire --init
проверка системы
- tripwire --check –interactive
Centos
- yum install epel-release -y
- yum install tripwire -y
- tripwire-setup-keyfiles
- tripwire --init
- sh -c 'tripwire --check | grep Filename > test_results'
- twadmin -m P /etc/tripwire/twpol.txt
- tripwire --init
- tripwire --check
- nano /etc/crontab
Cron
00 11 * * * /usr/sbin/tripwire --check >/opt/tripwire
Комментарии
Отправить комментарий