Details
| ID | FileReputation |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | enhancement |
README
A context script for hash entities.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | enhancement |
Inputs
| Argument Name | Description |
|---|---|
| file | The file hash to look up. This supports, “MD5”, “SHA1” and “SHA256”. |
Outputs
There are no outputs for this script.
commonfields: id: FileReputation version: -1 name: FileReputation script: '' type: python subtype: python3 tags: - enhancement comment: A context script for hash entities. enabled: true args: - name: file required: true default: true description: File hash to look up - supports MD5, SHA1 and SHA256. scripttarget: 0 fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10404775 tests: - No tests (auto formatted)