DatadogSyncIncidentFields

Fetches the latest Datadog Security Signal data and updates incident fields.

python · Datadog Cloud SIEM

Details

IDDatadogSyncIncidentFields
Languagepython
From Version6.8.0
Docker Imagedemisto/python3:3.12.13.10116658
Tagsdatadog

README

This script synchronizes Datadog Cloud SIEM security signal data with XSOAR incident fields. It retrieves the latest security signal information from Datadog and updates the incident with current field values, owner information, and closure state.

Dependencies


This script uses the following commands and scripts.

Commands

  • datadog-signal-get
  • setIncident
  • setOwner
  • closeInvestigation

Scripts

This script does not use any scripts.

Inputs


This script does not take any inputs. It operates on the current incident context and requires the incident to have a Datadog Security Signal ID in its custom fields.

Outputs


There are no context outputs for this script. The script updates the incident fields directly.

Use Cases


  • Synchronize incident fields with the latest Datadog security signal data
  • Update incident owner based on Datadog signal assignee
  • Automatically close XSOAR incidents when the corresponding Datadog security signal is archived
commonfields:
  id: DatadogSyncIncidentFields
  version: -1
name: DatadogSyncIncidentFields
script: ""
type: python
tags:
  - datadog
comment: Fetches the latest Datadog Security Signal data and updates incident fields.
enabled: true
scripttarget: 0
subtype: python3
runonce: false
dockerimage: demisto/python3:3.12.13.10116658
runas: DBotWeakRole
fromversion: 6.8.0
tests:
  - No tests (auto formatted)