2018-10-25 17:31:36 +02:00
{
"attributes" : {
2020-04-26 02:10:02 +02:00
"Source" : {
"description" : "Source of the message.(Contact details)" ,
"disable_correlation" : true ,
2018-10-25 17:31:36 +02:00
"misp-attribute" : "text" ,
2020-04-26 02:10:02 +02:00
"ui-priority" : 0
} ,
"additional-comments" : {
"categories" : [
"External analysis"
2018-10-25 17:31:36 +02:00
] ,
2020-04-26 02:10:02 +02:00
"description" : "Comments." ,
"disable_correlation" : true ,
"misp-attribute" : "text" ,
"ui-priority" : 0
2018-10-25 17:31:36 +02:00
} ,
2020-04-26 02:10:02 +02:00
"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
2018-10-25 17:31:36 +02:00
} ,
"datetime-received" : {
"description" : "date and time when the message was received." ,
2020-04-26 02:10:02 +02:00
"disable_correlation" : true ,
2018-10-25 17:31:36 +02:00
"misp-attribute" : "datetime" ,
2020-04-26 02:10:02 +02:00
"multiple" : true ,
"ui-priority" : 0
2018-10-25 17:31:36 +02:00
} ,
2020-04-26 02:10:02 +02:00
"datetime-sent" : {
"description" : "date and the time when the message was sent." ,
"disable_correlation" : true ,
"misp-attribute" : "datetime" ,
"ui-priority" : 0
2018-10-25 17:31:36 +02:00
} ,
"destination" : {
"description" : "Destination of the message.(Contact details)" ,
2020-04-26 02:10:02 +02:00
"disable_correlation" : true ,
2018-10-25 17:31:36 +02:00
"misp-attribute" : "text" ,
2020-04-26 02:10:02 +02:00
"ui-priority" : 0
2018-10-25 17:31:36 +02:00
} ,
"message" : {
"description" : "Message exchanged." ,
2020-04-26 02:10:02 +02:00
"misp-attribute" : "text" ,
"ui-priority" : 0
2018-10-25 17:31:36 +02:00
} ,
2020-04-26 02:10:02 +02:00
"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"
2018-10-25 17:31:36 +02:00
] ,
2020-04-26 02:10:02 +02:00
"ui-priority" : 0
2018-10-25 17:31:36 +02:00
} ,
2020-04-26 02:10:02 +02:00
"subject" : {
"description" : "Subject of the message if any." ,
2018-10-25 17:31:36 +02:00
"misp-attribute" : "text" ,
2020-04-26 02:10:02 +02:00
"ui-priority" : 0
2018-10-25 17:31:36 +02:00
}
} ,
"description" : "An Object Template to gather information from evidential or interesting exchange of messages identified during a digital forensic investigation." ,
"meta-category" : "misc" ,
2020-04-26 02:10:02 +02:00
"name" : "tsk-chats" ,
"required" : [
"message-type" ,
"message"
] ,
2018-10-25 17:31:36 +02:00
"uuid" : "6b71f231-c502-467f-bc67-1423cd5bf800" ,
2020-04-26 02:10:02 +02:00
"version" : 1
}