Skip to content

Venture: Cross-Platform GUI tool for parsing and analyzing Windows event logs

License

Notifications You must be signed in to change notification settings

mttaggart/venture

Repository files navigation

Venture: Windows Event Viewing Made Easy

header

Venture is a cross-platform viewer for Windows Event Logs (.evtx files). Built with the Tauri, it is intended as a fast, standalone tool for quickly parsing and slicing Windows Event Log files during incident response, digital forensics, and CTF competitions.

Why Does This Exist?

While projects like evtxtools do a great job on the command line, sometimes a graphical interface is valuable for easy viewing and investigation. A few other features are helpful as well.

Features

  • Load any EVTX file and parse columns
  • Load multiple files and join them into one table
  • CSV/JSON export
  • Filter on all columns (string/number values)
  • Flag items of interest; filter on flagged items only
  • Tabular event view
  • JSON detail event view
  • Paginated data

Roadmap

  • Date-based filters
  • Rearrangeable Columns
  • Custom tags for Events

Installation

Easiest installation is from the pre-built packages on the Releases page.

To build, make sure you have the Tauri prerequisites installed (including [Rust][https://rustup.rs]).

I build with Deno, so I recommend doing the same. To build packages for your platform, run the following in this cloned repo's root:

deno task tauri build

Usage

  1. Install the application
  2. Open a .evtx file, or several at once with Ctrl-click (or Command-click on Mac).
  3. Use filters, click on columns for sorting, and flag interesting items.

Troubleshooting

Ubuntu Blank Screen

There is a known bug with Tauri regarding a blank white screen on launch. The fix is to set the WEBKIT_DISABLE_DMABUF_RENDERER environment variable.

export WEBKIT_DISABLE_DMABUF_RENDERER=1

Acknowledgements

This project is created with the support of UCLA Health. Many thanks for the freedom to build this program for all!

About

Venture: Cross-Platform GUI tool for parsing and analyzing Windows event logs

Resources

License

Stars

Watchers

Forks

Packages

No packages published