forked from OWASP/OdTM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tdexample_acctp_modelled.json
501 lines (501 loc) · 22.4 KB
/
tdexample_acctp_modelled.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
{
"summary" : {
"title" : "New Threat Model",
"description" : "An example of the TD threat model. Use the OdTMServer tool to fill it with threats"
},
"detail" : {
"contributors" : [ ],
"diagrams" : [ {
"title" : "Example of diagram",
"thumbnail" : "./public/content/images/thumbnail.jpg",
"id" : 0,
"$$hashKey" : "object:20",
"diagramJson" : {
"cells" : [ {
"type" : "tm.Process",
"size" : {
"width" : 100,
"height" : 100
},
"position" : {
"x" : 143,
"y" : 33
},
"angle" : 0,
"id" : "d8ad6d43-b5ee-46fa-9ef2-ff9af03c55e2",
"z" : 1,
"hasOpenThreats" : "true",
"description" : "class#CloudApplication",
"attrs" : {
".element-shape" : {
"class" : "element-shape hasNoOpenThreats isInScope"
},
"text" : {
"text" : "webapp"
},
".element-text" : {
"class" : "element-text hasNoOpenThreats isInScope"
}
},
"threats" : [ {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAA01_FailureOfRemoteService",
"title" : "AA01 Failure Of Remote Service (from flow 2)",
"description" : "overview: Unexpected failure of the remote service;\nreason: flow 2;",
"status" : "Open",
"severity" : "Medium",
"type" : "Denial of service"
}, {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAA02_ConnectionLostToRemoteService",
"title" : "AA02 Connection Lost To Remote Service (from flow 2)",
"description" : "overview: Connection lost to the remote service;\nreason: flow 2;",
"status" : "Open",
"severity" : "Medium",
"type" : "Denial of service"
}, {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAA03_DataBreachByRemoteService",
"title" : "AA03 Data Breach By Remote Service (from flow 2)",
"description" : "overview: Data breach (information disclosure) by the remote service;\nreason: flow 2;",
"status" : "Open",
"severity" : "Medium",
"type" : "Information disclosure"
}, {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAA04_DataLossByRemoteService",
"title" : "AA04 Data Loss By Remote Service (from flow 2)",
"description" : "overview: Data loss (modification) by the remote service;\nreason: flow 2;",
"status" : "Open",
"severity" : "Medium",
"type" : "Tampering"
}, {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAA05_SpoofingOfRemoteService",
"title" : "AA05 Spoofing Of Remote Service (from flow 2)",
"description" : "overview: Spoofing of the remote service;\nreason: flow 2;",
"status" : "Open",
"severity" : "Medium",
"type" : "Spoofing"
}, {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAD01_BrokenAuthentication",
"title" : "AD01 Broken Authentication (from flow 1)",
"description" : "overview: No authentication or broken (weak) authentication by the cloud application;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Spoofing"
}, {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAD02_BrokenAccessControl",
"title" : "AD02 Broken Access Control (from flow 1)",
"description" : "overview: No access control, broken (weak) access control, and the authorization issues of the cloud application;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Elevation of privilege"
}, {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAD03_DataBreachByCloudApplication",
"title" : "AD03 Data Breach By Cloud Application (from flow 1)",
"description" : "overview: Data breach (information disclosure) by the cloud application;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Information disclosure"
}, {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAD04_DataLossByCloudApplication",
"title" : "AD04 Data Loss By Cloud Application (from flow 1)",
"description" : "overview: Data loss (modification) by the cloud application;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Tampering"
}, {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAD05_BackupOfCloudApplicationLost",
"title" : "AD05 Backup Of Cloud Application Lost (from flow 1)",
"description" : "overview: Lost of cloud application backup;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Denial of service"
}, {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAD06_BackupOfCloudApplicationStolen",
"title" : "AD06 Backup Of Cloud Application Stolen (from flow 1)",
"description" : "overview: Disclosure of cloud application backups;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Information disclosure"
}, {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAD07_LogOfCloudApplicationLost",
"title" : "AD07 Logs Of Cloud Application Lost (from flow 1)",
"description" : "overview: Lost of cloud application logs;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Repudiation"
}, {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAD08_LogOfCloudApplicationStolen",
"title" : "AD08 Logs Of Cloud Application Stolen (from flow 1)",
"description" : "overview: Disclosure of sensitive information from cloud application logs;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Information disclosure"
}, {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAE01_DDoSAttackToCloudApplication",
"title" : "AE01 DDoS Attack To Cloud Application (from flow 1)",
"description" : "overview: DDoS/DoS attack against cloud application from the Internet;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Denial of service"
}, {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAE02_EDoSAttackToCloudApplication",
"title" : "AE02 EDoS Attack To Cloud Application (from flow 1)",
"description" : "overview: EDoS (Economic Denial of Sustainability or Economic Denial of Service) attack against cloud application from the Internet;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Denial of service"
}, {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAE03_NetworkAttacksToCloudApplication",
"title" : "AE03 Network Attacks To Cloud Application (from flow 1)",
"description" : "overview: Remote side can perform remote malicious activities based on misconfiguration or vulnerabilities of the cloud application;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium"
}, {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAE04_CloudApplicationAbuse",
"title" : "AE04 Cloud Application Abuse (from flow 1)",
"description" : "overview: Malicious usage (abuse) of cloud application from the Internet (e.g. sending spam, participating botnet, mining) after gain control on it;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium"
}, {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAE05_BlockSharedResourcesOfCloudApplication",
"title" : "AE05 Block Shared Resources Of Cloud Application (from flow 1)",
"description" : "overview: Blocking shared resources of cloud application (e.g. shared external IP) by a third-part reputation service;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Denial of service"
}, {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAE06_DisclosureOfCredentialsOfCloudManagementInterface",
"title" : "AE06 Disclosure Of Credentials Of Cloud Management Interface (from flow 1)",
"description" : "overview: Disclosure of user credentials of management interface of cloud application;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Information disclosure"
}, {
"ruleId" : "http://www.grsu.by/net/OdTMBaseThreatModel#threat_GenericDenialOfService",
"title" : "Generic DoS threat (from flow 2)",
"description" : "overview: A generic DoS threat;\nreason: flow 2;",
"status" : "Open",
"severity" : "Medium",
"type" : "Denial of service"
}, {
"ruleId" : "http://www.grsu.by/net/OdTMBaseThreatModel#threat_GenericDenialOfService",
"title" : "Generic DoS threat (from flow 1)",
"description" : "overview: A generic DoS threat;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Denial of service"
}, {
"ruleId" : "http://www.grsu.by/net/OdTMBaseThreatModel#threat_GenericElevationOfPrivilege",
"title" : "Generic elevation threat (from flow 2)",
"description" : "overview: A generic elevation threat;\nreason: flow 2;",
"status" : "Open",
"severity" : "Medium",
"type" : "Elevation of privilege"
}, {
"ruleId" : "http://www.grsu.by/net/OdTMBaseThreatModel#threat_GenericElevationOfPrivilege",
"title" : "Generic elevation threat (from flow 1)",
"description" : "overview: A generic elevation threat;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Elevation of privilege"
}, {
"ruleId" : "http://www.grsu.by/net/OdTMBaseThreatModel#threat_GenericInformationDisclosure",
"title" : "Generic information disclosure threat (from flow 2)",
"description" : "overview: A generic information disclosure threat;\nreason: flow 2;",
"status" : "Open",
"severity" : "Medium",
"type" : "Information disclosure"
}, {
"ruleId" : "http://www.grsu.by/net/OdTMBaseThreatModel#threat_GenericInformationDisclosure",
"title" : "Generic information disclosure threat (from flow 1)",
"description" : "overview: A generic information disclosure threat;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Information disclosure"
}, {
"ruleId" : "http://www.grsu.by/net/OdTMBaseThreatModel#threat_GenericRepudiation",
"title" : "Generic repudiation threat (from flow 2)",
"description" : "overview: A generic repudiation threat;\nreason: flow 2;",
"status" : "Open",
"severity" : "Medium",
"type" : "Repudiation"
}, {
"ruleId" : "http://www.grsu.by/net/OdTMBaseThreatModel#threat_GenericRepudiation",
"title" : "Generic repudiation threat (from flow 1)",
"description" : "overview: A generic repudiation threat;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Repudiation"
}, {
"ruleId" : "http://www.grsu.by/net/OdTMBaseThreatModel#threat_GenericSpoofing",
"title" : "Generic spoofing threat (from flow 2)",
"description" : "overview: A generic spoofing threat;\nreason: flow 2;",
"status" : "Open",
"severity" : "Medium",
"type" : "Spoofing"
}, {
"ruleId" : "http://www.grsu.by/net/OdTMBaseThreatModel#threat_GenericSpoofing",
"title" : "Generic spoofing threat (from flow 1)",
"description" : "overview: A generic spoofing threat;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Spoofing"
}, {
"ruleId" : "http://www.grsu.by/net/OdTMBaseThreatModel#threat_GenericTampering",
"title" : "Generic tampering threat (from flow 2)",
"description" : "overview: A generic tampering threat;\nreason: flow 2;",
"status" : "Open",
"severity" : "Medium",
"type" : "Tampering"
}, {
"ruleId" : "http://www.grsu.by/net/OdTMBaseThreatModel#threat_GenericTampering",
"title" : "Generic tampering threat (from flow 1)",
"description" : "overview: A generic tampering threat;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Tampering"
} ]
}, {
"type" : "tm.Actor",
"size" : {
"width" : 160,
"height" : 80
},
"position" : {
"x" : 154,
"y" : 290
},
"angle" : 0,
"id" : "516f8a7d-144f-40d8-b711-99fdf6f21c27",
"z" : 3,
"hasOpenThreats" : "true",
"description" : "class#RemoteUser",
"attrs" : {
".element-shape" : {
"class" : "element-shape hasNoOpenThreats isInScope"
},
"text" : {
"text" : "user"
},
".element-text" : {
"class" : "element-text hasNoOpenThreats isInScope"
}
},
"threats" : [ {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAB01_FailureOfCloudApplication",
"title" : "AB01 Failure Of Cloud Application (from flow 1)",
"description" : "overview: Unexpected failure of the cloud application;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Denial of service"
}, {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAB02_ConnectionLostToCloudApplication",
"title" : "AB02 Connection Lost To Cloud Application (from flow 1)",
"description" : "overview: Connection lost to the cloud application;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Denial of service"
}, {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAC01_MalwareFromCloudApplication",
"title" : "AC01 Malware From Cloud Application (from flow 1)",
"description" : "overview: Malicious content (malware) from the cloud application;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Tampering"
}, {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAC02_PublicNetworkAccessToCloudApplication",
"title" : "AC02 Public Network Access To Cloud Application (from flow 1)",
"description" : "overview: Remote user connects to the cloud application though a public network (e.g. Wi-Fi) and can be attacked by a third-party adversary;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Tampering"
}, {
"ruleId" : "http://www.grsu.by/net/ACCTP#threatAC03_SocialEngineeringAgainstRemoteUser",
"title" : "AC03 Social Engineering Against Remote User (from flow 1)",
"description" : "overview: Remote user suffers from Social Engineering attacks, performed by third-party adversary (e.g. including the cloud application into phishing schema);\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Information disclosure"
}, {
"ruleId" : "http://www.grsu.by/net/OdTMBaseThreatModel#threat_GenericRepudiation",
"title" : "Generic repudiation threat (from flow 1)",
"description" : "overview: A generic repudiation threat;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Repudiation"
}, {
"ruleId" : "http://www.grsu.by/net/OdTMBaseThreatModel#threat_GenericSpoofing",
"title" : "Generic spoofing threat (from flow 1)",
"description" : "overview: A generic spoofing threat;\nreason: flow 1;",
"status" : "Open",
"severity" : "Medium",
"type" : "Spoofing"
} ]
}, {
"type" : "tm.Flow",
"size" : {
"width" : 10,
"height" : 10
},
"smooth" : true,
"source" : {
"id" : "516f8a7d-144f-40d8-b711-99fdf6f21c27"
},
"target" : {
"id" : "d8ad6d43-b5ee-46fa-9ef2-ff9af03c55e2"
},
"vertices" : [ {
"x" : 104,
"y" : 199
} ],
"id" : "c1f69e5a-688c-419b-a0aa-2cf9321f633a",
"labels" : [ {
"position" : 0.5,
"attrs" : {
"text" : {
"text" : "flow 1",
"font-weight" : "400",
"font-size" : "small"
}
}
} ],
"z" : 4,
"hasOpenThreats" : "true",
"attrs" : {
".marker-target" : {
"class" : "marker-target hasNoOpenThreats isInScope"
},
".connection" : {
"class" : "connection hasNoOpenThreats isInScope"
}
},
"threats" : [ {
"ruleId" : "http://www.grsu.by/net/OdTMBaseThreatModel#threat_GenericDenialOfService",
"title" : "Generic DoS threat",
"description" : "overview: A generic DoS threat;",
"status" : "Open",
"severity" : "Medium",
"type" : "Denial of service"
}, {
"ruleId" : "http://www.grsu.by/net/OdTMBaseThreatModel#threat_GenericInformationDisclosure",
"title" : "Generic information disclosure threat",
"description" : "overview: A generic information disclosure threat;",
"status" : "Open",
"severity" : "Medium",
"type" : "Information disclosure"
}, {
"ruleId" : "http://www.grsu.by/net/OdTMBaseThreatModel#threat_GenericTampering",
"title" : "Generic tampering threat",
"description" : "overview: A generic tampering threat;",
"status" : "Open",
"severity" : "Medium",
"type" : "Tampering"
} ]
}, {
"type" : "tm.Actor",
"size" : {
"width" : 160,
"height" : 80
},
"position" : {
"x" : 343,
"y" : 32
},
"angle" : 0,
"id" : "427eb014-f374-4379-8881-122aeb7fc782",
"z" : 5,
"hasOpenThreats" : "true",
"description" : "class#ExternalService",
"attrs" : {
".element-shape" : {
"class" : "element-shape hasNoOpenThreats isInScope"
},
"text" : {
"text" : "service"
},
".element-text" : {
"class" : "element-text hasNoOpenThreats isInScope"
}
},
"threats" : [ {
"ruleId" : "http://www.grsu.by/net/OdTMBaseThreatModel#threat_GenericRepudiation",
"title" : "Generic repudiation threat (from flow 2)",
"description" : "overview: A generic repudiation threat;\nreason: flow 2;",
"status" : "Open",
"severity" : "Medium",
"type" : "Repudiation"
}, {
"ruleId" : "http://www.grsu.by/net/OdTMBaseThreatModel#threat_GenericSpoofing",
"title" : "Generic spoofing threat (from flow 2)",
"description" : "overview: A generic spoofing threat;\nreason: flow 2;",
"status" : "Open",
"severity" : "Medium",
"type" : "Spoofing"
} ]
}, {
"type" : "tm.Flow",
"size" : {
"width" : 10,
"height" : 10
},
"smooth" : true,
"source" : {
"id" : "d8ad6d43-b5ee-46fa-9ef2-ff9af03c55e2"
},
"target" : {
"id" : "427eb014-f374-4379-8881-122aeb7fc782"
},
"vertices" : [ {
"x" : 339,
"y" : 196
} ],
"id" : "e074ceed-6460-4a2e-9b3a-2f8754a4f310",
"labels" : [ {
"position" : 0.5,
"attrs" : {
"text" : {
"text" : "flow 2",
"font-weight" : "400",
"font-size" : "small"
}
}
} ],
"z" : 6,
"hasOpenThreats" : "true",
"attrs" : {
".marker-target" : {
"class" : "marker-target hasNoOpenThreats isInScope"
},
".connection" : {
"class" : "connection hasNoOpenThreats isInScope"
}
},
"threats" : [ {
"ruleId" : "http://www.grsu.by/net/OdTMBaseThreatModel#threat_GenericDenialOfService",
"title" : "Generic DoS threat",
"description" : "overview: A generic DoS threat;",
"status" : "Open",
"severity" : "Medium",
"type" : "Denial of service"
}, {
"ruleId" : "http://www.grsu.by/net/OdTMBaseThreatModel#threat_GenericInformationDisclosure",
"title" : "Generic information disclosure threat",
"description" : "overview: A generic information disclosure threat;",
"status" : "Open",
"severity" : "Medium",
"type" : "Information disclosure"
}, {
"ruleId" : "http://www.grsu.by/net/OdTMBaseThreatModel#threat_GenericTampering",
"title" : "Generic tampering threat",
"description" : "overview: A generic tampering threat;",
"status" : "Open",
"severity" : "Medium",
"type" : "Tampering"
} ]
} ]
},
"size" : {
"height" : 590,
"width" : 790
}
} ]
}
}