Tripwire is a data integrity tool for monitoring and alerting file and directory changes. https://github.com/Tripwire/tripwire-open-source To install, run
1 |
yum install tripwire |
Generate keys Run
1 |
tripwire-setup-keyfiles |
This ask you to enter password. Creating Database
1 |
tripwire --init |
You need to edit file
1 |
vi /etc/tripwire/twpol.txt |
customise it for your system or you may get file/directory not found errors. Checking for changes
1 |
tripwire --check |
[…]