analyze_suspicious_apis
Analyze imported Windows APIs by cross-referencing against a database of malware indicators, grouped into categories like process injection, network, and anti-debug, to identify suspicious API usage and overall risk level.
Instructions
Cross-reference the executable's import table against a database of Windows APIs commonly used by malware, grouped by category (process injection, network, crypto, anti-debug, etc.). Returns per-category findings and an overall risk level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| module | No | Module name (default: main executable) | |
| includeAll | No | Include all imports, not just suspicious ones |