ET EXPLOIT Wireless IP Camera (P2) WIFICAM Remote Code Execution


Query · suricata

flow:to_server,established;
http.method;
content:"GET";
http.uri;
content:"/set_ftp.cgi?"; fast_pattern;
content:"loginuse=";
content:"next_url=ftp.htm";
content:"loginpas=";
Raw source ET EXPLOIT Wireless IP Camera (P2) WIFICAM Remote Code 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 Wireless IP Camera (P2) WIFICAM Remote Code Execution";
    flow:to_server,established;
    http.method;
    content:"GET";
    http.uri;
    content:"/set_ftp.cgi?"; fast_pattern;
    content:"loginuse=";
    content:"next_url=ftp.htm";
    content:"loginpas=";
    reference:url,pierrekim.github.io/blog/2017-03-08-camera-goahead-0day.html;
    classtype:attempted-admin;
    sid:2030309; rev:4;
    metadata:affected_product Linux, attack_target IoT, created_at 2020_06_11, deployment Perimeter, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_10_19, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application;
)

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.