Logo
python-evtx

python-evtx

Graylog offers advanced log management and SIEM capabilities to enhance security and compliance across various industries.

Visit Website

python-evtx is a pure Python

python-evtx is a pure Python parser for recent Windows Event Log files (those with the file extension ".evtx")

The module provides programmatic access

The module provides programmatic access to the File and Chunk headers, record templates, and event entries

For example, you can use

For example, you can use python-evtx to review the event logs of Windows 7 systems from a Mac or Linux workstation

The structure definitions and parsing

The structure definitions and parsing strategies were heavily inspired by the work of Andreas Schuster and his Perl implementation "Parse-Evtx".