mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 19:55:52 +02:00
Suricata: detect TLS traffic on IMAPS/POP3S/SSMTP ports as, well
Partially fixes #11808 Signed-off-by: Peter Müller <peter.mueller@ipfire.org> Cc: Stefan Schantl <stefan.schantl@ipfire.org> Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
committed by
Stefan Schantl
parent
5fbd7b2982
commit
05a635ec04
@@ -140,7 +140,7 @@ app-layer:
|
||||
tls:
|
||||
enabled: yes
|
||||
detection-ports:
|
||||
dp: 443
|
||||
dp: "[443,465,993,995]"
|
||||
|
||||
# Completely stop processing TLS/SSL session after the handshake
|
||||
# completed. If bypass is enabled this will also trigger flow
|
||||
|
||||
Reference in New Issue
Block a user