mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00

* origin/topic/seth/faf-updates: (27 commits) Undoing the FTP tests I updated earlier. Update the last two btest FAF tests. File analysis fixes and test updates. Fix a bug with getting analyzer tags. A few test updates. Some tests work now (at least they all don't fail anymore!) Forgot a file. Added protocol description functions that provide a super compressed log representation. Fix a bug where orig file information in http wasn't working right. Added mime types to http.log Clean up queued but unused file_over_new_connections event args. Add jar files to the default MHR lookups. Adding CAB files for MHR checking. Improve malware hash registry script. Fix a small issue with finding smtp entities. Added support for files to the notice framework. Make the custom libmagic database a git submodule. Add an is_orig parameter to file_over_new_connection event. Make magic for emitting application/msword mime type less strict. Disable more libmagic builtin checks that override the magic database. ... Conflicts: doc/scripts/DocSourcesList.cmake scripts/base/init-bare.bro scripts/test-all-policy.bro testing/btest/Baseline/coverage.bare-load-baseline/canonified_loaded_scripts.log testing/btest/Baseline/coverage.default-load-baseline/canonified_loaded_scripts.log
86 lines
3.3 KiB
Text
86 lines
3.3 KiB
Text
# This file loads ALL policy scripts that are part of the Bro distribution.
|
|
#
|
|
# This is rarely makes sense, and is for testing only.
|
|
#
|
|
# Note that we have a unit test that makes sure that all policy files shipped are
|
|
# actually loaded here. If we have files that are part of the distribution yet
|
|
# can't be loaded here, these must still be listed here with their load command
|
|
# commented out.
|
|
|
|
# The base/ scripts are all loaded by default and not included here.
|
|
|
|
# @load frameworks/communication/listen.bro
|
|
# @load frameworks/control/controllee.bro
|
|
# @load frameworks/control/controller.bro
|
|
@load frameworks/dpd/detect-protocols.bro
|
|
@load frameworks/dpd/packet-segment-logging.bro
|
|
@load frameworks/intel/do_notice.bro
|
|
@load frameworks/intel/seen/__load__.bro
|
|
@load frameworks/intel/seen/conn-established.bro
|
|
@load frameworks/intel/seen/dns.bro
|
|
@load frameworks/intel/seen/http-host-header.bro
|
|
@load frameworks/intel/seen/http-url.bro
|
|
@load frameworks/intel/seen/http-user-agents.bro
|
|
@load frameworks/intel/seen/smtp-url-extraction.bro
|
|
@load frameworks/intel/seen/smtp.bro
|
|
@load frameworks/intel/seen/ssl.bro
|
|
@load frameworks/intel/seen/where-locations.bro
|
|
@load frameworks/files/detect-MHR.bro
|
|
@load frameworks/files/hash-all-files.bro
|
|
@load frameworks/packet-filter/shunt.bro
|
|
@load frameworks/software/version-changes.bro
|
|
@load frameworks/software/vulnerable.bro
|
|
@load integration/barnyard2/__load__.bro
|
|
@load integration/barnyard2/main.bro
|
|
@load integration/barnyard2/types.bro
|
|
@load integration/collective-intel/__load__.bro
|
|
@load integration/collective-intel/main.bro
|
|
@load misc/app-metrics.bro
|
|
@load misc/capture-loss.bro
|
|
@load misc/detect-traceroute/__load__.bro
|
|
@load misc/detect-traceroute/main.bro
|
|
@load misc/load-balancing.bro
|
|
@load misc/loaded-scripts.bro
|
|
@load misc/profiling.bro
|
|
@load misc/scan.bro
|
|
@load misc/stats.bro
|
|
@load misc/trim-trace-file.bro
|
|
@load protocols/conn/known-hosts.bro
|
|
@load protocols/conn/known-services.bro
|
|
@load protocols/conn/weirds.bro
|
|
@load protocols/dns/auth-addl.bro
|
|
@load protocols/dns/detect-external-names.bro
|
|
@load protocols/ftp/detect-bruteforcing.bro
|
|
@load protocols/ftp/detect.bro
|
|
@load protocols/ftp/software.bro
|
|
@load protocols/http/detect-sqli.bro
|
|
@load protocols/http/detect-webapps.bro
|
|
@load protocols/http/header-names.bro
|
|
@load protocols/http/software-browser-plugins.bro
|
|
@load protocols/http/software.bro
|
|
@load protocols/http/var-extraction-cookies.bro
|
|
@load protocols/http/var-extraction-uri.bro
|
|
@load protocols/modbus/known-masters-slaves.bro
|
|
@load protocols/modbus/track-memmap.bro
|
|
@load protocols/smtp/blocklists.bro
|
|
@load protocols/smtp/detect-suspicious-orig.bro
|
|
@load protocols/smtp/entities-excerpt.bro
|
|
@load protocols/smtp/software.bro
|
|
@load protocols/ssh/detect-bruteforcing.bro
|
|
@load protocols/ssh/geo-data.bro
|
|
@load protocols/ssh/interesting-hostnames.bro
|
|
@load protocols/ssh/software.bro
|
|
@load protocols/ssl/cert-hash.bro
|
|
@load protocols/ssl/expiring-certs.bro
|
|
@load protocols/ssl/extract-certs-pem.bro
|
|
@load protocols/ssl/known-certs.bro
|
|
#@load protocols/ssl/notary.bro
|
|
@load protocols/ssl/validate-certs.bro
|
|
@load tuning/__load__.bro
|
|
@load tuning/defaults/__load__.bro
|
|
@load tuning/defaults/packet-fragments.bro
|
|
@load tuning/defaults/warnings.bro
|
|
@load tuning/logs-to-elasticsearch.bro
|
|
@load tuning/track-all-assets.bro
|
|
|
|
redef LogElasticSearch::server_host = "";
|