Skip to content

Commit 8c09a0a

Browse files
committed
++
1 parent 1f3f16f commit 8c09a0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rules/cross-platform/multiple_alerts_from_different_modules_by_dstip.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This rule uses alert data to determine when multiple alerts from different integ
1010
involving the same destination.ip are triggered. Analysts can use this to prioritize triage and response, as these IP address
1111
is more likely to be related to a compromise.
1212
"""
13-
from = "now-8h"
13+
from = "now-4h"
1414
interval = "1h"
1515
language = "esql"
1616
license = "Elastic License v2"

rules/cross-platform/multiple_alerts_from_different_modules_by_srcip.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This rule uses alert data to determine when multiple alerts from different integ
1010
involving the same source.ip are triggered. Analysts can use this to prioritize triage and response, as these IP addresses
1111
are more likely to be related to a compromise.
1212
"""
13-
from = "now-8h"
13+
from = "now-4h"
1414
interval = "1h"
1515
language = "esql"
1616
license = "Elastic License v2"

0 commit comments

Comments
 (0)