upload_from_host
Upload files from your host system to the REMnux malware analysis environment for examination. Transfer files up to 200MB to the samples directory for use with analysis tools.
Instructions
Upload a file from the host filesystem to the samples directory for analysis. Accepts an absolute host path — the MCP server reads the file locally and transfers it. Maximum file size: 200MB. Files can also be referenced by absolute path in analysis tools, bypassing the need to upload. For files outside the samples directory, pass the full path to get_file_info, analyze_file, or run_tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host_path | Yes | Absolute path on the host filesystem to the file to upload | |
| filename | No | Override filename in samples dir (defaults to basename of host_path) | |
| overwrite | No | Whether to overwrite if file exists. Default: false |