I'm looking for an way to get system file changes for specific directories (like the Linux auditd).
I can get this by the native windows audit system, but I just can't get specific logs (like "ObjectName="C:\Users\MyUser\Downloads\New Folder\file.txt). I can iterate over all the events from the Security panel, but this process takes a very long time, and I can't afford this wait in my software.
PS: I'm using Python