forked from OWASP/OdTM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OdTMCCCTM.owl
501 lines (343 loc) · 33.8 KB
/
OdTMCCCTM.owl
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
Prefix(:=<http://www.grsu.by/net/OdTMCCCTM#>)
Prefix(owl:=<http://www.w3.org/2002/07/owl#>)
Prefix(rdf:=<http://www.w3.org/1999/02/22-rdf-syntax-ns#>)
Prefix(xml:=<http://www.w3.org/XML/1998/namespace>)
Prefix(xsd:=<http://www.w3.org/2001/XMLSchema#>)
Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
Ontology(<http://www.grsu.by/net/OdTMCCCTM>
Import(<http://www.grsu.by/net/OdTMBaseThreatModel>)
Declaration(Class(:ApplicationFlow))
Declaration(Class(:CloudApplication))
Declaration(Class(:CloudBoundary))
Declaration(Class(:CloudModel))
Declaration(Class(:Container))
Declaration(Class(:ExternalService))
Declaration(Class(:GenericUser))
Declaration(Class(:LocalManager))
Declaration(Class(:ManagementFlow))
Declaration(Class(:RemoteUser))
Declaration(Class(:ServiceLayer))
Declaration(Class(:SynchronizationFlow))
Declaration(Class(:TemplateA))
Declaration(Class(:TemplateB))
Declaration(Class(:TemplateBA))
Declaration(Class(:TemplateC))
Declaration(Class(:TemplateCA))
Declaration(Class(:TemplateC_IaaS))
Declaration(Class(:TemplateC_PaaS))
Declaration(Class(:TemplateD))
Declaration(Class(:TemplateD_DS))
Declaration(Class(:TemplateD_IaaS))
Declaration(Class(:TemplateD_PaaS))
Declaration(Class(:TemplateD_VM))
Declaration(Class(:TemplateF))
Declaration(Class(:TenantBoundary))
Declaration(Class(:VirtualMachine))
Declaration(ObjectProperty(:hasServiceLayer))
Declaration(NamedIndividual(:communityCloudModel))
Declaration(NamedIndividual(:hybridCloudModel))
Declaration(NamedIndividual(:layerIaaS))
Declaration(NamedIndividual(:layerPaaS))
Declaration(NamedIndividual(:layerSaaS))
Declaration(NamedIndividual(:privateCloudModel))
Declaration(NamedIndividual(:publicCloudModel))
Declaration(NamedIndividual(:threatA1_faiureOfExternalService))
Declaration(NamedIndividual(:threatA2__InformationDisclosureByExternalService))
Declaration(NamedIndividual(:threatA3__InformationModificationByExternalService))
Declaration(NamedIndividual(:threatA4_ClientSideConnectionIssueToExternalService))
Declaration(NamedIndividual(:threatA5_MaliciousContentFromExternalService))
Declaration(NamedIndividual(:threatB11_UsageOfPublicAccessNetworksByRemoteUser))
Declaration(NamedIndividual(:threatB12_socialEngineeringAttacksAgainstCloudApplication))
Declaration(NamedIndividual(:threatB1_faiureOfCloudApplication))
Declaration(NamedIndividual(:threatB2_InformationDisclosureByCloudApplication))
Declaration(NamedIndividual(:threatB3_InformationModificationByCloudApplication))
Declaration(NamedIndividual(:threatB4_ClientSideConnectionIssueToCloudApplication))
Declaration(NamedIndividual(:threatB5_MaliciousContentFromCloudApplication))
Declaration(NamedIndividual(:threatC1_elevationOfPriviledgeOfTarget))
Declaration(NamedIndividual(:threatC20_DoSDDoSAttackAgainstCloudApplication))
Declaration(NamedIndividual(:threatC21_EDoSAttackAgainstCloudApplication))
Declaration(NamedIndividual(:threatC22_NetworkScanningFromInternet))
Declaration(NamedIndividual(:threatC23_MaliciousUsingOfCloudApplication))
Declaration(NamedIndividual(:threatC24_BlockingSharedResourcesOfCloudApplication))
Declaration(NamedIndividual(:threatC2_hiddenChannelToTarget))
Declaration(NamedIndividual(:threatD10_threatsToCloudInfrastructure))
Declaration(NamedIndividual(:threatD11_lackOfDataIsolation))
Declaration(NamedIndividual(:threatD12_lackOfCodeIsolation))
Declaration(NamedIndividual(:threatD13_lackOfNetworkIsolation))
Declaration(NamedIndividual(:threatD14_restrictionsOfSecurityAssessmentOfCloudApplication))
Declaration(NamedIndividual(:threatD16_backupLost))
Declaration(NamedIndividual(:threatD17_backupStolen))
Declaration(NamedIndividual(:threatD18_logLost))
Declaration(NamedIndividual(:threatD19_logStolen))
Declaration(NamedIndividual(:threatD1_lossOfSecurityControl))
Declaration(NamedIndividual(:threatD2_lackOfReservedResources))
Declaration(NamedIndividual(:threatD3_unexpectedFailureOfScaleOperation))
Declaration(NamedIndividual(:threatD4_lackOfResourcesForRedundantOperation))
Declaration(NamedIndividual(:threatD50_restorationOfDeletedDataFromStorage))
Declaration(NamedIndividual(:threatD51_weakDataEncryptionMechanismsOfStorage))
Declaration(NamedIndividual(:threatD6_maliciousInsiderInCloudInfrastructure))
Declaration(NamedIndividual(:threatD70_virtualMachineEscape))
Declaration(NamedIndividual(:threatD71_crossVMSideChannelAttack))
Declaration(NamedIndividual(:threatD72_hypervisorVulnerabilities))
Declaration(NamedIndividual(:threatD73_informationLossDuringVMMigration))
Declaration(NamedIndividual(:threatD74_informationDisclosureDuringVMMigration))
Declaration(NamedIndividual(:threatD75_rogueVMImageInRepository))
Declaration(NamedIndividual(:threatD76_outdatedVMImagesInRepository))
Declaration(NamedIndividual(:threatD7_hiddenDependenciesOfCloudInfrastructure))
Declaration(NamedIndividual(:threatD8_disclosureOfCredentialsOfCloudManagementInterface))
Declaration(NamedIndividual(:threatD9_failureBecauseOfBillingProblems))
Declaration(NamedIndividual(:threatF1_UsageOfUnencryptedFlow))
Declaration(NamedIndividual(:threatF9_vulnerabilitiesOfInternetProtocols))
############################
# Classes
############################
# Class: :ApplicationFlow (:ApplicationFlow)
SubClassOf(:ApplicationFlow <http://www.grsu.by/net/OdTMBaseThreatModel#DataFlow>)
# Class: :CloudApplication (:CloudApplication)
SubClassOf(:CloudApplication <http://www.grsu.by/net/OdTMBaseThreatModel#Process>)
# Class: :CloudBoundary (:CloudBoundary)
SubClassOf(:CloudBoundary <http://www.grsu.by/net/OdTMBaseThreatModel#TrustBorderBoundary>)
# Class: :CloudModel (:CloudModel)
EquivalentClasses(:CloudModel ObjectOneOf(:communityCloudModel :hybridCloudModel :privateCloudModel :publicCloudModel))
# Class: :Container (:Container)
SubClassOf(:Container :CloudApplication)
SubClassOf(:Container ObjectHasValue(:hasServiceLayer :layerIaaS))
# Class: :ExternalService (:ExternalService)
SubClassOf(:ExternalService <http://www.grsu.by/net/OdTMBaseThreatModel#ExternalInteractor>)
# Class: :GenericUser (:GenericUser)
SubClassOf(:GenericUser <http://www.grsu.by/net/OdTMBaseThreatModel#ExternalInteractor>)
# Class: :LocalManager (:LocalManager)
SubClassOf(:LocalManager :GenericUser)
# Class: :ManagementFlow (:ManagementFlow)
SubClassOf(:ManagementFlow <http://www.grsu.by/net/OdTMBaseThreatModel#DataFlow>)
# Class: :RemoteUser (:RemoteUser)
SubClassOf(:RemoteUser :GenericUser)
# Class: :ServiceLayer (:ServiceLayer)
EquivalentClasses(:ServiceLayer ObjectOneOf(:layerIaaS :layerPaaS :layerSaaS))
# Class: :SynchronizationFlow (:SynchronizationFlow)
SubClassOf(:SynchronizationFlow <http://www.grsu.by/net/OdTMBaseThreatModel#DataFlow>)
# Class: :TemplateA (:TemplateA)
EquivalentClasses(:TemplateA ObjectIntersectionOf(<http://www.grsu.by/net/OdTMBaseThreatModel#Classified> :ApplicationFlow ObjectSomeValuesFrom(<http://www.grsu.by/net/OdTMBaseThreatModel#hasTarget> :ExternalService)))
SubClassOf(:TemplateA ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatA1_faiureOfExternalService))
SubClassOf(:TemplateA ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatA2__InformationDisclosureByExternalService))
SubClassOf(:TemplateA ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatA3__InformationModificationByExternalService))
SubClassOf(:TemplateA ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatA4_ClientSideConnectionIssueToExternalService))
SubClassOf(:TemplateA ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatA5_MaliciousContentFromExternalService))
# Class: :TemplateB (:TemplateB)
EquivalentClasses(:TemplateB ObjectIntersectionOf(<http://www.grsu.by/net/OdTMBaseThreatModel#Classified> :ApplicationFlow ObjectSomeValuesFrom(<http://www.grsu.by/net/OdTMBaseThreatModel#hasTarget> :CloudApplication)))
SubClassOf(:TemplateB ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatB1_faiureOfCloudApplication))
SubClassOf(:TemplateB ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatB2_InformationDisclosureByCloudApplication))
SubClassOf(:TemplateB ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatB3_InformationModificationByCloudApplication))
SubClassOf(:TemplateB ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatB4_ClientSideConnectionIssueToCloudApplication))
SubClassOf(:TemplateB ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatB5_MaliciousContentFromCloudApplication))
# Class: :TemplateBA (:TemplateBA)
EquivalentClasses(:TemplateBA ObjectIntersectionOf(<http://www.grsu.by/net/OdTMBaseThreatModel#Classified> :ApplicationFlow ObjectSomeValuesFrom(<http://www.grsu.by/net/OdTMBaseThreatModel#hasSource> :RemoteUser) ObjectSomeValuesFrom(<http://www.grsu.by/net/OdTMBaseThreatModel#hasTarget> :CloudApplication)))
SubClassOf(:TemplateBA ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatB11_UsageOfPublicAccessNetworksByRemoteUser))
SubClassOf(:TemplateBA ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatB12_socialEngineeringAttacksAgainstCloudApplication))
# Class: :TemplateC (:TemplateC)
EquivalentClasses(:TemplateC ObjectIntersectionOf(<http://www.grsu.by/net/OdTMBaseThreatModel#Classified> :ApplicationFlow ObjectSomeValuesFrom(<http://www.grsu.by/net/OdTMBaseThreatModel#hasTarget> :CloudApplication)))
# Class: :TemplateCA (:TemplateCA)
EquivalentClasses(:TemplateCA ObjectIntersectionOf(<http://www.grsu.by/net/OdTMBaseThreatModel#Classified> :ApplicationFlow ObjectSomeValuesFrom(<http://www.grsu.by/net/OdTMBaseThreatModel#hasSource> :RemoteUser) ObjectSomeValuesFrom(<http://www.grsu.by/net/OdTMBaseThreatModel#hasTarget> :CloudApplication)))
SubClassOf(:TemplateCA ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatC20_DoSDDoSAttackAgainstCloudApplication))
SubClassOf(:TemplateCA ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatC21_EDoSAttackAgainstCloudApplication))
SubClassOf(:TemplateCA ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatC23_MaliciousUsingOfCloudApplication))
SubClassOf(:TemplateCA ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatC24_BlockingSharedResourcesOfCloudApplication))
# Class: :TemplateC_IaaS (:TemplateC_IaaS)
EquivalentClasses(:TemplateC_IaaS ObjectIntersectionOf(<http://www.grsu.by/net/OdTMBaseThreatModel#Classified> :ApplicationFlow ObjectSomeValuesFrom(<http://www.grsu.by/net/OdTMBaseThreatModel#hasTarget> ObjectIntersectionOf(:CloudApplication ObjectHasValue(:hasServiceLayer :layerIaaS)))))
SubClassOf(:TemplateC_IaaS ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatC1_elevationOfPriviledgeOfTarget))
SubClassOf(:TemplateC_IaaS ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatC22_NetworkScanningFromInternet))
SubClassOf(:TemplateC_IaaS ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatC2_hiddenChannelToTarget))
# Class: :TemplateC_PaaS (:TemplateC_PaaS)
EquivalentClasses(:TemplateC_PaaS ObjectIntersectionOf(<http://www.grsu.by/net/OdTMBaseThreatModel#Classified> :ApplicationFlow ObjectSomeValuesFrom(<http://www.grsu.by/net/OdTMBaseThreatModel#hasTarget> ObjectIntersectionOf(:CloudApplication ObjectHasValue(:hasServiceLayer :layerPaaS)))))
SubClassOf(:TemplateC_PaaS ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatC1_elevationOfPriviledgeOfTarget))
SubClassOf(:TemplateC_PaaS ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatC2_hiddenChannelToTarget))
# Class: :TemplateD (:TemplateD)
EquivalentClasses(:TemplateD ObjectIntersectionOf(<http://www.grsu.by/net/OdTMBaseThreatModel#Classified> :ManagementFlow ObjectSomeValuesFrom(<http://www.grsu.by/net/OdTMBaseThreatModel#hasSource> :LocalManager) ObjectSomeValuesFrom(<http://www.grsu.by/net/OdTMBaseThreatModel#hasTarget> :CloudApplication)))
SubClassOf(:TemplateD ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD14_restrictionsOfSecurityAssessmentOfCloudApplication))
SubClassOf(:TemplateD ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD16_backupLost))
SubClassOf(:TemplateD ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD17_backupStolen))
SubClassOf(:TemplateD ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD18_logLost))
SubClassOf(:TemplateD ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD19_logStolen))
SubClassOf(:TemplateD ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD1_lossOfSecurityControl))
SubClassOf(:TemplateD ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD2_lackOfReservedResources))
SubClassOf(:TemplateD ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD3_unexpectedFailureOfScaleOperation))
SubClassOf(:TemplateD ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD4_lackOfResourcesForRedundantOperation))
SubClassOf(:TemplateD ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD6_maliciousInsiderInCloudInfrastructure))
SubClassOf(:TemplateD ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD7_hiddenDependenciesOfCloudInfrastructure))
SubClassOf(:TemplateD ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD8_disclosureOfCredentialsOfCloudManagementInterface))
SubClassOf(:TemplateD ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD9_failureBecauseOfBillingProblems))
# Class: :TemplateD_DS (:TemplateD_DS)
EquivalentClasses(:TemplateD_DS ObjectIntersectionOf(<http://www.grsu.by/net/OdTMBaseThreatModel#Classified> :ManagementFlow ObjectSomeValuesFrom(<http://www.grsu.by/net/OdTMBaseThreatModel#hasSource> :LocalManager) ObjectSomeValuesFrom(<http://www.grsu.by/net/OdTMBaseThreatModel#hasTarget> <http://www.grsu.by/net/OdTMBaseThreatModel#DataStore>)))
SubClassOf(:TemplateD_DS ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD50_restorationOfDeletedDataFromStorage))
SubClassOf(:TemplateD_DS ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD51_weakDataEncryptionMechanismsOfStorage))
# Class: :TemplateD_IaaS (:TemplateD_IaaS)
EquivalentClasses(:TemplateD_IaaS ObjectIntersectionOf(<http://www.grsu.by/net/OdTMBaseThreatModel#Classified> :ManagementFlow ObjectSomeValuesFrom(<http://www.grsu.by/net/OdTMBaseThreatModel#hasSource> :LocalManager) ObjectSomeValuesFrom(<http://www.grsu.by/net/OdTMBaseThreatModel#hasTarget> ObjectHasValue(:hasServiceLayer :layerIaaS))))
SubClassOf(:TemplateD_IaaS ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD10_threatsToCloudInfrastructure))
SubClassOf(:TemplateD_IaaS ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD12_lackOfCodeIsolation))
SubClassOf(:TemplateD_IaaS ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD13_lackOfNetworkIsolation))
# Class: :TemplateD_PaaS (:TemplateD_PaaS)
EquivalentClasses(:TemplateD_PaaS ObjectIntersectionOf(<http://www.grsu.by/net/OdTMBaseThreatModel#Classified> :ManagementFlow ObjectSomeValuesFrom(<http://www.grsu.by/net/OdTMBaseThreatModel#hasSource> :LocalManager) ObjectSomeValuesFrom(<http://www.grsu.by/net/OdTMBaseThreatModel#hasTarget> ObjectHasValue(:hasServiceLayer :layerPaaS))))
SubClassOf(:TemplateD_PaaS ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD10_threatsToCloudInfrastructure))
SubClassOf(:TemplateD_PaaS ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD12_lackOfCodeIsolation))
# Class: :TemplateD_VM (:TemplateD_VM)
EquivalentClasses(:TemplateD_VM ObjectIntersectionOf(<http://www.grsu.by/net/OdTMBaseThreatModel#Classified> :ManagementFlow ObjectSomeValuesFrom(<http://www.grsu.by/net/OdTMBaseThreatModel#hasSource> :LocalManager) ObjectSomeValuesFrom(<http://www.grsu.by/net/OdTMBaseThreatModel#hasTarget> :VirtualMachine)))
SubClassOf(:TemplateD_VM ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD70_virtualMachineEscape))
SubClassOf(:TemplateD_VM ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD71_crossVMSideChannelAttack))
SubClassOf(:TemplateD_VM ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD72_hypervisorVulnerabilities))
SubClassOf(:TemplateD_VM ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD73_informationLossDuringVMMigration))
SubClassOf(:TemplateD_VM ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD74_informationDisclosureDuringVMMigration))
SubClassOf(:TemplateD_VM ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD75_rogueVMImageInRepository))
SubClassOf(:TemplateD_VM ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatD76_outdatedVMImagesInRepository))
# Class: :TemplateF (:TemplateF)
EquivalentClasses(:TemplateF ObjectIntersectionOf(<http://www.grsu.by/net/OdTMBaseThreatModel#Classified> :ApplicationFlow))
SubClassOf(:TemplateF ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatF1_UsageOfUnencryptedFlow))
SubClassOf(:TemplateF ObjectHasValue(<http://www.grsu.by/net/OdTMBaseThreatModel#isAffectedBy> :threatF9_vulnerabilitiesOfInternetProtocols))
# Class: :TenantBoundary (:TenantBoundary)
SubClassOf(:TenantBoundary <http://www.grsu.by/net/OdTMBaseThreatModel#TrustBorderBoundary>)
# Class: :VirtualMachine (:VirtualMachine)
SubClassOf(:VirtualMachine :CloudApplication)
SubClassOf(:VirtualMachine ObjectHasValue(:hasServiceLayer :layerIaaS))
############################
# Named Individuals
############################
# Individual: :threatA1_faiureOfExternalService (:threatA1_faiureOfExternalService)
AnnotationAssertion(rdfs:comment :threatA1_faiureOfExternalService "A1. Unexpected failure of <{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatA1_faiureOfExternalService)
# Individual: :threatA2__InformationDisclosureByExternalService (:threatA2__InformationDisclosureByExternalService)
AnnotationAssertion(rdfs:comment :threatA2__InformationDisclosureByExternalService "A2. Disclosure of information processed by <{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatA2__InformationDisclosureByExternalService)
# Individual: :threatA3__InformationModificationByExternalService (:threatA3__InformationModificationByExternalService)
AnnotationAssertion(rdfs:comment :threatA3__InformationModificationByExternalService "A3. Modification of information processed by <{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatA3__InformationModificationByExternalService)
# Individual: :threatA4_ClientSideConnectionIssueToExternalService (:threatA4_ClientSideConnectionIssueToExternalService)
AnnotationAssertion(rdfs:comment :threatA4_ClientSideConnectionIssueToExternalService "A4. Client-side network connection to <{target.Name}> issues"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatA4_ClientSideConnectionIssueToExternalService)
# Individual: :threatA5_MaliciousContentFromExternalService (:threatA5_MaliciousContentFromExternalService)
AnnotationAssertion(rdfs:comment :threatA5_MaliciousContentFromExternalService "A5. Malicious content from <{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatA5_MaliciousContentFromExternalService)
# Individual: :threatB11_UsageOfPublicAccessNetworksByRemoteUser (:threatB11_UsageOfPublicAccessNetworksByRemoteUser)
AnnotationAssertion(rdfs:comment :threatB11_UsageOfPublicAccessNetworksByRemoteUser "B11. Usage of public access networks by <{source.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatB11_UsageOfPublicAccessNetworksByRemoteUser)
# Individual: :threatB12_socialEngineeringAttacksAgainstCloudApplication (:threatB12_socialEngineeringAttacksAgainstCloudApplication)
AnnotationAssertion(rdfs:comment :threatB12_socialEngineeringAttacksAgainstCloudApplication "B12. Social Engineering attacks against <{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatB12_socialEngineeringAttacksAgainstCloudApplication)
# Individual: :threatB1_faiureOfCloudApplication (:threatB1_faiureOfCloudApplication)
AnnotationAssertion(rdfs:comment :threatB1_faiureOfCloudApplication "B1. Unexpected failure of <{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatB1_faiureOfCloudApplication)
# Individual: :threatB2_InformationDisclosureByCloudApplication (:threatB2_InformationDisclosureByCloudApplication)
AnnotationAssertion(rdfs:comment :threatB2_InformationDisclosureByCloudApplication "B2. Disclosure of information processed by <{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatB2_InformationDisclosureByCloudApplication)
# Individual: :threatB3_InformationModificationByCloudApplication (:threatB3_InformationModificationByCloudApplication)
AnnotationAssertion(rdfs:comment :threatB3_InformationModificationByCloudApplication "B3. Modification of information processed by <{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatB3_InformationModificationByCloudApplication)
# Individual: :threatB4_ClientSideConnectionIssueToCloudApplication (:threatB4_ClientSideConnectionIssueToCloudApplication)
AnnotationAssertion(rdfs:comment :threatB4_ClientSideConnectionIssueToCloudApplication "B4. Client-side connection to <{target.Name}> issues"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatB4_ClientSideConnectionIssueToCloudApplication)
# Individual: :threatB5_MaliciousContentFromCloudApplication (:threatB5_MaliciousContentFromCloudApplication)
AnnotationAssertion(rdfs:comment :threatB5_MaliciousContentFromCloudApplication "B5. Malicious content from <{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatB5_MaliciousContentFromCloudApplication)
# Individual: :threatC1_elevationOfPriviledgeOfTarget (:threatC1_elevationOfPriviledgeOfTarget)
AnnotationAssertion(rdfs:comment :threatC1_elevationOfPriviledgeOfTarget "C1 (PaaS, IaaS). Elevation of privilege of <{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatC1_elevationOfPriviledgeOfTarget)
# Individual: :threatC20_DoSDDoSAttackAgainstCloudApplication (:threatC20_DoSDDoSAttackAgainstCloudApplication)
AnnotationAssertion(rdfs:comment :threatC20_DoSDDoSAttackAgainstCloudApplication "C20. DoS/DDoS attack against <{target.Name}> from Internet"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatC20_DoSDDoSAttackAgainstCloudApplication)
# Individual: :threatC21_EDoSAttackAgainstCloudApplication (:threatC21_EDoSAttackAgainstCloudApplication)
AnnotationAssertion(rdfs:comment :threatC21_EDoSAttackAgainstCloudApplication "C21. EDoS (Economic Denial of Service) attack against <{target.Name}> from Internet"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatC21_EDoSAttackAgainstCloudApplication)
# Individual: :threatC22_NetworkScanningFromInternet (:threatC22_NetworkScanningFromInternet)
AnnotationAssertion(rdfs:comment :threatC22_NetworkScanningFromInternet "C22 (IaaS). Network scanning of <{target.Name}> from Internet"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatC22_NetworkScanningFromInternet)
# Individual: :threatC23_MaliciousUsingOfCloudApplication (:threatC23_MaliciousUsingOfCloudApplication)
AnnotationAssertion(rdfs:comment :threatC23_MaliciousUsingOfCloudApplication "С23. Malicious using of <{target.Name}> from Internet"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatC23_MaliciousUsingOfCloudApplication)
# Individual: :threatC24_BlockingSharedResourcesOfCloudApplication (:threatC24_BlockingSharedResourcesOfCloudApplication)
AnnotationAssertion(rdfs:comment :threatC24_BlockingSharedResourcesOfCloudApplication "C24. Blocking shared resources of <{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatC24_BlockingSharedResourcesOfCloudApplication)
# Individual: :threatC2_hiddenChannelToTarget (:threatC2_hiddenChannelToTarget)
AnnotationAssertion(rdfs:comment :threatC2_hiddenChannelToTarget "C2 (PaaS, IaaS). Hidden channel (backdoor) to <{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatC2_hiddenChannelToTarget)
# Individual: :threatD10_threatsToCloudInfrastructure (:threatD10_threatsToCloudInfrastructure)
AnnotationAssertion(rdfs:comment :threatD10_threatsToCloudInfrastructure "D10 (PaaS, IaaS). Threats from <{target.Name}> to cloud infrastructure"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD10_threatsToCloudInfrastructure)
# Individual: :threatD11_lackOfDataIsolation (:threatD11_lackOfDataIsolation)
AnnotationAssertion(rdfs:comment :threatD11_lackOfDataIsolation "D11. Lack of data isolation for <{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD11_lackOfDataIsolation)
# Individual: :threatD12_lackOfCodeIsolation (:threatD12_lackOfCodeIsolation)
AnnotationAssertion(rdfs:comment :threatD12_lackOfCodeIsolation "D12 (PaaS, IaaS). Lack of code isolation for <{target.Name}>"@en)
# Individual: :threatD13_lackOfNetworkIsolation (:threatD13_lackOfNetworkIsolation)
AnnotationAssertion(rdfs:comment :threatD13_lackOfNetworkIsolation "D13 (IaaS). Lack of network isolation for <{target.name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD13_lackOfNetworkIsolation)
# Individual: :threatD14_restrictionsOfSecurityAssessmentOfCloudApplication (:threatD14_restrictionsOfSecurityAssessmentOfCloudApplication)
AnnotationAssertion(rdfs:comment :threatD14_restrictionsOfSecurityAssessmentOfCloudApplication "D14. Restrictions of security assessment of <{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD14_restrictionsOfSecurityAssessmentOfCloudApplication)
# Individual: :threatD16_backupLost (:threatD16_backupLost)
AnnotationAssertion(rdfs:comment :threatD16_backupLost "D16. Backup lost"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD16_backupLost)
# Individual: :threatD17_backupStolen (:threatD17_backupStolen)
AnnotationAssertion(rdfs:comment :threatD17_backupStolen "D17. Backup of <{target.Name}> stolen"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD17_backupStolen)
# Individual: :threatD18_logLost (:threatD18_logLost)
AnnotationAssertion(rdfs:comment :threatD18_logLost "D18. Log of <{target.Name}> lost"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD18_logLost)
# Individual: :threatD19_logStolen (:threatD19_logStolen)
AnnotationAssertion(rdfs:comment :threatD19_logStolen "D19. Logs of <{target.Name}> stolen"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD19_logStolen)
# Individual: :threatD1_lossOfSecurityControl (:threatD1_lossOfSecurityControl)
AnnotationAssertion(rdfs:comment :threatD1_lossOfSecurityControl "D1. Loss of security control under <{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD1_lossOfSecurityControl)
# Individual: :threatD2_lackOfReservedResources (:threatD2_lackOfReservedResources)
AnnotationAssertion(rdfs:comment :threatD2_lackOfReservedResources "D2. Lack of reserved (or additional) resources for <{target.Name}> because of overload of cloud infrastructure."@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD2_lackOfReservedResources)
# Individual: :threatD3_unexpectedFailureOfScaleOperation (:threatD3_unexpectedFailureOfScaleOperation)
AnnotationAssertion(rdfs:comment :threatD3_unexpectedFailureOfScaleOperation "D3. Unexpected failure of scale operation for <{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD3_unexpectedFailureOfScaleOperation)
# Individual: :threatD4_lackOfResourcesForRedundantOperation (:threatD4_lackOfResourcesForRedundantOperation)
AnnotationAssertion(rdfs:comment :threatD4_lackOfResourcesForRedundantOperation "D4. Lack of resources for redundant (recovery after failure) operation of <{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD4_lackOfResourcesForRedundantOperation)
# Individual: :threatD50_restorationOfDeletedDataFromStorage (:threatD50_restorationOfDeletedDataFromStorage)
AnnotationAssertion(rdfs:comment :threatD50_restorationOfDeletedDataFromStorage "D50. Restoration of deleted data from <{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD50_restorationOfDeletedDataFromStorage)
# Individual: :threatD51_weakDataEncryptionMechanismsOfStorage (:threatD51_weakDataEncryptionMechanismsOfStorage)
AnnotationAssertion(rdfs:comment :threatD51_weakDataEncryptionMechanismsOfStorage "D51. Weak data encryption mechanisms of <{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD51_weakDataEncryptionMechanismsOfStorage)
# Individual: :threatD6_maliciousInsiderInCloudInfrastructure (:threatD6_maliciousInsiderInCloudInfrastructure)
AnnotationAssertion(rdfs:comment :threatD6_maliciousInsiderInCloudInfrastructure "D6. Malicious insider in cloud infrastructure of <{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD6_maliciousInsiderInCloudInfrastructure)
# Individual: :threatD70_virtualMachineEscape (:threatD70_virtualMachineEscape)
AnnotationAssertion(rdfs:comment :threatD70_virtualMachineEscape "D70. Virtual machine escape (<{target.Name}>)"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD70_virtualMachineEscape)
# Individual: :threatD71_crossVMSideChannelAttack (:threatD71_crossVMSideChannelAttack)
AnnotationAssertion(rdfs:comment :threatD71_crossVMSideChannelAttack "D71. Cross-VM side channel attack against <{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD71_crossVMSideChannelAttack)
# Individual: :threatD72_hypervisorVulnerabilities (:threatD72_hypervisorVulnerabilities)
AnnotationAssertion(rdfs:comment :threatD72_hypervisorVulnerabilities "D72. Hypervisor vulnerabilities (<target.Name>)"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD72_hypervisorVulnerabilities)
# Individual: :threatD73_informationLossDuringVMMigration (:threatD73_informationLossDuringVMMigration)
AnnotationAssertion(rdfs:comment :threatD73_informationLossDuringVMMigration "D73. Information loss during VM migration (<{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD73_informationLossDuringVMMigration)
# Individual: :threatD74_informationDisclosureDuringVMMigration (:threatD74_informationDisclosureDuringVMMigration)
AnnotationAssertion(rdfs:comment :threatD74_informationDisclosureDuringVMMigration "D74. Information disclosure during VM migration (<{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD74_informationDisclosureDuringVMMigration)
# Individual: :threatD75_rogueVMImageInRepository (:threatD75_rogueVMImageInRepository)
AnnotationAssertion(rdfs:comment :threatD75_rogueVMImageInRepository "D75. Rogue VM images in repository (<{target.Name}>)"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD75_rogueVMImageInRepository)
# Individual: :threatD76_outdatedVMImagesInRepository (:threatD76_outdatedVMImagesInRepository)
AnnotationAssertion(rdfs:comment :threatD76_outdatedVMImagesInRepository "D76. Outdated VM images in repository (<{target.Name}>)"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD76_outdatedVMImagesInRepository)
# Individual: :threatD7_hiddenDependenciesOfCloudInfrastructure (:threatD7_hiddenDependenciesOfCloudInfrastructure)
AnnotationAssertion(rdfs:comment :threatD7_hiddenDependenciesOfCloudInfrastructure "D7. Hidden dependencies between components of <{target.Name}> and cloud infrastructure"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD7_hiddenDependenciesOfCloudInfrastructure)
# Individual: :threatD8_disclosureOfCredentialsOfCloudManagementInterface (:threatD8_disclosureOfCredentialsOfCloudManagementInterface)
AnnotationAssertion(rdfs:comment :threatD8_disclosureOfCredentialsOfCloudManagementInterface "D8. Disclosure of user credentials of management interface of <{target.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD8_disclosureOfCredentialsOfCloudManagementInterface)
# Individual: :threatD9_failureBecauseOfBillingProblems (:threatD9_failureBecauseOfBillingProblems)
AnnotationAssertion(rdfs:comment :threatD9_failureBecauseOfBillingProblems "D9. Unexpected failure of <{target.Name}>, caused by problems of cloud billing subsystem"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatD9_failureBecauseOfBillingProblems)
# Individual: :threatF1_UsageOfUnencryptedFlow (:threatF1_UsageOfUnencryptedFlow)
AnnotationAssertion(rdfs:comment :threatF1_UsageOfUnencryptedFlow "F1. Using of unencrypted flow <{flow.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatF1_UsageOfUnencryptedFlow)
# Individual: :threatF9_vulnerabilitiesOfInternetProtocols (:threatF9_vulnerabilitiesOfInternetProtocols)
AnnotationAssertion(rdfs:comment :threatF9_vulnerabilitiesOfInternetProtocols "F9. vulnerabilities of Internet protocols of flow <{flow.Name}>"@en)
ClassAssertion(<http://www.grsu.by/net/OdTMBaseThreatModel#Threat> :threatF9_vulnerabilitiesOfInternetProtocols)
)