Skip to content

Commit ca8d32d

Browse files
committed
Update command_and_control_suricata_elastic_defend_c2.toml
1 parent a4ae0de commit ca8d32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/cross-platform/command_and_control_suricata_elastic_defend_c2.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tags = [
3838
type = "eql"
3939
query = '''
4040
sequence by source.port, source.ip, destination.ip with maxspan=1m
41-
[network where event.module == "suricata" and event.category == "intrusion_detection" and source.ip != null and destination.ip != null]
41+
[network where event.module == "suricata" and event.category == "intrusion_detection" and event.kind == "alert" and source.ip != null and destination.ip != null]
4242
[network where event.module == "endpoint" and event.action in ("disconnect_received", "connection_attempted")]
4343
'''
4444
note = """## Triage and analysis

0 commit comments

Comments
 (0)