mirror of https://github.com/MISP/misp-objects
Disable correlation on classification on the victim object
parent
a258d79fef
commit
82f440931c
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue