How Hackers Hijacked a Bank’s Entire Online Operation
11–20 of 39 posts
Re: How Hackers Hijacked a Bank’s Entire Online Operation
#12Could certificate pinning have mitigated the damage? Although service would have been denied until the DNS was back under control, that's better than leaking credentials and cards and security questions and account balances.
Re: How Hackers Hijacked a Bank’s Entire Online Operation
#13Could certificate pinning have mitigated the damage? Although service would have been denied until the DNS was back under control, that's better than leaking credentials and cards and security questions and account balances.
Re: How Hackers Hijacked a Bank’s Entire Online Operation
#14Could certificate pinning have mitigated the damage? Although service would have been denied until the DNS was back under control, that's better than leaking credentials and cards and security questions and account balances.
Yes, this is exactly the thing that HPKP would prevent from happening.
Banrisol currently has a message up on their home banking portal that Firefox isn't supported.
Re: How Hackers Hijacked a Bank’s Entire Online Operation
#15Could certificate pinning have mitigated the damage? Although service would have been denied until the DNS was back under control, that's better than leaking credentials and cards and security questions and account balances.
Re: How Hackers Hijacked a Bank’s Entire Online Operation
#16This is what Public Key Pinning is designed to mitigate: you send hashes of your certificate chain with responses, and the browser will disallow subsequent requests for the same domain if the hashes don't match. Banks should probably be using this. Though none of my 3 banks do, or even use HSTS. https://en.wikipedia.org/wiki/HTTP_Public_Key_Pinning https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security
Re: How Hackers Hijacked a Bank’s Entire Online Operation
#17This is what Public Key Pinning is designed to mitigate: you send hashes of your certificate chain with responses, and the browser will disallow subsequent requests for the same domain if the hashes don't match. Banks should probably be using this. Though none of my 3 banks do, or even use HSTS. https://en.wikipedia.org/wiki/HTTP_Public_Key_Pinning https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security
HSTS has plenty of issues.
Re: How Hackers Hijacked a Bank’s Entire Online Operation
#18Could certificate pinning have mitigated the damage? Although service would have been denied until the DNS was back under control, that's better than leaking credentials and cards and security questions and account balances.
It can also be used maliciously by the attackers too: they could set HPKP to their own certificates with a 5 year expiry time, then sell them to the bank after DNS is reverted. The bank might pay to have all those chrome/firefox users back.
Re: How Hackers Hijacked a Bank’s Entire Online Operation
#19Earlier quoted context omitted.
Yes, this is exactly the thing that HPKP would prevent from happening.
Not supported in IE or Edge though, right? So it would still catch some end users. Banrisol currently has a message up on their home banking portal that Firefox isn't supported.
[1]: https://blogs.msdn.microsoft.com/ie/2014/03/10/certificate-r...
Re: How Hackers Hijacked a Bank’s Entire Online Operation
#20This is what Public Key Pinning is designed to mitigate: you send hashes of your certificate chain with responses, and the browser will disallow subsequent requests for the same domain if the hashes don't match. Banks should probably be using this. Though none of my 3 banks do, or even use HSTS. https://en.wikipedia.org/wiki/HTTP_Public_Key_Pinning https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security
HSTS has plenty of issues.