ET SCAN DEBUG Method Request with Command


Query · suricata

flow:established,to_server;
content:"DEBUG "; depth:6;
content:"|0d 0a|Command|3a| "; distance:0;
Raw source ET SCAN DEBUG Method Request with Command · 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 SCAN DEBUG Method Request with Command";
    flow:established,to_server;
    content:"DEBUG "; depth:6;
    content:"|0d 0a|Command|3a| "; distance:0;
    classtype:attempted-recon;
    sid:2008312; rev:5;
    metadata:created_at 2010_07_30, confidence Medium, signature_severity Informational, updated_at 2019_09_27;
)

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.