file
Identify and analyze file types using the MCP server to assess potential malware by specifying the target file and optional command-line parameters.
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 |