ET EXPLOIT D-Link and TRENDnet ncc2 Service Vulnerability (fwupdate.cpp) 2015-1187


Query · suricata

flow:to_server,established;
urilen:14;
http.method;
content:"POST";
http.uri;
content:"/fwupgrade.ccp"; fast_pattern;
http.request_body;
content:"|0d 0a|fwupgrade";
content:"|0d 0a|resolv.conf"; nocase;
Raw source ET EXPLOIT D-Link and TRENDnet ncc2 Service Vulnerability (fwupdate.cpp) 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 (fwupdate.cpp) 2015-1187";
    flow:to_server,established;
    urilen:14;
    http.method;
    content:"POST";
    http.uri;
    content:"/fwupgrade.ccp"; fast_pattern;
    http.request_body;
    content:"|0d 0a|fwupgrade";
    content:"|0d 0a|resolv.conf"; nocase;
    reference:url,github.com/darkarnium/secpub/tree/master/Multivendor/ncc2;
    classtype:attempted-admin;
    sid:2020603; rev:4;
    metadata:created_at 2015_03_04, 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.