salo.events.zeek.rdp

Module Contents

Classes

RDPModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

class salo.events.zeek.rdp.RDPModel(__pydantic_self__, **data: Any)[source]

Bases: salo.events.zeek.base.ZeekModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

__pretty__ is used by [devtools](https://python-devtools.helpmanual.io/) to provide human readable representations of objects.

_refs :List[str] = ['https://docs.zeek.org/en/master/scripts/base/protocols/rdp/main.zeek.html#type-RDP::Info',...
cookie :str
result :str
security_protocol :str
client_channels :Optional[List[str]]
keyboard_layour :Optional[str]
client_build :Optional[str]
client_name :Optional[str]
client_dig_product_id :Optional[str]
desktop_width :Optional[int]
desktop_height :Optional[int]
requested_color_depth :Optional[str]
cert_type :Optional[str]
cert_count :int
cert_permanent :Optional[bool]
encryption_level :Optional[str]
encryption_method :Optional[str]
ssl :Optional[bool]
set_dest_port(cls, v)[source]