Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

31 lines
1.4 KiB
ReStructuredText

:tocdepth: 3
policy/frameworks/notice/actions/drop.zeek
==========================================
.. zeek:namespace:: Notice
This script extends the built in notice code to implement the IP address
dropping functionality.
:Namespace: Notice
:Imports: :doc:`base/frameworks/netcontrol </scripts/base/frameworks/netcontrol/index>`, :doc:`base/frameworks/notice/main.zeek </scripts/base/frameworks/notice/main.zeek>`, :doc:`policy/frameworks/netcontrol/catch-and-release.zeek </scripts/policy/frameworks/netcontrol/catch-and-release.zeek>`
Summary
~~~~~~~
Redefinitions
#############
============================================== ===================================================================================================
:zeek:type:`Notice::Info`: :zeek:type:`record`
:New Fields: :zeek:type:`Notice::Info`
dropped: :zeek:type:`bool` :zeek:attr:`&log` :zeek:attr:`&default` = ``F`` :zeek:attr:`&optional`
Indicate if the $src IP address was dropped and denied
network access.
============================================== ===================================================================================================
Detailed Interface
~~~~~~~~~~~~~~~~~~