mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +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.
26 lines
723 B
ReStructuredText
26 lines
723 B
ReStructuredText
:tocdepth: 3
|
|
|
|
policy/protocols/dns/detect-external-names.bro
|
|
==============================================
|
|
.. bro:namespace:: DNS
|
|
|
|
This script detects names which are not within zones considered to be
|
|
local but resolving to addresses considered local.
|
|
The :bro:id:`Site::local_zones` variable **must** be set appropriately for
|
|
this detection.
|
|
|
|
:Namespace: DNS
|
|
:Imports: :doc:`base/frameworks/notice </scripts/base/frameworks/notice/index>`, :doc:`base/utils/site.bro </scripts/base/utils/site.bro>`
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Redefinitions
|
|
#############
|
|
========================================== =
|
|
:bro:type:`Notice::Type`: :bro:type:`enum`
|
|
========================================== =
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
|