ET MALWARE Linux/DDoS.M Admin console status


Query · suricata

flow:established,to_client;
content:"|1b 5d 30 3b|Bots connected|3a 20|";
content:"|7c 20|Clients connected|3a 20|"; distance:0;
threshold:type both, count 1, seconds 10, track by_src;
Raw source ET MALWARE Linux/DDoS.M Admin console status · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp any any -> any 1024: (
    msg:"ET MALWARE Linux/DDoS.M Admin console status";
    flow:established,to_client;
    content:"|1b 5d 30 3b|Bots connected|3a 20|";
    content:"|7c 20|Clients connected|3a 20|"; distance:0;
    threshold:type both, count 1, seconds 10, track by_src;
    reference:url,github.com/pop-pop-ret/lizkebab;
    classtype:trojan-activity;
    sid:2020167; rev:1;
    metadata:created_at 2015_01_13, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2019_07_26;
)

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.