Disable correlation on classification on the victim object

pull/56/head
Alexandre Dulaunoy 2017-12-03 12:07:54 +01:00
parent a258d79fef
commit 82f440931c
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
"classification": { "classification": {
"description": "The type of entity being targeted.", "description": "The type of entity being targeted.",
"misp-attribute": "text", "misp-attribute": "text",
"disable_correlation": true,
"ui-priority": 1, "ui-priority": 1,
"sane_default": [ "sane_default": [
"individual", "individual",
@ -74,7 +75,7 @@
"ui-priority": 1 "ui-priority": 1
} }
}, },
"version": 1, "version": 2,
"description": "Victim object describes the target of an attack or abuse.", "description": "Victim object describes the target of an attack or abuse.",
"meta-category": "misc", "meta-category": "misc",
"uuid": "a8806e40-39ad-435f-be02-ac2a13d6fc7d", "uuid": "a8806e40-39ad-435f-be02-ac2a13d6fc7d",