-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.yml
128 lines (128 loc) · 3.94 KB
/
manifest.yml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
name: Triage with MITRE ATTACK
description: Provides a focused, MITRE-prioritized view of XDR detections
logo: ""
manifest_version: "2023-05-09"
ignored:
- CITATION.cff
- CODE_OF_CONDUCT.md
- LICENSE
- SECURITY.md
- SUPPORT.md
- docs
- shared
- node_modules
- yarn.lock
- package.json
- ui/node_modules
- ui/shared/node_modules
- ui/(extensions|pages)/[^\/]*?/public
- ui/(extensions|pages)/[^\/]*?/index.html
- ui/(extensions|pages)/[^\/]*?/favicon.ico
- ui/(extensions|pages)/.*?/node_modules
- ui/(extensions|pages)/.*?/config
- ui/(extensions|pages)/.*?/src
- ui/(extensions|pages)/.*?/\.gitignore
- ui/(extensions|pages)/.*?/package\.json
- ui/(extensions|pages)/.*?/tsconfig\.json
- ui/(extensions|pages)/.*?/tsconfig\..*\.json
- ui/(extensions|pages)/.*?/.*?\.(md|log|lock|cjs)
- ui/(extensions|pages)/.*?/*\.ts
- ui/(extensions|pages)/*\.gz
ui:
homepage: pages.mitre-vue
extensions:
- name: Triage App
description: MITRE Auto Remediation
path: ui/extensions/remediations/dist
entrypoint: ui/extensions/remediations/dist/index.html
sockets:
- activity.detections.details
- crowdscore.incidents.details
content_security_policy:
connect-src:
- self
- 'data:'
- https://cdn.jsdelivr.net
style-src:
- https://cdn.jsdelivr.net
style-src-elem: []
script-src:
- https://cdn.jsdelivr.net
form-action: []
img-src:
- https://cdn.jsdelivr.net
- self
- 'data:'
media-src: []
object-src: []
permissions: []
pages:
mitre-vue:
name: mitre-vue
description: MITRE App
path: ui/pages/chart-vue/dist
entrypoint: ui/pages/chart-vue/dist/index.html
content_security_policy:
connect-src:
- self
- 'data:'
- https://cdn.jsdelivr.net
style-src:
- https://cdn.jsdelivr.net
style-src-elem: []
script-src:
- https://cdn.jsdelivr.net
form-action: []
img-src:
- https://cdn.jsdelivr.net
- self
- 'data:'
media-src: []
object-src: []
permissions: []
dashboards: {}
navigation:
links:
- path: /
name: Mitre Chart
permissions: []
ref: pages.mitre-vue
- path: /wizard
name: Mitre - Configure Actions Wizard
permissions: []
ref: pages.mitre-vue
- path: /notify-it
name: Mitre - Configure Notify IT Action
permissions: []
ref: pages.mitre-vue
- path: /notify-ir
name: Mitre - Configure Notify IR Action
permissions: []
ref: pages.mitre-vue
api_integrations: []
rtr_scripts: []
collections:
- name: mitreAutoRemediationJira
description: Auto remediation Jira Config Collection.
schema: collections/mitre-auto-remediation-jira-schema.json
permissions: []
workflow_integration: null
- name: mitreAutoRemediationCreatedIssues
description: Auto remediation Created Issues history Collection.
schema: collections/mitre-auto-remediation-created-schema.json
permissions: []
workflow_integration: null
auth:
scopes:
- alerts:read
- detects:read
- custom-storage:write
- custom-storage:read
- api-integrations:read
- api-integrations:write
permissions: {}
roles: []
functions: []
workflows: []
logscale:
saved_searches: []