ET MALWARE Probable OneLouder downloader (Zeus P2P)


Query · suricata

flow:to_server,established;
urilen:2<>5;
flowbits:set,ET.Onelouder.bin;
flowbits:noalert;
http.method;
content:"GET";
http.uri;
pcre:"/^\/(?P<n>\d)(?P=n){1,2}$/";
http.user_agent;
content:"|20|MSIE|20|"; fast_pattern;
http.header_names;
content:!"Referer";
content:!"Accept-Language";

Rule dependencies

Feeds into

  • 1 rule read ET.Onelouder.bin · view all
Raw source ET MALWARE Probable OneLouder downloader (Zeus P2P) · 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 Probable OneLouder downloader (Zeus P2P)";
    flow:to_server,established;
    urilen:2<>5;
    flowbits:set,ET.Onelouder.bin;
    flowbits:noalert;
    http.method;
    content:"GET";
    http.uri;
    pcre:"/^\/(?P<n>\d)(?P=n){1,2}$/";
    http.user_agent;
    content:"|20|MSIE|20|"; fast_pattern;
    http.header_names;
    content:!"Referer";
    content:!"Accept-Language";
    classtype:trojan-activity;
    sid:2018981; rev:7;
    metadata:created_at 2014_08_22, performance_impact Significant, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_04_29;
)

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.