Skip to content

janstarke/evtxgrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

evtxgrep

regular expression based search in Windows Event Log files

Example

evtxgrep --filter "*/EventID/text()='4624' and */Data[@Name='TargetUserName']/text()='Administrator'" Security.evtx

Usage

Usage:
  evtxgrep [OPTIONS] EVTXFILE

regular expression based search in Windows Event Log files

Positional arguments:
  evtxfile              name of the evtx file

Optional arguments:
  -h,--help             Show this help message and exit
  -F,--filter FILTER    XPath filter condition against which each record is
                        being matched

About

filtering Windows Event Log files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages