Skip to content

Parse the EVTX file and output it in JSON format.

Notifications You must be signed in to change notification settings

tsalvia/evtx2jsons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

evtx2jsons

Parse the EVTX file and output it in JSON format.

Build

go get -u github.com/0xrawsec/golang-evtx/evtx
go build evtx2jsons.go

Usage

$ evtx2jsons.exe -i Security.evtx

Options

-d string
      This option is a short version of "--directory" option.
-directory string
      Specifies the destination directory for the converted files.
       (default "output")
-i string
      This option is a short version of "--input" option.
-ids string
      Specifies the event ID you want to output JOSN files.
      Use "," to separate multiple IDs.
      (default All Event IDs)
-input string
      This option is required.
      Specifies the EVTX file you want to convert to JSON file.

Examples

  1. Basic Usage

    $ evtx2jsons.exe -i Security.evtx
    
  2. Specify the event IDs you want to output.

    $ evtx2jsons.exe -i Security.evtx -ids 4624,4625,1102
    
  3. Specify the destination directory.

    $ evtx2jsons.exe -i Security.evtx -d output/jsons
    

About

Parse the EVTX file and output it in JSON format.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages