ET WEB_SERVER Successful DD-WRT Information Disclosure


Query · suricata

flowbits:isset,et.ddwrt.infodis;
flow:established,from_server;
content:"lan_mac|3A 3A|";
content:"wlan_mac|3A 3A|"; distance:0;
content:"lan_ip|3A 3A|"; distance:0;
content:"mem_info|3A 3A|"; distance:0;

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET WEB_SERVER Successful DD-WRT Information Disclosure · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET WEB_SERVER Successful DD-WRT Information Disclosure";
    flowbits:isset,et.ddwrt.infodis;
    flow:established,from_server;
    content:"lan_mac|3A 3A|";
    content:"wlan_mac|3A 3A|"; distance:0;
    content:"lan_ip|3A 3A|"; distance:0;
    content:"mem_info|3A 3A|"; distance:0;
    reference:url,www.exploit-db.com/exploits/15842/;
    classtype:successful-recon-limited;
    sid:2012117; rev:3;
    metadata:created_at 2010_12_30, signature_severity Unknown, updated_at 2019_07_26, 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.