ET MALWARE Possible IoT_reaper ELF Binary Request M3 (set)


Query · suricata

flow:established,to_server;
urilen:5;
flowbits:set,ET.iotreaper;
flowbits:noalert;
http.method;
content:"GET";
http.uri;
content:"/xget"; fast_pattern;

Rule dependencies

Feeds into

Raw source ET MALWARE Possible IoT_reaper ELF Binary Request M3 (set) · 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 IoT_reaper ELF Binary Request M3 (set)";
    flow:established,to_server;
    urilen:5;
    flowbits:set,ET.iotreaper;
    flowbits:noalert;
    http.method;
    content:"GET";
    http.uri;
    content:"/xget"; fast_pattern;
    reference:url,blog.netlab.360.com/iot_reaper-a-rappid-spreading-new-iot-botnet-en/;
    classtype:trojan-activity;
    sid:2024926; rev:3;
    metadata:attack_target IoT, created_at 2017_10_25, deployment Perimeter, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_08_13;
)

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.