ET MALWARE Win32.Raccoon Stealer CnC Activity (dependency download)


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri.raw;
content:"//l/f/"; startswith; fast_pattern;
pcre:"/^[A-Za-z0-9_]{20}\/[a-f0-9]{40}$/R";
http.header_names;
content:!"|0d 0a|User-Agent|0d 0a|";
content:!"|0d 0a|Referer|0d 0a|";
Raw source ET MALWARE Win32.Raccoon Stealer CnC Activity (dependency download) · 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.Raccoon Stealer CnC Activity (dependency download)";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri.raw;
    content:"//l/f/"; startswith; fast_pattern;
    pcre:"/^[A-Za-z0-9_]{20}\/[a-f0-9]{40}$/R";
    http.header_names;
    content:!"|0d 0a|User-Agent|0d 0a|";
    content:!"|0d 0a|Referer|0d 0a|";
    classtype:command-and-control;
    sid:2033973; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2021_09_16, deployment Perimeter, malware_family Raccoon_Stealer, performance_impact Low, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_09_16;
)

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.