Skip to content

stalkntom/graylog-win-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

graylog-win-events

Two Graylog Pipeline rules for filtering Windows Eventlogs by the EventID field. The first method is done through defining a list of EventIDs to route to another stream (Allow list). The second method is defining the EventIDs that should not be routed to another stream (Drop list). Prior to these two routing rules another is used to override the SourceModuleName to match SIEM Parser requirements.

  1. Events are ingested into the win_event_all Stream
  2. Two Pipelines run:
  • win_event_allow
  • win_event_drop
    Both pipelines run the set_source_module_name rule at stage 0. Other pipeline rules can be included here.
  1. The win_event_allow pipeline stage 1 rule win_event_allow_list defines the EventIDs that should be routed to the win_event_allowed Stream
  2. The win_event_drop pipeline stage 1 rule win_event_drop_list defines the EventIDs that should not be routed to the win_event_dropped Stream

3 Streams:

  • win_event_all - Windows Events from "gelf_tcp" Input
  • win_event_allowed - Windows Events allowed from win_event_allow_list Pipeline rule
  • win_event_dropped - Windows Events not dropped from win_event_drop_list Pipeline rule

image

win_event_all Stream Rule:
image

2 Pipelines:
image

3 Pipeline rules:
image

Pipeline win_event_allow:
image

Pipeline win_event_drop:
image

About

Pipeline rules for filtering Windows Events in Graylog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published