socfortress / Wazuh-Rules

Advanced Wazuh Rules for more accurate threat detection. Feel free to implement within your own Wazuh environment, contribute, or fork!
https://www.socfortress.co
590 stars 169 forks source link

Fixing case misalignment between Linux and Windows sysmon event ID field name #14

Open branchnetconsulting opened 1 year ago

branchnetconsulting commented 1 year ago

It appears you are basing your Sysmon for Linux decoded field names off of the Windows Sysmon equivalent field names, which I think is a great idea. I did note one inconsistency, though, in that Windows Sysmon's event ID field name ends with "system.eventID" while you are decoding Linux Sysmon event ID fields under the name "system.eventId" (lowercase final letter). This PR is my proposal to bring that field into case alignment with the Windows side. Thanks so much for your valuable contributions to the Wazuh open source community!