-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathattack_library.json
368 lines (330 loc) · 11.8 KB
/
attack_library.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
{
"type": "attack_library",
"version": "1.0",
"created": "2020-01-01",
"object": [
{
"attack_category": "nefarious_activity",
"attack_id": "1",
"category_name": "Nefarious Activity",
"name": "Channel Jamming - Cluster",
"description": "Nefarious Activity",
"attack_type": [
{
"type_id": "1",
"type_name": "channel_jamming_cluster",
"description": "Since smart grid uses IP protocol and TCP/IP stack, it becomes subject to DoS attacks and to the vulnerabilities inherent in the TCP/IP stack. DoS attacks might attempt to delay, block, or corrupt information transmission in order to make smart grid resources unavailable",
"affected_value": [
{
"delay_cluster": 100,
"data_rate_cluster": 1000000
}
]
}
],
"attack_component": [
{
"component_id": "1",
"component_name": "Network",
"description": "Network component is affected",
"file": "ns-3.cc"
}
],
"attack_schedule": [
{
"schedule_id": "1",
"description": "This is a description",
"file": "schedule_1",
"start_time": "12:00:00",
"end_time": "18:00:00"
}
]
},
{
"attack_category": "nefarious_activity",
"attack_id": "2",
"category_name": "Nefarious Activity",
"name": "Channel Jamming - Peer-to-Peer",
"description": "Channel Jamming - Peer-to-Peer",
"attack_type": [
{
"type_id": "1",
"type_name": "channel_jamming_peer-to-peer",
"description": "Since smart grid uses IP protocol and TCP/IP stack, it becomes subject to DoS attacks and to the vulnerabilities inherent in the TCP/IP stack. DoS attacks might attempt to delay, block, or corrupt information transmission in order to make smart grid resources unavailable",
"affected_value": [
{
"data_rate_peer_to_peer": 1000000,
"delay_peer_to_peer": 100
}
]
}
],
"attack_component": [
{
"component_id": "1",
"component_name": "Network",
"description": "Network component is affected",
"file": "ns-3.cc"
}
],
"attack_schedule": [
{
"schedule_id": "1",
"description": "This is a description",
"start_time": "start_time",
"end_time": "end_time"
}
]
},
{
"attack_category": "nefarious_activity",
"attack_id": "3",
"category_name": "Nefarious Activity",
"name": "DNS attacks - Cluster",
"description": "DNS attacks - Cluster",
"attack_type": [
{
"type_id": "1",
"type_name": "dns_attacks_peer-to-peer",
"description": "Acknowledges forgery is a threat where an attacker knows the DNS value and can send a false acknowledgement messages to the sender saying that the receiver has received the message when, in fact, it hasn't. A routing-based DoS attack is based on the idea that the attacker manipulates the routing table enabling the attacker to route the traffic of a victim to the attacker's system or to a black hole which is a network that does not exist and thus denying the victim to access the requested service. On the other hand, in a DNS-based DoS attack, an attacker compromises a DNS server to cache bogus DNS information so that traffic towards the target system is routed to the attacker's system and thereby denying other users to access services offered by the target system",
"affected_value": [
{
"data_rate_cluster": 5000000,
"delay_cluster": 50
}
]
}
],
"attack_component": [
{
"component_id": "1",
"component_name": "Network",
"description": "Network component is affected",
"file": "ns-3.cc"
}
],
"attack_schedule": [
{
"schedule_id": "1",
"description": "This is a description",
"start_time": "start_time",
"end_time": "end_time"
}
]
},
{
"attack_category": "nefarious_activity",
"attack_id": "4",
"category_name": "Nefarious Activity",
"name": "DNS attacks - Peer-to-Peer",
"description": "DNS attacks - Peer-to-Peer",
"attack_type": [
{
"type_id": "1",
"type_name": "dns_attacks_peer_to_peer",
"description": "Acknowledges forgery is a threat where an attacker knows the DNS value and can send a false acknowledgement messages to the sender saying that the receiver has received the message when, in fact, it hasn't. A routing-based DoS attack is based on the idea that the attacker manipulates the routing table enabling the attacker to route the traffic of a victim to the attacker's system or to a black hole which is a network that does not exist and thus denying the victim to access the requested service. On the other hand, in a DNS-based DoS attack, an attacker compromises a DNS server to cache bogus DNS information so that traffic towards the target system is routed to the attacker's system and thereby denying other users to access services offered by the target system",
"affected_value": [
{
"data_rate_peer_to_peer": 1000000,
"delay_peer_to_peer": 10
}
]
}
],
"attack_component": [
{
"component_id": "1",
"component_name": "Network",
"description": "Network component is affected",
"file": "ns-3.cc"
}
],
"attack_schedule": [
{
"schedule_id": "1",
"description": "This is a description",
"start_time": "start_time",
"end_time": "end_time"
}
]
},
{
"attack_category": "nefarious_activity",
"attack_id": "5",
"category_name": "Nefarious Activity",
"name": "Injection Attacks - Control Systems",
"description": "Injection Attacks - Control Systems - Control systems (The Auction System) ",
"attack_type": [
{
"type_id": "1",
"type_name": "injection_attacks_control_systems",
"description": "An attacker can send packets to inject false information in the network, such as wrong meter data, false prices, fake emergency event, etc. Fake information can have huge financial impact on the electricity markets.",
"affected_value": [
{
"max_capacity_reference_bid_quantity": 100
}
]
}
],
"attack_component": [
{
"component_id": "1",
"component_name": "Control Systems",
"description": "Control systems (The Auction System) is affected",
"file": "GridLab-D.glm"
}
],
"attack_schedule": [
{
"schedule_id": "1",
"description": "This is a description",
"start_time": "start_time",
"end_time": "end_time"
}
]
},
{
"attack_category": "nefarious_activity",
"attack_id": "6",
"category_name": "Nefarious Activity",
"name": "Injection Attacks - End-point Systems",
"description": "Injection Attacks - End-point Systems",
"attack_type": [
{
"type_id": "1",
"type_name": "injection_attacks_end_point",
"description": "An attacker can send packets to inject false information in the network, such as wrong meter data, false prices, fake emergency event, etc. Fake information can have huge financial impact on the electricity markets.",
"affected_value": [
{
"comfort_level": 0.1
}
]
}
],
"attack_component": [
{
"component_id": "1",
"component_name": "End-point Systems",
"description": "End-point System is affected",
"file": "GridLab-D.glm"
}
],
"attack_schedule": [
{
"schedule_id": "1",
"description": "This is a description",
"start_time": "start_time",
"end_time": "end_time"
}
]
},
{
"attack_category": "nefarious_activity",
"attack_id": "7",
"category_name": "Nefarious Activity",
"name": "Malicious Code - End-point Systems",
"description": "Malicious Code - End-point Systems",
"attack_type": [
{
"type_id": "1",
"type_name": "malicious_code_end_point",
"description": "An attacker can develop malware and spread it to infect smart meters or company servers. Malware can be used to replace or add any function to a device or a system such as sending sensitive information.",
"affected_value": [
{
"proxy_clear_price": 7.8,
"proxy_price_cap": 5.9
}
]
}
],
"attack_component": [
{
"component_id": "1",
"component_name": "End-point Systems",
"description": "End-point System is affected",
"file": "GridLab-D.glm"
}
],
"attack_schedule": [
{
"schedule_id": "1",
"description": "This is a description",
"start_time": "start_time",
"end_time": "end_time"
}
]
},
{
"attack_category": "eavesdropping_interception_hijacking",
"attack_id": "8",
"category_name": "Eavesdropping, Interception and Hijacking",
"name": "Replay of Messages - Cluster",
"description": "Replay of Messages - Cluster",
"attack_type": [
{
"type_id": "1",
"type_name": "replay_of_messages_cluster",
"description": "Acknowledges forgery is a threat where an attacker knows the DNS value and can send a false acknowledgement messages to the sender saying that the receiver has received the message when, in fact, it hasn't",
"affected_value": [
{
"data_rate_cluster": 2000000,
"delay_cluster": 50
}
]
}
],
"attack_component": [
{
"component_id": "1",
"component_name": "End-point Systems",
"description": "End-point System is affected",
"file": "ns-3.cc"
}
],
"attack_schedule": [
{
"schedule_id": "1",
"description": "This is a description",
"start_time": "start_time",
"end_time": "end_time"
}
]
},
{
"attack_category": "eavesdropping_interception_hijacking",
"attack_id": "9",
"category_name": "Eavesdropping, Interception and Hijacking",
"name": "Replay of Messages - Peer-to-Peer",
"description": "Replay of Messages - Peer-to-Peer",
"attack_type": [
{
"type_id": "1",
"type_name": "replay_of_messages_peer_to_peer",
"description": "Acknowledges forgery is a threat where an attacker knows the DNS value and can send a false acknowledgement messages to the sender saying that the receiver has received the message when, in fact, it hasn't",
"affected_value": [
{
"data_rate_peer_to_peer": 3000000,
"delay_peer_to_peer": 70
}
]
}
],
"attack_component": [
{
"component_id": "1",
"component_name": "End-point Systems",
"description": "End-point System is affected",
"file": "ns-3.cc"
}
],
"attack_schedule": [
{
"schedule_id": "1",
"description": "This is a description",
"start_time": "start_time",
"end_time": "end_time"
}
]
}
]
}