ET EXPLOIT TLS HeartBeat Request (Client Initiated) fb set


Query · suricata

flow:established,to_server;
content:"|18 03|"; depth:2;
byte_test:1,<,4,2;
flowbits:isnotset,ET.HB.Response.CI;
flowbits:set,ET.HB.Request.CI;
flowbits:noalert;

Rule dependencies

Excludes

  • ET.HB.Response.CI — excluded, not a dependency

Feeds into

  • 1 rule read ET.HB.Request.CI · view all
Raw source ET EXPLOIT TLS HeartBeat Request (Client Initiated) fb set · 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 -> $HOME_NET any (
    msg:"ET EXPLOIT TLS HeartBeat Request (Client Initiated) fb set";
    flow:established,to_server;
    content:"|18 03|"; depth:2;
    byte_test:1,<,4,2;
    flowbits:isnotset,ET.HB.Response.CI;
    flowbits:set,ET.HB.Request.CI;
    flowbits:noalert;
    reference:cve,2014-0160;
    reference:url,blog.inliniac.net/2014/04/08/detecting-openssl-heartbleed-with-suricata/;
    reference:url,heartbleed.com/;
    reference:url,blog.fox-it.com/2014/04/08/openssl-heartbleed-bug-live-blog/;
    classtype:bad-unknown;
    sid:2018376; rev:5;
    metadata:created_at 2014_04_09, cve CVE_2014_0160, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2019_08_16;
)

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.