misp-objects/objects/original-imported-file/definition.json

29 lines
715 B
JSON
Raw Normal View History

{
"requiredOneOf": [
"imported-sample",
"type"
],
"attributes": {
"imported-sample": {
"description": "The original imported file itself (binary).",
"ui-priority": 1,
"misp-attribute": "attachment"
},
"type": {
"description": "Type of data imported.",
"ui-priority": 1,
"misp-attribute": "text"
},
"uri": {
"description": "URI related to the imported file.",
"ui-priority": 0,
"misp-attribute": "uri"
}
},
"version": 1,
"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"
}