mirror of https://github.com/MISP/misp-objects
Merge pull request #53 from c-goes/filenames_multiple
allow multiple filenames for filepull/54/head
commit
56751a416e
|
@ -111,6 +111,7 @@
|
||||||
},
|
},
|
||||||
"filename": {
|
"filename": {
|
||||||
"description": "Filename on disk",
|
"description": "Filename on disk",
|
||||||
|
"multiple": true,
|
||||||
"categories": [
|
"categories": [
|
||||||
"Payload delivery",
|
"Payload delivery",
|
||||||
"Artifacts dropped",
|
"Artifacts dropped",
|
||||||
|
@ -145,7 +146,7 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 4,
|
"version": 5,
|
||||||
"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