ET MALWARE Win32.Bicololo Response 1


Query · suricata

flow:established,to_client;
http.cookie;
content:"ci_session=";
file.data;
content:"ne_unik"; fast_pattern; within:7; endswith;
Raw source ET MALWARE Win32.Bicololo Response 1 · 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:"ET MALWARE Win32.Bicololo Response 1";
    flow:established,to_client;
    http.cookie;
    content:"ci_session=";
    file.data;
    content:"ne_unik"; fast_pattern; within:7; endswith;
    reference:md5,691bd07048b09c73f0a979529a66f6e3;
    classtype:trojan-activity;
    sid:2016947; rev:4;
    metadata:created_at 2013_05_31, signature_severity Major, updated_at 2020_09_14;
)

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.