ET EXPLOIT TP-LINK Password Change GET Request (DNSChanger EK)


Query · suricata

flow:to_server,established;
threshold:type limit,track by_dst,count 3, seconds 90;
http.method;
content:"GET";
http.uri;
content:"/router/UserPassSet.cgi?"; depth:24; fast_pattern;
content:"new_user_name=";
content:"password1=";
Raw source ET EXPLOIT TP-LINK Password Change GET Request (DNSChanger EK) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http any any -> $HOME_NET any (
    msg:"ET EXPLOIT TP-LINK Password Change GET Request (DNSChanger EK)";
    flow:to_server,established;
    threshold:type limit,track by_dst,count 3, seconds 90;
    http.method;
    content:"GET";
    http.uri;
    content:"/router/UserPassSet.cgi?"; depth:24; fast_pattern;
    content:"new_user_name=";
    content:"password1=";
    reference:url,www.xexexe.cz/2015/02/bruteforcing-tp-link-routers-with.html;
    classtype:attempted-admin;
    sid:2023996; rev:4;
    metadata:affected_product Linux, attack_target Networking_Equipment, created_at 2017_02_17, deployment Internal, performance_impact Moderate, signature_severity Major, updated_at 2020_09_04;
)

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.