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.
- Download binsnitch