ET EXPLOIT Possible CVE-2016-0777 Client Sent Roaming Resume Request


Query · suricata

flow:established,to_server;
content:"|14|"; offset:6;
content:"roaming@appgate.com"; distance:0;
content:!"AppGateSSH_5.2";
Raw source ET EXPLOIT Possible CVE-2016-0777 Client Sent Roaming Resume Request · 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 $SSH_PORTS (
    msg:"ET EXPLOIT Possible CVE-2016-0777 Client Sent Roaming Resume Request";
    flow:established,to_server;
    content:"|14|"; offset:6;
    content:"roaming@appgate.com"; distance:0;
    content:!"AppGateSSH_5.2";
    reference:cve,2016-0777;
    reference:url,www.qualys.com/2016/01/14/cve-2016-0777-cve-2016-0778/openssh-cve-2016-0777-cve-2016-0778.txt;
    classtype:attempted-user;
    sid:2022370; rev:2;
    metadata:created_at 2016_01_15, cve CVE_2016_0777, confidence Medium, signature_severity Major, 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.