ET RETIRED Win32/Criminal RAT CnC Checkin


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:".php?code=";
pcre:"/^[0-9]{3}$/R";
http.header_names;
content:!"Referer";
content:!"User-Agent";
http.request_body;
content:"username=";
content:"ip=";
content:"country=";
content:"city=";
content:"date=";
content:"lastdate=";
content:"lasttime=";
content:"mwv="; fast_pattern;
content:"assigned=";
Raw source ET RETIRED Win32/Criminal RAT CnC Checkin · 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 RETIRED Win32/Criminal RAT CnC Checkin";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:".php?code=";
    pcre:"/^[0-9]{3}$/R";
    http.header_names;
    content:!"Referer";
    content:!"User-Agent";
    http.request_body;
    content:"username=";
    content:"ip=";
    content:"country=";
    content:"city=";
    content:"date=";
    content:"lastdate=";
    content:"lasttime=";
    content:"mwv="; fast_pattern;
    content:"assigned=";
    reference:md5,9cdbd39b541b76b3435b9150a6d97999;
    classtype:trojan-activity;
    sid:2037022; rev:2;
    metadata:attack_target Client_Endpoint, created_at 2022_06_16, deployment Perimeter, former_category MALWARE, malware_family Win32_Criminal, performance_impact Low, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_09_17, reviewed_at 2024_09_17;
)

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.