FileReputation

A context script for hash entities.

python · Common Scripts

Details

IDFileReputation
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10404775
Tagsenhancement

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)