generate_layer
Generate ATT&CK Navigator JSON layers for threat analysis by providing an ATT&CK ID (GXXX, MXXX, SXXX, or DXXX), score, and domain to visualize related techniques.
Instructions
Generate an ATT&CK navigator layer in JSON format based on a matching ATT&CK ID value
Args: attack_id: ATT&CK ID to generate ATT&CK navigator layer for. Valid match values are single ATT&CK ID's for group (GXXX), mitigation (MXXX), software (SXXX), and data component objects (DXXX) within the selected ATT&CK data. NEVER directly input a technique (TXXX). If an invalid match happens, or if multiple ATT&CK ID's are provided, present the user with an error message. score: Score to assign to each technique in the layer domain: Domain name ('enterprise', 'mobile', or 'ics')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attack_id | Yes | ||
| score | Yes | ||
| domain | No | enterprise |