We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3acf8 commit 675b607Copy full SHA for 675b607
objects/sandbox-report/definition.json
@@ -44,6 +44,16 @@
44
"ui-priority": 0,
45
"misp-attribute": "text"
46
},
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
+ },
57
"sandbox-type": {
58
"description": "The type of sandbox used",
59
"misp-attribute": "text",
@@ -92,7 +102,7 @@
92
102
]
93
103
}
94
104
95
- "version": 1,
105
+ "version": 2,
96
106
"description": "Sandbox report",
97
107
"meta-category": "misc",
98
108
"uuid": "4d3fffd2-cd07-4357-96e0-a51c988faaef",
0 commit comments