Skip to main content

Alexa Rank Indicator (Deprecated)

This Integration is part of the Alexa Rank Indicator (Deprecated) Pack.#

Deprecated

Vendor has declared end of life for this product. No available replacement.

Alexa provides website ranking information that can be useful in determining if the domain in question has a strong web presence. This integration was integrated and tested with Amazon Web Information Services.

Configure Alexa Rank Indicator in Cortex#

ParameterDescriptionRequired
Source ReliabilityReliability of the source providing the intelligence data.True
Sensitivity threshold for configuring which domains are suspicious versus trusted.True
Alexa rank - top domains to be considered trusted.These domains will be given a DbotScore of good.True
Use system proxy settingsFalse
Trust any certificate (not secure)False

Commands#

You can execute these commands from the 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.

domain#


Provides an Alexa ranking of the Domain in question.

Base Command#

domain

Input#

Argument NameDescriptionRequired
domainDomain to search.Required

Context Output#

PathTypeDescription
Domain.NamestringThe Domain being checked
DBotScore.ScorenumberThe actual score.
DBotScore.VendorstringThe vendor used to calculate the score.
DBotScore.DomainstringDomain being reported
DBotScore.TypestringThe indicator type.
DBotScore.IndicatorstringThe indicator that was tested.
Alexa.Domain.IndicatorstringThe Domain being checked
Alexa.Domain.NamestringThe Domain being checked
Alexa.Domain.RankstringAlexa rank as determined by Amazon

Command Example#

!domain domain=demisto.com

Context Example#

{
"Alexa": {
"Domain": {
"Indicator": "demisto.com",
"Name": "demisto.com",
"Rank": "9465040"
}
},
"DBotScore": [
{
"Domain": "demisto.com",
"Indicator": "demisto.com",
"Reliability": "A - Completely reliable",
"Score": 2,
"Type": "domain",
"Vendor": "Alexa Rank Indicator"
}
],
"Domain": {
"Name": "demisto.com"
}
}

Human Readable Output#

image