forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefinition.json
More file actions
47 lines (47 loc) · 1.35 KB
/
definition.json
File metadata and controls
47 lines (47 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"requiredOneOf": [
"body",
"from"
],
"attributes": {
"body": {
"description": "Message body of the SMS",
"ui-priority": 1,
"misp-attribute": "text"
},
"url-rfc5724": {
"description": "url representing SMS using RFC 5724 (not url contained in the SMS which should use an url object)",
"ui-priority": 6,
"misp-attribute": "url"
},
"from": {
"description": "Phone number used to send the SMS",
"ui-priority": 1,
"misp-attribute": "phone-number",
"multiple": true
},
"to": {
"description": "Phone number receiving the SMS",
"ui-priority": 1,
"misp-attribute": "phone-number",
"multiple": true
},
"sent-date": {
"description": "Initial sent date of the SMS",
"ui-priority": 0,
"misp-attribute": "datetime",
"disable_correlation": true
},
"received-date": {
"description": "Received date of the SMS",
"ui-priority": 0,
"misp-attribute": "datetime",
"disable_correlation": true
}
},
"version": 1,
"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",
"name": "short-message-service"
}