download_sample
Download malware samples to disk for offline analysis. Requires acknowledgment of potential live malware risk.
Instructions
Download a malware sample to disk for offline analysis (GATED).
DANGER: the downloaded bytes may be LIVE MALWARE. This server only writes them to a quarantine directory on disk (under SANDBOX_ARTIFACTS_DIR); it NEVER executes, unpacks or opens them. Handle the saved file only in an isolated/sandboxed environment.
Because of that risk this tool REFUSES to download unless it is called with acknowledge_malware_download=true. First call without it to receive the warning, confirm with the user, then re-call with the flag set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | sha256 (hybrid_analysis, malwarebazaar) or sample id (triage). | |
| sandbox | Yes | 'hybrid_analysis', 'malwarebazaar' or 'triage'. | |
| acknowledge_malware_download | No | must be true to actually download. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||