]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
tls/heartbleed: add rule for invalid encrypted hb
authorVictor Julien <victor@inliniac.net>
Wed, 23 Apr 2014 13:38:32 +0000 (15:38 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 2 May 2014 09:55:12 +0000 (11:55 +0200)
Add rule to tls-events.rules to match on the invalid encrypted
heartbeat.

rules/tls-events.rules

index 7c9ae6f09cd3191d34913b0a90d7a55475e0fb44..0dfaa8a5672c72b60f4d9e77f958d944d3be683e 100644 (file)
@@ -21,5 +21,6 @@ alert tls any any -> any any (msg:"SURICATA TLS invalid record/traffic"; flow:es
 alert tls any any -> any any (msg:"SURICATA TLS heartbeat encountered"; flow:established; app-layer-event:tls.heartbeat_message; flowint:tls.anomaly.count,+,1; classtype:protocol-command-decode; sid:2230011; rev:1;)
 alert tls any any -> any any (msg:"SURICATA TLS overflow heartbeat encountered, possible exploit attempt (heartbleed)"; flow:established; app-layer-event:tls.overflow_heartbeat_message; flowint:tls.anomaly.count,+,1; classtype:protocol-command-decode; reference:cve,2014-0160; sid:2230012; rev:1;)
 alert tls any any -> any any (msg:"SURICATA TLS invalid heartbeat encountered, possible exploit attempt (heartbleed)"; flow:established; app-layer-event:tls.invalid_heartbeat_message; flowint:tls.anomaly.count,+,1; classtype:protocol-command-decode; reference:cve,2014-0160; sid:2230013; rev:1;)
+alert tls any any -> any any (msg:"SURICATA TLS invalid encrypted heartbeat encountered, possible exploit attempt (heartbleed)"; flow:established; app-layer-event:tls.dataleak_heartbeat_mismatch; flowint:tls.anomaly.count,+,1; classtype:protocol-command-decode; reference:cve,2014-0160; sid:2230014; rev:1;)
 
-#next sid is 2230014
+#next sid is 2230015