From c3806ebd2a95f60cefea4d329020fc3016a0695a Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Tue, 20 Jun 2017 19:00:22 +0200 Subject: [PATCH] suricata.yaml: add some port variables These variables are used by Talos ruleset and defining them allow to get almost all rules of ruleset loaded. --- suricata.yaml.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/suricata.yaml.in b/suricata.yaml.in index 990d46e20c..9cff73b7a0 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -41,6 +41,8 @@ vars: SSH_PORTS: 22 DNP3_PORTS: 20000 MODBUS_PORTS: 502 + FILE_DATA_PORTS: "[$HTTP_PORTS,110,143]" + FTP_PORTS: 21 ##