-
Notifications
You must be signed in to change notification settings - Fork 128
/
Copy pathdefinition.json
122 lines (122 loc) · 3.18 KB
/
definition.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"attributes": {
"app-used": {
"description": "The IM application used to send the message.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"WhatsApp",
"Google Hangouts",
"Facebook Messenger",
"Telegram",
"Signal",
"WeChat",
"BlackBerry Messenger",
"TeamSpeak",
"TorChat",
"Tox",
"RetroShare",
"Slack",
"Wire",
"Threema",
"Discord",
"Mumble",
"Jabber",
"Twitter",
"Mattermost"
],
"ui-priority": 1
},
"archive": {
"description": "Archive of the original message (Internet Archive, Archive.is, etc).",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 1
},
"attachment": {
"description": "The message file or screen capture.",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 1
},
"body": {
"description": "Message body of the IM.",
"misp-attribute": "text",
"ui-priority": 1
},
"from-name": {
"description": "Name of the person that sent the message.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"from-number": {
"description": "Phone number used to send the message.",
"misp-attribute": "phone-number",
"multiple": true,
"ui-priority": 1
},
"from-user": {
"description": "User account that sent the message.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"link": {
"description": "Original link into the message (Supposed harmless).",
"misp-attribute": "link",
"ui-priority": 1
},
"received-date": {
"description": "Received date of the message.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"sent-date": {
"description": "Initial sent date of the message.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"subject": {
"description": "Subject of the message if any.",
"misp-attribute": "text",
"ui-priority": 0
},
"to-name": {
"description": "Name of the person that received the message.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"to-number": {
"description": "Phone number receiving the message.",
"misp-attribute": "phone-number",
"multiple": true,
"ui-priority": 1
},
"to-user": {
"description": "User account that received the message.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"url": {
"description": "Original URL location of the message (potentially malicious).",
"misp-attribute": "url",
"ui-priority": 1
}
},
"description": "Instant Message (IM) object template describing one or more IM message.",
"meta-category": "misc",
"name": "instant-message",
"requiredOneOf": [
"body",
"from-user",
"from-number",
"from-name"
],
"uuid": "5fa51a24-f40f-4696-a77e-d31e26bab5fc",
"version": 3
}