-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include Audit data in Windows systems #82
Comments
We have been working hard to understand how the Windows API crate works. |
There are many ways on windows
|
Thanks for the tip @zbalkan In any case, I will review the points you mentioned. |
Yes, notify also makes use of ReadDirectoryChangesW. For event logs, there are many tools globally but it is a new area for rust. I am sorry if it sounded like an unsolicited advice. |
2 years ago, I decided to create my own FIM yet at one point I lost interest. But it just works. The code is more or less readable. https://github.com/zbalkan/IntegrityService It is built for Windows and using Windows instruments: registry as local configuration source, Group Policy as central configuration source, event channel as log sink, and NTFS records as source of truth. I used LiteDB, a C# NoSQL database instead of SQLite, as it provides a light ORM itself via the library, no SQL commands. Maybe it would give some inspiration. |
Awesome! I will take a look, thanks. |
Hello!
In the same way we included Audit daemon information in Linux systems we want to include it in Windows systems.
The text was updated successfully, but these errors were encountered: