From: Michael Tremer Date: Sat, 2 Mar 2019 17:18:37 +0000 (+0000) Subject: Revert "Suricata: detect DNS events on port 853, too" X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=96495c9aa2a46896ebb5cbbdfa5fd4b961864215;p=people%2Fstevee%2Fipfire-2.x.git Revert "Suricata: detect DNS events on port 853, too" This reverts commit ad99f959e2b83dd9f1275c1d385140271c8926ae. It does not make any sense to try to decode the TLS connection with the DNS decoder. Therefore should 853 (TCP only) be added to the TLS decoder. Signed-off-by: Michael Tremer Signed-off-by: Stefan Schantl --- diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index d3ebbcfe43..767f84074a 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -140,7 +140,7 @@ app-layer: tls: enabled: yes detection-ports: - dp: "[443,444,465,993,995]" + dp: "[443,444,465,853,993,995]" # Completely stop processing TLS/SSL session after the handshake # completed. If bypass is enabled this will also trigger flow @@ -204,11 +204,11 @@ app-layer: tcp: enabled: yes detection-ports: - dp: "[53,853]" + dp: 53 udp: enabled: yes detection-ports: - dp: "[53,853]" + dp: 53 http: enabled: yes # memcap: 64mb