args: - description: The entry ID of the STIX file. name: entry_id required: true - auto: PREDEFINED defaultValue: "false" description: Adds indicators to context. name: add_context predefined: - "true" - "false" - description: A comma-separated list of tags to add to indicators. name: tags outputs: - contextPath: StixIndicators.type description: Type of the indicator. - contextPath: StixIndicators.value description: Value of the indicator. - contextPath: StixIndicators.tags description: Tags of the indicator. comment: Creates indicators from the submitted STIX file. Supports STIX 1.0 and STIX 2.x. This automation creates indicators and adds an indicator's relationships if available. commonfields: id: CreateIndicatorsFromSTIX version: -1 name: CreateIndicatorsFromSTIX script: '-' subtype: python3 tags: - stix - ioc timeout: '0' type: python dockerimage: demisto/python3:3.12.13.10404775 tests: - No tests fromversion: 5.0.0