ET EXPLOIT Quanta LTE Router Information Disclosure Exploit Attempt


Query · suricata

flow:to_server,established;
http.method;
content:"GET";
http.uri;
content:"/data.ria?CfgType=get_homeCfg&file="; fast_pattern; depth:35;
Raw source ET EXPLOIT Quanta LTE Router Information Disclosure 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 Quanta LTE Router Information Disclosure Exploit Attempt";
    flow:to_server,established;
    http.method;
    content:"GET";
    http.uri;
    content:"/data.ria?CfgType=get_homeCfg&file="; fast_pattern; depth:35;
    reference:url,pierrekim.github.io/blog/2016-04-04-quanta-lte-routers-vulnerabilities.html;
    classtype:attempted-admin;
    sid:2022698; rev:3;
    metadata:created_at 2016_04_05, signature_severity Major, updated_at 2020_06_30, mitre_tactic_id TA0007, mitre_tactic_name Discovery, mitre_technique_id T1082, mitre_technique_name System_Information_Discovery;
)

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.