sigcheck
Verify file digital signatures and version info to check authenticity and integrity, with optional VirusTotal malware scanning.
Instructions
Verify file digital signatures, version info, and optionally check VirusTotal.
Wraps Sysinternals Sigcheck with CSV output parsing.
Return Format
{"success": bool, "files": list[dict], "count": int, "error": str | None}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File or directory path to scan | |
| recursive | No | Scan subdirectories recursively (-s) | |
| accept_eula | No | Accept EULA (stored once) | |
| virus_total | No | Look up SHA-256 on VirusTotal (-v) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||