ET MALWARE Possible JKDDOS download cl.exe


Query · suricata

flow:established,to_server;
http.method;
content:"GET"; nocase;
http.uri;
content:"/cl.exe"; nocase;
Raw source ET MALWARE Possible JKDDOS download cl.exe · 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 Possible JKDDOS download cl.exe";
    flow:established,to_server;
    http.method;
    content:"GET"; nocase;
    http.uri;
    content:"/cl.exe"; nocase;
    reference:url,asert.arbornetworks.com/2011/03/jkddos-ddos-bot-with-an-interest-in-the-mining-industry;
    classtype:trojan-activity;
    sid:2012461; rev:4;
    metadata:created_at 2011_03_10, confidence Medium, signature_severity Major, updated_at 2020_05_06;
)

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.