misp-objects/objects/forensic-evidence/definition.json

79 lines
1.7 KiB
JSON
Raw Normal View History

{
"required": [
2018-09-04 13:46:00 +02:00
"case-number",
"evidence-number"
],
"attributes": {
"case-number": {
2018-09-04 13:46:00 +02:00
"description": "A unique number assigned to the case for unique identification.",
"ui-priority": 0,
"misp-attribute": "text"
},
"evidence-number": {
"description": "A unique number assigned to the evidence for unique identification.",
"ui-priority": 0,
"misp-attribute": "text"
},
"type": {
"description": "Evidence type.",
"multiple": true,
"ui-priority": 0,
"misp-attribute": "text",
"sane_default": [
"Computer",
"Network",
"Mobile Device",
"Multimedia",
"Cloud",
"IoT",
"Other"
],
"disable_correlation": true
},
"name": {
"description": "Name",
"ui-priority": 0,
"misp-attribute": "text"
},
"acquisition-hash-type": {
"description": "Hashing algorithm used on the evidence",
"multiple": true,
"ui-priority": 0,
"misp-attribute": "text",
"sane_default": [
"MD5",
"SHA-1",
"Other"
],
"disable_correlation": true
},
"acquisition-hash": {
"description": "Acquisition hash of the evidence",
"ui-priority": 0,
"misp-attribute": "text"
},
"references": {
2018-09-04 13:46:00 +02:00
"description": "External references",
"multiple": true,
"ui-priority": 0,
"misp-attribute": "link"
},
"additional-comments": {
2018-09-04 13:46:00 +02:00
"description": "Comments.",
"ui-priority": 0,
"misp-attribute": "text"
},
2018-09-04 13:46:00 +02:00
"file-upload": {
"description": "Upload any file pertaining to the evidence.",
"ui-priority": 0,
"misp-attribute": "attachment",
"multiple": true
}
},
"version": 1,
"description": "An object template to describe a digital forensic evidence.",
"meta-category": "misc",
"uuid": "fe44c648-63ef-43fc-b3de-af71a2e023e4",
"name": "forensic-evidence"
}