Skip to content

Commit c7f5385

Browse files
authored
[Rule Tuning] Decrease Interval to 1m for Endpoint Promotions (#4450)
1 parent e528feb commit c7f5385

9 files changed

+27
-26
lines changed

rules/integrations/endpoint/defense_evasion_elastic_memory_threat_detected.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ maturity = "production"
55
min_stack_comments = "Defend alerting adjustments patch to distinguish prevention and detection."
66
min_stack_version = "8.16.0"
77
promotion = true
8-
updated_date = "2025/01/17"
8+
updated_date = "2025/02/06"
99

1010
[rule]
1111
author = ["Elastic"]
@@ -15,9 +15,9 @@ allows you to immediately begin investigating your Endpoint memory signature ale
1515
memory signature detections only, and does not include prevention alerts.
1616
"""
1717
enabled = false
18-
from = "now-10m"
18+
from = "now-2m"
1919
index = ["logs-endpoint.alerts-*"]
20-
interval = "5m"
20+
interval = "1m"
2121
language = "kuery"
2222
license = "Elastic License v2"
2323
max_signals = 10000

rules/integrations/endpoint/defense_evasion_elastic_memory_threat_prevented.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ maturity = "production"
55
min_stack_comments = "Defend alerting adjustments patch to distinguish prevention and detection."
66
min_stack_version = "8.16.0"
77
promotion = true
8-
updated_date = "2025/01/15"
8+
updated_date = "2025/02/06"
99

1010
[rule]
1111
author = ["Elastic"]
@@ -15,9 +15,9 @@ allows you to immediately begin investigating your Endpoint memory signature ale
1515
memory signature preventions only, and does not include detection only alerts.
1616
"""
1717
enabled = false
18-
from = "now-10m"
18+
from = "now-2m"
1919
index = ["logs-endpoint.alerts-*"]
20-
interval = "5m"
20+
interval = "1m"
2121
language = "kuery"
2222
license = "Elastic License v2"
2323
max_signals = 10000

rules/integrations/endpoint/elastic_endpoint_security.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ maturity = "production"
55
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
66
min_stack_version = "8.3.0"
77
promotion = true
8-
updated_date = "2025/01/15"
8+
updated_date = "2025/02/06"
99

1010
[rule]
1111
author = ["Elastic"]
@@ -14,8 +14,9 @@ Generates a detection alert each time an Elastic Defend alert is received. Enabl
1414
immediately begin investigating your Endpoint alerts.
1515
"""
1616
enabled = true
17-
from = "now-10m"
17+
from = "now-2m"
1818
index = ["logs-endpoint.alerts-*"]
19+
interval = "1m"
1920
language = "kuery"
2021
license = "Elastic License v2"
2122
max_signals = 10000

rules/integrations/endpoint/elastic_endpoint_security_behavior_detected.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ maturity = "production"
55
min_stack_comments = "Defend alerting adjustments patch to distinguish prevention and detection."
66
min_stack_version = "8.16.0"
77
promotion = true
8-
updated_date = "2025/01/17"
8+
updated_date = "2025/02/06"
99

1010
[rule]
1111
author = ["Elastic"]
@@ -15,9 +15,9 @@ allows you to immediately begin investigating your Endpoint behavior alerts. Thi
1515
behavior detections only, and does not include prevention alerts.
1616
"""
1717
enabled = false
18-
from = "now-10m"
18+
from = "now-2m"
1919
index = ["logs-endpoint.alerts-*"]
20-
interval = "5m"
20+
interval = "1m"
2121
language = "kuery"
2222
license = "Elastic License v2"
2323
max_signals = 10000

rules/integrations/endpoint/elastic_endpoint_security_behavior_prevented.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ maturity = "production"
55
min_stack_comments = "Defend alerting adjustments patch to distinguish prevention and detection."
66
min_stack_version = "8.16.0"
77
promotion = true
8-
updated_date = "2025/01/17"
8+
updated_date = "2025/02/06"
99

1010
[rule]
1111
author = ["Elastic"]
@@ -15,9 +15,9 @@ allows you to immediately begin investigating your Endpoint behavior alerts. Thi
1515
behavior preventions only, and does not include detection only alerts.
1616
"""
1717
enabled = false
18-
from = "now-10m"
18+
from = "now-2m"
1919
index = ["logs-endpoint.alerts-*"]
20-
interval = "5m"
20+
interval = "1m"
2121
language = "kuery"
2222
license = "Elastic License v2"
2323
max_signals = 10000

rules/integrations/endpoint/execution_elastic_malicious_file_detected.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ maturity = "production"
55
min_stack_comments = "Defend alerting adjustments patch to distinguish prevention and detection."
66
min_stack_version = "8.16.0"
77
promotion = true
8-
updated_date = "2025/01/17"
8+
updated_date = "2025/02/06"
99

1010
[rule]
1111
author = ["Elastic"]
@@ -15,9 +15,9 @@ you to immediately begin investigating your Endpoint malicious file alerts. This
1515
malicious file detections only, and does not include prevention alerts.
1616
"""
1717
enabled = false
18-
from = "now-10m"
18+
from = "now-2m"
1919
index = ["logs-endpoint.alerts-*"]
20-
interval = "5m"
20+
interval = "1m"
2121
language = "kuery"
2222
license = "Elastic License v2"
2323
max_signals = 10000

rules/integrations/endpoint/execution_elastic_malicious_file_prevented.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ maturity = "production"
55
min_stack_comments = "Defend alerting adjustments patch to distinguish prevention and detection."
66
min_stack_version = "8.16.0"
77
promotion = true
8-
updated_date = "2025/01/17"
8+
updated_date = "2025/02/06"
99

1010
[rule]
1111
author = ["Elastic"]
@@ -15,9 +15,9 @@ you to immediately begin investigating your Endpoint malicious file alerts. This
1515
malicious file preventions only, and does not include detection only alerts.
1616
"""
1717
enabled = false
18-
from = "now-10m"
18+
from = "now-2m"
1919
index = ["logs-endpoint.alerts-*"]
20-
interval = "5m"
20+
interval = "1m"
2121
language = "kuery"
2222
license = "Elastic License v2"
2323
max_signals = 10000

rules/integrations/endpoint/impact_elastic_ransomware_detected.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ maturity = "production"
55
min_stack_comments = "Defend alerting adjustments patch to distinguish prevention and detection."
66
min_stack_version = "8.16.0"
77
promotion = true
8-
updated_date = "2025/01/17"
8+
updated_date = "2025/02/06"
99

1010
[rule]
1111
author = ["Elastic"]
@@ -15,9 +15,9 @@ to immediately begin investigating your Endpoint ransomware alerts. This rule id
1515
detections only, and does not include prevention alerts.
1616
"""
1717
enabled = false
18-
from = "now-10m"
18+
from = "now-2m"
1919
index = ["logs-endpoint.alerts-*"]
20-
interval = "5m"
20+
interval = "1m"
2121
language = "kuery"
2222
license = "Elastic License v2"
2323
max_signals = 10000

rules/integrations/endpoint/impact_elastic_ransomware_prevented.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ maturity = "production"
55
min_stack_comments = "Defend alerting adjustments patch to distinguish prevention and detection."
66
min_stack_version = "8.16.0"
77
promotion = true
8-
updated_date = "2025/01/17"
8+
updated_date = "2025/02/06"
99

1010
[rule]
1111
author = ["Elastic"]
@@ -15,9 +15,9 @@ to immediately begin investigating your Endpoint ransomware alerts. This rule id
1515
preventions only, and does not include detection only alerts.
1616
"""
1717
enabled = false
18-
from = "now-10m"
18+
from = "now-2m"
1919
index = ["logs-endpoint.alerts-*"]
20-
interval = "5m"
20+
interval = "1m"
2121
language = "kuery"
2222
license = "Elastic License v2"
2323
max_signals = 10000

0 commit comments

Comments
 (0)