Sigma rules for syslog/filebeat #9350
-
Hello, Is there a way I can use Playbook to write sigma rules for Syslog? For example, I have a switch that is sending syslogs and I want there to be a way where I can get an alert when specific cmd commands are run. |
Beta Was this translation helpful? Give feedback.
Answered by
defensivedepth
Dec 12, 2022
Replies: 1 comment 6 replies
-
You can do something like this - just make sure to match up the |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
defensivedepth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do something like this - just make sure to match up the
event.dataset
+event.module
- Play around with theconvert
functionality until you get the resulting query you need. Also, have you parsed out themessage
field?