diff --git a/detection_rules/etc/version.lock.json b/detection_rules/etc/version.lock.json index 4771c4eb8..e33563486 100644 --- a/detection_rules/etc/version.lock.json +++ b/detection_rules/etc/version.lock.json @@ -10160,9 +10160,9 @@ }, "e5f6a7b8-c9d0-8e1f-2a3b-4c5d6e7f8a9b": { "rule_name": "First Time Seen DNS Query to RMM Domain", - "sha256": "b09357075adc197f9663635384299a12e0b25c28bded7221f0feeee2cf5c978e", + "sha256": "7b3881595d49f8c46922a27a82169b94ccb18bc2d422e115d3aa868f60e25f6f", "type": "new_terms", - "version": 1 + "version": 2 }, "e6c1a552-7776-44ad-ae0f-8746cc07773c": { "rule_name": "Bash Shell Profile Modification", diff --git a/pyproject.toml b/pyproject.toml index 21be30c56..29c3b0d76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "detection_rules" -version = "1.5.53" +version = "1.5.54" 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"