ET WEB_SERVER WPScan User Agent


Query · suricata

flow:established,to_server;
threshold:type limit, count 1, seconds 60, track by_src;
http.user_agent;
content:"WPScan v"; depth:8;
Raw source ET WEB_SERVER WPScan User Agent · 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 WPScan User Agent";
    flow:established,to_server;
    threshold:type limit, count 1, seconds 60, track by_src;
    http.user_agent;
    content:"WPScan v"; depth:8;
    reference:url,github.com/wpscanteam/wpscan;
    classtype:web-application-attack;
    sid:2020338; rev:4;
    metadata:created_at 2015_01_30, confidence High, signature_severity Minor, updated_at 2020_05_15;
)

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.