ET WEB_SERVER DFind w00tw00t GET-Requests


Query · suricata

flow:established,to_server;
http.method;
content:"GET"; nocase;
http.uri;
content:"/w00tw00t."; nocase; depth:10;
Raw source ET WEB_SERVER DFind w00tw00t GET-Requests · 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 -> $HTTP_SERVERS any (
    msg:"ET WEB_SERVER DFind w00tw00t GET-Requests";
    flow:established,to_server;
    http.method;
    content:"GET"; nocase;
    http.uri;
    content:"/w00tw00t."; nocase; depth:10;
    classtype:attempted-recon;
    sid:2010794; rev:9;
    metadata:created_at 2010_07_30, signature_severity Unknown, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_07_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.