mirror of https://github.com/MISP/misp-objects
Merge pull request #349 from yodresh/master
Update SS7 Object to add more details on GT (Country/Operator/ISO2/TADIG)pull/352/head
commit
9345fbedec
|
@ -276,6 +276,27 @@
|
||||||
"SccpCdGT": {
|
"SccpCdGT": {
|
||||||
"description": "Signaling Connection Control Part (SCCP) CdGT - Phone number.",
|
"description": "Signaling Connection Control Part (SCCP) CdGT - Phone number.",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"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
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"SccpCdPC": {
|
"SccpCdPC": {
|
||||||
|
@ -295,6 +316,26 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"SccpCgGT-Country": {
|
||||||
|
"description": "Country in which SCCP CGGT is registered.",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"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",
|
||||||
|
"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",
|
||||||
|
|
Loading…
Reference in New Issue