Merge pull request #411 from DavidCruciani/main

new: [object] flowintel-cm
pull/416/head
Alexandre Dulaunoy 2023-12-14 16:18:31 +01:00 committed by GitHub
commit 9c8b950425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 173 additions and 0 deletions

View File

@ -0,0 +1,89 @@
{
"attributes": {
"case-owner-org-name": {
"description": "Name of the organisation that created the case.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"case-owner-org-uuid": {
"description": "UUID of the organisation that created the case.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"case-uuid": {
"description": "UUID of the case",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"creation-date": {
"description": "Creation date of the case",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"deadline": {
"description": "Deadline of the case",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"description": {
"description": "A description of the case",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"finish-date": {
"description": "Finish date of the case",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"origin-url": {
"description": "Origin of the case",
"disable_correlation": true,
"misp-attribute": "url",
"ui-priority": 1
},
"recurring-type": {
"description": "Recurring type",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"once",
"weekly",
"daily",
"monthly"
],
"ui-priority": 0
},
"status": {
"description": "Status of the case",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"created",
"ongoing",
"recurring",
"unavailable",
"rejected",
"finished"
],
"ui-priority": 0
},
"title": {
"description": "Title of the case",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
}
},
"description": "A case as defined by flowintel-cm.",
"meta-category": "misc",
"name": "flowintel-cm-case",
"uuid": "19df57c7-b315-4fd2-84e5-d81ab221425e",
"version": 1
}

View File

@ -0,0 +1,84 @@
{
"attributes": {
"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",
"ui-priority": 1
},
"status": {
"description": "Status of the task",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"created",
"ongoing",
"recurring",
"unavailable",
"rejected",
"finished"
],
"ui-priority": 0
},
"task-uuid": {
"description": "UUID of the task",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"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",
"ui-priority": 0
}
},
"description": "A task as defined by flowintel-cm.",
"meta-category": "misc",
"name": "flowintel-cm-task",
"uuid": "2f525f6e-d3f2-4cb9-9ca0-f1160d99397d",
"version": 1
}