ET WEB_SERVER Double Encoded Characters in URI (../)


Query · suricata

flow:to_server,established;
http.uri.raw;
content:"%252E%252E%252F"; nocase;
Raw source ET WEB_SERVER Double Encoded Characters in URI (../) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET WEB_SERVER Double Encoded Characters in URI (../)";
    flow:to_server,established;
    http.uri.raw;
    content:"%252E%252E%252F"; nocase;
    classtype:misc-attack;
    sid:2019880; rev:5;
    metadata:created_at 2014_12_06, signature_severity Minor, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_05_14;
)

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.