file
Identifies file types and analyzes content using target input and optional command-line options for malware investigation within the MalwareAnalyzerMCP environment.
Instructions
Analyze a file and determine its type
Example usage:
- Basic file identification: { "target": "suspicious.exe" }
- With options: { "target": "suspicious.exe", "options": "-b" }
Input Schema
Name | Required | Description | Default |
---|---|---|---|
options | No | Additional command-line options | |
target | Yes | Target file or data to analyze |