ET WEB_SERVER Attack Tool Revolt Scanner


Query · suricata

flow:established,to_server;
http.user_agent;
content:"revolt"; depth:6;
Raw source ET WEB_SERVER Attack Tool Revolt Scanner · 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 WEB_SERVER Attack Tool Revolt Scanner";
    flow:established,to_server;
    http.user_agent;
    content:"revolt"; depth:6;
    reference:url,www.Whitehatsecurityresponse.blogspot.com;
    classtype:web-application-attack;
    sid:2009288; rev:59;
    metadata:created_at 2010_07_30, signature_severity Unknown, updated_at 2020_10_19;
)

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.