VirusTotal file hash lookup
lookup_hashCheck whether an MD5, SHA-1, or SHA-256 file hash is known-malicious via VirusTotal, returning detection ratios, threat labels, and first/last-seen dates.
Instructions
Look up a file hash on VirusTotal.
Call this when you have a file hash (from a sample, an email attachment, an EDR alert, a sandbox report) and want to know whether it's known-malicious: the multi-engine detection ratio, the suggested threat label/family, file type and size, and first/last-seen dates. Accepts MD5, SHA-1 or SHA-256. Returns a compact summary, not the full per-engine report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_hash | Yes | A file hash: MD5, SHA-1, or SHA-256. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||