ET POLICY Possible SSLv2 Negotiation in Progress Client Master Key SSL2_RC2_128_CBC_WITH_MD5


Query · suricata

flow:to_server,established;
flowbits:isset,SSlv2.ServerHello;
content:"|02 03 00 80|"; offset:2; depth:4;
threshold:type limit, count 1, seconds 600, track by_dst;

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET POLICY Possible SSLv2 Negotiation in Progress Client Master Key SSL2_RC2_128_CBC_WITH_MD5 · 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 any (
    msg:"ET POLICY Possible SSLv2 Negotiation in Progress Client Master Key SSL2_RC2_128_CBC_WITH_MD5";
    flow:to_server,established;
    flowbits:isset,SSlv2.ServerHello;
    content:"|02 03 00 80|"; offset:2; depth:4;
    threshold:type limit, count 1, seconds 600, track by_dst;
    reference:url,drownattack.com/drown-attack-paper.pdf;
    classtype:policy-violation;
    sid:2022585; rev:1;
    metadata:created_at 2016_03_02, confidence Medium, signature_severity Informational, 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.