ET EXPLOIT ZBL EPON ONU Broadband Router Remote Privilege Escalation - Responding with Superuser Credentials


Query · suricata

flow:established,from_server;
flowbits:isset,ZBLEPON.1;
http.stat_code;
content:"200";
file_data;
content:"1|3b|super|3b|"; fast_pattern;
content:"1|3b|admin|3b|";

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET EXPLOIT ZBL EPON ONU Broadband Router Remote Privilege Escalation - Responding with Superuser Credentials · 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 -> any any (
    msg:"ET EXPLOIT ZBL EPON ONU Broadband Router Remote Privilege Escalation - Responding with Superuser Credentials";
    flow:established,from_server;
    flowbits:isset,ZBLEPON.1;
    http.stat_code;
    content:"200";
    file_data;
    content:"1|3b|super|3b|"; fast_pattern;
    content:"1|3b|admin|3b|";
    reference:url,packetstormsecurity.com/files/162065/ZSL-2021-5467.txt?fbclid=IwAR1tqSxa3jMQFiV3Kipj3pzIei4ucuIZv2tMzqCiYtoYrIxN4GgZBEgfquQ;
    classtype:attempted-admin;
    sid:2032782; rev:1;
    metadata:attack_target Networking_Equipment, created_at 2021_04_19, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_04_19;
)

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.