ET EXPLOIT REDIS Attemted SSH Authorized Key Writing Attempt


Query · suricata

flow:established,to_server;
content:"*"; depth:1;
content:"config";
content:"set"; distance:0;
content:"|0D 0A|dbfilename|0D 0A|"; distance:0;
content:"|0D 0A|authorized_keys|0D 0A|"; distance:0;
Raw source ET EXPLOIT REDIS Attemted SSH Authorized Key Writing Attempt · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $EXTERNAL_NET any -> $HOME_NET 6379 (
    msg:"ET EXPLOIT REDIS Attemted SSH Authorized Key Writing Attempt";
    flow:established,to_server;
    content:"*"; depth:1;
    content:"config";
    content:"set"; distance:0;
    content:"|0D 0A|dbfilename|0D 0A|"; distance:0;
    content:"|0D 0A|authorized_keys|0D 0A|"; distance:0;
    reference:url,antirez.com/news/96;
    classtype:attempted-admin;
    sid:2023511; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2016_11_15, deployment Datacenter, signature_severity Major, tag SCAN_Redis_SSH, 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.