mirror of https://github.com/MISP/misp-objects
chg: [flowintel] typo + uuid+origin-url
parent
b657128758
commit
156fa7a07e
|
@ -12,6 +12,12 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"case-uuid": {
|
||||||
|
"description": "UUID of the case",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"creation-date": {
|
"creation-date": {
|
||||||
"description": "Creation date of the case",
|
"description": "Creation date of the case",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -36,6 +42,12 @@
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"origin-url": {
|
||||||
|
"description": "Origin of the case",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "url",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"recurring-type": {
|
"recurring-type": {
|
||||||
"description": "Recurring type",
|
"description": "Recurring type",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -54,7 +66,7 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"sane_default": [
|
"sane_default": [
|
||||||
"created",
|
"created",
|
||||||
"on going",
|
"ongoing",
|
||||||
"recurring",
|
"recurring",
|
||||||
"unavailable",
|
"unavailable",
|
||||||
"rejected",
|
"rejected",
|
||||||
|
|
|
@ -37,13 +37,19 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"origin-url": {
|
||||||
|
"description": "Origin of the task",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "url",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"status": {
|
"status": {
|
||||||
"description": "Status of the task",
|
"description": "Status of the task",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"sane_default": [
|
"sane_default": [
|
||||||
"created",
|
"created",
|
||||||
"on going",
|
"ongoing",
|
||||||
"recurring",
|
"recurring",
|
||||||
"unavailable",
|
"unavailable",
|
||||||
"rejected",
|
"rejected",
|
||||||
|
@ -51,6 +57,12 @@
|
||||||
],
|
],
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"task-uuid": {
|
||||||
|
"description": "UUID of the task",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"title": {
|
"title": {
|
||||||
"description": "Title of the task",
|
"description": "Title of the task",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
|
Loading…
Reference in New Issue