AlienVault OTX
Version: 2.0.0
AlienVault unifies all of your essential security tools in one location and combines them with real-time threat intelligence.
Connect AlienVault OTX with LogicHub
- Navigate to Automations > Integrations.
- Search for AlienVault OTX.
- Click Details, then the + icon. Enter the required information in the following fields.
- Label: Enter a connection name.
- 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.
- Verify SSL: Select option to verify connecting server's SSL certificate (Default is Verify SSL Certificate).
- Remote Agent: Run this integration using the LogicHub Remote Agent.
- API Key: The API key to connect to the AlienVault OTX.
- 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 |
---|---|---|
Column Name | Select the name of the column from the parent table to lookup value for IPv4 Scan. | Required |
Output
- result: Returns a value.
{"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.
{"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 |
---|---|---|
Column Name | Select the name of the column from the parent table to lookup value for Domain Scan. | Required |
Output
- result: Returns a value.
{"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.
{"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 |
---|---|---|
Column Name | Select the name of the column from the parent table to lookup value for FileHash Scan. | Required |
Output
- result: Returns a value.
{"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.
{"return_value": []}
Release Notes
v2.0.0
- Updated architecture to support IO via filesystemv1.0.9
- Added documentation link in the automation library.
Updated about 1 year ago