Skip to main content

OpenCTI Create Indicator

This Playbook is part of the OpenCTI Pack.#

Create indicator at OpenCTI.

Dependencies#

This playbook uses the following sub-playbooks, integrations, and scripts.

Sub-playbooks#

This playbook does not use any sub-playbooks.

Integrations#

  • OpenCTI

Scripts#

This playbook does not use any scripts.

Commands#

  • opencti-indicator-create
  • opencti-label-create
  • opencti-external-reference-create

Playbook Inputs#


NameDescriptionDefault ValueRequired
label_nameLabel name to add to new indicator.Optional
typeThe indicator type to create. Possible values: "Account", "Domain", "Email", "File-md5", "File-sha1", "File-sha256", "Host", "IP", "IPV6", "Registry Key" and "URL".Required
marking_definition_idMarking definition id to add to new indicator. Use opencti-marking-definition-list to get marking id.Optional
created_by_idCreator of the new indicator. Use opencti-organization-list to find all organizations id at opencti, or use opencti-organization-create to create new organization id.Optional
external_reference_source_nameExternal References Source Name. In order to use external references, external_reference_url and external_reference_source_name are mandatory.Optional
external_reference_urlExternal References URL. In order to use external references, external_reference_url and external_reference_source_name are mandatory.Optional
descriptionNew indicator description.Optional
scoreNew indicator score. Valid value: number between 0 to 100.Optional
valueIndicator value.Optional

Playbook Outputs#


PathDescriptionType
OpenCTI.Indicator.idNew indicator id.string
OpenCTI.Indicator.dataNew indicator data.unknown

Playbook Image#


OpenCTI Create Indicator