diff --git a/detection_rules/etc/packages.yaml b/detection_rules/etc/packages.yaml index 667bf9526..387ec1eb1 100644 --- a/detection_rules/etc/packages.yaml +++ b/detection_rules/etc/packages.yaml @@ -7,12 +7,12 @@ package: registry_data: categories: - security + # Added siem category as these rules are used by the Elastic Security detection engine for security monitoring + - siem conditions: elastic: capabilities: - security - # Added siem category as these rules are used by the Elastic Security detection engine for security monitoring - - siem subscription: basic kibana.version: ^9.2.0 description: Prebuilt detection rules for Elastic Security diff --git a/pyproject.toml b/pyproject.toml index f3b327584..d8d1747fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "detection_rules" -version = "1.4.10" +version = "1.4.11" description = "Detection Rules is the home for rules used by Elastic Security. This repository is used for the development, maintenance, testing, validation, and release of rules for Elastic Security’s Detection Engine." readme = "README.md" requires-python = ">=3.12"