The standard set of properties that are included with a
file reputation change event
. See the
TieClient#addFileReputationChangeCallback function for more
information about file reputation change events.
Name | Description |
---|---|
HASHES | A object of hashes that identify the file whose reputation has changed. |
NEW_REPUTATIONS | The new Reputations for the file whose reputation has changed, as an object. |
OLD_REPUTATIONS | The previous Reputations for the file whose reputation has changed, as an object. |
UPDATE_TIME | The time the reputation change occurred (Epoch time). |
RELATIONSHIPS | Contains information regarding the certificate associated with this file (if such a relationship exists). |
Members
(static) HASHES
A object of hashes that identify the certificate whose reputation has
changed. The key
for each property is the hash type
and the
corresponding value
is the hex
representation of the hash value. See
HashType for the list of hash type
constants.
(static) NEW_REPUTATIONS
The new Reputations
for the certificate whose reputation has changed, as
an object.
(static) OLD_REPUTATIONS
The previous Reputations
for the certificate whose reputation has
changed, as an object.
(static) RELATIONSHIPS
Contains information regarding the certificate associated with this file (if such a relationship exists).
(static) UPDATE_TIME
The time the reputation change occurred (Epoch time).
See the EpochUtil module for helper methods used to parse the Epoch time.