args: - default: true description: The indicator to get the reputation of. Only system indicator types are supported. isArray: true name: indicator required: true comment: Add into the incident's context the system internal DBot score for the input indicator. commonfields: id: GetIndicatorDBotScore version: -1 name: GetIndicatorDBotScore outputs: - contextPath: DBotScore.Indicator description: The indicator. type: string - contextPath: DBotScore.Type description: The indicator type. type: string - contextPath: DBotScore.Vendor description: The DBot score vendor. type: string - contextPath: DBotScore.Score description: The DBot score. type: number script: '-' system: true tags: - DBot - Enrichment timeout: '0' type: python subtype: python3 fromversion: 5.0.0 tests: - GetIndicatorDBotScore Test dockerimage: demisto/python3:3.12.13.10116658