ET EXPLOIT D-Link and TRENDnet ncc2 Service Vulnerability (ping.ccp) 2015-1187


Query · suricata

flow:to_server,established;
urilen:9;
http.method;
content:"POST";
http.uri;
content:"/ping.ccp"; fast_pattern;
http.request_body;
content:"ccp_act=ping_v6&ping_addr="; depth:26;
pcre:"/ping_addr=[\d.]*[^\d.]/";
Raw source ET EXPLOIT D-Link and TRENDnet ncc2 Service Vulnerability (ping.ccp) 2015-1187 · 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 D-Link and TRENDnet ncc2 Service Vulnerability (ping.ccp) 2015-1187";
    flow:to_server,established;
    urilen:9;
    http.method;
    content:"POST";
    http.uri;
    content:"/ping.ccp"; fast_pattern;
    http.request_body;
    content:"ccp_act=ping_v6&ping_addr="; depth:26;
    pcre:"/ping_addr=[\d.]*[^\d.]/";
    reference:url,github.com/darkarnium/secpub/tree/master/Multivendor/ncc2;
    classtype:attempted-admin;
    sid:2020590; rev:4;
    metadata:created_at 2015_03_03, signature_severity Major, updated_at 2020_09_29;
)

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.