api_analyze_imports
Analyze PE imports to detect malware patterns such as injection and persistence, mapped to MITRE ATT&CK techniques.
Instructions
Detailed PE import analysis with pattern detection and API enrichment. Extracts all imports, detects injection/evasion/persistence patterns with MITRE ATT&CK mapping, and optionally enriches with API definitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to PE file to analyze | |
| detect_patterns | No | Run pattern detection against import table | |
| enrich_from_db | No | Add API definitions from knowledge base (requires built DB) |