From 31b311749a5e2c4bb69a0762869fcc1c4e2b83ff Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sun, 24 Jul 2022 14:32:12 +0200 Subject: [PATCH] IDS: Load suricata service ports yaml file. Signed-off-by: Stefan Schantl --- config/suricata/suricata.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index 03a7a83afc..885dd54d16 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -33,6 +33,9 @@ vars: # Incluse HTTP_PORTS declaration from external file. include: /var/ipfire/suricata/suricata-http-ports.yaml + # Include services and their related ports declaration from external file. + include: /var/ipfire/suricata/suricata-service-ports.yaml + SHELLCODE_PORTS: "!80" ORACLE_PORTS: 1521 SSH_PORTS: "[22,222]" -- 2.39.5