Add ESET Protect On-Prem syslog integration for Wazuh#5
Open
TimvHerpen wants to merge 1 commit intoeset:mainfrom
Open
Add ESET Protect On-Prem syslog integration for Wazuh#5TimvHerpen wants to merge 1 commit intoeset:mainfrom
TimvHerpen wants to merge 1 commit intoeset:mainfrom
Conversation
Add decoder and rules for ingesting ESET Protect On-Premise syslog JSON output directly, without requiring the Cloud API integration script. Includes: - Custom decoder for RFC 5424 syslog - 1,263 rules covering all 7 ESET event types with severity escalation - All 1,247 EDR/ESET Inspect rules mapped to syslog rulename field - MITRE ATT&CK technique mappings preserved from existing rules - Documentation with setup instructions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Background
The existing
eset_local_rules.xmlis designed for the ESET Cloud API integration script, which wraps events in a custom JSON structure with fields likeeset.category,eset.severityLevel, andeset.edrRuleUuid.ESET Protect On-Premise has a built-in Syslog export feature that sends events directly over syslog in RFC 5424 format with a JSON payload. The JSON schema differs from the API output — it uses root-level fields like
event_type,severity,threat_name, etc. as documented at:https://help.eset.com/protect_admin/12.1/en-US/events-exported-to-json-format.html
This PR adds native Wazuh support for these syslog events, enabling ESET Protect On-Prem users to get full detection coverage without running the Cloud API integration.
Files added
eset_syslog_decoder.xmleset_syslog_rules.xmlREADME_syslog.mdRule coverage
eset_local_rules.xmlusing therulenamefield, with original rule IDs and MITRE ATT&CK technique IDs preserved