Git Product home page Git Product logo

eventlogs's Introduction

EventLogs

Some EventLog parsing tools to use as templates

  1. bulk_evtx_search.py - A tool to search for keywords in large repositories of windows event log files (evtx) where standard review may be tedious. On search hit, output event record in Evtx xml format to outfile, multiprocessing capable to optimise speed

    $ python bulk_evtx_search.py -s "<search,strings,comma,delimited>" <input/folder> <output/file.path>

  2. bulk_evtx_parse.py - Parse certain EventIDs in large repositories of windows event log files (evtx) where standard review may be tedious. Output in csv, multiprocessing capable to optimise speed.

    $ python bulk_evtx_parse.py <input/folder> <output/folder>

     Supported EventIDs
     EventID 4624 - Logon Success
     EventID 4625 - Logon Failures
     EventID 4672 - Administrator privilages
     It is fairly straight forward to add event types.
    
  3. sysmon_parser.py - Sysmon event log parser (last used for version 6.02)

    $ python sysmon_parser.py /location/to/sysmon.evtx > /location/to.output.csv

     Supported EventIDs
     EventID 1 - Process Create events
     EventID 3 - Network events
     EventID 4 - Sysmon Service State Change
     EventID 5 - Process end event
     EventID 6 - Driver load events
     EventID 11 - File create events\n
     EventID 12 - RegistryEvent - Registry object added or deleted
     EventID 13 - RegistryEvent - Registry value set
     EventID 16 - Sysmon Config
     It is fairly straight forward to add event types.
    
  4. Powershell Sysmon parser templates for Process and Network events (last used for version 5.02)

eventlogs's People

Watchers

 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.