ET WEB_SERVER Automated Site Scanning for backupdata


Query · suricata

flow:established,to_server;
http.uri;
content:"backupdata"; nocase;
http.user_agent;
content:"Mozilla/4.0"; bsize:11;
Raw source ET WEB_SERVER Automated Site Scanning for backupdata · 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 Automated Site Scanning for backupdata";
    flow:established,to_server;
    http.uri;
    content:"backupdata"; nocase;
    http.user_agent;
    content:"Mozilla/4.0"; bsize:11;
    classtype:attempted-recon;
    sid:2012286; rev:7;
    metadata:created_at 2011_02_04, signature_severity Unknown, updated_at 2020_10_14;
)

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.