Merge pull request #123 from neok0/sandbox-file-attribute

added sandbox-file type as attribute for storing e.g. sandbox results…
pull/125/head
Alexandre Dulaunoy 2018-10-24 14:39:25 +02:00 committed by GitHub
commit 15539c5e25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -44,6 +44,16 @@
"ui-priority": 0,
"misp-attribute": "text"
},
"sandbox-file": {
"description": "File related to sandbox run",
"misp-attribute": "attachment",
"disable_correlation": true,
"ui-priority": 1,
"categories": [
"External analysis"
],
"multiple": true
},
"sandbox-type": {
"description": "The type of sandbox used",
"misp-attribute": "text",
@ -92,7 +102,7 @@
]
}
},
"version": 1,
"version": 2,
"description": "Sandbox report",
"meta-category": "misc",
"uuid": "4d3fffd2-cd07-4357-96e0-a51c988faaef",