ET SCAN Hikvision IP Camera 5.4.0 Information Disclosure


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/System/configurationFile?auth=YWRtaW46MTEK";
Raw source ET SCAN Hikvision IP Camera 5.4.0 Information Disclosure · 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 SCAN Hikvision IP Camera 5.4.0 Information Disclosure";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/System/configurationFile?auth=YWRtaW46MTEK";
    reference:url,exploit-db.com/exploits/45231/;
    classtype:attempted-recon;
    sid:2026015; rev:2;
    metadata:attack_target IoT, created_at 2018_08_22, deployment Datacenter, performance_impact Low, confidence Medium, signature_severity Major, updated_at 2020_08_25, mitre_tactic_id TA0007, mitre_tactic_name Discovery, mitre_technique_id T1082, mitre_technique_name System_Information_Discovery;
)

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.