Cryptocurrency
Cryptocurrency will help classify Cryptocurrency indicators as suspicious when ingested.
Configure Cryptocurrency on Cortex XSOAR
Navigate to Settings > Integrations > Servers & Services.
Search for Cryptocurrency.
Click Add instance to create and configure a new integration instance.
Parameter Description Required reliability Source Reliability False reputation Reputation False Click Test to validate the URLs, token, and connection.
Commands
You can execute these commands from the Cortex XSOAR 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.
crypto
Return Cryptocurrency reputation.
Base Command
crypto
Input
Argument Name | Description | Required |
---|---|---|
crypto | List of cryptocurrency addresses. | Optional |
address_type | The cryptocurrency address type, if known. e.g. 'bitcoin'. Possible values are: bitcoin. | Optional |
Context Output
Path | Type | Description |
---|---|---|
DBotScore.Indicator | string | The indicator that was tested. |
DBotScore.Score | number | The actual score. |
DBotScore.Type | string | The indicator type. |
DBotScore.Vendor | string | The vendor used to calculate the score. |
Cryptocurrency.Address | string | The cryptocurrency address. |
Cryptocurrency.AddressType | string | The cryptocurrency type. e.g. 'bitcoin'. |
Command Example
!crypto crypto=bitcoin:1AGNa15ZQXAZUgFiqJ2i7Z2DPU2J6hW62i
Context Example
{
"Cryptocurrency": {
"Address": "bitcoin:1AGNa15ZQXAZUgFiqJ2i7Z2DPU2J6hW62i",
"AddressType": "bitcoin"
},
"DBotScore": {
"Indicator": "bitcoin:1AGNa15ZQXAZUgFiqJ2i7Z2DPU2J6hW62i",
"Reliability": "B - Usually reliable",
"Score": 2,
"Type": "cryptocurrency",
"Vendor": "Cryptocurrency"
}
}
Human Readable Output
Cryptocurrency reputation for bitcoin:1AGNa15ZQXAZUgFiqJ2i7Z2DPU2J6hW62i
Address Cryptocurrency Address Type Reputation bitcoin:1AGNa15ZQXAZUgFiqJ2i7Z2DPU2J6hW62i bitcoin Suspicious