From 067e1847dc1012316b23d7eb8dba8e25a65cd757 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Fri, 1 Feb 2019 14:34:25 +0100 Subject: [PATCH] suricata.yaml: Add port 222 to list of SSH Ports The SSH-server listened on port "222" as default on IPFire in the past. Signed-off-by: Stefan Schantl --- config/suricata/suricata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index 55b6c05cf6..48035a67eb 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -31,7 +31,7 @@ vars: HTTP_PORTS: "80" SHELLCODE_PORTS: "!80" ORACLE_PORTS: 1521 - SSH_PORTS: 22 + SSH_PORTS: "[22,222]" DNP3_PORTS: 20000 MODBUS_PORTS: 502 FILE_DATA_PORTS: "[$HTTP_PORTS,110,143]" -- 2.39.2