ET MALWARE Win32/COOKIEBAG Cookie APT1 Related


Query · suricata

flow:established,to_server;
http.start;
content:"|0a|Cookie|3a 20|CAQGBgoFD1Y"; fast_pattern;
Raw source ET MALWARE Win32/COOKIEBAG Cookie APT1 Related · 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 Win32/COOKIEBAG Cookie APT1 Related";
    flow:established,to_server;
    http.start;
    content:"|0a|Cookie|3a 20|CAQGBgoFD1Y"; fast_pattern;
    reference:url,www.mandiant.com/apt1;
    classtype:targeted-activity;
    sid:2016434; rev:6;
    metadata:created_at 2013_02_20, malware_family Win32_COOKIEBAG, signature_severity Major, updated_at 2020_11_05;
)

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.