-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathactor.json
42 lines (42 loc) · 1.08 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
42
{
"actor_types" : [ "Cyber Espionage Operations" ],
"aliases" : [ "string" ],
"confidence" : "High",
"description" : "string",
"external_ids" : [ "string" ],
"external_references" : [ {
"description" : "string",
"external_id" : "string",
"hashes" : [ "string" ],
"source_name" : "string",
"url" : "string"
} ],
"id" : "string",
"identity" : {
"description" : "string",
"related_identities" : [ {
"confidence" : "High",
"identity" : "string",
"information_source" : "string",
"relationship" : "string"
} ]
},
"intended_effect" : "Account Takeover",
"language" : "string",
"motivation" : "Ego",
"planning_and_operational_support" : "string",
"revision" : 10,
"schema_version" : "1.3.21",
"short_description" : "string",
"sophistication" : "Aspirant",
"source" : "string",
"source_uri" : "string",
"timestamp" : "2016-01-01T01:01:01.000Z",
"title" : "string",
"tlp" : "green",
"type" : "actor",
"valid_time" : {
"end_time" : "2016-01-01T01:01:01.000Z",
"start_time" : "2016-01-01T01:01:01.000Z"
}
}