ET EXPLOIT HikVision iSecure Center RCE Attempt Inbound


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/applyAutoLoginTicket"; endswith; fast_pattern;
http.header_names;
content:"|0d 0a|cmd|0d 0a|"; nocase;
Raw source ET EXPLOIT HikVision iSecure Center RCE Attempt Inbound · 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,$HTTP_SERVERS] any (
    msg:"ET EXPLOIT HikVision iSecure Center RCE Attempt Inbound";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/applyAutoLoginTicket"; endswith; fast_pattern;
    http.header_names;
    content:"|0d 0a|cmd|0d 0a|"; nocase;
    classtype:attempted-admin;
    sid:2053329; rev:1;
    metadata:affected_product HikVision, attack_target Server, created_at 2024_06_07, deployment Perimeter, deployment Internal, confidence High, signature_severity Major, tag Exploit, updated_at 2024_06_07, 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.