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": {
|
||||
"description": "The type of entity being targeted.",
|
||||
"misp-attribute": "text",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 1,
|
||||
"sane_default": [
|
||||
"individual",
|
||||
|
@ -74,7 +75,7 @@
|
|||
"ui-priority": 1
|
||||
}
|
||||
},
|
||||
"version": 1,
|
||||
"version": 2,
|
||||
"description": "Victim object describes the target of an attack or abuse.",
|
||||
"meta-category": "misc",
|
||||
"uuid": "a8806e40-39ad-435f-be02-ac2a13d6fc7d",
|
||||
|
|
Loading…
Reference in New Issue