From: Stefan Schantl Date: Sun, 24 Jul 2022 12:32:12 +0000 (+0200) Subject: IDS: Load suricata service ports yaml file. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92903482c7a64853482480e62a722cfcb91c75c7;p=people%2Fstevee%2Fipfire-2.x.git IDS: Load suricata service ports yaml file. Signed-off-by: Stefan Schantl --- diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index fb4f9426b..fe9f5afdf 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]"