commonfields: id: CheckIndicatorValue version: -1 name: CheckIndicatorValue script: '' type: python tags: - evaluation - polling comment: Check if indicators exist in the Threat Intel database. enabled: true args: - name: indicator required: true description: The indicator value to check. isArray: true - name: encoding auto: PREDEFINED predefined: - none - base64 - url-encoding description: Decode indicators by the algorithm given. defaultValue: none outputs: - contextPath: CheckIndicatorValue.Indicator description: The indicator value. type: string - contextPath: CheckIndicatorValue.EncodedIndicator description: The encoded indicator value given. type: string - contextPath: CheckIndicatorValue.Exists description: Whether the indicator exists. type: boolean scripttarget: 0 subtype: python3 dockerimage: demisto/python3:3.12.13.10404775 runas: DBotWeakRole fromversion: 6.5.0 tests: - No tests (auto formatted)