forked from threatgrid/ctim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathattack_pattern.json
More file actions
30 lines (30 loc) · 776 Bytes
/
Copy pathattack_pattern.json
File metadata and controls
30 lines (30 loc) · 776 Bytes
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
{
"tlp" : "string",
"x_mitre_platforms" : [ "string" ],
"x_mitre_data_sources" : [ "string" ],
"kill_chain_phases" : [ {
"kill_chain_name" : "string",
"phase_name" : "string"
} ],
"id" : "string",
"timestamp" : "2016-01-01T01:01:01.000Z",
"revision" : 10,
"x_mitre_contributors" : [ "string" ],
"abstraction_level" : "string",
"short_description" : "string",
"schema_version" : "string",
"title" : "string",
"source" : "string",
"type" : "string",
"source_uri" : "string",
"language" : "string",
"external_references" : [ {
"source_name" : "string",
"description" : "string",
"url" : "string",
"hashes" : [ "string" ],
"external_id" : "string"
} ],
"description" : "string",
"external_ids" : [ "string" ]
}