ET POLICY HotSpotShield Activity


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.request_body;
content:"|2d 2d 41 66 50 72 30 78 59|"; depth:9;
content:"|2d 2d 41 66 50 72 30 78 59 2d 2d|"; distance:0;
http.content_type;
content:"multipart/form-data|3b 20|boundary=AfPr0xY"; fast_pattern; bsize:37;
http.header_names;
content:!"Accept";
content:!"Referer|0d 0a|";
Raw source ET POLICY HotSpotShield Activity · 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 POLICY HotSpotShield Activity";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.request_body;
    content:"|2d 2d 41 66 50 72 30 78 59|"; depth:9;
    content:"|2d 2d 41 66 50 72 30 78 59 2d 2d|"; distance:0;
    http.content_type;
    content:"multipart/form-data|3b 20|boundary=AfPr0xY"; fast_pattern; bsize:37;
    http.header_names;
    content:!"Accept";
    content:!"Referer|0d 0a|";
    reference:md5,45f4e1bb4efd12f0e8b949174a198bf3;
    classtype:policy-violation;
    sid:2022342; rev:4;
    metadata:created_at 2016_01_08, confidence High, signature_severity Informational, updated_at 2020_06_30;
)

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.