Current ThreatQ Version Filter
 

Secureworks Action

The web format of this guide reflects the most current release.  Guides for older iterations are available in PDF format.  

Integration Details

ThreatQuotient provides the following details for this integration:

Introduction

The Secureworks Action submits data collections containing IOCs to Secureworks' API.

The integration provides the following action:

  • Secureworks - Upsert Indicators - submits a selected data collection (IOCs) to Secureworks.

The action is compatible with the following indicator types:

  • IP Address
  • IPv6 Address
  • URL
  • FQDN
  • MD5
  • SHA-1
  • SHA-256

This action does not ingest any data back into the ThreatQ platform.

This action is intended for use with ThreatQ TDR Orchestrator (TQO). An active TQO license is required for this feature.

Prerequisites

  • An active ThreatQ TDR Orchestrator (TQO) license.
  • Secureworks credentials:
    • Client ID
    • Client Secret
    • Client Tenant
  • A data collection containing at least one of the following indicator types:
    • IP Address
    • IPv6 Address
    • URL
    • FQDN
    • MD5
    • SHA-1
    • SHA-256

Installation

Perform the following steps to install the integration:

The same steps can be used to upgrade the integration to a new version.

  1. Log into https://marketplace.threatq.com/.
  2. Locate and download the action zip file.
  3. Navigate to the integrations management page on your ThreatQ instance.
  4. Click on the Add New Integration button.
  5. Upload the action zip file using one of the following methods:
    • Drag and drop the zip file into the dialog box
    • Select Click to Browse to locate the zip file on your local machine

    ThreatQ will inform you if the action already exists on the platform and will require user confirmation before proceeding. ThreatQ will also inform you if the new version of the action contains changes to the user configuration. The new user configurations will overwrite the existing ones for the action and will require user confirmation before proceeding.

You will still need to configure the action.

Configuration

ThreatQuotient does not issue API keys for third-party vendors. Contact the specific vendor to obtain API keys and other integration-related credentials.
 

To configure the integration:

  1. Navigate to your integrations management page in ThreatQ.
  2. Select the Actions option from the Category dropdown (optional).
  3. Click on the action entry to open its details page.
  4. Enter the following parameters under the Configuration tab:

    The configurations set on this page will be used as the default settings when inserting this action into a new workflow. Updating the configurations on this page will not update any instances of this action that have already been deployed to a workflow. In that scenario, you must update the action’s configurations within the workflow itself.

    Parameter Description
    Secureworks API Hostname Your Secureworks Hostname.
    Client ID Your Secureworks Client ID.
    Client Secret Your Secureworks Client Secret.
    Client Tenant Your Secureworks Client Tenant.
    ThreatQ Hostname Enter your ThreatQ hostname.  
    Objects Per Run The number of objects to process per workflow run.  The default value is set to 1,000.

    Configuration Screen
  5. Review any additional settings, make any changes if needed, and click on Save.

Actions

The following action is available:

Action Description Object Type Object Subtype
Secureworks - Upsert Indicators Submits a data collection containing IOCs to Secureworks. Indicator IP Address, IPv6 Address, URL, FQDN, MD5, SHA-1, SHA-256

Secureworks - Upsert Indicators

The Upsert Indicators action submits a data collection to the Secureworks' API.  

You will need to check the Secureworks Audit Log to verify the uploaded indicators.

https:// https://api.ctpx.secureworks.com/graphql

Sample Response:

{
    "data": {
        "upsertIndicators": {
            "accepted_indicators": [
                {
                    "id": "1c2e80f8-299e-5121-ba0b-dc4b42e08bd9",
                    "object_type": "ip",
                    "name": "ip name test1",
                    "description": null,
                    "value": "5.5.5.1",
                    "updated_at": "2023-11-23T09:57:21.488495Z"
                }
            ],
            "rejected_indicators": null
        }
    }
}

Known Issues / Limitations

  • You will need to check the Secureworks Audit Log to verify the uploaded indicators.  

Change Log

  • Version 1.0.1
    • Descriptions containing the source and a URL link have been added to exported IoCs.  
    • Added new user configuration field: ThreatQ Hostname.
  • Version 1.0.0
    • Initial release

PDF Guides

Document ThreatQ Version
Secureworks Action Guide v1.0.1 5.20 or Greater
Secureworks Action Guide v1.0.0 5.20 or Greater