From 72a4a9041685b07338cda50f45cf482825d36143 Mon Sep 17 00:00:00 2001 From: Daniel Thayer Date: Wed, 23 Oct 2013 16:36:14 -0500 Subject: [PATCH] Add more script package README files The text from these README files appears on the "Bro Script Packages" page after building the documentation. --- scripts/base/files/extract/README | 1 + scripts/base/files/hash/README | 1 + scripts/base/files/unified2/README | 1 + scripts/base/frameworks/logging/postprocessors/README | 1 + scripts/base/frameworks/reporter/README | 2 ++ scripts/base/frameworks/signatures/README | 4 ++++ scripts/base/frameworks/sumstats/plugins/README | 1 + scripts/policy/frameworks/intel/seen/README | 1 + scripts/policy/misc/app-stats/plugins/README | 1 + scripts/policy/tuning/README | 1 + 10 files changed, 14 insertions(+) create mode 100644 scripts/base/files/extract/README create mode 100644 scripts/base/files/hash/README create mode 100644 scripts/base/files/unified2/README create mode 100644 scripts/base/frameworks/logging/postprocessors/README create mode 100644 scripts/base/frameworks/reporter/README create mode 100644 scripts/base/frameworks/signatures/README create mode 100644 scripts/base/frameworks/sumstats/plugins/README create mode 100644 scripts/policy/frameworks/intel/seen/README create mode 100644 scripts/policy/misc/app-stats/plugins/README create mode 100644 scripts/policy/tuning/README diff --git a/scripts/base/files/extract/README b/scripts/base/files/extract/README new file mode 100644 index 0000000000..1a2116a9e0 --- /dev/null +++ b/scripts/base/files/extract/README @@ -0,0 +1 @@ +Support for extracing files with the file analysis framework. diff --git a/scripts/base/files/hash/README b/scripts/base/files/hash/README new file mode 100644 index 0000000000..855a30effe --- /dev/null +++ b/scripts/base/files/hash/README @@ -0,0 +1 @@ +Support for file hashes with the file analysis framework. diff --git a/scripts/base/files/unified2/README b/scripts/base/files/unified2/README new file mode 100644 index 0000000000..08b5014db6 --- /dev/null +++ b/scripts/base/files/unified2/README @@ -0,0 +1 @@ +Support for Unified2 files in the file analysis framework. diff --git a/scripts/base/frameworks/logging/postprocessors/README b/scripts/base/frameworks/logging/postprocessors/README new file mode 100644 index 0000000000..33fb4e5462 --- /dev/null +++ b/scripts/base/frameworks/logging/postprocessors/README @@ -0,0 +1 @@ +Support for postprocessors in the logging framework. diff --git a/scripts/base/frameworks/reporter/README b/scripts/base/frameworks/reporter/README new file mode 100644 index 0000000000..0a0bd9334f --- /dev/null +++ b/scripts/base/frameworks/reporter/README @@ -0,0 +1,2 @@ +This framework is intended to create an output and filtering path for +internally generated messages/warnings/errors. diff --git a/scripts/base/frameworks/signatures/README b/scripts/base/frameworks/signatures/README new file mode 100644 index 0000000000..fd45cd3a19 --- /dev/null +++ b/scripts/base/frameworks/signatures/README @@ -0,0 +1,4 @@ +The signature framework provides for doing low-level pattern matching. While +signatures are not Bro's preferred detection tool, they sometimes come in +handy and are closer to what many people are familiar with from using +other NIDS. diff --git a/scripts/base/frameworks/sumstats/plugins/README b/scripts/base/frameworks/sumstats/plugins/README new file mode 100644 index 0000000000..4c4f36a623 --- /dev/null +++ b/scripts/base/frameworks/sumstats/plugins/README @@ -0,0 +1 @@ +Plugins for the summary statistics framework. diff --git a/scripts/policy/frameworks/intel/seen/README b/scripts/policy/frameworks/intel/seen/README new file mode 100644 index 0000000000..e06a869125 --- /dev/null +++ b/scripts/policy/frameworks/intel/seen/README @@ -0,0 +1 @@ +Scripts that send data to the intelligence framework. diff --git a/scripts/policy/misc/app-stats/plugins/README b/scripts/policy/misc/app-stats/plugins/README new file mode 100644 index 0000000000..cb2e04d8ba --- /dev/null +++ b/scripts/policy/misc/app-stats/plugins/README @@ -0,0 +1 @@ +Plugins for AppStats. diff --git a/scripts/policy/tuning/README b/scripts/policy/tuning/README new file mode 100644 index 0000000000..9f04f71108 --- /dev/null +++ b/scripts/policy/tuning/README @@ -0,0 +1 @@ +Miscellaneous tuning parameters.