AlienVault OTX
Integration with the AlienVault OTX API service.
Actions
OTX Get Pulse
Get a pulse by pulse ID.
Input
| Name | Description | Type | Required | Syntax |
|---|---|---|---|---|
| pulseID | input | False | False | |
| OTX_API_Token | password-input | False | False |
Output
| Name | Description | Type | always_present | values |
|---|---|---|---|---|
| result | Returns True when successful. | boolean | True | {"True": {"description": "Successful."}, "False": {"description": "Failure."}} |
| rc | Returns the exit code for the action. | number | True | {"0": {"description": "Successful."}} |
OTX Lookup IPv4
Retrieve IPv4 information from a given IPv4 address.
Input
| Name | Description | Type | Required | Syntax |
|---|---|---|---|---|
| ipv4 | input | False | False | |
| OTX_API_Token | password-input | False | False |
Output
| Name | Description | Type | always_present | values |
|---|---|---|---|---|
| result | Returns True when successful. | boolean | True | {"True": {"description": "Successful."}, "False": {"description": "Failure."}} |
| rc | Returns the exit code for the action. | number | True | {"0": {"description": "Successful."}} |
OTX Lookup IPv6
Retrieve IPv6 information from a given IPv6 address.
Input
| Name | Description | Type | Required | Syntax |
|---|---|---|---|---|
| ipv6 | input | False | False | |
| OTX_API_Token | password-input | False | False |
Output
| Name | Description | Type | always_present | values |
|---|---|---|---|---|
| result | Returns True when successful. | boolean | True | {"True": {"description": "Successful."}, "False": {"description": "Failure."}} |
| rc | Returns the exit code for the action. | number | True | {"0": {"description": "Successful."}} |
OTX Lookup Domain
Retrieve domain information from a given domain.
Input
| Name | Description | Type | Required | Syntax |
|---|---|---|---|---|
| domain | input | False | False | |
| OTX_API_Token | password-input | False | False |
Output
| Name | Description | Type | always_present | values |
|---|---|---|---|---|
| result | Returns True when successful. | boolean | True | {"True": {"description": "Successful."}, "False": {"description": "Failure."}} |
| rc | Returns the exit code for the action. | number | True | {"0": {"description": "Successful."}} |
OTX Lookup Hostname
Retrieve hostname information from a given hostname.
Input
| Name | Description | Type | Required | Syntax |
|---|---|---|---|---|
| hostname | input | False | False | |
| OTX_API_Token | password-input | False | False |
Output
| Name | Description | Type | always_present | values |
|---|---|---|---|---|
| result | Returns True when successful. | boolean | True | {"True": {"description": "Successful."}, "False": {"description": "Failure."}} |
| rc | Returns the exit code for the action. | number | True | {"0": {"description": "Successful."}} |
OTX Lookup URL
Retrieve URL information from a given URL.
Input
| Name | Description | Type | Required | Syntax |
|---|---|---|---|---|
| url | input | False | False | |
| OTX_API_Token | password-input | False | False |
Output
| Name | Description | Type | always_present | values |
|---|---|---|---|---|
| result | Returns True when successful. | boolean | True | {"True": {"description": "Successful."}, "False": {"description": "Failure."}} |
| rc | Returns the exit code for the action. | number | True | {"0": {"description": "Successful."}} |
OTX Lookup CVE
Retrieve CVE information from a given CVE.
Input
| Name | Description | Type | Required | Syntax |
|---|---|---|---|---|
| cve | input | False | False | |
| OTX_API_Token | password-input | False | False |
Output
| Name | Description | Type | always_present | values |
|---|---|---|---|---|
| result | Returns True when successful. | boolean | True | {"True": {"description": "Successful."}, "False": {"description": "Failure."}} |
| rc | Returns the exit code for the action. | number | True | {"0": {"description": "Successful."}} |
OTX Lookup Hash
Retrieve hash information from a given hash.
Input
| Name | Description | Type | Required | Syntax |
|---|---|---|---|---|
| hash | input | False | False | |
| OTX_API_Token | password-input | False | False |
Output
| Name | Description | Type | always_present | values |
|---|---|---|---|---|
| result | Returns True when successful. | boolean | True | {"True": {"description": "Successful."}, "False": {"description": "Failure."}} |
| rc | Returns the exit code for the action. | number | True | {"0": {"description": "Successful."}} |