SSDeepReputation
Calculate ssdeep reputation based on similar files (by ssdeep similarity) on the system.
python · Common Scripts
Details
| ID | SSDeepReputation |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | reputation |
README
Calculates the SSdeep reputation based on similar files (by ssdeep similarity) on the system.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | reputation |
Inputs
| Argument Name | Description |
|---|---|
| input | The SSdeep value. |
| timeFrameDays | Checks similar values in this time frame (in days). |
| threshold | Considerers similar SSdeep above this threshold. |
Outputs
There are no outputs for this script.
commonfields: id: SSDeepReputation version: -1 name: SSDeepReputation script: '' type: python subtype: python3 tags: - reputation comment: Calculate ssdeep reputation based on similar files (by ssdeep similarity) on the system. enabled: true args: - name: input description: Ssdeep value. - name: timeFrameDays description: Check similar values in this time frame (days). defaultValue: '1' - name: threshold description: Consider ssdeep similar above this threshold. defaultValue: '50' scripttarget: 0 fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10404775 tests: - No tests (auto formatted)