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

Adds quic ietf v1 test #775

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions tests/quic-ietf/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Description

Test quic ietf v1 parsing

# PCAP

The pcap comes from https://www.bortzmeyer.org/quic.html
Binary file added tests/quic-ietf/input.pcap
Binary file not shown.
2 changes: 2 additions & 0 deletions tests/quic-ietf/test.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
alert quic any any -> any any (msg:"QUIC SNI"; quic.sni; content:"msquic.net"; sid:4;)
alert quic any any -> any any (msg:"QUIC JA3"; quic.ja3; content:"771,4866,43-51-41"; sid:3;)
22 changes: 22 additions & 0 deletions tests/quic-ietf/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
requires:
min-version: 7.0.0

checks:
- filter:
count: 1
match:
event_type: quic
quic.extensions[1].type: "ServerName"
quic.extensions[1].values[0]: "msquic.net"
quic.extensions[2].type: "ApplicationLayerProtocolNegotiation"
quic.extensions[2].values[0]: "h3-29"
- filter:
count: 1
match:
event_type: alert
alert.signature_id: 4
- filter:
count: 1
match:
event_type: alert
alert.signature_id: 3