ET ATTACK_RESPONSE Linksys Router Returning Device Settings To External Source


Query · suricata

flow:established,from_server;
file_data;
content:"<GetDeviceSettingsResponse>";
content:"<GetDeviceSettingsResult>";
content:"<ModelName>";
Raw source ET ATTACK_RESPONSE Linksys Router Returning Device Settings To External Source · 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 ATTACK_RESPONSE Linksys Router Returning Device Settings To External Source";
    flow:established,from_server;
    file_data;
    content:"<GetDeviceSettingsResponse>";
    content:"<GetDeviceSettingsResult>";
    content:"<ModelName>";
    reference:url,isc.sans.edu/forums/diary/Linksys+Worm+TheMoon+Summary+What+we+know+so+far/17633;
    classtype:attempted-admin;
    sid:2018136; rev:3;
    metadata:created_at 2014_02_14, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2019_07_26;
)

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.