ET MALWARE DDoS.XOR Checkin 3


Query · suricata

flow:to_server,established;
http.method;
content:"GET";
http.uri;
content:"/compiler?iid="; fast_pattern;
content:"username="; distance:0;
content:"password="; distance:0;
pcre:"/iid=[a-fA-F0-9]{32}&username=/";
Raw source ET MALWARE DDoS.XOR Checkin 3 · 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 DDoS.XOR Checkin 3";
    flow:to_server,established;
    http.method;
    content:"GET";
    http.uri;
    content:"/compiler?iid="; fast_pattern;
    content:"username="; distance:0;
    content:"password="; distance:0;
    pcre:"/iid=[a-fA-F0-9]{32}&username=/";
    reference:url,blog.avast.com/2015/01/06/linux-ddos-trojan-hiding-itself-with-an-embedded-rootkit/#more-33072;
    classtype:command-and-control;
    sid:2021335; rev:3;
    metadata:created_at 2015_06_24, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_05_28;
)

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.