mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
19 lines
591 B
ReStructuredText
19 lines
591 B
ReStructuredText
:orphan:
|
|
|
|
Package: base/frameworks/signatures
|
|
===================================
|
|
|
|
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.
|
|
|
|
:doc:`/scripts/base/frameworks/signatures/__load__.zeek`
|
|
|
|
|
|
:doc:`/scripts/base/frameworks/signatures/main.zeek`
|
|
|
|
Script level signature support. See the
|
|
:doc:`signature documentation </frameworks/signatures>` for more
|
|
information about Zeek's signature engine.
|
|
|