ET EXPLOIT OptiLink ONT1GEW GPON RCE Outbound


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/boaform/admin/";
pcre:"/^form(?:Ping|Tracert)$/R";
http.request_body;
content:"target_addr=|22|"; fast_pattern;
content:"|60|"; distance:0;
Raw source ET EXPLOIT OptiLink ONT1GEW GPON RCE Outbound · 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,$HTTP_SERVERS] any -> any any (
    msg:"ET EXPLOIT OptiLink ONT1GEW GPON RCE Outbound";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/boaform/admin/";
    pcre:"/^form(?:Ping|Tracert)$/R";
    http.request_body;
    content:"target_addr=|22|"; fast_pattern;
    content:"|60|"; distance:0;
    reference:url,packetstormsecurity.com/files/162993/OptiLink-ONT1GEW-GPON-2.1.11_X101-Remote-Code-Execution.html;
    classtype:attempted-admin;
    sid:2033281; rev:1;
    metadata:created_at 2021_07_08, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_07_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.