mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 12:32:59 +02:00
Revert "Suricata: detect DNS events on port 853, too"
This reverts commit ad99f959e2.
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>
This commit is contained in:
committed by
Stefan Schantl
parent
5d04cfe7d5
commit
96495c9aa2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user