--- /dev/null
+# 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
--- /dev/null
+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;)