ET WEB_SERVER HTTP 414 Request URI Too Large


Query · suricata

flow:from_server,established;
content:"HTTP/1.1 414 Request-URI Too Large"; depth:35; nocase;
Raw source ET WEB_SERVER HTTP 414 Request URI Too Large · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET WEB_SERVER HTTP 414 Request URI Too Large";
    flow:from_server,established;
    content:"HTTP/1.1 414 Request-URI Too Large"; depth:35; nocase;
    classtype:web-application-attack;
    sid:2012708; rev:2;
    metadata:created_at 2011_04_22, signature_severity Unknown, updated_at 2019_07_26;
)

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.