ET SCAN HP Enterprise VAN SDN Controller


Query · suricata

flow:established,to_server;
http.uri;
content:"/sdn/ui/app/rs/hpws/config"; endswith;
http.header;
content:"X-Auth-Token|3a 20|AuroraSdnToken"; fast_pattern;
Raw source ET SCAN HP Enterprise VAN SDN Controller · 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 SCAN HP Enterprise VAN SDN Controller";
    flow:established,to_server;
    http.uri;
    content:"/sdn/ui/app/rs/hpws/config"; endswith;
    http.header;
    content:"X-Auth-Token|3a 20|AuroraSdnToken"; fast_pattern;
    reference:url,exploit-db.com/exploits/44951/;
    classtype:attempted-recon;
    sid:2025760; rev:3;
    metadata:attack_target Networking_Equipment, created_at 2018_06_28, deployment Datacenter, confidence Medium, 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.