scan_file_sandbox_simple
Analyze files for potential malware using default sandbox settings. Submit files for automated security analysis to detect threats without advanced configuration.
Instructions
Submit a file for simple sandbox analysis using default settings.
This is a simplified version of scan_file_sandbox with default configurations. Use scan_file_sandbox for advanced configuration options.
Args: file_path: Path to the file to analyze is_public: Whether the scan results should be public (default: False) entrypoint: File to execute within archive (if applicable) password: Password for archive files (if applicable)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
entrypoint | No | ||
file_path | Yes | ||
is_public | No | ||
password | No |