Document toolboxDocument toolbox

AlienVault OTX

[ 1 Connect AlienVault OTX with Devo SOAR ] [ 2 Actions for AlienVault OTX ] [ 2.1 IPv4 Scan ] [ 2.1.1 Input Field ] [ 2.1.2 Output ] [ 2.2 Domain Scan ] [ 2.2.1 Input Field ] [ 2.2.2 Output ] [ 2.3 FileHash Scan ] [ 2.3.1 Input Field ] [ 2.3.2 Output ] [ 3 Release Notes ]

AlienVault unifies all of your essential security tools in one location and combines them with real-time threat intelligence.

Connect AlienVault OTX with Devo SOAR

  1. Navigate to Automations > Integrations.

  2. Search for AlienVault OTX.

  3. Click Details, then the + icon. Enter the required information in the following fields.

  4. Label: Enter a connection name.

  5. Reference Values: Define variables here to templatize integration connections and actions. For example, you can use https://www.{{hostname}}.com where, hostname is a variable defined in this input. For more information on how to add data, see 'Add Data' Input Type for Integrations.

  6. Verify SSL: Select option to verify connecting server's SSL certificate (Default is Verify SSL Certificate).

  7. Remote Agent: Run this integration using the Devo SOAR Remote Agent.

  8. API Key: The API key to connect to the AlienVault OTX.

  9. After you've entered all the details, click Connect.

Actions for AlienVault OTX

IPv4 Scan

Submits an IPv4 to AlienVault OTX for lookup against their threat intelligence database. Based off of the results, automate how incident Response is handled.

Input Field

Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection.

Input Name

Description

Required

Input Name

Description

Required

Column Name

Select the name of the column from the parent table to lookup value for IPv4 Scan.

Required

Output

  • result: Returns a value.

``` {json}{"return_value": []}

## IPv6 Scan Submits an IPv6 to AlienVault OTX for lookup against their threat intelligence database. Based off of the results, automate how incident Response is handled. ### Input Field Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection. | Input Name | Description | Required | | :---------- | :--------------------------------------------------------------------------------- | :------- | | Column Name | Select the name of the column from the parent table to lookup value for IPv6 Scan. | Required | ### Output - result: Returns a value. ``` {json}{"return_value": []}

Domain Scan

Submits a Domain to AlienVault OTX for lookup against their threat intelligence database. Based off of the results, automate how incident Response is handled.

Input Field

Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection.

Input Name

Description

Required

Input Name

Description

Required

Column Name

Select the name of the column from the parent table to lookup value for Domain Scan.

Required

Output

  • result: Returns a value.

``` {json}{"return_value": []}

## Hostname Scan Submits a Hostname to AlienVault OTX for lookup against their threat intelligence database. Based off of the results, automate how incident Response is handled. ### Input Field Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection. | Input Name | Description | Required | | :---------- | :------------------------------------------------------------------------------------- | :------- | | Column Name | Select the name of the column from the parent table to lookup value for Hostname Scan. | Required | ### Output - result: Returns a value. ``` {json}{"return_value": []}

FileHash Scan

Submits a hash of file to AlienVault OTX for lookup against their threat intelligence database. Based off of the results, automate how incident Response is handled.

Input Field

Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection.

Input Name

Description

Required

Input Name

Description

Required

Column Name

Select the name of the column from the parent table to lookup value for FileHash Scan.

Required

Output

  • result: Returns a value.

``` {json}{"return_value": []}

## URL Scan Submits a URL to AlienVault OTX for lookup against their threat intelligence database. Based off of the results, automate how incident Response is handled. ### Input Field Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection. | Input Name | Description | Required | | :---------- | :-------------------------------------------------------------------------------- | :------- | | Column Name | Select the name of the column from the parent table to lookup value for URL Scan. | Required | ### Output - result: Returns a value. ``` {json}{"return_value": []}

Release Notes

  • v2.0.0 - Updated architecture to support IO via filesystem

  • v1.0.9 - Added documentation link in the automation library.