From 92903482c7a64853482480e62a722cfcb91c75c7 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 fb4f9426b5..fe9f5afdf8 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