Skip to content

AriT000/EventViewerLogParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

EventViewerLogParser

Parses logs from Windows EventViewer, noting the following:

  • Unusual logins
  • System errors
  • Critical events

Usage:


  1. Export logs to .csv format:

    Open Windows Event Viewer
    Select the logs you want to analyze
    Choose "Save All Events As..."
    Select CSV as the format

  2. Run the script:

python windows_event_parser.py your_exported_logs.csv

  1. Optional parameters:

--format json for JSON output
--output filename.txt to save to a file

About

Parses logs from EventViewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages