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

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
29 lines
1.2 KiB
ReStructuredText
29 lines
1.2 KiB
ReStructuredText
:tocdepth: 3
|
|
|
|
policy/protocols/rdp/indicate_ssl.zeek
|
|
======================================
|
|
.. zeek:namespace:: RDP
|
|
|
|
If an RDP session is "upgraded" to SSL, this will be indicated
|
|
with this script in a new field added to the RDP log.
|
|
|
|
:Namespace: RDP
|
|
:Imports: :doc:`base/protocols/rdp </scripts/base/protocols/rdp/index>`, :doc:`base/protocols/ssl </scripts/base/protocols/ssl/index>`
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Redefinitions
|
|
#############
|
|
=========================================== ===============================================================================================
|
|
:zeek:type:`RDP::Info`: :zeek:type:`record`
|
|
|
|
:New Fields: :zeek:type:`RDP::Info`
|
|
|
|
ssl: :zeek:type:`bool` :zeek:attr:`&log` :zeek:attr:`&default` = ``F`` :zeek:attr:`&optional`
|
|
Flag the connection if it was seen over SSL.
|
|
=========================================== ===============================================================================================
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
|