mirror of https://github.com/MISP/misp-objects
38 lines
922 B
JSON
38 lines
922 B
JSON
{
|
|
"requiredOneOf": [
|
|
"imported-sample",
|
|
"format"
|
|
],
|
|
"attributes": {
|
|
"imported-sample": {
|
|
"description": "The original imported file itself (binary).",
|
|
"ui-priority": 1,
|
|
"disable_correlation": true,
|
|
"misp-attribute": "attachment"
|
|
},
|
|
"format": {
|
|
"description": "Format of data imported.",
|
|
"ui-priority": 1,
|
|
"disable_correlation": true,
|
|
"misp-attribute": "text",
|
|
"sane_default": [
|
|
"STIX 1.0",
|
|
"STIX 1.1",
|
|
"STIX 1.2",
|
|
"STIX 2.0",
|
|
"OpenIOC"
|
|
]
|
|
},
|
|
"uri": {
|
|
"description": "URI related to the imported file.",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "uri"
|
|
}
|
|
},
|
|
"version": 2,
|
|
"description": "Object describing the original file used to import data in MISP.",
|
|
"meta-category": "file",
|
|
"uuid": "4cd560e9-2cfe-40a1-9964-7b2e797ecac5",
|
|
"name": "original-imported-file"
|
|
}
|