search_hash
Check file hashes against Kaspersky's threat intelligence database to identify potential malware or security risks.
Instructions
Get threat intelligence information about a file by hash (md5, sha1, sha256)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_hash | Yes |
Input Schema (JSON Schema)
{
"properties": {
"file_hash": {
"title": "File Hash",
"type": "string"
}
},
"required": [
"file_hash"
],
"type": "object"
}