We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff1a78 commit 540763aCopy full SHA for 540763a
tests/firewall/firewall-06-tls-sni-enforce/suricata.yaml
@@ -15,6 +15,10 @@ stats:
15
# Add stream events as stats.
16
#stream-events: false
17
18
+detect:
19
+ stream-tx-log-limit: 4
20
+ guess-applayer-tx: true
21
+
22
# Configure the type of alert (and other) logging you would like.
23
outputs:
24
- eve-log:
tests/firewall/firewall-06-tls-sni-enforce/test.yaml
@@ -14,6 +14,14 @@ checks:
14
count: 26
match:
event_type: alert
+- filter:
+ min-version: 8
+ # check for https://redmine.openinfosecfoundation.org/issues/7350
+ count: 4
+ match:
+ event_type: alert
+ alert.signature_id: 3
+ tls.sni: raw.githubusercontent.com
25
- filter:
26
count: 1
27
0 commit comments