Page 1 of 1

[RESOLVED] Audit event windows

Published: May 6, 2024 - 2:07 PM
by tux
Hello,

is there a Python function that can read Windows events?
I'd like to check for the presence of an event on my network using a package.

Thanks in advance.

Re: Audit event windows

Published: May 6, 2024 - 2:11 PM
by dcardon
Hi Sébastien,

the win32evtlog library is included in the WAPT agent. There are no setuphelpers for it, but you can find inspiration here: https://stackoverflow.com/questions/302 ... log-module

Regards,

Denis

Re: Audit event windows

Published: May 6, 2024 - 6:04 PM
by tux
Thanks for the feedback.
It meets my needs.
Issue resolved.