mirror of https://github.com/MISP/misp-objects
Merge pull request #196 from zaphodef/patch-1
Change undefined category to "External analysis"pull/198/head
commit
b92243a8db
|
@ -8,7 +8,7 @@
|
||||||
"description": "Name of Sandbox software",
|
"description": "Name of Sandbox software",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"categories": [
|
"categories": [
|
||||||
"Sandbox detection"
|
"External analysis"
|
||||||
],
|
],
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
"signature": {
|
"signature": {
|
||||||
"description": "Name of detection signature - set the description of the detection signature as a comment",
|
"description": "Name of detection signature - set the description of the detection signature as a comment",
|
||||||
"categories": [
|
"categories": [
|
||||||
"Sandbox detection"
|
"External analysis"
|
||||||
],
|
],
|
||||||
"ui-priority": 2,
|
"ui-priority": 2,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"description": "Sandbox detection signature",
|
"description": "Sandbox detection signature",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "984c5c39-be7f-4e1e-b034-d3213bac51cb",
|
"uuid": "984c5c39-be7f-4e1e-b034-d3213bac51cb",
|
||||||
|
|
Loading…
Reference in New Issue