diff --git a/detection_rules/etc/version.lock.json b/detection_rules/etc/version.lock.json index a1d917a55..5feeedb04 100644 --- a/detection_rules/etc/version.lock.json +++ b/detection_rules/etc/version.lock.json @@ -4327,9 +4327,9 @@ }, "75c53838-5dcd-11f0-829c-f661ea17fbcd": { "rule_name": "Azure Key Vault Secret Key Usage by Unusual Identity", - "sha256": "2ef954e9c5a671eadc86b270c2849c089c60b2e410d40c181ba814ae5db7af05", + "sha256": "86b02f24180bc8fc24a9e75fab2d34798126849ea8f3815ba770e056914eb64c", "type": "new_terms", - "version": 1 + "version": 2 }, "75dcb176-a575-4e33-a020-4a52aaa1b593": { "rule_name": "Service Disabled via Registry Modification", diff --git a/pyproject.toml b/pyproject.toml index 1c6c8712e..124ee2684 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "detection_rules" -version = "1.3.13" +version = "1.3.14" 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"