Skip to content

Commit 50cd75e

Browse files
Update rules/cross-platform/multiple_alerts_from_different_modules_by_dstip.toml
Co-authored-by: Mika Ayenson, PhD <[email protected]>
1 parent 8762f83 commit 50cd75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -29,7 +29,7 @@ from .alerts-security.* metadata _id
2929
| where kibana.alert.rule.name is not null and destination.ip is not null and kibana.alert.risk_score > 21 and
3030
not kibana.alert.rule.name in ("Threat Intel IP Address Indicator Match", "Threat Intel Indicator Match", "Agent Spoofing - Mismatched Agent ID")
3131
32-
// group alerts by source.ip and extract values of interest for alert triage
32+
// group alerts by destination.ip and extract values of interest for alert triage
3333
| stats Esql.event_module_distinct_count = COUNT_DISTINCT(event.module),
3434
Esql.rule_name_distinct_count = COUNT_DISTINCT(kibana.alert.rule.name),
3535
Esql.event_category_distinct_count = COUNT_DISTINCT(event.category),

0 commit comments

Comments
 (0)