mirror of https://github.com/MISP/misp-objects
parent
3a82eb6b1a
commit
371ffe77fb
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue