Skip to content
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

detect: add (mpm) keyword for tls_sni #2085

Closed
wants to merge 1 commit into from

Conversation

thus
Copy link
Contributor

@thus thus commented May 18, 2016

Match on server name indication (SNI) extension in TLS using tls_sni keyword, e.g:

alert tls any any -> any any (msg:"SNI test"; tls_sni; content:"example.com"; sid:12345;)

Match on server name indication (SNI) extension in TLS using tls_sni
keyword, e.g:

alert tls any any -> any any (msg:"SNI test"; tls_sni;
        content:"example.com"; sid:12345;)
@inliniac
Copy link
Contributor

Merged after rebase, thanks Mats!

@inliniac inliniac closed this May 19, 2016
@inliniac
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants