-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alpn/v4 #11325
Alpn/v4 #11325
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #11325 +/- ##
==========================================
- Coverage 82.47% 82.46% -0.01%
==========================================
Files 934 935 +1
Lines 252270 252311 +41
==========================================
+ Hits 208055 208080 +25
- Misses 44215 44231 +16
Flags with carried forward coverage won't be shown. Click here to find out more. |
Information: QA ran without warnings. Pipeline 21130 |
alert tls any any -> any any (msg:"TLS ALPN test"; \ | ||
tls.alpn; content:"http/1.1"; sid:1;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this would match on client or server? But could be limited with flow:<direction>
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From detect-tls-alpn.c it looks like that indeed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, this is like other tls keywords
Merged in #11331, thanks! |
SV_BRANCH=OISF/suricata-verify#1924
#11204, rebased, formatting fixed and minimal docs added.
https://redmine.openinfosecfoundation.org/issues/7055
Replaces #11198, adding
tls.alpn
keyword.Example alert for rule
gives