ET EXPLOIT MVPower DVR Shell UCE


Query · suricata

flow:to_server,established;
http.uri;
content:"/shell?"; depth:7; fast_pattern;
http.header_names;
content:!"Referer";
Raw source ET EXPLOIT MVPower DVR Shell UCE · 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 MVPower DVR Shell UCE";
    flow:to_server,established;
    http.uri;
    content:"/shell?"; depth:7; fast_pattern;
    http.header_names;
    content:!"Referer";
    reference:url,researchcenter.paloaltonetworks.com/2018/07/unit42-finds-new-mirai-gafgyt-iotlinux-botnet-campaigns/;
    classtype:attempted-admin;
    sid:2025883; rev:3;
    metadata:affected_product Linux, attack_target IoT, created_at 2018_07_23, deployment Perimeter, malware_family Mirai, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_08_25;
)

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.