I want to check all system files change every week. So I want to get a tool like mtree in BSD.

link|improve this question
feedback

4 Answers

Consider using Tripwire. Tripwire will allow you to monitor files for changes by recording their checksums and then encrypting them. It's not integrated in with the system as well as mtree is on BSD, so it requires more configuration and upkeep but it will get the job done.

link|improve this answer
feedback

RedHat/CentOS has aide for file integrity checking. See:

http://people.redhat.com/sgrubb/files/hardening-rhel5.pdf

link|improve this answer
feedback

And there is samhain. Another HIDS (host based intrusion detection system).

link|improve this answer
feedback

Consider implementing OpenVAS, which will thoroughly scan your hosts. Various host integrity checkers can be integrated. http://openvas.org/ irc://irc.oftc.net/openvas

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.