-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
84 lines (84 loc) · 2.27 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
{
"attributes": {
"Source": {
"description": "Source of the message.(Contact details)",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"additional-comments": {
"categories": [
"External analysis"
],
"description": "Comments.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"app-used": {
"description": "Application used to send the message.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"attachments": {
"categories": [
"External analysis"
],
"description": "External references",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 0
},
"datetime-received": {
"description": "date and time when the message was received.",
"disable_correlation": true,
"misp-attribute": "datetime",
"multiple": true,
"ui-priority": 0
},
"datetime-sent": {
"description": "date and the time when the message was sent.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"destination": {
"description": "Destination of the message.(Contact details)",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"message": {
"description": "Message exchanged.",
"misp-attribute": "text",
"ui-priority": 0
},
"message-type": {
"description": "the type of message extracted from the forensic-evidence.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"SMS",
"MMS",
"Instant Message (IM)",
"Voice Message"
],
"ui-priority": 0
},
"subject": {
"description": "Subject of the message if any.",
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "An Object Template to gather information from evidential or interesting exchange of messages identified during a digital forensic investigation.",
"meta-category": "misc",
"name": "tsk-chats",
"required": [
"message-type",
"message"
],
"uuid": "6b71f231-c502-467f-bc67-1423cd5bf800",
"version": 1
}