From 2ee5ae1f197c109f09bc23be7fa9f251ff91871f Mon Sep 17 00:00:00 2001 From: shashank-elastic <91139415+shashank-elastic@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:48:24 +0530 Subject: [PATCH] Fix Version Bump for Related Integrations (#3960) --- rules/threat_intel/threat_intel_rapid7_threat_command.toml | 4 +++- rules/windows/defense_evasion_sc_sdset.toml | 4 +++- rules/windows/lateral_movement_via_wsus_update.toml | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/rules/threat_intel/threat_intel_rapid7_threat_command.toml b/rules/threat_intel/threat_intel_rapid7_threat_command.toml index fffdad302cf..28bd096da4b 100644 --- a/rules/threat_intel/threat_intel_rapid7_threat_command.toml +++ b/rules/threat_intel/threat_intel_rapid7_threat_command.toml @@ -2,7 +2,9 @@ creation_date = "2024/05/29" integration = ["ti_rapid7_threat_command"] maturity = "production" -updated_date = "2024/06/20" +min_stack_comments = "Breaking change at 8.13.0 for Rapid7 Threat Command Integration" +min_stack_version = "8.13.0" +updated_date = "2024/08/06" [rule] author = ["Elastic"] diff --git a/rules/windows/defense_evasion_sc_sdset.toml b/rules/windows/defense_evasion_sc_sdset.toml index 53ea095f415..d430469b813 100644 --- a/rules/windows/defense_evasion_sc_sdset.toml +++ b/rules/windows/defense_evasion_sc_sdset.toml @@ -2,7 +2,9 @@ creation_date = "2024/07/16" integration = ["endpoint", "windows", "sentinel_one_cloud_funnel", "m365_defender"] maturity = "production" -updated_date = "2024/07/16" +min_stack_comments = "Breaking change at 8.13.0 for Sentinel One Cloud Funnel Integration" +min_stack_version = "8.13.0" +updated_date = "2024/08/06" [rule] author = ["Elastic"] diff --git a/rules/windows/lateral_movement_via_wsus_update.toml b/rules/windows/lateral_movement_via_wsus_update.toml index 007ac47ee42..5e307ca7cdb 100644 --- a/rules/windows/lateral_movement_via_wsus_update.toml +++ b/rules/windows/lateral_movement_via_wsus_update.toml @@ -2,7 +2,9 @@ creation_date = "2024/07/19" integration = ["endpoint", "windows", "system","sentinel_one_cloud_funnel", "m365_defender"] maturity = "production" -updated_date = "2024/07/19" +min_stack_comments = "Breaking change at 8.13.0 for Sentinel One Cloud Funnel Integration" +min_stack_version = "8.13.0" +updated_date = "2024/08/06" [rule] author = ["Elastic"]