get_mitre_attack_context
Fetches MITRE ATT&CK technique, tactic, and mitigation details to enrich security investigations with detection and response context.
Instructions
Get context and information about MITRE ATT&CK techniques and tactics.
Provides detailed information about attack techniques, tactics, and procedures to help analysts understand and categorize security findings.
Args: technique_id: MITRE ATT&CK technique ID (e.g., "T1071", "T1059.001") tactic: MITRE tactic name (e.g., "Command and Control", "Lateral Movement") search_term: Free-text search across techniques and descriptions
Returns: Dictionary containing: - techniques: List of matching techniques with details - tactics: Associated tactics - mitigations: Recommended mitigations - detections: Detection methods
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tactic | No | ||
| search_term | No | ||
| technique_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |