]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Revert "Suricata: detect DNS events on port 853, too"
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 2 Mar 2019 17:18:37 +0000 (17:18 +0000)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 3 Mar 2019 09:55:30 +0000 (10:55 +0100)
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 <michael.tremer@ipfire.org>
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/suricata/suricata.yaml

index d3ebbcfe438092493d32c2874502718a7da43bf7..767f84074a3979a080f45d5ea0df77713eb87555 100644 (file)
@@ -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