Skip to main content
Skip table of contents

AlienVault USM Anywhere

LAST UPDATED: JUNE 6, 2025

Overview

AlienVault USM Anywhere automatically collects and analyzes data across the attack surface and helps users gain centralized security visibility without the complexity of multiple security technologies.

D3 SOAR is providing REST operations to function with AlienVault USM Anywhere.

AlienVault USM Anywhere is available for use in:

D3 SOAR

V12.7.241+

Category

SIEM & XDR

Deployment Options

Option II, Option IV

Connection

To connect to AlienVault USM Anywhere from D3 SOAR, follow this part to collect the required information below:

Parameter

Description

Example

Server URL

The server URL of AlienVault USM Anywhere.

https://********.alienvault.cloud

Username

The username of AlienVault USM Anywhere.

d3test

Password

The password of AlienVault USM Anywhere.

*****

API Version

The API version.

2.0

Configuring AlienVault USM Anywhere to Work with D3 SOAR

Refer to USM Anywhere APIs to obtain the Username (Client ID) and Password (Secret Code).

Configuring D3 SOAR to Work with AlienVault USM Anywhere

  1. Log in to D3 SOAR.

  2. Find the AlienVault USM Anywhere integration.

    Group 2 (1).png
    1. Navigate to Configuration on the top header menu.

    2. Click on the Integration icon on the left sidebar.

    3. Type AlienVault USM Anywhere in the search box to find the integration, then click it to select it.

    4. Click + Connection, on the right side of the Connections section. A new connection window will appear.

  3. Configure the following fields to create a connection to AlienVault USM Anywhere.

    Group 5.png
    1. Connection Name: The desired name for the connection.

    2. Site: Specifies the site to use the integration connection. Use the drop-down menu to select the site. The Share to Internal Sites option enables all sites defined as internal sites to use the connection. Selecting a specific site will only enable that site to use the connection.

    3. Recipient site for events from connections Shared to Internal Sites: This field is displayed when Share to Internal Sites is selected for the Site field, allowing selection of the internal site for deploying the integration connection.

    4. Agent Name (Optional): Specifies the proxy agent required to build the connection. Use the dropdown menu to select the proxy agent from a list of previously configured proxy agents.

    5. Description (Optional): Add a description for the connection.

    6. Tenant (Optional): When configuring the connection from a master tenant site, users have the option to choose the specific tenant sites to share the connection with. Once this setting is enabled, users can filter and select the desired tenant sites from the dropdowns to share the connection.

    7. Configure User Permissions: Defines which users have access to the connection.

    8. Active: Check the checkbox to ensure the connection is available for use.

      Group 7 (1).png
    9. System: This section contains the parameters defined specifically for the integration. These parameters must be configured to create the integration connection.
      1. Input the Server URL.
      2. Input the Username.
      3. Input the Password from the AlienVault USM Anywhere platform.
      4. Input the API Version. The default value is 2.0.

    10. Enable Password Vault: An optional feature that allows users to take the stored credentials from their own password vault. Refer to the password vault connection guide if needed.

    11. Connection Health Check: Periodically checks the connection status by scheduling the Test Connection command at the specified interval (in minutes). Available only for active connections, this feature also allows configuring email notifications for failed attempts.

  4. Test the connection.

    1. Click on the Test Connection button to verify credentials and connectivity. A success alert displays Passed with a green checkmark. If the connection fails, review the parameters and retry.

    2. Click OK to close the alert window.

    3. Click + Add to create and add the configured connection.

Commands

AlienVault USM Anywhere includes the following executable commands for users to set up schedules or create playbook workflows. With the Test Command function, users can execute these commands independently for playbook troubleshooting.

Integration API Note

For more information about the AlienVault USM Anywhere API, refer to the AlienVault USM Anywhere API reference.

Note for Time-related parameters

The input format of time-related parameters may vary based on user account settings, which may cause the sample data in commands to differ from what is displayed. To adjust the time format, follow these steps:

  1. Navigate to Configuration Application Settings. Select Date/Time Format.

    Frame 4 (25)-20241017-192013.png
  2. Choose the desired date and time format, then click on the Save button.

    Frame 3 (24)-20241017-192025.png

The selected time format will now be visible when configuring Date/Time command input parameters.

Fetch Event

Returns events or alarms from the platform based on specified criteria.

Input

Input Parameter

Required/Optional

Description

Example

Start Time

Optional

The Start Time of the specified time range for retrieving events or alarms, in UTC time.

2020-08-20 00:00

End Time

Optional

The End Time of the specified time range for retrieving events or alarms, in UTC time.

2020-08-21 00:00

Number of Event(s) Fetched

Optional

The number of the most recent events or alarms to fetch.

5

Fetch Type

Required

The designated type of event to retrieve.

EVENTS

Search Condition

Optional

The queries in JSON format to filter results. For fetch type is Event, available key names are "page", "account_name", "source_name", "event_name", "sensor_uuid", "source_username". Input sample like: {"event_name":"SMTP information"}; for fetch type is Alarms, available key names are "status", "rule_intent", "rule_method", "rule_strategy", "priority_label","alarm_sensor_sources". Input sample like: {"status":"open"}.

JSON
{"event_name":"SMTP information"} 

Output

To view the sample output data for all commands, refer to this article

Fetch Event Field Mapping

Fetch Event commands require event field mapping. Field mapping plays a key role for data normalization within the event pipeline. Field mapping converts the original data fields from the different providers to standardized D3 fields as defined by the D3 Model. Refer to Event and Incident Intake Field Mapping for details. 

To add a custom field, click on the + Add Field button. Users can also remove built-in field mappings by clicking x. Note that two underscore characters will automatically prefix the defined Field Name as the System Name for a custom field mapping. Additionally, if an input Field Name contains any spaces, they will automatically be replaced with underscores for the corresponding System Name.

As a system integration, the AlienVault USM Anywhere integration has some pre-configured field mappings for default field mapping.

  • Default Event Source
    The Default Event Source is the default set of field mappings that are applied when this fetch event command is executed. For out-of-the-box integrations, users will find a set of field mappings provided by the system. Default event source provides field mappings for common fields from the fetched data. The default event source has a "Main Event JSON Path" (i.e. $._embedded.eventResources) that is used to extract a batch of events from the response raw data. View the "Main Event JSON Path" by clicking on the Edit Event Source button.

    Group 13 (1).png
    • Main Event JSON Path: $._embedded.eventResources
      The Main Event JSON Path determines the root path where the system starts parsing raw response data into D3 event data. The JSON path begins with $, representing the root element. The path is formed by appending a sequence of child elements to $, each separated by a dot (.). Square brackets with nested quotation marks ([‘...’]) should be used to separate child elements in JSON arrays.

      For example, the root node of a JSON Path is _embedded.eventResources. The child node denoting the Unique Event Key field would be uuid. Putting it together, the JSON Path expression to extract the Unique Event Key is $._embedded.eventResources.uuid.

The pre-configured field mappings are detailed below:

Field Name

Source Field

Start Time

.timestamp_occured

Unique Event Key

.uuid

Event Type

.event_type

Event category

.event_category

Event name

.event_name

Description

.log

Source IP address

.source_address

Destination IP address

.destination_address

SubEvent ID

.events.message.uuid

SubEvent Type

.events.message.event_type

SubEvent Name

.events.message.event_name

SubEvent Category

.events.message.event_category

SubEvent Source Address

.events.message.source_address

SubEvent Destination Address

.events.message.destination_address

Error Handling

If the Return Data is Failed, an Error tab will appear in the Test Result window.

The error tab contains the details responded from D3 SOAR or third-party API calls, including Failure Indicator, Status Code, and Message. This can help locate the root cause of a command failure.

Parts in Error

Description

Example

Failure Indicator

Indicates the command failure that happened at a specific input and/or API call.

Fetch Event failed.

Status Code

The response code issued by the third-party API server or the D3 SOAR system that can be used to locate the corresponding error category. For example, if the returned status code is 401, the selected connection is unauthorized to run the command. The user or system support would need to check the permission setting in the AlienVault USM Anywhere portal. Refer to the HTTP Status Code Registry for details.

Status Code: 400.

Message

The raw data or captured key error message from the integration API server about the API request failure.

Message: The value for parameter (Search Condition) is invalid.

Error Sample Data

Fetch Event failed.

Status Code: 400.

Message: The value for parameter (Search Condition) is invalid.

Get Alarm By Alarm ID

Retrieves alarm(s) information based on alarm ID(s).

READER NOTE

Alarm IDs is a required parameter to run this command.

  • Run Fetch Event command with the Fetch Type parameter set to Alarms to obtain the Alarm IDs. Alarm IDs can be found in the raw data at the path $._embedded.eventResources[*].uuid.

Input

Input Parameter

Required/Optional

Description

Example

Alarm IDs

Required

The unique identifier (ID) of the alarm(s) for alarm retrieval. Alarm IDs can be obtained using the Fetch Event command by selecting the Fetch Type parameter as Alarms.

JSON
["*****"] 

Output

To view the sample output data for all commands, refer to this article.

Error Handling

If the Return Data is Partially Successful or Failed, an Error tab will appear in the Test Result window.

The error tab contains the details responded from D3 SOAR or third-party API calls, including Failure Indicator, Status Code, and Message. This can help locate the root cause of a command failure.

Parts in Error

Description

Example

Failure Indicator

Indicates the command failure that happened at a specific input and/or API call.

Get Alarm By Alarm ID failed.

Status Code

The response code issued by the third-party API server or the D3 SOAR system that can be used to locate the corresponding error category. For example, if the returned status code is 401, the selected connection is unauthorized to run the command. The user or system support would need to check the permission setting in the AlienVault USM Anywhere portal. Refer to the HTTP Status Code Registry for details.

Status Code: 404.

Message

The raw data or captured key error message from the integration API server about the API request failure.

Message: Not Found.

Error Sample Data

Get Alarm By Alarm ID failed.

Status Code: 404.

Message: Not Found.

Get Events By Alarm ID

Retrieves Event(s) information based on alarm ID(s).

READER NOTE

Alarm IDs is a required parameter to run this command.

  • Run Fetch Event command with the Fetch Type parameter set to Alarms to obtain the Alarm IDs. Alarm IDs can be found in the raw data at the path $._embedded.eventResources[*].uuid.

Input

Input Parameter

Required/Optional

Description

Example

Alarm IDs

Optional

The unique identifier (ID) of the alarm(s) for event retrieval. Alarm IDs can be obtained using the Fetch Event command by selecting the Fetch Type parameter as Alarms.

JSON
["*****"] 

Output

To view the sample output data for all commands, refer to this article.

Error Handling

If the Return Data is Partially Successful or Failed, an Error tab will appear in the Test Result window.

The error tab contains the details responded from D3 SOAR or third-party API calls, including Failure Indicator, Status Code, and Message. This can help locate the root cause of a command failure.

Parts in Error

Description

Example

Failure Indicator

Indicates the command failure that happened at a specific input and/or API call.

Get Events By Alarm ID failed.

Status Code

The response code issued by the third-party API server or the D3 SOAR system that can be used to locate the corresponding error category. For example, if the returned status code is 401, the selected connection is unauthorized to run the command. The user or system support would need to check the permission setting in the AlienVault USM Anywhere portal. Refer to the HTTP Status Code Registry for details.

Status Code: 404.

Message

The raw data or captured key error message from the integration API server about the API request failure.

Message: Not Found.

Error Sample Data

Get Events By Alarm ID failed.

Status Code: 404.

Message: Not Found.

Get Events by Event ID

Retrieves Event(s) information based on event ID(s).

READER NOTE

Event IDs is a required parameter to run this command.

  • Run Fetch Event command with the Fetch Type parameter set to Events to obtain the Event IDs. Event IDs can be found in the raw data at the path $._embedded.eventResources[*].uuid.

Input

Input Parameter

Required/Optional

Description

Example

Event IDs

Optional

The unique identifier (ID) of the event(s) for event retrieval. Event IDs can be obtained using the Fetch Event command by selecting the Fetch Type parameter as Events.

JSON
["*****"] 

Output

To view the sample output data for all commands, refer to this article.

Error Handling

If the Return Data is Partially Successful or Failed, an Error tab will appear in the Test Result window.

The error tab contains the details responded from D3 SOAR or third-party API calls, including Failure Indicator, Status Code, and Message. This can help locate the root cause of a command failure.

Parts in Error

Description

Example

Failure Indicator

Indicates the command failure that happened at a specific input and/or API call.

Get Events by Event ID failed.

Status Code

The response code issued by the third-party API server or the D3 SOAR system that can be used to locate the corresponding error category. For example, if the returned status code is 401, the selected connection is unauthorized to run the command. The user or system support would need to check the permission setting in the AlienVault USM Anywhere portal. Refer to the HTTP Status Code Registry for details.

Status Code: 404.

Message

The raw data or captured key error message from the integration API server about the API request failure.

Message: Not Found.

Error Sample Data

Get Events by Event ID failed.

Status Code: 404.

Message: Not Found.

Test Connection

Allows users to perform a health check on an integration connection. Users can schedule a periodic health check by selecting Connection Health Check when editing an integration connection.

Input

N/A

Output

Output Type

Description

Return Data Type

Return Data

Indicates one of the possible command execution states: Successful or Failed.

The Failed state can be triggered by any of the following errors:

  • A connection issue with the integration

  • The API returned an error message

  • No response from the API

More details about an error can be viewed in the Error tab.

String

Error Handling

If the Return Data is Failed, an Error tab will appear in the Test Result window.

The error tab contains the details responded from D3 SOAR or third-party API calls, including Failure Indicator, Status Code, and Message. This can help locate the root cause of a command failure.

Parts in Error

Description

Example

Failure Indicator

Indicates the command failure that happened at a specific input and/or API call.

Test Connection failed. Failed to check the connector.

Status Code

The response code issued by the third-party API server or the D3 SOAR system that can be used to locate the corresponding error category. For example, if the returned status code is 401, the selected connection is unauthorized to run the command. The user or system support would need to check the permission setting in the AlienVault USM Anywhere portal. Refer to the HTTP Status Code Registry for details.

Status Code: 400.

Message

The raw data or captured key error message from the integration API server about the API request failure.

Message: Server Url is not valid in format.

Error Sample Data

Test Connection failed. Failed to check the connector.

Status Code: 400.

Message: Server Url is not valid in format.

JavaScript errors detected

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

If this problem persists, please contact our support.