| I do. I have a tiny $5 Onion Omega2 on an independent cellular connection that checks file integrity on the production web servers every 15 minutes. If the content of any of the files change, I get an e-mail. If the alerts start coming in when I know I've just pushed a new version to production, the mail has a link that I can click that will re-scan all of the files and build new checksums. If the alerts start coming in in the middle of the night, then I know something is up. Obviously, this only works in small environments like mine where I'm the only one capable of updating the production servers. But it managed to catch a backdoor left in by the previous developer, who for some reason stored and updated his resume on the production server. |
It would be interesting to deploy a few of them in different places and check that they all see the same as well maybe.
Also did you do this as a belts and braces thing or is the system you are auditing particularly high security/risk in some way?