mirror of https://github.com/MISP/misp-objects
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
|
{
|
||
|
"attributes": {
|
||
|
"archive": {
|
||
|
"description": "Archive of the image (Internet Archive, Archive.is, etc).",
|
||
|
"misp-attribute": "link",
|
||
|
"multiple": true,
|
||
|
"ui-priority": 1
|
||
|
},
|
||
|
"attachment": {
|
||
|
"description": "The image file.",
|
||
|
"misp-attribute": "attachment",
|
||
|
"ui-priority": 1
|
||
|
},
|
||
|
"filename": {
|
||
|
"description": "The image filename.",
|
||
|
"misp-attribute": "filename",
|
||
|
"ui-priority": 1
|
||
|
},
|
||
|
"image-text": {
|
||
|
"description": "Raw text of image",
|
||
|
"misp-attribute": "text",
|
||
|
"ui-priority": 1
|
||
|
},
|
||
|
"link": {
|
||
|
"description": "Original link into the image (Supposed harmless)",
|
||
|
"misp-attribute": "link",
|
||
|
"ui-priority": 1
|
||
|
},
|
||
|
"url": {
|
||
|
"description": "Original URL location of the image (potentially malicious)",
|
||
|
"misp-attribute": "url",
|
||
|
"ui-priority": 1
|
||
|
},
|
||
|
"username": {
|
||
|
"description": "Username who posted the image.",
|
||
|
"misp-attribute": "text",
|
||
|
"ui-priority": 0
|
||
|
}
|
||
|
},
|
||
|
"description": "Object describing an image file.",
|
||
|
"meta-category": "file",
|
||
|
"name": "image",
|
||
|
"requiredOneOf": [
|
||
|
"attachment",
|
||
|
"archive",
|
||
|
"link"
|
||
|
],
|
||
|
"uuid": "ca78ec03-3321-4ed3-9840-9bfd52b91d82",
|
||
|
"version": 1
|
||
|
}
|