misp-objects/objects/flowintel-cm-task/definition.json

92 lines
2.3 KiB
JSON
Raw Normal View History

2023-12-14 15:58:46 +01:00
{
"attributes": {
2024-01-15 09:11:00 +01:00
"case-uuid": {
"description": "UUID of the parent case",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 2
},
2023-12-14 15:58:46 +01:00
"creation-date": {
"description": "Creation date of the task",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"deadline": {
"description": "Deadline of the task",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"description": {
"description": "A description of the task",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"file": {
"description": "File",
"disable_correlation": true,
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 0
},
"finish-date": {
"description": "Finish date of the task",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"notes": {
"description": "Notes of the task",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"origin-url": {
"description": "Origin of the task",
"disable_correlation": true,
"misp-attribute": "url",
2024-01-10 12:07:32 +01:00
"to_ids": false,
"ui-priority": 1
},
2023-12-14 15:58:46 +01:00
"status": {
"description": "Status of the task",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"created",
"ongoing",
2023-12-14 15:58:46 +01:00
"recurring",
"unavailable",
"rejected",
"finished"
],
"ui-priority": 0
},
"task-uuid": {
"description": "UUID of the task",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
2023-12-14 15:58:46 +01:00
"title": {
"description": "Title of the task",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"url": {
"description": "An url to an external tool",
"disable_correlation": true,
"misp-attribute": "url",
2024-01-10 12:07:32 +01:00
"to_ids": false,
"ui-priority": 0
2023-12-14 15:58:46 +01:00
}
},
"description": "A task as defined by flowintel-cm.",
"meta-category": "misc",
"name": "flowintel-cm-task",
"uuid": "2f525f6e-d3f2-4cb9-9ca0-f1160d99397d",
2024-01-15 09:11:00 +01:00
"version": 3
2023-12-14 15:58:46 +01:00
}