Skip to main content

Cyware Orchestrate

alpha Mountain AI

App Vendor: alphaMountain

Connector Category: Data Enrichment & Threat Intelligence

App Version in Orchestrate:1.0.1

API Version: 1.0.0

About App

The alphaMountain AI app allows security teams to connect to alphaMountain AI and enrich a URL to reveal its threat score, impersonation score, and URL category.

The threat score, impersonation score, and URL categories are retrieved from the alphamountain.ai cloud. If no data exists on the alphamountain.ai cloud, the app performs a rapid real-time lookup, and the URL is queued for deeper analysis to ensure future coverage.

The alphaMountain AI app is configured with the Orchestrate application to perform the following actions:

Action Name

Description

Get URL Categories

This action retrieves the URL category stored in the alphaMountain.ai cloud for the entered URL.

Get URL Threat Score

This action retrieves the threat score stored in the alphaMountain.ai cloud for the entered URL.

Get URL Impersonation Score

This action retrieves the impersonation score stored in the alphaMountain.ai cloud for the entered URL.

Configuration Parameters

The following configuration parameters are required for the alphaMountain AI app to communicate with the alphaMountain AI enterprise application. The parameters can be configured by creating instances in the app.

Parameter

Description

Field Type

Required/Optional

Comments

API Key

Enter the alphaMountain AI API key.

Example:

XXXXg6sgds-asdg-7sd7-sdg7s8-sd554sd

Password

Required

Action: Get URL Categories

Returns the URL category stored in the alphaMountain.ai cloud for the entered URL.

If no data exists on the alphaMountain.ai cloud, the app performs a rapid real-time lookup and the URL is queued for deeper analysis to ensure future coverage.

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

URL

Enter the URL for which you want to fetch the URL category.

Example:

"https://example-url.com"

Text

Required

Example Request
[
    {
        "url": "https://example-url.com"
    }
]
Action: Get URL Threat Score

Returns the threat score stored in the alphaMountain.ai cloud for a URL.

If no data exists on the alphaMountain.ai cloud, the app performs a rapid real-time lookup and the URL is queued for deeper analysis to ensure future coverage.

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

URL

Enter the URL for which you want to fetch the threat score.

Example:

"https://example-url.com"

Text

Required

Example Request
[
    {
        "url": "https://example-url.com"
    }
]
Action: Get URL Impersonation Score

Returns the impersonation score stored in the alphaMountain.ai cloud for a URL.

If no data exists on the alphaMountain.ai cloud, the app performs a rapid real-time lookup and the URL is queued for deeper analysis to ensure future coverage.

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

URL

Enter the URL for which you want to fetch the impersonation score.

Example:

"https://example-url.com"

Text

Required

Example Request
[
    {
        "url": "https://example-url.com"
    }
]