DVation191
asked on
Monitor Site for File Changes
We have a handful of sites that are hosted on a shared linux based cloud web server. Because the server is shared, we have, on occasion, experienced some security compromises where files have been modified maliciously.
I want to be able to monitor the files (say, by scanning the directory at regular intervals) and look for changes (datestamp, crc, hash etc) and to be notified if anything is detected.
Does anyone know of such a product?
I want to be able to monitor the files (say, by scanning the directory at regular intervals) and look for changes (datestamp, crc, hash etc) and to be notified if anything is detected.
Does anyone know of such a product?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
I ended up using a free application I found called FTP Guard that monitors changes to files at a scheduled time. Thank you.
ASKER