Constants that are used to indicate the trust level
of a file
or certificate as returned by the Advanced Threat Defense (ATD) reputation
provider
.
Name | Numeric | Description |
---|---|---|
KNOWN_TRUSTED | -1 | It is a trusted file or certificate. |
MOST_LIKELY_TRUSTED | 0 | It is almost certain that the file or certificate is trusted. |
MIGHT_BE_TRUSTED | 1 | It seems to be a benign file or certificate. |
UNKNOWN | 2 | The reputation provider has encountered the file or certificate before but the provider can't determine its reputation at the moment. |
MIGHT_BE_MALICIOUS | 3 | It seems to be a suspicious file or certificate. |
MOST_LIKELY_MALICIOUS | 4 | It is almost certain that the file or certificate is malicious. |
KNOWN_MALICIOUS | 5 | It is a malicious file or certificate. |
NOT_SET | -2 | The file or certificate's reputation hasn't been determined yet. |
- Source:
Members
(static) KNOWN_MALICIOUS
It is a malicious file or certificate.
- Source:
(static) KNOWN_TRUSTED
It is a trusted file or certificate.
- Source:
(static) MIGHT_BE_MALICIOUS
It seems to be a suspicious file or certificate.
- Source:
(static) MIGHT_BE_TRUSTED
It seems to be a benign file or certificate.
- Source:
(static) MOST_LIKELY_MALICIOUS
It is almost certain that the file or certificate is malicious.
- Source:
(static) MOST_LIKELY_TRUSTED
It is almost certain that the file or certificate is trusted.
- Source:
(static) NOT_SET
The file or certificate's reputation hasn't been determined yet.
- Source:
(static) UNKNOWN
The reputation provider has encountered the file or certificate before but the provider can't determine its reputation at the moment.
- Source: