Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (20 loc) · 1.62 KB

BlockchainAccountSecurityModel.md

File metadata and controls

20 lines (20 loc) · 1.62 KB
graph LR
BlockchainAccountSecurityModel(BlockchainAccountSecurityModel)
CredentialStuffingAttack -->|results in|PasswordTheftAttack[Password Theft Attack]
Phishing -->|results in|PasswordTheftAttack[Password Theft Attack]
SimSWAP -->|attack against|Two-FactorAuthenticationviaPhoneCall[Two-Factor Authentication 2FA via Phone Call]
SimSWAP -->|attack against|Two-FactorAuthenticationviaSMS[Two-Factor Authentication 2FA via SMS]
Two-FactorAuthentication -->|defense against|PasswordTheftAttack[Password Theft Attack]
Two-FactorAuthenticationviaBiometrics -->|defense against|PasswordTheftAttack[Password Theft Attack]
Two-FactorAuthenticationviaBiometrics -->|defense against|SimSWAP[Sim SWAP]
Two-FactorAuthenticationviaEmail -->|defense against|PasswordTheftAttack[Password Theft Attack]
Two-FactorAuthenticationviaEmail -->|defense against|SimSWAP[Sim SWAP]
Two-FactorAuthenticationviaHardwareToken -->|defense against|PasswordTheftAttack[Password Theft Attack]
Two-FactorAuthenticationviaHardwareToken -->|defense against|SimSWAP[Sim SWAP]
Two-FactorAuthenticationviaOneTimeCode -->|defense against|PasswordTheftAttack[Password Theft Attack]
Two-FactorAuthenticationviaPhoneCall -->|defense against|PasswordTheftAttack[Password Theft Attack]
Two-FactorAuthenticationviaPhysicalMail -->|defense against|PasswordTheftAttack[Password Theft Attack]
Two-FactorAuthenticationviaSMS -->|defense against|PasswordTheftAttack[Password Theft Attack]
Two-FactorAuthenticationviaSoftwareToken -->|defense against|PasswordTheftAttack[Password Theft Attack]
Two-FactorAuthenticationviaSoftwareToken -->|defense against|SimSWAP[Sim SWAP]
Loading