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

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
27 lines
951 B
ReStructuredText
27 lines
951 B
ReStructuredText
:tocdepth: 3
|
|
|
|
policy/protocols/ftp/detect.zeek
|
|
================================
|
|
.. zeek:namespace:: FTP
|
|
|
|
Detect various potentially bad FTP activities.
|
|
|
|
:Namespace: FTP
|
|
:Imports: :doc:`base/frameworks/notice </scripts/base/frameworks/notice/index>`, :doc:`base/protocols/ftp </scripts/base/protocols/ftp/index>`
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Redefinitions
|
|
#############
|
|
============================================ =======================================================
|
|
:zeek:type:`Notice::Type`: :zeek:type:`enum`
|
|
|
|
* :zeek:enum:`FTP::Site_Exec_Success`:
|
|
Indicates that a successful response to a "SITE EXEC"
|
|
command/arg pair was seen.
|
|
============================================ =======================================================
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
|