ET EXPLOIT HP Enterprise VAN SDN Controller Upload Backdoor


Query · suricata

flow:established,to_server;
http.uri;
content:"/upload"; endswith;
http.header;
content:"X-Auth-Token|3a 20|AuroraSdnToken";
http.request_body;
content:"!<arch>|0a|debian-binary"; fast_pattern;
Raw source ET EXPLOIT HP Enterprise VAN SDN Controller Upload 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 Upload Backdoor";
    flow:established,to_server;
    http.uri;
    content:"/upload"; endswith;
    http.header;
    content:"X-Auth-Token|3a 20|AuroraSdnToken";
    http.request_body;
    content:"!<arch>|0a|debian-binary"; fast_pattern;
    reference:url,exploit-db.com/exploits/44951/;
    classtype:attempted-user;
    sid:2025763; rev:4;
    metadata:attack_target Networking_Equipment, created_at 2018_06_28, deployment Datacenter, signature_severity Major, updated_at 2020_09_16;
)

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.