ET INFO GET to Puu.sh for TXT File with Minimal Headers


Query · suricata

flow:to_server,established;
http.method;
content:"GET";
http.uri;
content:".txt"; nocase; endswith;
http.host;
content:"puu.sh"; depth:6; endswith; fast_pattern;
http.header_names;
content:"|0d 0a|Host|0d 0a|Connection|0d 0a 0d 0a|"; depth:22; endswith;
Raw source ET INFO GET to Puu.sh for TXT File with Minimal Headers · 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 INFO GET to Puu.sh for TXT File with Minimal Headers";
    flow:to_server,established;
    http.method;
    content:"GET";
    http.uri;
    content:".txt"; nocase; endswith;
    http.host;
    content:"puu.sh"; depth:6; endswith; fast_pattern;
    http.header_names;
    content:"|0d 0a|Host|0d 0a|Connection|0d 0a 0d 0a|"; depth:22; endswith;
    classtype:bad-unknown;
    sid:2026569; rev:3;
    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, created_at 2018_11_02, deployment Perimeter, confidence High, signature_severity Minor, updated_at 2020_09_16;
)

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.