Submit your Linux news story here.

How to detect silent (unwanted) changes done by malware to files on your system

binsnitch.py is a tool detect files touched by malware and it is written in Python 3. All you need is Python 3 to use it.

From the blog post:

binsnitch can be used to detect silent unwanted changes to files on your system. It will scan a given directory recursively for files and keep track of any changes it detects, based on the SHA256 hash of the file. You have the option to either track executable files, or all files.