mirror of https://github.com/MISP/misp-objects
Merge branch 'master' of github.com:MISP/misp-objects
commit
172b5551ba
|
@ -10,7 +10,8 @@
|
||||||
"categories": [
|
"categories": [
|
||||||
"Other",
|
"Other",
|
||||||
"Internal reference"
|
"Internal reference"
|
||||||
]
|
],
|
||||||
|
"multiple": true
|
||||||
},
|
},
|
||||||
"case-number": {
|
"case-number": {
|
||||||
"description": "Case number",
|
"description": "Case number",
|
||||||
|
|
|
@ -44,6 +44,16 @@
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"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": {
|
"sandbox-type": {
|
||||||
"description": "The type of sandbox used",
|
"description": "The type of sandbox used",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
@ -92,7 +102,7 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"description": "Sandbox report",
|
"description": "Sandbox report",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "4d3fffd2-cd07-4357-96e0-a51c988faaef",
|
"uuid": "4d3fffd2-cd07-4357-96e0-a51c988faaef",
|
||||||
|
|
Loading…
Reference in New Issue