ET EXPLOIT Linksys Router Unauthenticated Remote Code Execution


Query · suricata

flow:to_server,established;
http.method;
content:"POST";
http.uri;
content:".cgi"; nocase;
http.header;
content:"Authorization|3a 20|Basic";
http.request_body;
content:"%74%74%63%70%5f%69%70%3d%2d%68%20%60"; fast_pattern;
Raw source ET EXPLOIT Linksys Router Unauthenticated Remote Code Execution · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http any any -> $HOME_NET 8080 (
    msg:"ET EXPLOIT Linksys Router Unauthenticated Remote Code Execution";
    flow:to_server,established;
    http.method;
    content:"POST";
    http.uri;
    content:".cgi"; nocase;
    http.header;
    content:"Authorization|3a 20|Basic";
    http.request_body;
    content:"%74%74%63%70%5f%69%70%3d%2d%68%20%60"; fast_pattern;
    reference:url,sans.org/reading-room/whitepapers/malicious/analyzing-backdoor-bot-mips-platform-35902;
    classtype:attempted-user;
    sid:2022758; rev:4;
    metadata:created_at 2016_04_25, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_10_06, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application;
)

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.