[Playbooks] Sigma and Aggregations #5162
-
Hi all, i have tried to convert the following sigma rule containing a count(): Looks like aggregations are unsupported:
A discussion has also been started on this topic (#3538) What made me start the discussion here again was a play using a count() that is already in my installation by default. When I copy/paste the sigma rule shown in the picture (can also be found here https://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/win_susp_failed_logons_single_source.yml) to a new play and try to convert it, I also get the above error. Does anyone have an idea why converting aggragation functions when creating a play does not work but plays with aggregation functions in SO are available by default? SO-Version: 2.3.61 Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Aggs as they are currently implemented in Sigma are not supported. However, count() is deprecated, and will be replaced shortly by something else with a more comprehensive implementation. |
Beta Was this translation helpful? Give feedback.
-
Hello @defensivedepth I have a similar behavior, login failures in the VPN Remote Access check point, I would like to count and if it is greater than 5, generate an alert, as count() still does not work. Would you have a recommendation to be able to generate this type of alert based on an event counter? Thank you! |
Beta Was this translation helpful? Give feedback.
Aggs as they are currently implemented in Sigma are not supported. However, count() is deprecated, and will be replaced shortly by something else with a more comprehensive implementation.