get_layer_metadata
Retrieve standardized metadata for MITRE ATT&CK Navigator layers to ensure consistent threat analysis visualization across enterprise, mobile, and ICS domains.
Instructions
Always call this tool whenever a prompt requires the generation of a MITRE ATT&CK Navigator Layer, such as the generate_layer tool. Always insert this metadata in the generated layer.
Args: domain (str, optional): The ATT&CK domain ('enterprise', 'mobile', or 'ics'). Defaults to 'enterprise'.
Returns: str: JSON string containing the appropriate layer metadata
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | enterprise |