An open API service indexing awesome lists of open source software.

https://github.com/foxforensics/eventid

Lookup Windows event messages by their event id.
https://github.com/foxforensics/eventid

database event event-id event-logs evtx go lookup messages provider windows

Last synced: 12 days ago
JSON representation

Lookup Windows event messages by their event id.

Awesome Lists containing this project

README

          

# EventID
Lookup Windows event messages by id and provider (up to Windows 10).

```console
go install go.foxforensics.dev/eventid@latest
```

## Usage
```console
$ eventid [PROVIDER:]ID...
```

## Acknowledgments
* Based on the [evtx-data](https://github.com/Velocidex/evtx-data/tree/master/welm) by [Velocidex](https://github.com/Velocidex).
* Based on the [WELM project](https://github.com/nsacyber/Windows-Event-Log-Messages) by [NSACyber](https://github.com/nsacyber).

## License
Released under the [MIT License](LICENSE.md).