Skip to content

Commit da1d90a

Browse files
authored
Add fields related to GT
1 parent 5bfe1f2 commit da1d90a

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

objects/ss7-attack/definition.json

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,26 @@
278278
"misp-attribute": "text",
279279
"ui-priority": 0
280280
},
281+
"SccpCdGT-Country": {
282+
"description": "Country in which SCCP CDGT is registered.",
283+
"misp-attribute": "text",
284+
"ui-priority": 0
285+
},
286+
"SccpCdGT-CountryISO2": {
287+
"description": "Code ISO 3166-1 alpha-2 from which the SCCP CDGT is allocated.",
288+
"misp-attribute": "text",
289+
"ui-priority": 0
290+
},
291+
"SccpCdGT-OperatorName": {
292+
"description": "Operator Name under which the SCCP CDGT is registered.",
293+
"misp-attribute": "text",
294+
"ui-priority": 0
295+
},
296+
"SccpCdGT-TADIG": {
297+
"description": "TADIG under which the SCCP CDGT is registered.",
298+
"misp-attribute": "text",
299+
"ui-priority": 0
300+
},
281301
"SccpCdPC": {
282302
"description": "Signaling Connection Control Part (SCCP) CdPC - Phone number.",
283303
"misp-attribute": "text",
@@ -295,6 +315,28 @@
295315
"multiple": true,
296316
"ui-priority": 0
297317
},
318+
"SccpCgGT-Country": {
319+
"description": "Country in which SCCP CGGT is registered.",
320+
"misp-attribute": "text",
321+
"multiple": true,
322+
"ui-priority": 0
323+
},
324+
"SccpCgGT-CountryISO2": {
325+
"description": "Allocated Code ISO 3166-1 alpha-2 for the SCCP CGGT.",
326+
"misp-attribute": "text",
327+
"ui-priority": 0
328+
},
329+
"SccpCgGT-OperatorName": {
330+
"description": "Operator Name under which the SCCP CGGT is registered.",
331+
"misp-attribute": "text",
332+
"ui-priority": 0
333+
},
334+
"SccpCgGT-TADIG": {
335+
"description": "TADIG under which the SCCP CGGT is registered.",
336+
"misp-attribute": "text",
337+
"multiple": true,
338+
"ui-priority": 0
339+
},
298340
"SccpCgPC": {
299341
"description": "Signaling Connection Control Part (SCCP) CgPC - Phone number.",
300342
"misp-attribute": "text",
@@ -329,4 +371,4 @@
329371
],
330372
"uuid": "f3493d8b-a7ab-48d0-a775-046c4d64d782",
331373
"version": 4
332-
}
374+
}

0 commit comments

Comments
 (0)