ET MALWARE Steam Stealer


Query · suricata

flow:to_server,established;
http.method;
content:"GET";
http.uri;
content:"/uploads/images/201"; fast_pattern;
pcre:"/\.png$/";
http.header_names;
content:!"Referer|0d 0a|";
content:!"Accept";
content:!"User-Agent|0d 0a|";
Raw source ET MALWARE Steam Stealer · 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 Steam Stealer";
    flow:to_server,established;
    http.method;
    content:"GET";
    http.uri;
    content:"/uploads/images/201"; fast_pattern;
    pcre:"/\.png$/";
    http.header_names;
    content:!"Referer|0d 0a|";
    content:!"Accept";
    content:!"User-Agent|0d 0a|";
    reference:md5,5f50e810668942e8d694faeabab08260;
    reference:url,blog.0x3a.com/post/107195908164/analysis-of-steam-stealers-and-the-steam-stealer;
    classtype:trojan-activity;
    sid:2020095; rev:5;
    metadata:created_at 2015_01_06, signature_severity Major, updated_at 2020_09_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.