mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
add to local.bro, add disclaimer
This commit is contained in:
parent
cb87f834f9
commit
f2c2da92c6
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
module Heartbleed;
|
module Heartbleed;
|
||||||
|
|
||||||
|
# Please note - this is not well tested. Use at your own risk.
|
||||||
|
|
||||||
redef record SSL::Info += {
|
redef record SSL::Info += {
|
||||||
last_originator_heartbeat_request_size: count &optional;
|
last_originator_heartbeat_request_size: count &optional;
|
||||||
last_responder_heartbeat_request_size: count &optional;
|
last_responder_heartbeat_request_size: count &optional;
|
||||||
|
|
|
@ -81,3 +81,5 @@
|
||||||
# Detect SHA1 sums in Team Cymru's Malware Hash Registry.
|
# Detect SHA1 sums in Team Cymru's Malware Hash Registry.
|
||||||
@load frameworks/files/detect-MHR
|
@load frameworks/files/detect-MHR
|
||||||
|
|
||||||
|
# Load heartbleed detection. Only superficially tested, might contain bugs.
|
||||||
|
@load policy/protocols/ssl/heartbleed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue