Skip to content

Commit 9c8b950

Browse files
authored
Merge pull request #411 from DavidCruciani/main
new: [object] flowintel-cm
2 parents 587b298 + 156fa7a commit 9c8b950

2 files changed

Lines changed: 173 additions & 0 deletions

File tree

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
{
2+
"attributes": {
3+
"case-owner-org-name": {
4+
"description": "Name of the organisation that created the case.",
5+
"disable_correlation": true,
6+
"misp-attribute": "text",
7+
"ui-priority": 0
8+
},
9+
"case-owner-org-uuid": {
10+
"description": "UUID of the organisation that created the case.",
11+
"disable_correlation": true,
12+
"misp-attribute": "text",
13+
"ui-priority": 0
14+
},
15+
"case-uuid": {
16+
"description": "UUID of the case",
17+
"disable_correlation": true,
18+
"misp-attribute": "text",
19+
"ui-priority": 1
20+
},
21+
"creation-date": {
22+
"description": "Creation date of the case",
23+
"disable_correlation": true,
24+
"misp-attribute": "datetime",
25+
"ui-priority": 0
26+
},
27+
"deadline": {
28+
"description": "Deadline of the case",
29+
"disable_correlation": true,
30+
"misp-attribute": "datetime",
31+
"ui-priority": 0
32+
},
33+
"description": {
34+
"description": "A description of the case",
35+
"disable_correlation": true,
36+
"misp-attribute": "text",
37+
"ui-priority": 0
38+
},
39+
"finish-date": {
40+
"description": "Finish date of the case",
41+
"disable_correlation": true,
42+
"misp-attribute": "datetime",
43+
"ui-priority": 0
44+
},
45+
"origin-url": {
46+
"description": "Origin of the case",
47+
"disable_correlation": true,
48+
"misp-attribute": "url",
49+
"ui-priority": 1
50+
},
51+
"recurring-type": {
52+
"description": "Recurring type",
53+
"disable_correlation": true,
54+
"misp-attribute": "text",
55+
"sane_default": [
56+
"once",
57+
"weekly",
58+
"daily",
59+
"monthly"
60+
],
61+
"ui-priority": 0
62+
},
63+
"status": {
64+
"description": "Status of the case",
65+
"disable_correlation": true,
66+
"misp-attribute": "text",
67+
"sane_default": [
68+
"created",
69+
"ongoing",
70+
"recurring",
71+
"unavailable",
72+
"rejected",
73+
"finished"
74+
],
75+
"ui-priority": 0
76+
},
77+
"title": {
78+
"description": "Title of the case",
79+
"disable_correlation": true,
80+
"misp-attribute": "text",
81+
"ui-priority": 1
82+
}
83+
},
84+
"description": "A case as defined by flowintel-cm.",
85+
"meta-category": "misc",
86+
"name": "flowintel-cm-case",
87+
"uuid": "19df57c7-b315-4fd2-84e5-d81ab221425e",
88+
"version": 1
89+
}
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"attributes": {
3+
"creation-date": {
4+
"description": "Creation date of the task",
5+
"disable_correlation": true,
6+
"misp-attribute": "datetime",
7+
"ui-priority": 0
8+
},
9+
"deadline": {
10+
"description": "Deadline of the task",
11+
"disable_correlation": true,
12+
"misp-attribute": "datetime",
13+
"ui-priority": 0
14+
},
15+
"description": {
16+
"description": "A description of the task",
17+
"disable_correlation": true,
18+
"misp-attribute": "text",
19+
"ui-priority": 0
20+
},
21+
"file": {
22+
"description": "File",
23+
"disable_correlation": true,
24+
"misp-attribute": "attachment",
25+
"multiple": true,
26+
"ui-priority": 0
27+
},
28+
"finish-date": {
29+
"description": "Finish date of the task",
30+
"disable_correlation": true,
31+
"misp-attribute": "datetime",
32+
"ui-priority": 0
33+
},
34+
"notes": {
35+
"description": "Notes of the task",
36+
"disable_correlation": true,
37+
"misp-attribute": "text",
38+
"ui-priority": 0
39+
},
40+
"origin-url": {
41+
"description": "Origin of the task",
42+
"disable_correlation": true,
43+
"misp-attribute": "url",
44+
"ui-priority": 1
45+
},
46+
"status": {
47+
"description": "Status of the task",
48+
"disable_correlation": true,
49+
"misp-attribute": "text",
50+
"sane_default": [
51+
"created",
52+
"ongoing",
53+
"recurring",
54+
"unavailable",
55+
"rejected",
56+
"finished"
57+
],
58+
"ui-priority": 0
59+
},
60+
"task-uuid": {
61+
"description": "UUID of the task",
62+
"disable_correlation": true,
63+
"misp-attribute": "text",
64+
"ui-priority": 1
65+
},
66+
"title": {
67+
"description": "Title of the task",
68+
"disable_correlation": true,
69+
"misp-attribute": "text",
70+
"ui-priority": 1
71+
},
72+
"url": {
73+
"description": "An url to an external tool",
74+
"disable_correlation": true,
75+
"misp-attribute": "url",
76+
"ui-priority": 0
77+
}
78+
},
79+
"description": "A task as defined by flowintel-cm.",
80+
"meta-category": "misc",
81+
"name": "flowintel-cm-task",
82+
"uuid": "2f525f6e-d3f2-4cb9-9ca0-f1160d99397d",
83+
"version": 1
84+
}

0 commit comments

Comments
 (0)