mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00

The broxygen-generated files now live in the git repo, have tests that check that they are up-to-date, and a script to re-generate them on-demand.
27 lines
1 KiB
ReStructuredText
27 lines
1 KiB
ReStructuredText
:tocdepth: 3
|
|
|
|
base/frameworks/intel/files.bro
|
|
===============================
|
|
.. bro:namespace:: Intel
|
|
|
|
File analysis framework integration for the intelligence framework. This
|
|
script manages file information in intelligence framework data structures.
|
|
|
|
:Namespace: Intel
|
|
:Imports: :doc:`base/frameworks/intel/main.bro </scripts/base/frameworks/intel/main.bro>`
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Redefinitions
|
|
#############
|
|
=========================================== =============================================================
|
|
:bro:type:`Intel::Info`: :bro:type:`record` Record used for the logging framework representing a positive
|
|
hit within the intelligence framework.
|
|
:bro:type:`Intel::Seen`: :bro:type:`record` Information about a piece of "seen" data.
|
|
:bro:type:`Intel::Type`: :bro:type:`enum` Enum type to represent various types of intelligence data.
|
|
=========================================== =============================================================
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
|