-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathmodel.yaml
205 lines (200 loc) · 6.24 KB
/
model.yaml
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
# Paste me into https://swagitda.com/deciduous/
title: A generic account takeover (ATO) threat model
facts:
- password: Adversary remotely targets password.
from:
- reality:
- pw_reset: Adversary remotely targets password reset mechanism.
from:
- reality:
- remote_device: Adversary is remotely targeting the device.
from:
- reality:
- local_device: Adversary is locally targeting the device.
from:
- reality:
- application: Adversary is remotely targeting the application.
from:
- reality:
- network: Adversary is targeting network infrastructure. (Active MITM)
from:
- reality:
- sms_redirected: Target happens to redirect SMS elsewhere (email)
from:
- sms_mfa:
- mfa_enabled: Target has additional authentication options.
from:
- password_successful:
- host_executable_malware_local:
- host_browser_extension_local:
- compromised_email:
- password_successful: Password is correct
from:
- dictionary_attack:
- reused_password:
- brute_force:
- host_executable_remote:
- credential_phishing:
- password_spray:
- compromised_email:
- token_mfa_successful: Password + Token is correct
from:
- credential_phishing:
- compromise_carrier:
- token_mfa_device_successful: Password + Token + device is correct
from:
- host_executable_malware_local:
- host_rogue_app_local:
- session_exposure:
- host_browser_extension_local:
- on_device: The attack originates from device.
from:
- device_confirmation:
mitigations:
- rate_limiting: Attacker is rate limited.
from:
- brute_force
- dictionary_attack
- unique_complex_password: Attacker cannot obtain a unique and complex password.
from:
- dictionary_attack:
- reused_password:
- brute_force:
links:
- https://github.com/dropbox/zxcvbn
- device_confirmation: Attacker must be able to confirm their malicious device.
from:
- password_successful:
- token_mfa_successful:
links:
- https://github.com/magoo/AuthTables
- session_pinning: Attacker must match their network IP to the active session, or meet other network restraints.
from:
- session_weakness:
links:
- https://attack.mitre.org/mitigations/M1037/
- sms_mfa: Attacker requires an SMS token.
from:
- mfa_enabled:
- password_successful:
- totp_mfa: Attacker requires TOTP.
from:
- mfa_enabled:
- device_mfa: Attacker requires a (non-TOTP) hardware authentication device.
from:
- mfa_enabled:
links:
- https://webauthn.io/
attacks:
- totp_exposed: TOTP Seed is stored locally for convenience, is exposed
from:
- totp_mfa:
links:
- https://news.ycombinator.com/item?id=6325894
- compromise_email: Compromise email, lift SMS codes or confirm devices.
from:
- sms_redirected:
- device_confirmation:
links:
- https://help.clicksend.com/article/5kown6ixl2-how-to-receive-sms-on-email
- https://help.coinbase.com/en/coinbase/getting-started/verify-my-account/device-confirmation-troubleshooting
- social_engineer_support: Convince customer support that you are the proper account owner.
from:
- pw_reset:
links:
- https://krebsonsecurity.com/2020/11/godaddy-employees-used-in-attacks-on-multiple-cryptocurrency-services/
- compromised_email: Registration email address is compromised
from:
- pw_reset:
- totp_seed: TOTP generation seed compromise
from:
- totp_mfa:
links:
- https://arstechnica.com/information-technology/2011/06/rsa-finally-comes-clean-securid-is-compromised/
- totp_predict: TOTP generation predictable
from:
- totp_mfa:
links:
- https://www.researchgate.net/publication/340906961_Analysis_of_Vulnerabilities_That_Can_Occur_When_Generating_One-Time_Password
- session_weakness: Insecure session generation. The session can be guessed / predicted. The JWT signature is not checked.
from:
- application:
- app_weakness: Unknown vulnerabilities allow auth / pw reset mechanisms to misbehave.
from:
- application:
links:
- https://hackerone.com/reports/1175081
- password_spray: Adversary attempts common password across all accounts
from:
- password:
links:
- https://attack.mitre.org/techniques/T1110/003/
- dictionary_attack: Adversary attempts common passwords (dictionary, statistical) against the account.
from:
- password:
links:
- https://attack.mitre.org/techniques/T1110/
- reused_password: Adversary acquires re-used password from a related breach.
from:
- password:
- brute_force: Adversary attempts all passwords.
from:
- password:
links:
- https://attack.mitre.org/techniques/T1110/001/
- host_executable_remote: The target is keylogged. (Passwords exfil'd remotely. No device usage.)
from:
- password:
links:
- https://attack.mitre.org/techniques/T1056/001/
- credential_phishing: Target is delivered a credential phish.
from:
- password:
- network:
links:
- https://attack.mitre.org/techniques/T1566/
- session_exposure: Session information (tokens, cookies, auth headers) are exposed.
from:
- network:
- app_weakness:
links:
- https://attack.mitre.org/techniques/T1539/
- host_executable_malware_local: Target is software keylogged, local browser storage lifted and|or proxied.
from:
- remote_device:
links:
- https://attack.mitre.org/techniques/T1056/001/
- https://attack.mitre.org/techniques/T1555/003/
- https://attack.mitre.org/techniques/T1090/001/
- host_browser_extension_local: Target is keylogged (browser extension) and local browser storage abused.
from:
- remote_device:
links:
- https://github.com/mandatoryprogrammer/CursedChrome
- host_rogue_app_local: Target is using an imposter application.
from:
- remote_device:
links:
- https://attack.mitre.org/techniques/T1444/
- compromise_carrier: A variety of attacks against the carrier infrastructure that redirect a SMS. (Port, SIM Swap, Customer Support Social Engineering, sms-to-email delivery)
from:
- sms_mfa:
- pw_reset:
links:
- https://www.vice.com/en/article/y3g8wb/hacker-got-my-texts-16-dollars-sakari-netnumber
goals:
- successful_ato: Account is accessed by adversary
from:
- password_successful:
- token_mfa_successful:
- on_device:
- local_device:
- totp_seed:
- totp_predict:
- session_pinning:
- compromised_email:
- app_weakness:
- token_mfa_device_successful:
- social_engineer_support:
- totp_exposed:
- compromise_email: