wagga40 / Zircolite

A standalone SIGMA-based detection tool for EVTX, Auditd and Sysmon for Linux logs
671 stars 91 forks source link

Fix Sysmon Blocked Executable rule #66

Closed mkilijanek closed 1 year ago

mkilijanek commented 1 year ago

Fix Sysmon Blocked Executable (id: 23b71bc5-953e-4971-be4c-c896cda73fc2) to be triggered only on Sysmon channel

wagga40 commented 1 year ago

Hi, thanks for the PR.

Since it involves modifying a ruleset, the way to do that is to modify the Sigma config file (i.e Zircolite.yml) used to generate the rulesets.

wagga40 commented 1 year ago

Hi,

The "generic" ruleset are for Windows system without Sysmon. It is possible to add to generic rulesets what you want by :

I would avise against doing it because it is much simpler to edit your own rulesets or to use multiple rulesets on the same logs.

I won't merge your PR since it will be overwritten in this repo.

Feel free to ask questions here if I am not clear enough.