ET EXPLOIT Seagate Business NAS Unauthenticated Remote Command Execution


Query · suricata

flow:to_server,established;
http.method;
content:"POST";
http.uri;
content:"/index.php/mv_system/get_general_setup?_=1413463189043"; fast_pattern;
http.request_body;
content:"set_general";
Raw source ET EXPLOIT Seagate Business NAS Unauthenticated Remote Command 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 $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET EXPLOIT Seagate Business NAS Unauthenticated Remote Command Execution";
    flow:to_server,established;
    http.method;
    content:"POST";
    http.uri;
    content:"/index.php/mv_system/get_general_setup?_=1413463189043"; fast_pattern;
    http.request_body;
    content:"set_general";
    reference:url,beyondbinary.io/advisory/seagate-nas-rce;
    classtype:attempted-admin;
    sid:2020583; rev:5;
    metadata:created_at 2015_03_02, confidence Medium, signature_severity Major, updated_at 2020_09_29;
)

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.