Skip to content

Commit

Permalink
Add a description for all effort levels (#1404)
Browse files Browse the repository at this point in the history
* Add a description for all effort levels

* Update docs/xdr/features/detect/rules_catalog.md

---------

Co-authored-by: Charles Ngor <[email protected]>
Co-authored-by: Khaoula Ettaleb <[email protected]>
  • Loading branch information
3 people authored Oct 26, 2023
1 parent 99bb857 commit 4e74927
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/xdr/features/detect/rules_catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ All rules have an associated effort level. The effort level is increasing from E
- Effort needed to enable a rule.
- Risk of false positives.

For example:
Description of each effort level:

- `Elementary` rules require almost no effort and raise fewer alerts
- `Master` rules are generic and raise a lot of alerts that will require qualification, but they can detect weaker signals. Those rules require an additional customisation effort, which has to be adapted to the customer context
You can click on each counter associated with an effort level to see only the rules for this level
- `Elementary`: rule requires no effort to enable rule and raises fewer alerts. Those rules are built to be effective and designed to raise as little false positives as possible
- `Intermediate`: similar to `Elementary` effort but a rule could raise more alerts
- `Advanced`: rule could require more effort to be enabled and could raise alerts frequently depending on the IT configuration
- `Master`: rule could require a specific configuration to be enabled and/or could raise a high number of alerts, but is designed to detect weaker signals. `Master` rules usually require an additional customization effort, depending on the IT context and configuration. They are designed for more mature organizations.

#### Capabilities

Expand Down

0 comments on commit 4e74927

Please sign in to comment.