Actions
Bug #5656
closed
VJ
OD
rules: engine analysis gives false positive warning
Bug #5656:
rules: engine analysis gives false positive warning
Affected Versions:
Effort:
Difficulty:
Label:
Description
alert tls any any -> any any (tls.sni; content:"suricata.io"; sid:1;)
App layer protocol is tls.
Rule contains 1 content options, 0 http content options, 0 pcre options, and 0 pcre options with http modifiers.
Fast Pattern "suricata.io" on "TLS Server Name Indication (SNI) extension (tls.sni)" buffer.
Warning: TCP rule without a flow or flags option.
-Consider adding flow or flags to improve performance of this rule.
The TCP rule warning shouldn't be issued,
flow:to_server,established is implied.
Actions