Cryptocurrency

Cryptocurrency will help classify Cryptocurrency indicators with the configured score when ingested.

Data Enrichment & Threat Intelligence · Cryptocurrency

Details

IDCryptocurrency
ProviderOpen Source
CategoryData Enrichment & Threat Intelligence
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10116658
Supported ModulesAgentix XSIAM

README

Cryptocurrency will help classify Cryptocurrency indicators as suspicious when ingested.

Configure Cryptocurrency in Cortex

Parameter Description Required
reliability Source Reliability False
reputation Reputation 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.

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

Configuration parameters

  • reliability — Source Reliability
  • reputation — Reputation

Commands (1)

  • crypto

    Return Cryptocurrency reputation.