mirror of https://github.com/MISP/misp-objects
Add fields related to GT
parent
5bfe1f2d66
commit
da1d90ab8a
|
@ -278,6 +278,26 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"SccpCdGT-Country": {
|
||||||
|
"description": "Country in which SCCP CDGT is registered.",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"SccpCdGT-CountryISO2": {
|
||||||
|
"description": "Code ISO 3166-1 alpha-2 from which the SCCP CDGT is allocated.",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"SccpCdGT-OperatorName": {
|
||||||
|
"description": "Operator Name under which the SCCP CDGT is registered.",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"SccpCdGT-TADIG": {
|
||||||
|
"description": "TADIG under which the SCCP CDGT is registered.",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
"SccpCdPC": {
|
"SccpCdPC": {
|
||||||
"description": "Signaling Connection Control Part (SCCP) CdPC - Phone number.",
|
"description": "Signaling Connection Control Part (SCCP) CdPC - Phone number.",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
@ -295,6 +315,28 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"SccpCgGT-Country": {
|
||||||
|
"description": "Country in which SCCP CGGT is registered.",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"SccpCgGT-CountryISO2": {
|
||||||
|
"description": "Allocated Code ISO 3166-1 alpha-2 for the SCCP CGGT.",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"SccpCgGT-OperatorName": {
|
||||||
|
"description": "Operator Name under which the SCCP CGGT is registered.",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"SccpCgGT-TADIG": {
|
||||||
|
"description": "TADIG under which the SCCP CGGT is registered.",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
"SccpCgPC": {
|
"SccpCgPC": {
|
||||||
"description": "Signaling Connection Control Part (SCCP) CgPC - Phone number.",
|
"description": "Signaling Connection Control Part (SCCP) CgPC - Phone number.",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
@ -329,4 +371,4 @@
|
||||||
],
|
],
|
||||||
"uuid": "f3493d8b-a7ab-48d0-a775-046c4d64d782",
|
"uuid": "f3493d8b-a7ab-48d0-a775-046c4d64d782",
|
||||||
"version": 4
|
"version": 4
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue