ET EXPLOIT Multiple Router RCE Routersploit


Query · suricata

flow:to_server,established;
http.method;
content:"GET";
http.uri;
content:"/view/IPV6/ipv6networktool/traceroute/ping.php?text_target="; depth:59; fast_pattern;
content:"&text_pingcount="; distance:0;
content:"&text_packetsize="; distance:0;
content:"|7c|"; distance:0;
Raw source ET EXPLOIT Multiple Router RCE Routersploit · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET EXPLOIT Multiple Router RCE Routersploit";
    flow:to_server,established;
    http.method;
    content:"GET";
    http.uri;
    content:"/view/IPV6/ipv6networktool/traceroute/ping.php?text_target="; depth:59; fast_pattern;
    content:"&text_pingcount="; distance:0;
    content:"&text_packetsize="; distance:0;
    content:"|7c|"; distance:0;
    reference:url,github.com/threat9/routersploit/blob/master/routersploit/modules/exploits/routers/netsys/multi_rce.py;
    classtype:attempted-admin;
    sid:2030259; rev:2;
    metadata:affected_product Linux, attack_target IoT, created_at 2020_06_08, deployment Perimeter, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_06_08;
)

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.