|
|
|
|
|
by psacawa
1133 days ago
|
|
A phishing strategy this enables: confusing the https:// URI scheme with the file:// pseudo-URI scheme. For example, we receive a phishing email which reads "This is the bank with your financial statement attached. It's a password protected zip file encrypted with your online banking credentials for security." We click to download and end up at https://financialstatement.zip, where a JS prompt asks us for the decryption password. We think we're interacting with the file system and get owned. Crucially, i) some browsers don't display the URI scheme in the address bar, and ii) people are used to the idea of a password-protected zip file, and iii) people are used to opening files with their browser. |
|