Skip to content

Commit 3342e2c

Browse files
catenacybervictorjulien
authored andcommitted
websocket: add test with control frame in reassembly
Ticket: 8413
1 parent d0ec124 commit 3342e2c

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Description
2+
3+
Test websocket reassembly with control frame injected
4+
5+
# PCAP
6+
7+
The pcap was crafted by a script supplied by wooseokdotkim
8+
9+
# Ticket
10+
11+
https://redmine.openinfosecfoundation.org/issues/8413
1.41 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
alert websocket any any -> any any (msg:"MALWARE"; websocket.payload; content:"MALWARE_DOWNLOAD cmd.exe /c powershell"; sid:1; rev:1;)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
requires:
2+
min-version: 9
3+
4+
args:
5+
- -k none
6+
7+
checks:
8+
- filter:
9+
count: 1
10+
match:
11+
event_type: alert
12+
alert.signature_id: 1

0 commit comments

Comments
 (0)