elastic / detection-rules

https://www.elastic.co/guide/en/security/current/detection-engine-overview.html
Other
1.88k stars 479 forks source link

[FR] Add support to decouple `actions` and `exception_list` from rules #3405

Closed brokensound77 closed 2 weeks ago

brokensound77 commented 7 months ago

related to #3298

While the repo technically supports both the actions and exceptions fields within the defined schema, it is not actually practical to populate those fields in any prebuilt rules. This is because it would create a situation where the rules would get out of sync from a versioning perspective and be in the same situation as modifying prebuilt rules.

The easiest solution would be to decouple them completely.

botelastic[bot] commented 5 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

brokensound77 commented 3 months ago

Most of this was completed in https://github.com/elastic/detection-rules/pull/3407 - however, since it remains in a feature branch during testing, we can leave the issue open until merged to main (or deemed as not viable)

eric-forte-elastic commented 2 weeks ago

With the exception of this issue https://github.com/elastic/detection-rules/issues/3962. This has been completed with DAC-feature merging to main https://github.com/elastic/detection-rules/pull/3889.