ET EXPLOIT Possible ZTE ZXV10 H108L Router Root RCE Attempt


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/getpage.gch?pid="; depth:17;
content:"&Host=|3b|"; distance:0; fast_pattern;
content:"&DataBlockSize="; distance:0;
Raw source ET EXPLOIT Possible ZTE ZXV10 H108L Router Root RCE Attempt · 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 Possible ZTE ZXV10 H108L Router Root RCE Attempt";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/getpage.gch?pid="; depth:17;
    content:"&Host=|3b|"; distance:0; fast_pattern;
    content:"&DataBlockSize="; distance:0;
    reference:url,github.com/stasinopoulos/ZTExploit/blob/master/ZTExploit_Source/ztexploit.py;
    classtype:attempted-user;
    sid:2027098; rev:3;
    metadata:attack_target IoT, created_at 2019_03_19, deployment Perimeter, performance_impact Low, confidence Medium, signature_severity Major, updated_at 2020_08_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.