mirror of https://github.com/MISP/misp-objects
fixed intendation
parent
7ee2ff1901
commit
4e66e692d4
|
@ -1,74 +1,74 @@
|
||||||
{
|
{
|
||||||
"required": [
|
"required": [
|
||||||
"case-number",
|
"case-number",
|
||||||
"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": {
|
|
||||||
"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": {
|
|
||||||
"description": "External references",
|
|
||||||
"multiple": true,
|
|
||||||
"ui-priority": 0,
|
|
||||||
"misp-attribute": "link"
|
|
||||||
},
|
|
||||||
"additional-comments": {
|
|
||||||
"description": "Comments.",
|
|
||||||
"ui-priority": 0,
|
|
||||||
"misp-attribute": "text"
|
|
||||||
},
|
},
|
||||||
"file-upload": {
|
"evidence-number": {
|
||||||
"description": "Upload any file pertaining to the evidence.",
|
"description": "A unique number assigned to the evidence for unique identification.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "attachment",
|
"misp-attribute": "text"
|
||||||
"multiple": true
|
},
|
||||||
}
|
"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": {
|
||||||
|
"description": "External references",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "link"
|
||||||
|
},
|
||||||
|
"additional-comments": {
|
||||||
|
"description": "Comments.",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
|
"file-upload": {
|
||||||
|
"description": "Upload any file pertaining to the evidence.",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "attachment",
|
||||||
|
"multiple": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"description": "An object template to describe a digital forensic evidence.",
|
"description": "An object template to describe a digital forensic evidence.",
|
||||||
|
|
Loading…
Reference in New Issue