Get all ICS assets targeted by a specific technique.
Assets represent industrial control system components such as
PLCs, RTUs, Engineering Workstations, HMIs, Control Servers, etc.
Args:
technique_stix_id: Technique STIX UUID identifier
domain: ATT&CK domain ('ics' strongly recommended)
include_description: Include asset descriptions, if available
Returns:
{
"technique": {
"attack_id": "Txxxx",
"name": "...",
"stix_id": "<attack-pattern--UUID>"
},
"count": int,
"assets": [
{
"name": "...",
"stix_id": "<x-mitre-asset--UUID>",
"description": "<optional text>",
"asset_type": "<ICS component type>",
},
...
],
"formatted": "<multi-line readable text>",
"message": "<summary>"
}