ET EXPLOIT Razer Sila Router - Command Injection Attempt Inbound (wget) (No CVE)


Query · suricata

flow:to_server,established;
http.method;
content:"POST";
http.uri;
content:"/ubus/";
http.request_body;
content:"|22|exec|22|,|7b 22|command|22 3a 22|wget"; fast_pattern;
Raw source ET EXPLOIT Razer Sila Router - Command Injection Attempt Inbound (wget) (No CVE) · 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,$HTTP_SERVERS] any (
    msg:"ET EXPLOIT Razer Sila Router - Command Injection Attempt Inbound (wget) (No CVE)";
    flow:to_server,established;
    http.method;
    content:"POST";
    http.uri;
    content:"/ubus/";
    http.request_body;
    content:"|22|exec|22|,|7b 22|command|22 3a 22|wget"; fast_pattern;
    reference:url,www.exploit-db.com/exploits/50865;
    classtype:attempted-admin;
    sid:2044530; rev:1;
    metadata:affected_product Router, attack_target Networking_Equipment, created_at 2023_03_08, deployment Perimeter, deployment Internal, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_03_08, mitre_tactic_id TA0008, mitre_tactic_name Lateral_Movement, mitre_technique_id T1210, mitre_technique_name Exploitation_Of_Remote_Services;
)

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.