ET EXPLOIT D-Link Router DNS Changer Exploit Attempt


Query · suricata

flow:established,to_server;
http.uri;
content:"/dnscfg.cgi?dnsPrimary="; fast_pattern;
content:"&dnsSecondary="; distance:0;
content:"&dnsDynamic=0&dnsRefresh=1"; endswith;
Raw source ET EXPLOIT D-Link Router DNS Changer Exploit Attempt · 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 Router DNS Changer Exploit Attempt";
    flow:established,to_server;
    http.uri;
    content:"/dnscfg.cgi?dnsPrimary="; fast_pattern;
    content:"&dnsSecondary="; distance:0;
    content:"&dnsDynamic=0&dnsRefresh=1"; endswith;
    reference:url,csirt.bank.gov.ua/en/news/44;
    classtype:attempted-admin;
    sid:2027906; rev:4;
    metadata:attack_target Client_Endpoint, created_at 2019_08_23, deployment Perimeter, performance_impact Moderate, signature_severity Major, updated_at 2022_03_24, reviewed_at 2024_04_22;
)

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.