Common Threat Detail Fields
All
THREAT
events include a
details
block with the following fields:
"events": [
{
"type": "THREAT",
"id": "1581",
"eventTime": "2017-01-03T20:59:41.000Z",
"details": {
"type": "APPLICATION",
"id": "487e5ed1-5fcb-4700-bb44-5cc33a089e81",
"action": "IGNORED",
"description": "!description!",
"severity": "HIGH",
"classifications": ["WORM"],
"assessments": [
"classification": "WORM",
"id": "487e5ed1-5fcb-4700-bb44-5cc33a089e81",
"severity": "HIGH",
],
...
},
"target": {...},
}
]
Field | Type | Description |
---|---|---|
|
String | Indicates the type of threat event. One of
APPLICATION, CONFIGURATION, FILE, NETWORK, OS . |
|
UUID | Unique ID identifying this particular threat encounter. |
|
enum | Indicates the action of the event. One of
DETECTED, RESOLVED, IGNORED . |
|
String | A description of the threat, when available. |
|
enum |
Indicates the severity of the event. One of
If a threat consists of multiple assessments, this lists the highest severity present. |
|
enum array |
Indicates the classifications for this event. Classifications for each threat type are listed in the respective threat specific topics. The API returns an
|
|
array | For threats with multiple classifications, an array of threat assessments. An Application threat, for example, may consist of multiple threat assessments. |
|
String | The classification of the assessment. Classifications for each threat type are listed in the following sections. |
|
UUID | Unique ID identifying the assessment. |
|
String | Indicates the severity of the assessment. One of
LOW, MEDIUM, HIGH . |