mirror of https://github.com/MISP/misp-objects
Add mimetype to file object template
parent
dc1dce796e
commit
49cd96aa2b
|
@ -99,9 +99,14 @@
|
|||
"tlsh": {
|
||||
"ui-priority": 0,
|
||||
"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",
|
||||
"meta-category": "file",
|
||||
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
|
||||
|
|
Loading…
Reference in New Issue