CrowdStrike Falcon Fusion (SOAR)

Set up the CrowdStrike Falcon Fusion (SOAR) integration


Overview

Connect Sublime to CrowdStrike Falcon Fusion so you can run Sublime actions as steps inside your Fusion playbooks. Setup is a one-time configuration: generate a Sublime API key, then add it to the Sublime Security app in Fusion. Works on Sublime Cloud and Self-Hosted.

Prerequisites

  • Permission to create a new API Key in Sublime platform
  • Access to CrowdStrike Falcon with Fusion, and permission to configure apps
  • Your Sublime instance base URL (for example, https://{server}.platform.sublime.security)
  • (Recommended) The Sublime NG-SIEM connector — required if you want playbooks to trigger on Sublime detections. Without it, Fusion can't receive Sublime findings as events. You can still call Sublime actions on demand or from playbooks triggered by other Falcon detections. (TODO: link the NG-SIEM setup doc once it publishes.)

Sublime steps: generate an API key

  1. Sign in to your Sublime platform as an administrator.
  2. In the left-hand navigation, under Automate, select API.
  3. Click New Key.
  4. Give the key a descriptive name (for example, Fusion SOAR Integration).
  5. Click Save.
  6. Copy the API key and store it securely. The key is shown only once; if you lose it, generate a new one.

If you later rotate or revoke this key, update the Sublime Security app configuration in Fusion with the new key or actions will stop working.

CrowdStrike steps: configure the Sublime Security app in Fusion

  1. In Falcon, go to CrowdStrike Store, search “Sublime”.
  2. Select the Sublime Security SOAR Actions > Configure.
  3. Enter your Integration Name, Server (for example, https://{server}.platform.sublime.security) and the API Key you generated.
  4. Save the configuration. Sublime actions become available to Fusion playbooks.

Test the connection (optional)

Run a read-only Sublime action from a test Fusion playbook and confirm a successful response. Get Message or List Mailboxes are good choices, since neither changes anything in your environment.

Available actions

Once configured, these actions can be used in any Fusion playbook. Every action defines structured inputs and parsed outputs, so later steps in a playbook can reference fields without parsing JSON by hand. Action failures return branchable error output, so playbooks can retry, route, or page.

Investigation and enrichment

ActionWhat it does
Get MessageRetrieves a single message by ID
List Message GroupSearches message groups by sender, domain, subject, mailbox, attachment SHA256, or IOC
Analyze a Raw MessageRuns a raw message through detection rules and returns the result
Create MessageCreates a message record in Sublime
List MailboxesReturns the mailboxes in your environment

Hunt

ActionWhat it does
Get Job HuntRetrieves an existing hunt job and its results. Hunts cannot be started from Fusion

Detection-rule management

ActionWhat it does
Retrieve RuleReads a single detection rule
Create RuleCreates a detection rule
Activate RuleActivates a detection rule
Deactivate RuleDeactivates a detection rule
Delete RuleDeletes a detection rule

List management

ActionWhat it does
Create ListCreates a list
Get List EntryRetrieves a single entry from a list
Fetch ListRetrieves lists

Response and remediation

ActionWhat it does
Quarantine Message GroupQuarantines every message in the group
Trash Message GroupMoves every message in the group to trash
Restore Message GroupRestores a quarantined or trashed message group
Move Message Group to SpamMoves the group to the spam folder
Review Message GroupsApplies a message classification (Malicious, Benign, Graymail, Spam, or Simulation), action, and comment to message groups
Dismiss Message GroupDismisses the group without acting on the messages

For Fusion playbook mechanics, triggers, and workflow building, see CrowdStrike's Fusion SOAR user guide.