mirror of https://github.com/MISP/misp-objects
parent
3a82eb6b1a
commit
371ffe77fb
|
@ -16,6 +16,7 @@
|
||||||
"pattern-in-file",
|
"pattern-in-file",
|
||||||
"x509-fingerprint-sha1",
|
"x509-fingerprint-sha1",
|
||||||
"malware-sample",
|
"malware-sample",
|
||||||
|
"attachment",
|
||||||
"path",
|
"path",
|
||||||
"fullpath"
|
"fullpath"
|
||||||
],
|
],
|
||||||
|
@ -112,6 +113,11 @@
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "malware-sample"
|
"misp-attribute": "malware-sample"
|
||||||
},
|
},
|
||||||
|
"attachment": {
|
||||||
|
"description": "A non-malicious file.",
|
||||||
|
"ui-priority": 1,
|
||||||
|
"misp-attribute": "attachment"
|
||||||
|
},
|
||||||
"filename": {
|
"filename": {
|
||||||
"description": "Filename on disk",
|
"description": "Filename on disk",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -436,7 +442,7 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 16,
|
"version": 17,
|
||||||
"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