From c32c7f4155e96ed1dcd76e9734c1ce33af73a59d Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 6 Feb 2020 11:36:13 +0100 Subject: [PATCH] chg: [sms] missing Cellebrite fields added --- objects/short-message-service/definition.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/objects/short-message-service/definition.json b/objects/short-message-service/definition.json index 6ad1a92..e065795 100644 --- a/objects/short-message-service/definition.json +++ b/objects/short-message-service/definition.json @@ -37,9 +37,19 @@ "ui-priority": 0, "misp-attribute": "datetime", "disable_correlation": true + }, + "smsc": { + "description": "SMS Message Center", + "ui-priority": 0, + "misp-attribute": "text" + }, + "name": { + "description": "Sender name", + "ui-priority": 0, + "misp-attribute": "text" } }, - "version": 1, + "version": 2, "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", "uuid": "4851a3dc-e1a6-43ac-9d97-f0d13a099fd2",