get_techniques_by_platform
Retrieve MITRE ATT&CK techniques filtered by platform (Windows, Linux, etc.) and domain for threat analysis and security research.
Instructions
Get techniques by the platform provided (Windows, Linux etc.)
Args: platform: Platform (Windows, Linux etc.) to find associated techniques for domain: Domain name ('enterprise', 'mobile', or 'ics') include_description: Whether to include description in the output (default is False)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | ||
| domain | No | enterprise | |
| include_description | No |