-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathincident.json
47 lines (47 loc) · 1.23 KB
/
incident.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"assignees" : [ "string" ],
"categories" : [ "Attrition" ],
"confidence" : "High",
"description" : "string",
"detection_sources" : [ "string" ],
"discovery_method" : "Agent Disclosure",
"external_ids" : [ "string" ],
"external_references" : [ {
"description" : "string",
"external_id" : "string",
"hashes" : [ "string" ],
"source_name" : "string",
"url" : "string"
} ],
"id" : "string",
"incident_time" : {
"closed" : "2016-01-01T01:01:01.000Z",
"discovered" : "2016-01-01T01:01:01.000Z",
"opened" : "2016-01-01T01:01:01.000Z",
"rejected" : "2016-01-01T01:01:01.000Z",
"remediated" : "2016-01-01T01:01:01.000Z",
"reported" : "2016-01-01T01:01:01.000Z"
},
"intended_effect" : "Account Takeover",
"language" : "string",
"meta" : {
"keyword" : "string"
},
"promotion_method" : "Automated",
"revision" : 10,
"schema_version" : "1.3.23",
"scores" : {
"asset" : 10.0
},
"severity" : "Critical",
"short_description" : "string",
"source" : "string",
"source_uri" : "string",
"status" : "Closed",
"tactics" : [ "string" ],
"techniques" : [ "string" ],
"timestamp" : "2016-01-01T01:01:01.000Z",
"title" : "string",
"tlp" : "green",
"type" : "incident"
}