chg: Allow to create a file object with a non-malicious file.

Fix #175 #176
pull/178/head
Raphaël Vinot 2019-04-18 11:13:03 +02:00
parent 3a82eb6b1a
commit 371ffe77fb
1 changed files with 7 additions and 1 deletions

View File

@ -16,6 +16,7 @@
"pattern-in-file",
"x509-fingerprint-sha1",
"malware-sample",
"attachment",
"path",
"fullpath"
],
@ -112,6 +113,11 @@
"ui-priority": 1,
"misp-attribute": "malware-sample"
},
"attachment": {
"description": "A non-malicious file.",
"ui-priority": 1,
"misp-attribute": "attachment"
},
"filename": {
"description": "Filename on disk",
"disable_correlation": true,
@ -436,7 +442,7 @@
]
}
},
"version": 16,
"version": 17,
"description": "File object describing a file with meta-information",
"meta-category": "file",
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",