<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>online banking Archives - ClickedyClick</title>
	<atom:link href="https://gergely.imreh.net/blog/tag/online-banking/feed/" rel="self" type="application/rss+xml" />
	<link>https://gergely.imreh.net/blog/tag/online-banking/</link>
	<description>Life in real, complex and digital.</description>
	<lastBuildDate>Tue, 18 Aug 2015 14:23:23 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Taiwan Bank SSL Continuous Monitoring</title>
		<link>https://gergely.imreh.net/blog/2015/04/twbankssl-continuous-monitoring/</link>
					<comments>https://gergely.imreh.net/blog/2015/04/twbankssl-continuous-monitoring/#comments</comments>
		
		<dc:creator><![CDATA[Gergely Imreh]]></dc:creator>
		<pubDate>Mon, 06 Apr 2015 06:21:27 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Taiwan]]></category>
		<category><![CDATA[online banking]]></category>
		<category><![CDATA[online security]]></category>
		<category><![CDATA[open source software]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[ssl]]></category>
		<guid isPermaLink="false">https://gergely.imreh.net/blog/?p=1951</guid>

					<description><![CDATA[<p>My previous post, titled SSL status of Taiwanese banks: a sad affair sparked a lot of visits and lot of discussion, clearly touching on something important. It was great to bring to light how well (or badly, in this case) these organizations are doing, as internet security should be one of their key focus. Many of [&#8230;]</p>
<p>The post <a href="https://gergely.imreh.net/blog/2015/04/twbankssl-continuous-monitoring/">Taiwan Bank SSL Continuous Monitoring</a> appeared first on <a href="https://gergely.imreh.net/blog">ClickedyClick</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>My previous post, titled <a title="SSL status of Taiwanese banks: a sad affair" href="https://gergely.imreh.net/blog/2015/03/ssl-status-of-taiwanese-banks/">SSL status of Taiwanese banks: a sad affair</a> sparked a lot of visits and lot of discussion, clearly touching on something important. It was great to bring to light how well (or badly, in this case) these organizations are doing, as internet security should be one of their key focus.</p>
<p>Many of the organizations improved their setup since then, and it became quite troublesome to manually check each bank and each change, update the table and so on. It&#8217;s also good to have not just a snapshot in time, but a continuous record of how they were doing.</p>
<p>Thus I&#8217;ve hacked together some monitoring scripts, put the results online, and here&#8217;s the <a title="Taiwan Financial Institute SSL Status" href="https://gergely.imreh.net/twbankssl/">Taiwan Financial Institute SSL Status</a> page.</p>
<figure id="attachment_1952" aria-describedby="caption-attachment-1952" style="width: 550px" class="wp-caption aligncenter"><a href="/twbankssl/"><img fetchpriority="high" decoding="async" class="wp-image-1952 size-large" src="https://gergely.imreh.net/blog/wp-content/uploads/2015/04/TaiwanBankSSL-1024x599.png" alt="TaiwanBankSSL" width="550" height="322" srcset="https://gergely.imreh.net/blog/wp-content/uploads/2015/04/TaiwanBankSSL-1024x599.png 1024w, https://gergely.imreh.net/blog/wp-content/uploads/2015/04/TaiwanBankSSL-500x292.png 500w, https://gergely.imreh.net/blog/wp-content/uploads/2015/04/TaiwanBankSSL-768x449.png 768w, https://gergely.imreh.net/blog/wp-content/uploads/2015/04/TaiwanBankSSL.png 1233w" sizes="(max-width: 550px) 100vw, 550px" /></a><figcaption id="caption-attachment-1952" class="wp-caption-text">Click to check the current results</figcaption></figure>
<p>Page features include:</p>
<ul>
<li>Automatically run once a day</li>
<li>Highlighting issues, showing grade evolution</li>
<li><a href="https://gergely.imreh.net/twbankssl/twbankssl.xml">RSS feed of grade changes</a></li>
<li>Automatic tweeting of daily status and changes as <a title="twbankssl on Twitter" href="https://twitter.com/twbankssl">@twbankssl</a></li>
</ul>
<p>This is quite a bit more than &#8220;minimal features&#8221;, but wanted to make something that is actually useful.<br />
<span id="more-1951"></span></p>
<h2>Notes on the tech</h2>
<p>In a nutshell:</p>
<ul>
<li>to run the SSL Test queries, I&#8217;m using <a title="ssllabs-scan on Github" href="https://github.com/ssllabs/ssllabs-scan">ssllabs-scan</a>, a official program written in Go to do just that.</li>
<li>scrapting is parallelized and managed by a Python script.</li>
<li>the results are parsed and output JSON, RSS, tweets are generated by another Python script.</li>
<li>the site displays the results as a single-page app, pulling in the results through the generated JSON file.</li>
<li>the grade sparklines are using an external library.</li>
</ul>
<p>All the code is <a title="twbankssl on Github" href="https://github.com/imrehg/twbankssl">open source on Github</a>. Tried to make it reusable for people wanting to monitor any other sets of sites (eg. other countries&#8217; banks, government institutions, own sites), though I did not completely succeed. There are hard-wired parts that could use a rewrite, but can be a starting point for any other project for sure. By the way, patches / pull requests are welcome if you see something could be improved!</p>
<h2>Future</h2>
<p>I hope to leave the scripts and page running for a while to see whether it actually works autonomously, whether it&#8217;s useful for anyone, and as a tool to push for change for these financial institutions. Will also try to connect to people here in Taiwan who can make that change happen faster.</p>
<p>Some code rewrite and expanding the documentation is also inevitable &#8211; once my current coffee high has been metabolized. :)</p>
<p>What do you think? How would you use this data, or how you&#8217;d improve on the service?</p>
<p>The post <a href="https://gergely.imreh.net/blog/2015/04/twbankssl-continuous-monitoring/">Taiwan Bank SSL Continuous Monitoring</a> appeared first on <a href="https://gergely.imreh.net/blog">ClickedyClick</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://gergely.imreh.net/blog/2015/04/twbankssl-continuous-monitoring/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>SSL status of Taiwanese banks: a sad affair</title>
		<link>https://gergely.imreh.net/blog/2015/03/ssl-status-of-taiwanese-banks/</link>
					<comments>https://gergely.imreh.net/blog/2015/03/ssl-status-of-taiwanese-banks/#comments</comments>
		
		<dc:creator><![CDATA[Gergely Imreh]]></dc:creator>
		<pubDate>Sat, 14 Mar 2015 14:43:59 +0000</pubDate>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Taiwan]]></category>
		<category><![CDATA[online banking]]></category>
		<category><![CDATA[online security]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[webmaster]]></category>
		<guid isPermaLink="false">https://gergely.imreh.net/blog/?p=1876</guid>

					<description><![CDATA[<p>Today there was a story on Hacker News, how someone tweeting a screenshot of a bank&#8217;s SSL certificate got harassed by the bank in Greece. This got me thinking about the status of the banks here in Taiwan, especially how this place is so wired and online now. So I took a list of taiwanese banks and [&#8230;]</p>
<p>The post <a href="https://gergely.imreh.net/blog/2015/03/ssl-status-of-taiwanese-banks/">SSL status of Taiwanese banks: a sad affair</a> appeared first on <a href="https://gergely.imreh.net/blog">ClickedyClick</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Today there was <a title="Bank harrasses user because he tweeted screenshot of their SSL certificate" href="https://news.ycombinator.com/item?id=9197903">a story on Hacker News</a>, how someone tweeting a screenshot of a bank&#8217;s SSL certificate <a title="web bank security" href="http://ebalaskas.gr/blog/2015/03/13/web-bank-security/">got harassed by the bank</a> in Greece. This got me thinking about the status of the banks here in Taiwan, especially how this place is so wired and online now. So I took <a href="http://www.startabusinessintaiwan.tw/additional-resources/54-money-banking-and-finance/75-list-of-taiwanese-bank-codes">a list of taiwanese banks</a> and run each of their sites through the <a href="https://www.ssllabs.com/ssltest/">SSL Test</a>. From past experiences I haven&#8217;t had my hopes up, but boy is the result ugly&#8230;</p>
<figure id="attachment_1915" aria-describedby="caption-attachment-1915" style="width: 500px" class="wp-caption aligncenter"><img decoding="async" class="wp-image-1915 size-medium" src="https://gergely.imreh.net/blog/wp-content/uploads/2015/03/SSLTest_F-500x183.png" alt="SSLTest_F" width="500" height="183" srcset="https://gergely.imreh.net/blog/wp-content/uploads/2015/03/SSLTest_F-500x183.png 500w, https://gergely.imreh.net/blog/wp-content/uploads/2015/03/SSLTest_F-768x281.png 768w, https://gergely.imreh.net/blog/wp-content/uploads/2015/03/SSLTest_F.png 794w" sizes="(max-width: 500px) 100vw, 500px" /><figcaption id="caption-attachment-1915" class="wp-caption-text">The usual result of this exercise</figcaption></figure>
<h2>SSL Test Overview</h2>
<p>I had a list of 43 banks, and for a quick overview I took into account a few key features only. The first is whether there are any active vulnerabilities against the site according to the test (these were mostly <a href="http://en.wikipedia.org/wiki/CRIME">CRIME</a>, <a href="http://en.wikipedia.org/wiki/FREAK">FREAK</a>, and <a href="http://en.wikipedia.org/wiki/POODLE">POODLE</a> attacks). The second is whether <a href="http://en.wikipedia.org/wiki/RC4">RC4</a> encryption was enabled, as it is <a href="https://tools.ietf.org/html/rfc7465">now prohibited</a>, and having it on is an automatic <a href="http://en.wikipedia.org/wiki/Payment_Card_Industry_Data_Security_Standard">Payment Card Industry Data Security (PCI)</a> compliance failure, according to <a href="https://news.ycombinator.com/item?id=9198493">one of the commenters</a>. Other various warnings are mentioned when something really stands out, they are not crucial but more nice to have (though I&#8217;d contend that <a href="https://www.eff.org/deeplinks/2014/04/why-web-needs-perfect-forward-secrecy">Forward Secrecy</a> and <a href="http://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security">HTTP Strict Transport Security</a> is more than &#8220;nice&#8221; for anything financial).</p>
<p><strong>Edit:</strong> Since publishing this post, there&#8217;s a brand new <a title="Attacks Only Get Better: Password Recovery Attacks Against RC4 in TLS" href="http://www.isg.rhul.ac.uk/tls/RC4mustdie.html">password recovery attack against RC4</a>, so it&#8217;s even more urgent to switch it off.</p>
<p><span id="more-1876"></span></p>
<h2>Test Outcome</h2>
<p>The only A rating was for Deutsche Bank, which uses its global site for all regional sections too, so not that surprising that it was better than average. The rest of it in a nutshell:</p>
<ul>
<li>22 out 43 banks (51%) got an F,</li>
<li>2 of them did not have SSL (though no online banking either, fortunately),</li>
<li>1 SSL enabled site couldn&#8217;t be tested somehow, possibly because of redirections</li>
<li>Only 4 of them (9%) disabled RC4, the rest of it (91%) is vulnerable to password recovery attacks,</li>
<li>24 of them (56%) are vulnerable to common attacks, 5 (11%) to multiple different attacks (besides RC4), <a title="Alert (TA14-290A): SSL 3.0 Protocol Vulnerability and POODLE Attack" href="https://www.us-cert.gov/ncas/alerts/TA14-290A">POODLE</a> being the most common</li>
<li>There was one site where the general corporate website&#8217;s HTTPS was better configured (B) than the e-banking (F)&#8230;</li>
<li>Handling redirects and subdomains is generally very confusing for banks</li>
<li>Most banks have multiple subdomains for different services (&#8220;bank site&#8221;, &#8220;e-banking&#8221;, and &#8220;web ATM&#8221; are the three most common)</li>
<li>Of the 4 banks I have account at, there&#8217;s one B and three F-rated (not naming names)</li>
</ul>
<p>The raw overall data and test links follow (with an outlook afterwards). Usually I&#8217;ve linked to the e-bank pages of banks, unless I couldn&#8217;t see it or was the same domain as their corporate site.</p>
<p><strong>Update (2015-03-19):</strong> Some banks started to fix their systems, noticed changes will be added to the bottom of this post!</p>
<p><strong>Update (2015-03-25):</strong> Instead of keeping up with the changes manually, made a page for automatic status tests. It&#8217;s still in development but you can check it here: <a href="https://gergely.imreh.net/twbankssl/">Taiwan Financial Institutes SSL Tests</a>.</p>
<h2 id="tablepress-1-name" class="tablepress-table-name tablepress-table-name-id-1">Taiwanese Bank SSL Test Results</h2>
<span id="tablepress-1-description" class="tablepress-table-description tablepress-table-description-id-1">Data as of  2015-03-24</span>

<table id="tablepress-1" class="tablepress tablepress-id-1" aria-labelledby="tablepress-1-name" aria-describedby="tablepress-1-description">
<thead>
<tr class="row-1">
	<th class="column-1">Bank</th><th class="column-2">SSL Test Result</th><th class="column-3">RC4 blocked</th><th class="column-4">Attacks</th><th class="column-5">Comments</th>
</tr>
</thead>
<tbody class="row-striping row-hover">
<tr class="row-2">
	<td class="column-1"><a href="https://abtweb.agribank.com.tw">Agricultural Bank of Taiwan</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=abtweb.agribank.com.tw&amp;latest">X</a></td><td class="column-3">n/a</td><td class="column-4">n/a</td><td class="column-5">Can't run test due to redirect settings (?)</td>
</tr>
<tr class="row-3">
	<td class="column-1"><a href="https://anz.tw/">ANZ Taiwan</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=anz.tw&amp;latest">F</a> (main),<br />
<a href="https://www.ssllabs.com/ssltest/analyze.html?d=twcardsonline.anz.com&amp;latest">B</a> (was F) (credit card)</td><td class="column-3">X</td><td class="column-4">POODLE, <a href="https://community.qualys.com/blogs/securitylabs/2009/11/05/ssl-and-tls-authentication-gap-vulnerability-discovered?_ga=1.243676997.1314924344.1426306478">MitM</a></td><td class="column-5">For the credit card management it's RC4, but otherwise good</td>
</tr>
<tr class="row-4">
	<td class="column-1"><a href="https://promo.bankofamerica.com/tw/">Bank of America</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=promo.bankofamerica.com&amp;latest">B</a></td><td class="column-3">Y</td><td class="column-4">-</td><td class="column-5">No e-banking</td>
</tr>
<tr class="row-5">
	<td class="column-1"><a href="http://www.hkbea.com.tw/html/en/index.html">Bank of East Asia</a></td><td class="column-2">X</td><td class="column-3">n/a</td><td class="column-4">n/a</td><td class="column-5">No SSL version of site</td>
</tr>
<tr class="row-6">
	<td class="column-1"><a href="https://www.bok.com.tw/welcome">Bank of Kaohsiung</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=bok.com.tw&amp;latest">F</a></td><td class="column-3">X</td><td class="column-4">POODLE</td><td class="column-5"></td>
</tr>
<tr class="row-7">
	<td class="column-1"><a href="https://netbank.bop.com.tw">Bank of Panshin</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=netbank.bop.com.tw&amp;latest">F</a></td><td class="column-3">X</td><td class="column-4">POODLE</td><td class="column-5"></td>
</tr>
<tr class="row-8">
	<td class="column-1"><a href="https://www.bankoftaipei.com.tw/">Bank of Taipei</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=bankoftaipei.com.tw&amp;latest">F</a></td><td class="column-3">X</td><td class="column-4">FREAK</td><td class="column-5"></td>
</tr>
<tr class="row-9">
	<td class="column-1"><a href="https://ebank.bot.com.tw/">Bank of Taiwan</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=ebank.bot.com.tw&amp;latest">A-</a> (was F)</td><td class="column-3">Y</td><td class="column-4">-</td><td class="column-5"></td>
</tr>
<tr class="row-10">
	<td class="column-1"><a href="https://atm.sinopac.com">Bank SinoPac</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=atm.sinopac.com&amp;latest">C</a></td><td class="column-3">X</td><td class="column-4">POODLE</td><td class="column-5"></td>
</tr>
<tr class="row-11">
	<td class="column-1"><a href="https://www.mybank.com.tw/">Cathay United Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=mybank.com.tw&amp;latest">F</a></td><td class="column-3">X</td><td class="column-4">POODLE</td><td class="column-5"></td>
</tr>
<tr class="row-12">
	<td class="column-1"><a href="https://www.chb.com.tw/">Chang Hwa Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=chb.com.tw&amp;latest">F</a></td><td class="column-3">X</td><td class="column-4">FREAK, POODLE</td><td class="column-5"></td>
</tr>
<tr class="row-13">
	<td class="column-1"><a href="https://www.cdibank.com">China Development Industrial Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=cdibank.com&amp;latest">B</a></td><td class="column-3">X</td><td class="column-4">-</td><td class="column-5">HTTPS page tries to load unsafe scripts</td>
</tr>
<tr class="row-14">
	<td class="column-1"><a href="https://www.ctbcbank.com/">Chinatrust Commercial Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=ctbcbank.com&amp;latest">B</a> (was F)</td><td class="column-3">X</td><td class="column-4">-</td><td class="column-5"></td>
</tr>
<tr class="row-15">
	<td class="column-1"><a href="https://webatm.post.gov.tw">Chunghwa Post (Post Office)</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=webatm.post.gov.tw&amp;latest">F</a></td><td class="column-3">X</td><td class="column-4">POODLE</td><td class="column-5"></td>
</tr>
<tr class="row-16">
	<td class="column-1"><a href="https://webatm.citibank.com.tw/">Citibank Taiwan</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=webatm.citibank.com.tw&amp;latest">B</a></td><td class="column-3">X</td><td class="column-4">-</td><td class="column-5"></td>
</tr>
<tr class="row-17">
	<td class="column-1"><a href="https://www.kgibank.com/">Cosmos Bank (KGI)</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=kgibank.com&amp;latest">B</a></td><td class="column-3">X</td><td class="column-4">-</td><td class="column-5"></td>
</tr>
<tr class="row-18">
	<td class="column-1"><a href="https://ebank.cotabank.com.tw/">COTA Commercial Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=ebank.cotabank.com.tw&amp;latest">B</a></td><td class="column-3">X</td><td class="column-4">-</td><td class="column-5"></td>
</tr>
<tr class="row-19">
	<td class="column-1"><a href="https://internet-banking.dbs.com.tw/">DBS Taiwan</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=internet-banking.dbs.com.tw&amp;latest">C</a></td><td class="column-3">Y</td><td class="column-4">POODLE</td><td class="column-5"></td>
</tr>
<tr class="row-20">
	<td class="column-1"><a href="https://www.db.com/taiwan/">Deutsche Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=db.com&amp;latest">A</a></td><td class="column-3">Y</td><td class="column-4">-</td><td class="column-5">Only warning is not using SHA2</td>
</tr>
<tr class="row-21">
	<td class="column-1"><a href="https://ebank.esunbank.com.tw/">E.Sun Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=ebank.esunbank.com.tw&amp;latest">F</a></td><td class="column-3">X</td><td class="column-4">POODLE</td><td class="column-5"></td>
</tr>
<tr class="row-22">
	<td class="column-1"><a href="https://webatm.entiebank.com.tw/entieatm/">EnTie Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=webatm.entiebank.com.tw&amp;latest">B</a></td><td class="column-3">X</td><td class="column-4">-</td><td class="column-5"></td>
</tr>
<tr class="row-23">
	<td class="column-1"><a href="https://www.feib.com.tw/">Far Eastern International Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=feib.com.tw&amp;latest">F</a></td><td class="column-3">X</td><td class="column-4">POODLE</td><td class="column-5"></td>
</tr>
<tr class="row-24">
	<td class="column-1"><a href="https://www.firstbank.com.tw/">First Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=firstbank.com.tw&amp;latest">B</a> (corp),<br />
<a href="https://www.ssllabs.com/ssltest/analyze.html?d=ibank.firstbank.com.tw&amp;latest">F</a> (ibank),<br />
<a href="https://www.ssllabs.com/ssltest/analyze.html?d=ebank.firstbank.com.tw&amp;latest">F</a> (ebank)</td><td class="column-3">X</td><td class="column-4">POODLE</td><td class="column-5">ebanking settings are weaker than general corporate sites?</td>
</tr>
<tr class="row-25">
	<td class="column-1"><a href="https://ebank.taipeifubon.com.tw/">Fubon Financial</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=ebank.taipeifubon.com.tw&amp;latest">B</a></td><td class="column-3">X</td><td class="column-4">-</td><td class="column-5"></td>
</tr>
<tr class="row-26">
	<td class="column-1"><a href="https://www.hsbc.com.tw/">HSBC Taiwan</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=hsbc.com.tw&amp;latest">B</a></td><td class="column-3">X</td><td class="column-4">-</td><td class="column-5">No secure renegotiation, SSL3</td>
</tr>
<tr class="row-27">
	<td class="column-1"><a href="https://ibank.hncb.com.tw/">Hua Nan Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=ibank.hncb.com.tw&amp;latest">F</a></td><td class="column-3">X</td><td class="column-4">POODLE</td><td class="column-5"></td>
</tr>
<tr class="row-28">
	<td class="column-1"><a href="https://webatm.hwataibank.com.tw">Hwatai Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=webatm.hwataibank.com.tw&amp;latest">F</a></td><td class="column-3">X</td><td class="column-4">POODLE</td><td class="column-5"></td>
</tr>
<tr class="row-29">
	<td class="column-1"><a href="https://netbank.jihsunbank.com.tw/">JihSun Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=netbank.jihsunbank.com.tw&amp;latest">F</a></td><td class="column-3">X</td><td class="column-4">POODLE</td><td class="column-5"></td>
</tr>
<tr class="row-30">
	<td class="column-1"><a href="https://netbank.ktb.com.tw/MyKTBank/index.jsp">King's Town Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=eatm.ktb.com.tw&amp;latest">F</a> (e-ATM),<br />
<a href="https://www.ssllabs.com/ssltest/analyze.html?d=netbank.ktb.com.tw&amp;latest">F</a> (e-bank)</td><td class="column-3">X</td><td class="column-4">CRIME, FREAK, POODLE, Diffie-Hellman</td><td class="column-5">the horror...</td>
</tr>
<tr class="row-31">
	<td class="column-1"><a href="https://www.landbank.com.tw/">Land Bank of Taiwan</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=landbank.com.tw&amp;latest">C</a></td><td class="column-3">X</td><td class="column-4">-</td><td class="column-5"></td>
</tr>
<tr class="row-32">
	<td class="column-1"><a href="https://ebank.megabank.com.tw/">Mega International Commercial Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=ebank.megabank.com.tw&amp;latest">A-</a></td><td class="column-3">Y</td><td class="column-4">-</td><td class="column-5"></td>
</tr>
<tr class="row-33">
	<td class="column-1"><a href="http://www.metrobank.com.tw">Metrobank</a></td><td class="column-2">X</td><td class="column-3">n/a</td><td class="column-4"></td><td class="column-5">no SSL</td>
</tr>
<tr class="row-34">
	<td class="column-1"><a href="https://ibank.scsb.com.tw/">Shanghai Commercial and Savings Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=ibank.scsb.com.tw&amp;latest">B</a></td><td class="column-3">X</td><td class="column-4">-</td><td class="column-5"></td>
</tr>
<tr class="row-35">
	<td class="column-1"><a href="https://ibank.skbank.com.tw/skatm/">Shin Kong Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=ibank.skbank.com.tw&amp;latest">F</a></td><td class="column-3">X</td><td class="column-4">POODLE</td><td class="column-5"></td>
</tr>
<tr class="row-36">
	<td class="column-1"><a href="https://ebank.standardchartered.com.tw/HIB/servlet/HttpDispatcher/Login/prompt?newTxRequest=true&amp;locale=zh_TW">Standard Chartered</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=ebank.standardchartered.com.tw&amp;latest">B</a></td><td class="column-3">Y</td><td class="column-4">-</td><td class="column-5"></td>
</tr>
<tr class="row-37">
	<td class="column-1"><a href="https://www.esunnybank.com.tw">Sunny Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=esunnybank.com.tw&amp;latest">F</a></td><td class="column-3">X</td><td class="column-4">FREAK, POODLE, Diffie-Hellman</td><td class="column-5"></td>
</tr>
<tr class="row-38">
	<td class="column-1"><a href="https://ibank.tcbbank.com.tw/">Taichung Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=ibank.tcbbank.com.tw&amp;latest">F</a></td><td class="column-3">X</td><td class="column-4">POODLE</td><td class="column-5"></td>
</tr>
<tr class="row-39">
	<td class="column-1"><a href="https://www.taishinbank.com.tw/">Taishin International Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=taishinbank.com.tw&amp;latest">B</a></td><td class="column-3">X</td><td class="column-4">-</td><td class="column-5"></td>
</tr>
<tr class="row-40">
	<td class="column-1"><a href="https://portal.tbb.com.tw/">Taiwan Business Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=portal.tbb.com.tw&amp;latest">F</a></td><td class="column-3">X</td><td class="column-4">POODLE</td><td class="column-5"></td>
</tr>
<tr class="row-41">
	<td class="column-1"><a href="https://www.tcb-bank.com.tw">Taiwan Cooperative Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=tcb-bank.com.tw&amp;latest">B</a></td><td class="column-3">X</td><td class="column-4">-</td><td class="column-5"></td>
</tr>
<tr class="row-42">
	<td class="column-1"><a href="https://ibank.tcbank.com.tw/">TC Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=ibank.tcbank.com.tw&amp;latest">F</a></td><td class="column-3">X</td><td class="column-4">POODLE</td><td class="column-5"></td>
</tr>
<tr class="row-43">
	<td class="column-1"><a href="https://mybank.ubot.com.tw/">Union Bank of Taiwan</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=mybank.ubot.com.tw&amp;latest">F</a></td><td class="column-3">X</td><td class="column-4">FREAK, POODLE</td><td class="column-5"></td>
</tr>
<tr class="row-44">
	<td class="column-1"><a href="https://ebank.yuantabank.com.tw/">Yuanta Bank</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=ebank.yuantabank.com.tw&amp;latest">B</a></td><td class="column-3">X</td><td class="column-4">-</td><td class="column-5"></td>
</tr>
<tr class="row-45">
	<td class="column-1"><a href="https://inquiry.nccc.com.tw/html/text/index.html">National Credit Card Center</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=inquiry.nccc.com.tw">B</a></td><td class="column-3">X</td><td class="column-4">-</td><td class="column-5">they should definitely do better</td>
</tr>
<tr class="row-46">
	<td class="column-1"><a href="https://www.fisc.com.tw/">Financial Information Service (FISC)</a></td><td class="column-2"><a href="https://www.ssllabs.com/ssltest/analyze.html?d=fisc.com.tw&amp;latest">A-</a></td><td class="column-3">Y</td><td class="column-4">-</td><td class="column-5"></td>
</tr>
</tbody>
</table>
<!-- #tablepress-1 from cache -->
<h2>What&#8217;s next?</h2>
<p>Financial fraud in Taiwan is pretty prevalent, though it&#8217;s usually the &#8220;old fashioned&#8221; phone scam type. On the other hand, people here seem to be very lucrative target of groups based in China and Philippines. While I don&#8217;t know about the latter, the former likely has black hat teams with a lot more computer savvy than most users here (or anywhere else). It would be very-very good to fix up these systems.</p>
<p>Since these banks don&#8217;t seem to be on Twitter in general (except maybe the international ones), would be good to look up the local tech contacts, and bring the problem to their attention. One thing that makes me optimistic about it on the long term, is that Taiwan has a lot of computer savvy and outspoken activists. Will try to reach out to them, and use the local talent (and local ways) to approach this. Also, local administration (ie. city government) seems to be more powerful here, and we have a quite techy and driven <a href="http://en.wikipedia.org/wiki/Ko_Wen-je">new mayor</a> in Taipei city. Putting pressure on the banks through them is not inconceivable.</p>
<p>I like it a lot where technology is going over here (many days I feel like being in a science fiction), and hope to make it work out well by keeping an eye on the practical implementations such as this.</p>
<p>If you find any problems in the dataset above (or any updates as sites are fixed:), please let me know!</p>
<h2>Updates</h2>
<ul>
<li><strong>2015-03-19</strong>: <a href="https://www.ctbcbank.com/">Chinatrust</a> fixed their POODLE vulnerability, improving their score from F to B! Hope they&#8217;ll fix RC4 next.</li>
<li><strong>2015-03-19</strong>: <a href="https://ebank.bot.com.tw/">Bank of Taiwan</a> went from F to A-, the first Taiwan-based bank to achieve an A!</li>
<li><strong>2015-03-23:</strong> The <a href="https://twcardsonline.anz.com">ANZ Credit Card site</a> went from F to B as well, which is pretty good, even if their corporate site remains F.</li>
<li><strong>2015-03-24:</strong> <a href="https://ebank.megabank.com.tw/">Mega Bank</a> went from B to A- by disabling RC4.</li>
</ul>
<p>The post <a href="https://gergely.imreh.net/blog/2015/03/ssl-status-of-taiwanese-banks/">SSL status of Taiwanese banks: a sad affair</a> appeared first on <a href="https://gergely.imreh.net/blog">ClickedyClick</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://gergely.imreh.net/blog/2015/03/ssl-status-of-taiwanese-banks/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 19/37 objects using APC
Page Caching using Disk: Enhanced 
Lazy Loading (feed)

Served from: gergely.imreh.net @ 2026-04-30 17:49:56 by W3 Total Cache
-->