09. September 2025
File Integrity Monitoring in Python
Some Anti-virus software will monitor that certain key files, for example important binaries or the kernel, have not been modified. The way to do this is with file integrity monitoring. The general idea is to store hashes of files, and continually re-hash the files to make sure nothing has changed.