zeek/scripts/base/frameworks/signatures
Jon Siwek 7a748526c0 Use consistent zeek_init priority for Log::create_stream calls
Typically in base scripts, Log::create_stream() is called in zeek_init()
handler with &priority=5 such that it will have already been created
in the default zeek_init() &priority=0.
2020-01-22 13:58:20 -08:00
..
__load__.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
main.zeek Use consistent zeek_init priority for Log::create_stream calls 2020-01-22 13:58:20 -08:00
README More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00

The signature framework provides for doing low-level pattern matching.  While
signatures are not Zeek's preferred detection tool, they sometimes come in
handy and are closer to what many people are familiar with from using
other NIDS.