public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/3] Suricata: detect TLS traffic on IMAPS/POP3S/SSMTP ports as, well
@ 2019-02-07 17:38 Peter Müller
  2019-02-07 20:33 ` Stefan Schantl
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Müller @ 2019-02-07 17:38 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 691 bytes --]

Partially fixes #11808

Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
Cc: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 config/suricata/suricata.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml
index 48035a67e..dd7e53584 100644
--- a/config/suricata/suricata.yaml
+++ b/config/suricata/suricata.yaml
@@ -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
-- 
2.16.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/3] Suricata: detect TLS traffic on IMAPS/POP3S/SSMTP ports as, well
  2019-02-07 17:38 [PATCH 1/3] Suricata: detect TLS traffic on IMAPS/POP3S/SSMTP ports as, well Peter Müller
@ 2019-02-07 20:33 ` Stefan Schantl
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Schantl @ 2019-02-07 20:33 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 781 bytes --]

Thanks for the patch - Merged.

Best regards,

-Stefan
> Partially fixes #11808
> 
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> Cc: Stefan Schantl <stefan.schantl(a)ipfire.org>
> ---
>  config/suricata/suricata.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/config/suricata/suricata.yaml
> b/config/suricata/suricata.yaml
> index 48035a67e..dd7e53584 100644
> --- a/config/suricata/suricata.yaml
> +++ b/config/suricata/suricata.yaml
> @@ -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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-07 20:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-07 17:38 [PATCH 1/3] Suricata: detect TLS traffic on IMAPS/POP3S/SSMTP ports as, well Peter Müller
2019-02-07 20:33 ` Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox