dissect.target.plugins.os.windows.exchange.exchange

Module Contents

Classes

ExchangePlugin

Microsoft Exchange Server plugin.

class dissect.target.plugins.os.windows.exchange.exchange.ExchangePlugin(target: dissect.target.Target)

Bases: dissect.target.plugin.Plugin

Microsoft Exchange Server plugin.

__namespace__ = 'exchange'

Defines the plugin namespace.

check_compatible() None

Perform a compatibility check with the target.

This function should return None if the plugin is compatible with the current target (self.target). For example, check if a certain file exists. Otherwise it should raise an UnsupportedPluginError.

Raises:

UnsupportedPluginError – If the plugin could not be loaded.

install_paths() list[str]
transport_agents() None

Print the content of the config file for Transport Agents for Microsoft Exchange.

A Transport Agent is additional software on a Microsoft Exchange server that allows for custom processing of email messages that go through the transport pipeline.

References