Skip to content

Commit a176a66

Browse files
authored
Merge pull request #426 from DavidCruciani/main
flowintel-cm notes change
2 parents 96492b9 + b10d468 commit a176a66

3 files changed

Lines changed: 43 additions & 8 deletions

File tree

objects/flowintel-cm-case/definition.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@
4242
"misp-attribute": "datetime",
4343
"ui-priority": 0
4444
},
45+
"notes": {
46+
"description": "Notes of the case",
47+
"disable_correlation": true,
48+
"misp-attribute": "text",
49+
"ui-priority": 0
50+
},
4551
"origin-url": {
4652
"description": "Origin of the case",
4753
"disable_correlation": true,
@@ -86,5 +92,5 @@
8692
"meta-category": "misc",
8793
"name": "flowintel-cm-case",
8894
"uuid": "19df57c7-b315-4fd2-84e5-d81ab221425e",
89-
"version": 2
95+
"version": 3
9096
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"attributes": {
3+
"note": {
4+
"description": "Notes of the task",
5+
"disable_correlation": true,
6+
"misp-attribute": "text",
7+
"multiple": true,
8+
"ui-priority": 0
9+
},
10+
"note-uuid": {
11+
"description": "UUID of the note",
12+
"disable_correlation": true,
13+
"misp-attribute": "text",
14+
"ui-priority": 2
15+
},
16+
"origin-url": {
17+
"description": "Origin of the task",
18+
"disable_correlation": true,
19+
"misp-attribute": "url",
20+
"to_ids": false,
21+
"ui-priority": 1
22+
},
23+
"task-uuid": {
24+
"description": "UUID of the parent task",
25+
"disable_correlation": true,
26+
"misp-attribute": "text",
27+
"ui-priority": 2
28+
}
29+
},
30+
"description": "A task's note as defined by flowintel-cm.",
31+
"meta-category": "misc",
32+
"name": "flowintel-cm-task-note",
33+
"uuid": "2c6f6aba-48b6-482f-a810-81934d29be9a",
34+
"version": 1
35+
}

objects/flowintel-cm-task/definition.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@
3737
"misp-attribute": "datetime",
3838
"ui-priority": 0
3939
},
40-
"notes": {
41-
"description": "Notes of the task",
42-
"disable_correlation": true,
43-
"misp-attribute": "text",
44-
"ui-priority": 0
45-
},
4640
"origin-url": {
4741
"description": "Origin of the task",
4842
"disable_correlation": true,
@@ -88,5 +82,5 @@
8882
"meta-category": "misc",
8983
"name": "flowintel-cm-task",
9084
"uuid": "2f525f6e-d3f2-4cb9-9ca0-f1160d99397d",
91-
"version": 3
85+
"version": 4
9286
}

0 commit comments

Comments
 (0)