forked from threatgrid/ctim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactor.json
41 lines (41 loc) · 1.03 KB
/
actor.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
{
"confidence" : "string",
"tlp" : "string",
"id" : "string",
"timestamp" : "2016-01-01T01:01:01.000Z",
"valid_time" : {
"start_time" : "2016-01-01T01:01:01.000Z",
"end_time" : "2016-01-01T01:01:01.000Z"
},
"revision" : 10,
"identity" : {
"description" : "string",
"related_identities" : [ {
"identity" : "string",
"confidence" : "string",
"information_source" : "string",
"relationship" : "string"
} ]
},
"short_description" : "string",
"sophistication" : "string",
"planning_and_operational_support" : "string",
"schema_version" : "string",
"title" : "string",
"source" : "string",
"type" : "string",
"intended_effect" : "string",
"source_uri" : "string",
"language" : "string",
"external_references" : [ {
"source_name" : "string",
"description" : "string",
"url" : "string",
"hashes" : [ "string" ],
"external_id" : "string"
} ],
"motivation" : "string",
"actor_type" : "string",
"description" : "string",
"external_ids" : [ "string" ]
}