Skip to main content

Cisco ETD Connector

This Integration is part of the ETD XSOAR Connector Pack.#

Supported versions

Available on Cortex XSOAR (versions 6.10.0 and later).

Fetches Cisco Email Threat Defense (ETD) message events and creates incidents. This integration was integrated and tested with of ETDXsoarConnector.

Configure Cisco ETD Connector in Cortex#

ParameterRequired
ETD Base URLTrue
api_keyTrue
API KeyTrue
Client IDTrue
client_secretTrue
Client SecretTrue
Use system proxy settingsFalse
Trust any certificate (not secure)False
First Fetch TimeFalse
Fetch incidents
Incidents Fetch Interval
Incident typeFalse
Max fetchFalse

Commands#

You can execute these commands from the CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.

cisco-etd-move-message#


Reclassifies and remediates an ETD message.

Base Command#

cisco-etd-move-message

Input#

Argument NameDescriptionRequired
message_idThe ETD message ID.Required
verdictThe new verdict.Required
folderThe new folder action.Required

Context Output#

PathTypeDescription
ETD.Message.IDStringThe message ID.
ETD.Message.VerdictStringThe updated verdict.
ETD.Message.FolderStringThe updated folder.

Command Example#

!cisco-etd-move-message message_id="123456789abcdef" verdict="malicious" folder="quarantine"

Context Example#

{
"ETD": {
"Message": {
"ID": "123456789abcdef",
"Verdict": "malicious",
"Folder": "quarantine"
}
}
}