mirror of https://github.com/MISP/misp-objects
chg: [sms] the SMS center is a phone number
parent
371788589c
commit
3ba77c9d2c
|
@ -41,7 +41,7 @@
|
||||||
"smsc": {
|
"smsc": {
|
||||||
"description": "SMS Message Center",
|
"description": "SMS Message Center",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "phone-number"
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"description": "Sender name",
|
"description": "Sender name",
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 2,
|
"version": 3,
|
||||||
"description": "Short Message Service (SMS) object template describing one or more SMS message. Restriction of the initial format 3GPP 23.038 GSM character set doesn't apply.",
|
"description": "Short Message Service (SMS) object template describing one or more SMS message. Restriction of the initial format 3GPP 23.038 GSM character set doesn't apply.",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "4851a3dc-e1a6-43ac-9d97-f0d13a099fd2",
|
"uuid": "4851a3dc-e1a6-43ac-9d97-f0d13a099fd2",
|
||||||
|
|
Loading…
Reference in New Issue