list_by_mitre
List detections mapped to a MITRE ATT&CK technique ID, returning logsource, data_sources, and process_names to rank candidate rules before retrieving full detection details.
Instructions
List detections mapped to a MITRE ATT&CK technique ID. Returns logsource (product/category), data_sources, and process_names per rule — use these to rank candidates before calling get_detection. Rules with non-empty process_names are more artifact-specific than generic ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results (default: 50) | |
| technique_id | Yes | MITRE technique ID (e.g., T1059 or T1059.001) |