ET EXPLOIT Possible Vacron NVR Remote Command Execution


Query · suricata

flow:to_server,established;
http.uri;
content:"/board.cgi?cmd="; depth:15;
Raw source ET EXPLOIT Possible Vacron NVR 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 any any -> $HOME_NET any (
    msg:"ET EXPLOIT Possible Vacron NVR Remote Command Execution";
    flow:to_server,established;
    http.uri;
    content:"/board.cgi?cmd="; depth:15;
    reference:url,blogs.securiteam.com/index.php/archives/3445;
    classtype:attempted-recon;
    sid:2024915; rev:3;
    metadata:attack_target IoT, created_at 2017_10_25, deployment Perimeter, confidence Medium, signature_severity Major, updated_at 2020_08_13;
)

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.