update: Forensic-evidence object

pull/112/head
aksha 2018-09-04 14:18:30 +01:00
parent 4e66e692d4
commit d2550dffb6
1 changed files with 71 additions and 65 deletions

View File

@ -4,71 +4,77 @@
"evidence-number" "evidence-number"
], ],
"attributes": { "attributes": {
"case-number": { "case-number": {
"description": "A unique number assigned to the case for unique identification.", "description": "A unique number assigned to the case for unique identification.",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text"
}, },
"evidence-number": { "evidence-number": {
"description": "A unique number assigned to the evidence for unique identification.", "description": "A unique number assigned to the evidence for unique identification.",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text"
}, },
"type": { "type": {
"description": "Evidence type.", "description": "Evidence type.",
"multiple": true, "multiple": true,
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "text", "misp-attribute": "text",
"sane_default": [ "sane_default": [
"Computer", "Computer",
"Network", "Network",
"Mobile Device", "Mobile Device",
"Multimedia", "Multimedia",
"Cloud", "Cloud",
"IoT", "IoT",
"Other" "Other"
], ]
"disable_correlation": true },
}, "name": {
"name": { "description": "Name",
"description": "Name", "ui-priority": 0,
"ui-priority": 0, "misp-attribute": "text"
"misp-attribute": "text" },
}, "acquisition-method": {
"acquisition-hash-type": { "description": "Method used for acquisition of the evidence.",
"description": "Hashing algorithm used on the evidence", "ui-priority": 0,
"multiple": true, "misp-attribute": "text",
"ui-priority": 0, "sane_default": [
"misp-attribute": "text", "Live acquisition",
"sane_default": [ "Dead/Offline acquisition",
"MD5", "Physical collection",
"SHA-1", "Logical collection",
"Other" "File system extraction",
], "Chip-off",
"disable_correlation": true "Other"
}, ]
"acquisition-hash": { },
"description": "Acquisition hash of the evidence", "acquisition-tools": {
"ui-priority": 0, "description": "Tools used for acquisition of the evidence.",
"misp-attribute": "text" "ui-priority": 0,
}, "misp-attribute": "text",
"references": { "multiple" : true,
"description": "External references", "sane_default": [
"multiple": true, "DCFldd",
"ui-priority": 0, "EnCase",
"misp-attribute": "link" "FTK Imager",
}, "FDAS",
"additional-comments": { "TrueBack",
"description": "Comments.", "Guymager",
"ui-priority": 0, "IXimager",
"misp-attribute": "text" "Other"
}, ]
"file-upload": { },
"description": "Upload any file pertaining to the evidence.", "references": {
"ui-priority": 0, "description": "External references",
"misp-attribute": "attachment", "multiple": true,
"multiple": true "ui-priority": 0,
} "misp-attribute": "link"
},
"additional-comments": {
"description": "Comments.",
"ui-priority": 0,
"misp-attribute": "text"
}
}, },
"version": 1, "version": 1,
"description": "An object template to describe a digital forensic evidence.", "description": "An object template to describe a digital forensic evidence.",