Skip to content

Commit e0c0fe3

Browse files
Update rules/cross-platform/command_and_control_suricata_elastic_defend_c2.toml
Co-authored-by: Mika Ayenson, PhD <[email protected]>
1 parent 5198627 commit e0c0fe3

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.kind == "alert" and event.severity != 3 and source.ip != null and destination.ip != null]
41+
[network where event.dataset == "suricata.eve" and event.kind == "alert" and event.severity != 3 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)