: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 `, :doc:`base/frameworks/notice/main.zeek `, :doc:`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 ~~~~~~~~~~~~~~~~~~