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=31b311749a5e2c4bb69a0762869fcc1c4e2b83ff;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 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]"