diff --git a/README.md b/README.md new file mode 100644 index 0000000..2b62e98 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Windows Event ID Database + +Windows Event ID Database is a JSON file containing the known Windows Event ID. + +Being frustrated with the inability to find a single file with all known Windows Event ID, I gathered Windows Event ID in this repository +into a [single JSON file](./database/windowseventid.json). + +# License + +The work is CC0 1.0 Universal (Public Domain). Feel free to reuse it. + +# Source + +- Microsoft - [Appendix L: Events to Monitor](https://docs.microsoft.com/en-us/windows-server/identity/ad-ds/plan/appendix-l--events-to-monitor) + +# Contribute + +- Don't hesitate to make a pull-request with new Event ID. The community will thank you! +