2018-07-18 09:52:31 +02:00
{
"attributes" : {
"body" : {
"description" : "Message body of the SMS" ,
2020-04-26 02:10:02 +02:00
"misp-attribute" : "text" ,
"ui-priority" : 1
2018-07-18 09:52:31 +02:00
} ,
"from" : {
"description" : "Phone number used to send the SMS" ,
"misp-attribute" : "phone-number" ,
2020-04-26 02:10:02 +02:00
"multiple" : true ,
"ui-priority" : 1
2018-07-18 09:52:31 +02:00
} ,
2020-04-26 02:10:02 +02:00
"name" : {
"description" : "Sender name" ,
"misp-attribute" : "text" ,
"ui-priority" : 0
2018-07-18 09:52:31 +02:00
} ,
2020-05-14 01:42:55 +02:00
"phone-company" : {
"description" : "Phone company of the number used to send the SMS" ,
"misp-attribute" : "text" ,
"ui-priority" : 0
2020-05-14 01:43:37 +02:00
} ,
2018-07-18 09:52:31 +02:00
"received-date" : {
"description" : "Received date of the SMS" ,
2020-04-26 02:10:02 +02:00
"disable_correlation" : true ,
2018-07-18 09:52:31 +02:00
"misp-attribute" : "datetime" ,
2020-04-26 02:10:02 +02:00
"ui-priority" : 0
} ,
"sent-date" : {
"description" : "Initial sent date of the SMS" ,
"disable_correlation" : true ,
"misp-attribute" : "datetime" ,
"ui-priority" : 0
2020-02-06 11:36:13 +01:00
} ,
"smsc" : {
"description" : "SMS Message Center" ,
2020-04-26 02:10:02 +02:00
"misp-attribute" : "phone-number" ,
"ui-priority" : 0
2020-02-06 11:36:13 +01:00
} ,
2020-04-26 02:10:02 +02:00
"to" : {
"description" : "Phone number receiving the SMS" ,
"misp-attribute" : "phone-number" ,
"multiple" : true ,
"ui-priority" : 1
} ,
"url-rfc5724" : {
"description" : "url representing SMS using RFC 5724 (not url contained in the SMS which should use an url object)" ,
"misp-attribute" : "url" ,
"ui-priority" : 6
2018-07-18 09:52:31 +02:00
}
} ,
"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" ,
2020-04-26 02:10:02 +02:00
"name" : "short-message-service" ,
"requiredOneOf" : [
"body" ,
"from"
] ,
2018-07-18 09:52:31 +02:00
"uuid" : "4851a3dc-e1a6-43ac-9d97-f0d13a099fd2" ,
2020-05-14 01:44:09 +02:00
"version" : 4
2020-05-14 18:17:09 +02:00
}