poison_check
Check memory files for known contamination patterns. Send files as text (up to 64KB total) or only their sha256 hashes. Get back a dated result: findings with rule, file, line and a short excerpt, or no findings under the published rules. Files are examined and discarded; only hashes and the verdict are recorded. Free, no account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | files to examine as text, up to 64KB total across all files. Exactly one of files or hashes. | |
| hashes | No | sha256 hex64 digests to check without sending content. Cannot be examined for contamination - only tells you if these exact bytes were checked before. Exactly one of files or hashes. | |
| pubkey | No | optional hex64 ed25519 public key to attribute this check to, instead of your origin hash |