ET MALWARE W32/GamesForum.InfoStealer Reporting to CnC


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/forum/";
pcre:"/^[0-9a-f]{32}\.php/R";
http.request_body;
content:"Data="; fast_pattern; depth:5;
http.protocol;
content:"HTTP/1.0";
http.header_names;
content:!"User-Agent";
Raw source ET MALWARE W32/GamesForum.InfoStealer Reporting to CnC · 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 W32/GamesForum.InfoStealer Reporting to CnC";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/forum/";
    pcre:"/^[0-9a-f]{32}\.php/R";
    http.request_body;
    content:"Data="; fast_pattern; depth:5;
    http.protocol;
    content:"HTTP/1.0";
    http.header_names;
    content:!"User-Agent";
    classtype:command-and-control;
    sid:2014370; rev:5;
    metadata:created_at 2012_03_13, signature_severity Major, updated_at 2020_08_18;
)

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.