ET EXPLOIT F5 BIG-IP rsync cmi authorized_keys access attempt


Query · suricata

flow:to_server,established;
content:"cmi/var/ssh/root/authorized_keys"; fast_pattern;
flowbits:set,ET.F5.key;

Rule dependencies

Feeds into

Raw source ET EXPLOIT F5 BIG-IP rsync cmi authorized_keys access 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 any any -> any 873 (
    msg:"ET EXPLOIT F5 BIG-IP rsync cmi authorized_keys access attempt";
    flow:to_server,established;
    content:"cmi/var/ssh/root/authorized_keys"; fast_pattern;
    flowbits:set,ET.F5.key;
    reference:url,www.security-assessment.com/files/documents/advisory/F5_Unauthenticated_rsync_access_to_Remote_Root_Code_Execution.pdf;
    classtype:attempted-admin;
    sid:2019088; rev:4;
    metadata:created_at 2014_08_29, signature_severity Major, updated_at 2019_10_08;
)

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.