get_techniques_targeting_asset
Identify MITRE ATT&CK techniques that target specific ICS assets by providing the asset's STIX ID, enabling focused threat analysis and security assessment.
Instructions
Get techniques targeting a specific asset (ICS domain only)
Args: asset_stix_id: Asset STIX ID to find techniques targeting it domain: Domain name ('ics') include_description: Whether to include description in the output (default is False)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_stix_id | Yes | ||
| domain | No | ics | |
| include_description | No |