Skip to main content

CTIX - Delete Flagged Indicators

This Playbook is part of the Cyware Intel Exchange Pack.#

Supported versions

Available on Cortex XSOAR (versions 6.10.0 and later) and Cortex XSIAM.

Deletes indicators ingested from Cyware Intel Exchange (CTIX v3) that are flagged as deprecated, revoked, false positive, reviewed, or whitelisted, by running the CTIXDeleteFlaggedIndicators script.

All delete flags default to false, so the playbook does nothing until at least one flag input is enabled. It is intended to run on a schedule via the bundled CTIX - Delete Flagged Indicators job โ€” jobs cannot pass per-run inputs, so enable the desired flags once by editing the playbook input defaults (or the job's playbook input overrides).

Note: an indicator flagged in CTIX is only picked up after the CTIX v3 feed re-fetches it, which updates the indicator's flag fields in the Threat Intel Module; the next run then finds and deletes it.

CTIX - Delete Flagged Indicators

Dependencies#

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

Sub-playbooks#

This playbook does not use any sub-playbooks.

Integrations#

This playbook does not use any integrations.

Scripts#

  • CTIXDeleteFlaggedIndicators

Commands#

This playbook does not use any commands.

Playbook Inputs#


NameDescriptionDefault ValueRequired
delete_deprecatedWhether to delete indicators marked as deprecated in Cyware Intel Exchange (CTIX).falseOptional
delete_revokedWhether to delete indicators revoked by their source in Cyware Intel Exchange (CTIX).falseOptional
delete_false_positiveWhether to delete indicators marked as false positive in Cyware Intel Exchange (CTIX).falseOptional
delete_whitelistedWhether to delete indicators allow-listed in Cyware Intel Exchange (CTIX).falseOptional
delete_reviewedWhether to delete indicators that have been reviewed in Cyware Intel Exchange (CTIX).falseOptional
excludeWhether to also add the deleted indicators to the Exclusion List. When false (default), indicators are purely deleted and can be re-created if they reappear un-flagged.falseOptional
reasonReason recorded for the deletion (and exclusion, if enabled).Deleted by CTIXDeleteFlaggedIndicators jobOptional

Playbook Outputs#


There are no outputs for this playbook.