mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Adding instructions to local.bro how to do ACTION_ALARM by default.
This commit is contained in:
parent
1d3babf9b3
commit
351b0b2aaa
3 changed files with 10 additions and 1 deletions
5
CHANGES
5
CHANGES
|
@ -1,4 +1,9 @@
|
|||
|
||||
1.6-dev-1498 | 2011-10-26 14:30:15 -0700
|
||||
|
||||
* Adding instructions to local.bro how to do ACTION_ALARM by
|
||||
default. (Seth Hall)
|
||||
|
||||
1.6-dev-1495 | 2011-10-26 10:15:58 -0500
|
||||
|
||||
* Updated unit test baselines. (Seth Hall)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.6-dev-1495
|
||||
1.6-dev-1498
|
||||
|
|
|
@ -20,6 +20,10 @@ redef Software::vulnerable_versions += {
|
|||
# This adds signatures to detect cleartext forward and reverse windows shells.
|
||||
redef signature_files += "frameworks/signatures/detect-windows-shells.sig";
|
||||
|
||||
# Uncomment the following line to begin receiving (by default hourly) emails
|
||||
# containing all of your notices.
|
||||
# redef Notice::policy += { [$action = Notice::ACTION_ALARM, $priority = 0] };
|
||||
|
||||
# Load all of the scripts that detect software in various protocols.
|
||||
@load protocols/http/software
|
||||
#@load protocols/http/detect-webapps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue