ET EXPLOIT Attempted D-Link ShareCenter (DNS-320/325) RCE (Inbound)


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/cgi-bin/system_mgr.cgi?cmd=cgi_sms_test&command1="; startswith; fast_pattern;
Raw source ET EXPLOIT Attempted D-Link ShareCenter (DNS-320/325) RCE (Inbound) · 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 Attempted D-Link ShareCenter (DNS-320/325) RCE (Inbound)";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/cgi-bin/system_mgr.cgi?cmd=cgi_sms_test&command1="; startswith; fast_pattern;
    reference:url,roberto.greyhats.it/advisories/20120208-dlink-rce.txt/;
    classtype:web-application-attack;
    sid:2030120; rev:1;
    metadata:affected_product Router, attack_target Client_Endpoint, created_at 2020_05_07, deployment Perimeter, confidence High, signature_severity Major, updated_at 2020_05_07;
)

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.