forked from threatcl/threatcl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tm1.json
59 lines (57 loc) · 1.53 KB
/
tm1.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
48
49
50
51
52
53
54
55
56
57
58
59
{
"spec_version": "0.1.1",
"threatmodel": {
"Tower of London": {
"description": "A historic castle",
"author": "@xntrik",
"attributes": {
"new_initiative": "true",
"internet_facing": "true",
"initiative_size": "Small"
},
"information_asset": {
"crown jewels": {
"description": "including the imperial state crown",
"information_classification": "Confidential"
}
},
"usecase": {
"description": "The Queen can fetch the crown"
},
"third_party_dependency": {
"community watch": {
"description": "The community watch helps guard the premise",
"uptime_dependency": "degraded"
}
},
"threat": {
"description": "Someone who isn't the Queen steals the crown",
"impacts": ["Confidentiality"],
"control": "Lots of guards"
}
},
"Fort Knox": {
"description": "A .. fort?",
"author": "@xntrik",
"attributes": {
"new_initiative": "false",
"internet_facing": "true",
"initiative_size": "Small"
},
"information_asset": {
"Gold": {
"description": "Lots of gold",
"information_classification": "Confidential"
}
},
"usecase": {
"description": "Only the correct people can access the gold"
},
"threat": {
"description": "Someone steals the gold",
"impacts": ["Confidentiality"],
"control": "Big walls"
}
}
}
}