Skip to main content

Exterro FTK

This Integration is part of the Exterro/AccessData Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.2.0 and later.

Use the Exterro package to integrate with the Exterro FTK platform enabling the automation of case/evidence management and endpoint collection.

Documentation for the integration was provided by FTK Connect.

Configure Exterro on Cortex XSOAR#

  1. Navigate to Settings > Integrations > Servers & Services.

  2. Search for Exterro FTK.

  3. Click Add instance to create and configure a new integration instance.

    ParameterDescriptionExample
    NameA meaningful name for the integration instance.FTKC Instance
    Web ProtocolProtocol used in the FTKC serverhttps (or) https
    Service URLThe URL to the FTKC server, including the scheme.FQDN or IP address in X.X.X.X format with scheme specified.
    Service Listening PortThe Port to the FTKC server.4443
    The API authentication keyA piece of data that servers use to verify for authenticityeea810f5-a6f6
    The path to the public certificate required to authenticateWhen selected, certificates are not checked.N/A
  4. Click Test to validate the URLs, API Key, and connection.

Commands#

You can execute these commands from the Cortex XSOAR 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.

Trigger Automation Workflow in FTK Connect#


Triggers the automation job and returns a string.

Base Command#

exterro-ftk-trigger-workflow

Input#
Argument NameDescriptionRequired
automation_idThe Id of the automation workflow.Required
case_nameThe name of the case.Optional
case_idsValue of caseids.Optional
evidence_pathThe filepath of the evidence.Optional
target_ipsTargetips for the collection.Optional
search_tag_pathThe filepath of the search and tag.Optional
export_pathThe path to export files.Optional
Context Output#
PathTypeDescription
ExterroFTK.Workflow.StatusstringThe Status of the automation workflow trigger.
Command Example#

If automation workflow Id 232 is designed for Agent Memory collection in FTK Connect, then below command can be used to trigger the automation job from cortex xsoar.

exterro-ftk-trigger-workflow automation_id=232 target_ips=X.X.X.X
Command Example#

If automation workflow Id 233 is designed to create new case, add and process the evidence from provided path in FTK Connect, then below command can be used to trigger the automation job from cortex xsoar.

exterro-ftk-trigger-workflow automation_id=233 case_name="Test case_name" evidence_path="\\X.X.X.X\ProjectData\Evidences\AR"
Context Example#
{
ExterroFTK.Workflow
{
'Status': True
}
}
Human Readable Output#

True