Skip to content

Commit 34dbd8f

Browse files
committed
Update command_and_control_suricata_elastic_defend_c2.toml
1 parent a56443f commit 34dbd8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/cross-platform/command_and_control_suricata_elastic_defend_c2.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ This detection correlates Suricata alerts and events with Elastic Defend network
1111
performing the network activity.
1212
"""
1313
from = "now-9m"
14-
index = ["logs-endpoint.events.network-*", "logs-panw.panos-*"]
14+
index = ["logs-endpoint.events.network-*", "filebeat-*"]
1515
language = "eql"
1616
license = "Elastic License v2"
1717
name = "Suricata and Elastic Defend Network Correlation"
1818
references = [
1919
"https://attack.mitre.org/tactics/TA0011/",
20-
"https://www.elastic.co/docs/reference/integrations/panw",
20+
"https://www.elastic.co/docs/reference/integrations/suricata",
2121
"https://www.elastic.co/docs/reference/integrations/endpoint"
2222
]
2323
risk_score = 47

0 commit comments

Comments
 (0)