ET MALWARE TA399/SideWinder Related Backdoor Activity


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/id=";
content:"/session="; distance:0;
content:"?/value="; distance:1; within:8; fast_pattern;
content:"/return=true"; nocase; endswith;
http.header_names;
content:!"Referer";
target:src_ip;
Raw source ET MALWARE TA399/SideWinder Related Backdoor Activity · 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 TA399/SideWinder Related Backdoor Activity";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/id=";
    content:"/session="; distance:0;
    content:"?/value="; distance:1; within:8; fast_pattern;
    content:"/return=true"; nocase; endswith;
    http.header_names;
    content:!"Referer";
    reference:md5,30ddd9ebe00f34f131efcd8124462fe3;
    reference:url,mp.weixin.qq.com/s?__biz=MzI2MDc2MDA4OA==&mid=2247508655&idx=1&sn=b808c9a435b473e5dc957d1b34a79432&chksm=ea6655d8dd11dcce5db489b200b67463f251c5900402b9a1cb18c9e1d9d1c56adee066eb165e&scene=178&cur_album_id=1539799351089283075;
    classtype:trojan-activity;
    sid:2051557; rev:1;
    metadata:attack_target Client_Endpoint, tls_state plaintext, created_at 2024_03_08, deployment Perimeter, malware_family Sidewinder, confidence Medium, signature_severity Major, tag TA399, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_03_08;
    target:src_ip;
)

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.