Skip to content

Commit 321b286

Browse files
Update rules/cross-platform/command_and_control_socks_fortigate_endpoint.toml
Co-authored-by: Mika Ayenson, PhD <[email protected]>
1 parent 9b1744c commit 321b286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/cross-platform/command_and_control_socks_fortigate_endpoint.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ tags = [
3939
type = "eql"
4040
query = '''
4141
sequence by source.port, source.ip, destination.ip with maxspan=1m
42-
[network where event.module == "fortinet_fortigate" and event.action == "signature" and network.application in ("SOCKS4", "SOCKS5")]
42+
[network where event.dataset == "fortinet_fortigate.log" and event.action == "signature" and network.application in ("SOCKS4", "SOCKS5")]
4343
[network where event.module == "endpoint" and event.action in ("disconnect_received", "connection_attempted")]
4444
'''
4545
note = """## Triage and analysis

0 commit comments

Comments
 (0)