Skip to content

Commit d099a89

Browse files
committed
2 parents 1cf333f + 16b354c commit d099a89

5 files changed

Lines changed: 61 additions & 9 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
}

objects/instant-message/definition.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"Discord",
2323
"Mumble",
2424
"Jabber",
25-
"Twitter"
25+
"Twitter",
26+
"Mattermost"
2627
],
2728
"ui-priority": 1
2829
},

relationships/definition.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,22 @@
3636
"name": "shared-by",
3737
"opposite": "shares"
3838
},
39+
{
40+
"description": "This relationship describes an object which publishes another object.",
41+
"format": [
42+
"misp"
43+
],
44+
"name": "publishes",
45+
"opposite": "published-by"
46+
},
47+
{
48+
"description": "This relationship describes an object which was published by another object.",
49+
"format": [
50+
"misp"
51+
],
52+
"name": "published-by",
53+
"opposite": "publishes"
54+
},
3955
{
4056
"description": "The referenced source and target objects are semantically duplicates of each other.",
4157
"format": [

0 commit comments

Comments
 (0)