suggest_tools
Identify file types and get recommended REMnux malware analysis tools to plan investigation strategies before execution.
Instructions
Detect file type and return recommended REMnux analysis tools without executing them. Use this to plan an analysis strategy, then run individual tools with run_tool. Returns tool names, descriptions, depth tiers, and expert analysis hints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Filename relative to samples directory, or absolute path in local mode | |
| depth | No | Filter recommendations by depth tier: 'quick' (triage only), 'standard' (default), 'deep' (all tools) | standard |