Skip to content

Commit 7389186

Browse files
committed
++
1 parent 4913546 commit 7389186

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

rules/cross-platform/multiple_alerts_from_different_modules_by_dstip.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ updated_date = "2025/12/15"
66
[rule]
77
author = ["Elastic"]
88
description = """
9-
This rule uses alert data to determine when multiple alerts from different integrations involving the same destination.ip
10-
are triggered. Analysts can use this to prioritize triage and response, as these hosts are more likely to be compromised.
9+
This rule uses alert data to determine when multiple alerts from different integrations with unique event categories and
10+
involving the same destination.ip are triggered. Analysts can use this to prioritize triage and response, as these IP address
11+
is more likely to be related to a compromise.
1112
"""
1213
from = "now-8h"
1314
interval = "1h"

rules/cross-platform/multiple_alerts_from_different_modules_by_srcip.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ updated_date = "2025/12/15"
66
[rule]
77
author = ["Elastic"]
88
description = """
9-
This rule uses alert data to determine when multiple alerts from different integrations involving the same source.ip are
10-
triggered. Analysts can use this to prioritize triage and response, as these hosts are more likely to be compromised.
9+
This rule uses alert data to determine when multiple alerts from different integrations with unique event categories and
10+
involving the same source.ip are triggered. Analysts can use this to prioritize triage and response, as these IP addresses
11+
are more likely to be related to a compromise.
1112
"""
1213
from = "now-8h"
1314
interval = "1h"

rules/cross-platform/multiple_alerts_from_different_modules_by_user.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ updated_date = "2025/12/15"
66
[rule]
77
author = ["Elastic"]
88
description = """
9-
This rule uses alert data to determine when multiple alerts from different integrations involving the same user.name are
10-
triggered. Analysts can use this to prioritize triage and response, as these hosts are more likely to be compromised.
9+
This rule uses alert data to determine when multiple alerts from different integrations with unique event categories and
10+
involving the same user.name are triggered. Analysts can use this to prioritize triage and response, as these users are
11+
more likely to be compromised.
1112
"""
1213
from = "now-4h"
1314
interval = "1h"

0 commit comments

Comments
 (0)