ET MALWARE ReverseRAT Activity (POST) M2


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/h_t_t_p"; fast_pattern; bsize:8;
http.header_names;
content:!"User-Agent";
content:!"Referer";
content:!"Accept";
Raw source ET MALWARE ReverseRAT Activity (POST) M2 · 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 ReverseRAT Activity (POST) M2";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/h_t_t_p"; fast_pattern; bsize:8;
    http.header_names;
    content:!"User-Agent";
    content:!"Referer";
    content:!"Accept";
    reference:md5,63c6febaeff62391187077b5e2f781e7;
    reference:url,blog.lumen.com/suspected-pakistani-actor-compromises-indian-power-company-with-new-reverserat/;
    classtype:trojan-activity;
    sid:2033175; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2021_06_24, deployment Perimeter, malware_family ReverseRAT, performance_impact Low, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_06_24;
)

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.