category: Data Enrichment & Threat Intelligence provider: Open Source sectionorder: - Connect - Collect commonfields: id: Cryptocurrency version: -1 configuration: - additionalinfo: Reliability of the source providing the intelligence data. Default is B - Usually reliable. defaultvalue: B - Usually reliable display: Source Reliability name: reliability options: - A - Completely reliable - B - Usually reliable - C - Fairly reliable - D - Not usually reliable - E - Unreliable - F - Reliability cannot be judged type: 15 section: Collect advanced: true required: false - additionalinfo: Reputation for the Cryptocurrency indicators. Default is Suspicious. defaultvalue: Suspicious display: Reputation name: reputation options: - None - Good - Suspicious - Bad type: 15 section: Collect advanced: true required: false description: Cryptocurrency will help classify Cryptocurrency indicators with the configured score when ingested. display: Cryptocurrency name: Cryptocurrency script: commands: - name: crypto arguments: - name: crypto default: true description: List of cryptocurrency addresses. isArray: true - name: address_type description: The cryptocurrency address type, if known. e.g. 'bitcoin'. auto: PREDEFINED predefined: - bitcoin outputs: - contextPath: DBotScore.Indicator description: The indicator that was tested. type: string - contextPath: DBotScore.Score description: The actual score. type: number - contextPath: DBotScore.Type description: The indicator type. type: string - contextPath: DBotScore.Vendor description: The vendor used to calculate the score. type: string - contextPath: Cryptocurrency.Address description: The cryptocurrency address. type: string - contextPath: Cryptocurrency.AddressType description: The cryptocurrency type. e.g. 'bitcoin'. type: string description: Return Cryptocurrency reputation. dockerimage: demisto/python3:3.12.13.10116658 runonce: false script: '-' subtype: python3 type: python fromversion: 5.0.0 tests: - Cryptocurrency-Test