Module: RepChangeEventProp

The standard set of properties that are included with a reputation change event.

Name Description
HASHES A object of hashes that identify the file or certificate whose reputation has changed.
NEW_REPUTATIONS The new Reputations for the file or certificate whose reputation has changed, as an object.
OLD_REPUTATIONS The previous Reputations for the file or certificate whose reputation has changed, as an object.
UPDATE_TIME The time the reputation change occurred (Epoch time).
Source:

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.

Source:

(static) NEW_REPUTATIONS

The new Reputations for the file or certificate whose reputation has changed, as an object.

Source:

(static) OLD_REPUTATIONS

The previous Reputations for the file or certificate whose reputation has changed, as an object.

Source:

(static) UPDATE_TIME

The time the reputation change occurred (Epoch time).

See the EpochUtil module for helper methods used to parse the Epoch time.

Source: