Skip to main content
Skip table of contents

Configure Darktrace

The Darktrace API provides a method of accessing additional information about a particular alert or device in the Darktrace system. The API uses HTTP GET requests to return formatted JSON data containing the requested information and HTTPPOST or DELETE requests to configure the system. The API can be an incredibly useful tool to integrate Darktrace with third-party SIEM or SOC environments, or perform bulk actions on devices and model breaches.

Currently, the Axon API is only able to collect Modelbreaches API log data from the Darktrace/Network product.

Prerequisites

Generate an API Token Pair

Before any data can be queried, an API token pair is needed for each master instance. Tokens can be generated on a per-user basis.

Generate a Per-User Token

To create a per-user token, a user must first be granted permission to access the API. API tokens can only be created by local users (those created within the Darktrace Threat Visualizer) and are not available to users created via LDAP or SAML SSO.

  1. On the Threat Visualizer of the instance from which you wish to request data, click Menu and then click Admin.
  2. Locate the desired user and click API Access in the Flags column.
  3. Click Save.
  4. As the user intended for API access, access the Threat Visualizer or SaaS Console.

    If already logged in, a logout/login is recommended to refresh the permissions.

  5. Click Account Settings from the main menu.
  6. Click the API Access button.
  7. In the pop-up, click New.
    A Public and Private Token appear.

    The Private token will not be accessible once the window is closed. Copy this value for later. 

    Both tokens are required to generate the DT-API Signature value, which must be passed with every API request.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.