ExtractAttackPattern
Extract Attack Pattern Threat Intel Object. After auto extract extracts the Attack Pattern IDs, this script is executed and extracts the value (name) of the Attack Pattern.
python · Common Scripts
Details
| ID | ExtractAttackPattern |
|---|---|
| Language | python |
| From Version | 5.5.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | indicator-format |
README
Extract Attack Pattern Threat Intel Object. After auto extract extracts the Attack Pattern IDs, this script is executed and extracts the value (name) of the Attack Pattern.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | indicator-format |
| Cortex XSOAR Version | 5.5.0 |
Inputs
| Argument Name | Description |
|---|---|
| input | A comma-separated list of Attack Pattern IDs. |
Outputs
There are no outputs for this script.
commonfields: id: ExtractAttackPattern version: -1 name: ExtractAttackPattern comment: Extract Attack Pattern Threat Intel Object. After auto extract extracts the Attack Pattern IDs, this script is executed and extracts the value (name) of the Attack Pattern. script: | type: python tags: - indicator-format enabled: true args: - name: input description: A comma-separated list of Attack Pattern IDs. default: true isArray: true scripttarget: 0 subtype: python3 dockerimage: demisto/python3:3.12.13.10404775 runas: DBotWeakRole tests: - ExtractAttackPattern-Test fromversion: 5.5.0 marketplaces: - xsoar - marketplacev2 - platform