Is there any monitoring tool to check for any modifications or changes to any files eg: host file or password file. If anyone knows of anything it will be of great help.
why don't you write a simple script which checks if the file has been modified , if so send an alert or an email
you can use the find comand with -newer option
filename gets run when your check file script gets run and
touches a file with date stamp and if the passwd file has greater timestamp than your file filename then send an alert/email otherwise do nothing
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.