getdownloadcustomdetectionhashlist

The getdownloadcustomdetectionhashlist operation handles configuration related to File model. 

Description

If a file is added to this list, the system treats it as if the AMP cloud assigned a malware disposition. If a file has a disposition in the AMP cloud that you know to be incorrect, you can add the file’s SHA-256 value to a file list that overrides the disposition from the cloud. To treat a file as if the AMP cloud assigned a malware disposition, add the file to the custom detection list.

Path Parameters

Parameter Required Type Description
objId True string SHA256 value of the file which needs to be downloaded

Example

- name: Execute 'getdownloadcustomdetectionhashlist' operation
  ftd_configuration:
    operation: "getdownloadcustomdetectionhashlist"
    path_params:
        objId: "{{ obj_id }}"