AllowedFileDetails
Details of the file allowed in the data center.
{
"file_name": [
"string"
],
"sha256": "string",
"sha1": "string",
"md5": "string",
"verdict": "string",
"score": 0,
"number_of_hits": 0,
"last_inspected": 0
}
Name of the file. This is an array because a file is uniquely identified by the hash but name is a string that is user customizable. File Name will be UNKNOWN in case the file is not inspected in the data center.
sha256 hash of the file.
sha1 hash of the file
md5 hash of the file.
This property describes the behavior of the file at runtime. Meanings are described below BENIGN: This is a benign file with no malicious code TRUSTED: This is a TRUSTED file based on the behaviour of the file HIGHLY_TRUSTED: This is a file from a highly trusted source like for e.g microsft published the file SUSPICIOUS: This file contains suspicious code and on execution can turn out to be malware MALICIOUS: This file is a malicious file containing malware or bad code that can harm the system UNKNOWN: Either this file behavior is UNKNOWN at this point in time or there is some error in file anlaysis pipeline and verdict could not be concluded. UNINSPECTED: This file is marked as allowlisted and hence the verdict is UNINSPECTED.
Score of the file in the range from 0 to 100 for known verdicts. Score -1 indicates the verdict is UNINSPECTED because file is allowlisted. Any score outside the range of -1 to 100 will mean that verdict is UNKNOWN.
Number of times this file was inspected in the data center. This count will be 0 in case the file is not inspected in the data center.