Skip to content

Commit 675b607

Browse files
author
Tobias Mainka
committed
added sandbox-file type as attribute for storing e.g. sandbox results file in sandbox-report object
1 parent de3acf8 commit 675b607

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

objects/sandbox-report/definition.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@
4444
"ui-priority": 0,
4545
"misp-attribute": "text"
4646
},
47+
"sandbox-file": {
48+
"description": "File related to sandbox run",
49+
"misp-attribute": "attachment",
50+
"disable_correlation": true,
51+
"ui-priority": 1,
52+
"categories": [
53+
"External analysis"
54+
],
55+
"multiple": true
56+
},
4757
"sandbox-type": {
4858
"description": "The type of sandbox used",
4959
"misp-attribute": "text",
@@ -92,7 +102,7 @@
92102
]
93103
}
94104
},
95-
"version": 1,
105+
"version": 2,
96106
"description": "Sandbox report",
97107
"meta-category": "misc",
98108
"uuid": "4d3fffd2-cd07-4357-96e0-a51c988faaef",

0 commit comments

Comments
 (0)