From 8723bb91aeff7dbbc173c6f7b8052a76203cb0a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Thu, 7 Feb 2019 17:41:00 +0000 Subject: [PATCH] Suricata: enable full detection for missing protocols MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit These are IMAP and MSN, which can be safely enabled. Partially fixes #11808 Signed-off-by: Peter Müller Cc: Stefan Schantl Signed-off-by: Stefan Schantl --- config/suricata/suricata.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index dd7e53584e..d7302788cc 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -182,9 +182,9 @@ app-layer: content-inspect-min-size: 32768 content-inspect-window: 4096 imap: - enabled: detection-only + enabled: yes msn: - enabled: detection-only + enabled: yes smb: enabled: yes detection-ports: -- 2.39.5