GPL WEB_SERVER globals.pl access


Query · suricata

flow:to_server,established;
http.uri;
content:"/globals.pl";
Raw source GPL WEB_SERVER globals.pl access · 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:"GPL WEB_SERVER globals.pl access";
    flow:to_server,established;
    http.uri;
    content:"/globals.pl";
    reference:bugtraq,2671;
    reference:cve,2001-0330;
    classtype:web-application-activity;
    sid:2102073; rev:7;
    metadata:created_at 2010_09_23, cve CVE_2001_0330, signature_severity Unknown, updated_at 2020_04_21;
)

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.