ET WEB_SERVER safe_mode PHP config option in uri


Query · suricata

flow:established,to_server;
http.uri;
content:"safe_mode"; fast_pattern;
pcre:"/\bsafe_mode\s*?=/";
Raw source ET WEB_SERVER safe_mode PHP config option in uri · 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 safe_mode PHP config option in uri";
    flow:established,to_server;
    http.uri;
    content:"safe_mode"; fast_pattern;
    pcre:"/\bsafe_mode\s*?=/";
    reference:url,seclists.org/fulldisclosure/2013/Jun/21;
    classtype:trojan-activity;
    sid:2016978; rev:5;
    metadata:created_at 2013_06_06, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_09_18;
)

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.