mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
25 lines
641 B
ReStructuredText
25 lines
641 B
ReStructuredText
:orphan:
|
|
|
|
Package: base/protocols/dns
|
|
===========================
|
|
|
|
Support for Domain Name System (DNS) protocol analysis.
|
|
|
|
:doc:`/scripts/base/protocols/dns/__load__.zeek`
|
|
|
|
|
|
:doc:`/scripts/base/protocols/dns/consts.zeek`
|
|
|
|
Types, errors, and fields for analyzing DNS data. A helper file
|
|
for DNS analysis scripts.
|
|
|
|
:doc:`/scripts/base/protocols/dns/main.zeek`
|
|
|
|
Base DNS analysis script which tracks and logs DNS queries along with
|
|
their responses.
|
|
|
|
:doc:`/scripts/base/protocols/dns/check-event-handlers.zeek`
|
|
|
|
This script checks if DNS event handlers that will not be raised
|
|
are used and raises a warning in those cases.
|
|
|