diff --git a/scripts/base/frameworks/notice/README b/scripts/base/frameworks/notice/README new file mode 100644 index 0000000000..c46a8a7e5c --- /dev/null +++ b/scripts/base/frameworks/notice/README @@ -0,0 +1,4 @@ +The notice framework enables Bro to "notice" things which are odd or +potentially bad, leaving it to the local configuration to define which +of them are actionable. This decoupling of detection and reporting allows +Bro to be customized to the different needs that sites have. diff --git a/scripts/policy/integration/barnyard2/README b/scripts/policy/integration/barnyard2/README new file mode 100644 index 0000000000..a792668397 --- /dev/null +++ b/scripts/policy/integration/barnyard2/README @@ -0,0 +1 @@ +Integration with Barnyard2. diff --git a/scripts/policy/misc/app-stats/README b/scripts/policy/misc/app-stats/README new file mode 100644 index 0000000000..a0fe433cc8 --- /dev/null +++ b/scripts/policy/misc/app-stats/README @@ -0,0 +1 @@ +AppStats collects information about web applications in use on the network. diff --git a/scripts/policy/misc/detect-traceroute/README b/scripts/policy/misc/detect-traceroute/README new file mode 100644 index 0000000000..f3d9abf634 --- /dev/null +++ b/scripts/policy/misc/detect-traceroute/README @@ -0,0 +1 @@ +Detect hosts that are running traceroute. diff --git a/scripts/policy/tuning/defaults/README b/scripts/policy/tuning/defaults/README new file mode 100644 index 0000000000..d5417588c9 --- /dev/null +++ b/scripts/policy/tuning/defaults/README @@ -0,0 +1,2 @@ +Sets various defaults, and prints warning messages to stdout under +certain conditions.