ET MALWARE ELF/AbcBot Requesting Commands from CnC


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/api/getlist"; fast_pattern;
http.content_len;
content:"1"; bsize:1;
http.request_body;
content:"1";
Raw source ET MALWARE ELF/AbcBot Requesting Commands from 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,$HTTP_SERVERS] any -> $EXTERNAL_NET any (
    msg:"ET MALWARE ELF/AbcBot Requesting Commands from CnC";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/api/getlist"; fast_pattern;
    http.content_len;
    content:"1"; bsize:1;
    http.request_body;
    content:"1";
    reference:url,blog.netlab.360.com/abcbot_an_evolving_botnet_en/;
    classtype:command-and-control;
    sid:2034503; rev:1;
    metadata:affected_product Linux, created_at 2021_11_18, malware_family AbcBot, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_11_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.