ET EXPLOIT QNAP PhotoStation Privilege Escalation Attempt M1 (encrypted token)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/p/api/video.php"; endswith;
http.request_body;
content:"etc/config/.app_token"; fast_pattern;
Raw source ET EXPLOIT QNAP PhotoStation Privilege Escalation Attempt M1 (encrypted token) · 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 -> any any (
    msg:"ET EXPLOIT QNAP PhotoStation Privilege Escalation Attempt M1 (encrypted token)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/p/api/video.php"; endswith;
    http.request_body;
    content:"etc/config/.app_token"; fast_pattern;
    reference:url,medium.com/bugbountywriteup/qnap-pre-auth-root-rce-affecting-450k-devices-on-the-internet-d55488d28a05;
    classtype:attempted-admin;
    sid:2030201; rev:1;
    metadata:created_at 2020_05_21, deployment Perimeter, performance_impact Low, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_05_21;
)

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.