ET ATTACK_RESPONSE Zone-H.org defacement notification


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/notify/";
pcre:"/\/notify\/(?:single|mass)$/i";
http.request_body;
content:"defacer|3d|"; depth:8; fast_pattern;
Raw source ET ATTACK_RESPONSE Zone-H.org defacement notification · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http [$HOME_NET,$HTTP_SERVERS] any -> $EXTERNAL_NET any (
    msg:"ET ATTACK_RESPONSE Zone-H.org defacement notification";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/notify/";
    pcre:"/\/notify\/(?:single|mass)$/i";
    http.request_body;
    content:"defacer|3d|"; depth:8; fast_pattern;
    classtype:trojan-activity;
    sid:2001616; rev:15;
    metadata:created_at 2010_07_30, signature_severity Major, updated_at 2020_08_24;
)

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.