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)