GithubHelp home page GithubHelp logo

evtx2jsons's Introduction

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
    

evtx2jsons's People

Contributors

tsalvia avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.