The standard set of properties that are included with each
file reputation
.
Name | Description |
---|---|
PROVIDER_ID | The identifier of the particular provider that provided the reputation. |
TRUST_LEVEL | The trust level for the file. |
CREATE_DATE | The time this reputation was created (Epoch time). |
ATTRIBUTES | A provider-specific set of attributes associated with the reputation, as an object. |
- Source:
Members
(static) ATTRIBUTES
A provider-specific set of attributes associated with the reputation, as an object.
Module | Description |
---|---|
FileEnterpriseAttrib | Attributes associated with the Enterprise reputation provider for files. |
FileGtiAttrib | Attributes associated with the Global Threat Intelligence (GTI) reputation provider for files. |
AtdAttrib | Attributes associated with the Advanced Threat Defense (ATD) reputation provider. |
- Source:
(static) CREATE_DATE
The time this reputation was created (Epoch time).
See the EpochUtil module for helper methods used to parse the Epoch time.
- Source:
(static) PROVIDER_ID
The identifier of the particular provider
that provided the reputation.
See the FileProvider constants module for the
list of file reputation providers
.
- Source:
(static) TRUST_LEVEL
The trust level
for the file.
- Source: