Install a Shared Agent - Administrator Guide - 6.5 - Cortex XSOAR - Cortex - Security Operations

Cortex XSOAR Administrator Guide

Product
Cortex XSOAR
Version
6.5
Creation date
2022-09-28
Last date published
2024-03-21
End_of_Life
EoL
Category
Administrator Guide
Abstract

Install and configure a shared agent on remote machines to perform forensic tasks.

Install a shared agent on machines that are under investigation to unobtrusively perform forensic tasks on those machines.

Before you begin, do the following:

  • (Windows) You have at least Power User credentials.

  • (Windows) Enable the Service Message Block Protocol.

  • (Remote installations) Firewall Port 445 (SMB) is open.

  • The D2 Content Pack is installed from the Marketplace.

You can install a shared agent manually or remotely. When port 445 is open, the agent is installed remotely (from the Cortex XSOAR server) the first time you communicate. If this port is closed, you need to install it manually on the endpoint.

If you experience issues during installation, see Troubleshoot a Remote Installation (Windows).

  1. Configure a Shared Agent Instance.

    Verify that you have defined the external IP address or base URL of your Cortex XSOAR server by going to SettingsAboutTroubleshooting.

  2. If installing manually, install the shared agent on the system.

    1. Type the following command:

      !sharedagent_create system=<agent-instancetem_name>

      For example, !sharedagent_create system=”sharedagent_demo”.

    2. In the Dbot response, click Download Agent.

    3. On the target machine, unzip and run the agent zip file.

    4. (Optional) In the Cortex XSOAR CLI, run the following command to test the agent installation.

      !D2Exec cmd=`cmd /c dir` using=agentInstanceName

  3. Install the Shared Agent remotely.

    The agent is installed remotely (from the Cortex XSOAR server) the first time you communicate with it.

    1. Go the incident you want to add the shared agent.

    2. In the CLI, run any D2 command. For example, to test the agent installation, type the following command:

      !D2Exec cmd=”cmd /c echo d2 test” using=”sharedagent-demo”

      agent-shared.png
  4. (Optional) Configure Agent Tools that invoke existing forensic applications.