ET INFO Terse Request For Bitbucket Snippet


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/|21|api/2.0/snippets/"; startswith;
http.host;
content:"bitbucket.org"; bsize:13; fast_pattern;
http.header_names;
content:"|0d 0a|Host|0d 0a|Connection|0d 0a 0d 0a|"; bsize:22;
Raw source ET INFO Terse Request For Bitbucket Snippet · 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 Terse Request For Bitbucket Snippet";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/|21|api/2.0/snippets/"; startswith;
    http.host;
    content:"bitbucket.org"; bsize:13; fast_pattern;
    http.header_names;
    content:"|0d 0a|Host|0d 0a|Connection|0d 0a 0d 0a|"; bsize:22;
    classtype:bad-unknown;
    sid:2036349; rev:1;
    metadata:created_at 2022_04_25, confidence High, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_04_25;
)

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.