Skip to content

Commit 99334fd

Browse files
committed
chg: [flowintel] updated references to origin url + all the references
are now defined as MISP attribute type link instead of url
1 parent 2ec41e1 commit 99334fd

File tree

4 files changed

+36
-8
lines changed

4 files changed

+36
-8
lines changed

objects/flowintel-case/definition.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@
4242
"misp-attribute": "datetime",
4343
"ui-priority": 0
4444
},
45+
"flowintel-url": {
46+
"description": "FlowIntel link referencing this object",
47+
"disable_correlation": true,
48+
"misp-attribute": "link",
49+
"to_ids": false,
50+
"ui-priority": 1
51+
},
4552
"notes": {
4653
"description": "Notes of the case",
4754
"disable_correlation": true,
@@ -51,7 +58,7 @@
5158
"origin-url": {
5259
"description": "Origin of the case",
5360
"disable_correlation": true,
54-
"misp-attribute": "url",
61+
"misp-attribute": "link",
5562
"to_ids": false,
5663
"ui-priority": 1
5764
},
@@ -92,5 +99,5 @@
9299
"meta-category": "misc",
93100
"name": "flowintel-case",
94101
"uuid": "19df57c7-b315-4fd2-84e5-d81ab221425e",
95-
"version": 4
102+
"version": 5
96103
}

objects/flowintel-task-note/definition.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"attributes": {
3+
"flowintel-url": {
4+
"description": "FlowIntel link referencing this object",
5+
"disable_correlation": true,
6+
"misp-attribute": "link",
7+
"to_ids": false,
8+
"ui-priority": 1
9+
},
310
"note": {
411
"description": "Notes of the task",
512
"disable_correlation": true,
@@ -16,7 +23,7 @@
1623
"origin-url": {
1724
"description": "Origin of the task",
1825
"disable_correlation": true,
19-
"misp-attribute": "url",
26+
"misp-attribute": "link",
2027
"to_ids": false,
2128
"ui-priority": 1
2229
},
@@ -31,5 +38,5 @@
3138
"meta-category": "misc",
3239
"name": "flowintel-task-note",
3340
"uuid": "2c6f6aba-48b6-482f-a810-81934d29be9a",
34-
"version": 2
41+
"version": 3
3542
}

objects/flowintel-task-resource/definition.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
{
22
"attributes": {
3+
"flowintel-url": {
4+
"description": "FlowIntel link referencing this object",
5+
"disable_correlation": true,
6+
"misp-attribute": "link",
7+
"to_ids": false,
8+
"ui-priority": 1
9+
},
310
"origin-url": {
411
"description": "Origin of the task",
512
"disable_correlation": true,
6-
"misp-attribute": "url",
13+
"misp-attribute": "link",
714
"to_ids": false,
815
"ui-priority": 1
916
},
@@ -31,5 +38,5 @@
3138
"meta-category": "misc",
3239
"name": "flowintel-task-resource",
3340
"uuid": "dc1d5bae-3611-499c-bbd6-1ca3ad4048dd",
34-
"version": 1
41+
"version": 2
3542
}

objects/flowintel-task/definition.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,17 @@
3737
"misp-attribute": "datetime",
3838
"ui-priority": 0
3939
},
40+
"flowintel-url": {
41+
"description": "FlowIntel link referencing this object",
42+
"disable_correlation": true,
43+
"misp-attribute": "link",
44+
"to_ids": false,
45+
"ui-priority": 1
46+
},
4047
"origin-url": {
4148
"description": "Origin of the task",
4249
"disable_correlation": true,
43-
"misp-attribute": "url",
50+
"misp-attribute": "link",
4451
"to_ids": false,
4552
"ui-priority": 1
4653
},
@@ -82,5 +89,5 @@
8289
"meta-category": "misc",
8390
"name": "flowintel-task",
8491
"uuid": "2f525f6e-d3f2-4cb9-9ca0-f1160d99397d",
85-
"version": 5
92+
"version": 6
8693
}

0 commit comments

Comments
 (0)