mirror of https://github.com/MISP/misp-objects
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"attributes": {
|
|
"body": {
|
|
"description": "Message body of the SMS",
|
|
"misp-attribute": "text",
|
|
"ui-priority": 1
|
|
},
|
|
"from": {
|
|
"description": "Phone number used to send the SMS",
|
|
"misp-attribute": "phone-number",
|
|
"multiple": true,
|
|
"ui-priority": 1
|
|
},
|
|
"name": {
|
|
"description": "Sender name",
|
|
"misp-attribute": "text",
|
|
"ui-priority": 0
|
|
},
|
|
"phone-company": {
|
|
"description": "Phone company of the number used to send the SMS",
|
|
"misp-attribute": "text",
|
|
"ui-priority": 0
|
|
},
|
|
"received-date": {
|
|
"description": "Received date of the SMS",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "datetime",
|
|
"ui-priority": 0
|
|
},
|
|
"sent-date": {
|
|
"description": "Initial sent date of the SMS",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "datetime",
|
|
"ui-priority": 0
|
|
},
|
|
"smsc": {
|
|
"description": "SMS Message Center",
|
|
"misp-attribute": "phone-number",
|
|
"ui-priority": 0
|
|
},
|
|
"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
|
|
}
|
|
},
|
|
"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",
|
|
"name": "short-message-service",
|
|
"requiredOneOf": [
|
|
"body",
|
|
"from"
|
|
],
|
|
"uuid": "4851a3dc-e1a6-43ac-9d97-f0d13a099fd2",
|
|
"version": 4
|
|
} |