-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
81 lines (81 loc) · 2.19 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
{
"attributes": {
"app-used": {
"description": "The IM application used to send the message.",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"sane_default": [
"WhatsApp",
"Google Hangouts",
"Facebook Messenger",
"Telegram",
"Signal",
"WeChat",
"BlackBerry Messenger",
"TeamSpeak",
"TorChat",
"Tox",
"RetroShare",
"Slack"
],
"ui-priority": 1
},
"archive": {
"description": "Archive of the original group (Internet Archive, Archive.is, etc).",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 1
},
"attachment": {
"description": "A screen capture or exported list of contacts, group members, etc.",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 1
},
"group-alias": {
"description": "Aliases of group, channel or community.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"group-name": {
"description": "The name of the group, channel or community.",
"misp-attribute": "text",
"ui-priority": 1
},
"link": {
"description": "Original link into the group (Supposed harmless).",
"misp-attribute": "link",
"ui-priority": 1
},
"person-name": {
"description": "A person who is a member of the group.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"url": {
"description": "Original URL location of the group (potentially malicious).",
"misp-attribute": "url",
"ui-priority": 1
},
"username": {
"description": "A user account who is a member of the group.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
}
},
"description": "Instant Message (IM) group object template describing a public or private IM group, channel or conversation.",
"meta-category": "misc",
"name": "instant-message-group",
"requiredOneOf": [
"group-name",
"group-alias",
"archive",
"attachment"
],
"uuid": "e26becca-2149-4bc0-b3fb-7090d43af28f",
"version": 2
}