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 a test case for http auth unrecognized #26

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions tests/http-auth-unrecognized/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Description

Test http unrecognized authorisation method

# PCAP

The pcap comes from running
`python -m SimpleHTTPServer 8000` or `python3 -m http.server` as a server and the following command
`curl --header "Authorization: Turbo customAuthDataHere" 127.0.0.1:8000/` as a client
Binary file added tests/http-auth-unrecognized/input.pcap
Binary file not shown.
1 change: 1 addition & 0 deletions tests/http-auth-unrecognized/test.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alert http any any -> any any (msg:"SURICATA HTTP Request unrecognized authorization method"; flow:established,to_server; app-layer-event:http.request_auth_unrecognized; flowint:http.anomaly.count,+,1; classtype:protocol-command-decode; sid:1; rev:1;)
14 changes: 14 additions & 0 deletions tests/http-auth-unrecognized/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
requires:
features:
- HAVE_LIBJANSSON

# disables checksum verification
args:
- -k none

checks:
- filter:
count: 1
match:
event_type: alert
alert.signature_id: 1