Alexa Rank Indicator
Use the Alexa integration to get the Alexa rating for a domain. This integration was integrated and tested with Amazon Web Information Services.
Use Cases
The Alexa Rank Indicator enriches a given domain and provides the current Alexa Ranking of the domain. Alexa Ranking can be indicative of the trustworthiness of a domain, but should not be relied upon entirely.
Configure Alexa Rank Indicator on Demisto
- Navigate to Settings > Integrations > Servers & Services .
- Search for Alexa Rank Indicator.
-
Click
Add instance
to create and configure a new integration instance.
- Name : a textual name for the integration instance.
- Sensitivity threshold for configuring which domains are suspicious versus trusted.
- Click Test to validate the URLs, token, and connection.
Commands
You can execute these commands from the Demisto CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.
1. Get the ranking of a domain
Provides an Alexa ranking of the Domain in question.
Base Command
domain
Input
Argument Name | Description | Required |
---|---|---|
domain | Domain to get the ranking for | Required |
Context Output
Path | Type | Description |
---|---|---|
Domain.Name | string | Domain that was checked. |
DBotScore.Score | number | The actual score. |
DBotScore.Vendor | string | The vendor used to calculate the score . |
DBotScore.Domain | string | Domain that was reported. |
Alexa.Domain.Data | string | Domain that was checked. |
Alexa.Domain.Rank | string | Alexa rank as determined by Amazon. |
DBotScore.Type | string | The indicator type. |
DBotScore.Indicator | string | The indicator that was tested. |
Command Example
!domain domain=demisto.com
Context Example
{ "DBotScore": { "Domain": "demisto.com", "Score": 0, "Vendor": "Alexa" }, "Alexa": { "Domain": { "Data": "demisto.com", "Rank": "554606" } }, "Domain": { "Name": "demisto.com" } }