The standard set of properties that are included with a
detection event
. See the TieClient#addFileDetectionCallback
function for more information about detection events.
Name | Description |
---|---|
SYSTEM_GUID | The GUID of the system that the detection occurred on. |
HASHES | A object of hashes that identify the file that triggered the detection. |
DETECTION_TIME | The time the detection occurred (Epoch time). |
LOCAL_REPUTATION | The local reputation determined for the file that triggered the detection. |
NAME | The name of the file that triggered the detection. |
REMEDIATION_ACTION | A numeric value indicating the type of remediation that occurred in response to the detection. |
- Source:
Members
(static) DETECTION_TIME
The time the detection occurred (Epoch time).
See the EpochUtil module for helper methods used to parse the Epoch time.
- Source:
(static) HASHES
A object of hashes that identify the file that triggered the detection. 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) LOCAL_REPUTATION
The local reputation determined for the file that triggered the detection.
See the TrustLevel constants module for the
standard set of trust levels
.
- Source:
(static) NAME
The name of the file that triggered the detection.
- Source:
(static) REMEDIATION_ACTION
A numeric value indicating the type of remediation that occurred in response to the detection.
- Source:
(static) SYSTEM_GUID
The GUID of the system that the detection occurred on.
- Source: