-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathviews.json
More file actions
168 lines (167 loc) · 4.62 KB
/
Copy pathviews.json
File metadata and controls
168 lines (167 loc) · 4.62 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
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
"schemaVersion": "1.0.0",
"views": [
{
"id": "view-overview",
"title": "Overview",
"summary": "Start from the eight domains. Pick a domain, a saved view, or search.",
"kind": "overview"
},
{
"id": "view-secure-multisig",
"title": "Secure a multisig operation",
"summary": "Treasury and upgrade authority held by a multisig, the signing workflow, and the controls that keep signers from being the weak link.",
"kind": "entry",
"focusNodeId": "component-multisig",
"visibleTypes": [
"asset",
"component",
"attack-surface",
"threat",
"control",
"response",
"guidance"
]
},
{
"id": "view-protect-deployment",
"title": "Protect deployment authority",
"summary": "Who can ship code or upgrade contracts, and the build path that has to stay trustworthy.",
"kind": "entry",
"focusNodeId": "asset-deployment-authority",
"visibleTypes": [
"asset",
"component",
"attack-surface",
"threat",
"control",
"guidance"
]
},
{
"id": "view-protect-domains-frontends",
"title": "Protect domains and frontends",
"summary": "Registrar, DNS, and frontend deployment integrity, where users actually connect their wallets.",
"kind": "entry",
"focusNodeId": "asset-domain-control",
"visibleTypes": [
"asset",
"component",
"attack-surface",
"threat",
"control",
"response",
"guidance"
]
},
{
"id": "view-reduce-signer-compromise",
"title": "Reduce signer compromise risk",
"summary": "Phishing, malware, hiring, and device hygiene that turn a signer into an attacker-controlled key.",
"kind": "entry",
"focusNodeId": "asset-signer-keys",
"visibleTypes": [
"asset",
"component",
"attack-surface",
"threat",
"control",
"response",
"guidance"
]
},
{
"id": "view-harden-supply-chain",
"title": "Harden software supply chains",
"summary": "Dependencies, CI/CD, and reproducible builds between a commit and what users run.",
"kind": "entry",
"focusNodeId": "component-dependency-graph",
"visibleTypes": [
"asset",
"component",
"attack-surface",
"threat",
"control",
"response",
"guidance"
]
},
{
"id": "view-prepare-incident-response",
"title": "Prepare for incident response",
"summary": "Detection gaps, runbooks, and containment paths before an incident is live.",
"kind": "entry",
"focusNodeId": "component-monitoring-stack",
"visibleTypes": [
"asset",
"component",
"attack-surface",
"threat",
"control",
"response",
"guidance"
]
},
{
"id": "view-constrain-ai-agents",
"title": "Constrain an AI agent",
"summary": "The agent tool path, prompt injection, and runtime allow/deny before an irreversible action.",
"kind": "entry",
"focusNodeId": "component-ai-agent",
"visibleTypes": [
"asset",
"component",
"attack-surface",
"threat",
"control",
"guidance"
]
},
{
"id": "view-resolve-ens-names",
"title": "Resolve ENS before sending",
"summary": "Human-readable names, L1 resolution, and normalization so a send does not go to a lookalike.",
"kind": "entry",
"focusNodeId": "surface-ens-resolution",
"visibleTypes": [
"asset",
"component",
"attack-surface",
"threat",
"control",
"guidance"
]
},
{
"id": "view-receive-vuln-reports",
"title": "Receive a vulnerability report",
"summary": "A monitored security contact and bounty path before a finding goes public or gets sold.",
"kind": "entry",
"focusNodeId": "surface-researcher-inbound",
"visibleTypes": [
"asset",
"component",
"attack-surface",
"threat",
"control",
"response",
"guidance"
]
},
{
"id": "view-keep-threat-model-current",
"title": "Keep the threat model current",
"summary": "Named abuses and owners that get rewritten when architecture or value at risk changes.",
"kind": "entry",
"focusNodeId": "control-living-threat-model",
"visibleTypes": [
"asset",
"component",
"attack-surface",
"threat",
"control",
"guidance"
]
}
]
}