mirror of https://github.com/MISP/misp-objects
Add mimetype to file object template
parent
dc1dce796e
commit
49cd96aa2b
|
@ -99,9 +99,14 @@
|
||||||
"tlsh": {
|
"tlsh": {
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "tlsh"
|
"misp-attribute": "tlsh"
|
||||||
|
},
|
||||||
|
"mimetype": {
|
||||||
|
"disable_correlation": true,
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"description": "File object describing a file with meta-information",
|
"description": "File object describing a file with meta-information",
|
||||||
"meta-category": "file",
|
"meta-category": "file",
|
||||||
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
|
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
|
||||||
|
|
Loading…
Reference in New Issue