-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
42 lines (42 loc) · 1.09 KB
/
definition.json
File metadata and controls
42 lines (42 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"attributes": {
"flowintel-url": {
"description": "FlowIntel link referencing this object",
"disable_correlation": true,
"misp-attribute": "link",
"to_ids": false,
"ui-priority": 1
},
"origin-url": {
"description": "Origin of the task",
"disable_correlation": true,
"misp-attribute": "link",
"to_ids": false,
"ui-priority": 1
},
"resource": {
"description": "Resources of the task",
"disable_correlation": true,
"misp-attribute": "text",
"to_ids": false,
"ui-priority": 0
},
"resource-uuid": {
"description": "UUID of the resource",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 2
},
"task-uuid": {
"description": "UUID of the parent task",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 2
}
},
"description": "A task's note as defined by flowintel.",
"meta-category": "misc",
"name": "flowintel-task-resource",
"uuid": "dc1d5bae-3611-499c-bbd6-1ca3ad4048dd",
"version": 2
}