ET MALWARE ZeroLocker Downloading Config


Query · suricata

flow:established,to_server;
http.uri;
content:"/zConfig/"; fast_pattern;
pcre:"/\/zConfig\/\d+$/";
http.header_names;
content:!"Referer|0d 0a|";
content:!"Accept";
Raw source ET MALWARE ZeroLocker Downloading Config · 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 any -> $EXTERNAL_NET any (
    msg:"ET MALWARE ZeroLocker Downloading Config";
    flow:established,to_server;
    http.uri;
    content:"/zConfig/"; fast_pattern;
    pcre:"/\/zConfig\/\d+$/";
    http.header_names;
    content:!"Referer|0d 0a|";
    content:!"Accept";
    reference:url,securelist.com/blog/incidents/66135/zerolocker-wont-come-to-your-rescue/;
    reference:url,webroot.com/blog/2014/08/14/zero-locker/;
    reference:url,symantec.com/security_response/writeup.jsp?docid=2014-081521-4509-99;
    classtype:trojan-activity;
    sid:2018960; rev:4;
    metadata:created_at 2014_08_19, signature_severity Major, updated_at 2020_09_25;
)

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.