Adding instructions to local.bro how to do ACTION_ALARM by default.

This commit is contained in:
Robin Sommer 2011-10-26 14:30:15 -07:00
parent 1d3babf9b3
commit 351b0b2aaa
3 changed files with 10 additions and 1 deletions

View file

@ -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)

View file

@ -1 +1 @@
1.6-dev-1495
1.6-dev-1498

View file

@ -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