ET EXPLOIT HP Enterprise VAN SDN Controller Install Backdoor


Query · suricata

flow:established,to_server;
http.header;
content:"X-Auth-Token|3a 20|AuroraSdnToken";
http.request_body;
content:"|7b 22|action|22 3a 20 22|install|22 2c 20 22|name|22 3a 20 22|"; fast_pattern;
Raw source ET EXPLOIT HP Enterprise VAN SDN Controller Install Backdoor · 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 HP Enterprise VAN SDN Controller Install Backdoor";
    flow:established,to_server;
    http.header;
    content:"X-Auth-Token|3a 20|AuroraSdnToken";
    http.request_body;
    content:"|7b 22|action|22 3a 20 22|install|22 2c 20 22|name|22 3a 20 22|"; fast_pattern;
    reference:url,exploit-db.com/exploits/44951/;
    classtype:attempted-user;
    sid:2025762; rev:3;
    metadata:attack_target Networking_Equipment, created_at 2018_06_28, deployment Datacenter, signature_severity Major, 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.