ET EXPLOIT REDIS Attempted SSH Key Upload


Query · suricata

flow:established,to_server;
content:"*"; depth:1;
content:"|0D 0A|set|0D 0A|";
content:"ssh-rsa "; distance:0;
Raw source ET EXPLOIT REDIS Attempted SSH Key Upload · 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 Attempted SSH Key Upload";
    flow:established,to_server;
    content:"*"; depth:1;
    content:"|0D 0A|set|0D 0A|";
    content:"ssh-rsa "; distance:0;
    reference:url,antirez.com/news/96;
    classtype:attempted-admin;
    sid:2023512; 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.