This tool parses Windows EVTX logs to extract login and logout sessions from a security.evtx file. It uses a Tkinter GUI to let you select the EVTX file and specify a time for correlating login and logout events.
- Extract login (EventID 4624) and logout events (EventID 4634, 4647)
- Correlate sessions based on a specified UTC time
- Output the correlated sessions to a CSV file
- Python 3.7+
- tkcalendar
- evtx
- lxml
- Flask
Install the required packages using:
pip install -r requirements.txtWeb-based Flask app is available in the latest release.
Contributions are welcome! Feel free to fork the repository, make improvements, and submit a pull request.
This project is open-source and available under the MIT License.