ET ATTACK_RESPONSE Probably Evil Long Unicode string only string and unescape 1


Query · suricata

flow:established,from_server;
file_data;
content:"unescape";
content:"|22|%u";
content:!"|22|"; within:120;
pcre:"/^[a-f0-9]{4}([\%\\]u[a-f0-9]{4}){20}/Ri";
Raw source ET ATTACK_RESPONSE Probably Evil Long Unicode string only string and unescape 1 · 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 ATTACK_RESPONSE Probably Evil Long Unicode string only string and unescape 1";
    flow:established,from_server;
    file_data;
    content:"unescape";
    content:"|22|%u";
    content:!"|22|"; within:120;
    pcre:"/^[a-f0-9]{4}([\%\\]u[a-f0-9]{4}){20}/Ri";
    classtype:bad-unknown;
    sid:2017499; rev:3;
    metadata:created_at 2013_09_20, deployment alert_only, signature_severity Minor, updated_at 2023_04_19;
)

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.