create account

Security Feature Proposal to reduce the risks in a Bitfinex Scenario for STEEM and SBD by furion

View this thread on: hive.blogpeakd.comecency.com
· @furion ·
$986.38
Security Feature Proposal to reduce the risks in a Bitfinex Scenario for STEEM and SBD
![](http://i.imgur.com/Unj0IWF.jpg)

## Issue
3rd party, centralized exchanges like Poloniex and Bittrex might be vulnerable to a similar attack vector that yielded a $75,000,000 loss in the Bitfinex Heist. 

A malicious actor could empty the exchange wallets and take off with all STEEM/SBD deposited on the exchange, if he acquired the private key that is used to sign the transactions. 

> The withdrawals on Poloniex and Bittrex are instant, and thus it is safe to assume that all the transfers are signed via automated software, on a more-or-less hot (online) system. Both exchanges appear to have 1 hot wallet each, an no wallets dedicated to cold-storage.


## Proposal
A good way to mitigate risks is to make heists less profitable for thieves. Steem already does this, by having most of its value (97%+ at this time) secured in non-transferrable VESTS. Owners of compromised accounts are only vulnerable to a 1% max loss. 

Could we limit the exposure on STEEM and SBD assets as well?

**Example Implementation:**
Owners should have the ability to set an `active_limit` on their active keys (from `cli_wallet`).

If active_limit is set, transactions signed with the Active key cannot exceed a set amount of funds in a given time period.

If a transaction is signed with the Owner key, limits are ignored.
Furthermore, only the Owner key can be used to set/remove the limit.

The RPC call could be as simple as:
```
====> set_active_limit
{
    "STEEM": 0,  // no limit
    "SBD": 1000  // limit to 1,000 SBD in a 24hr period
}
```

This would essentially enable the exchange owners, as well as large stakeholders, to proactively limit their risks in an event of a hack.

**Exchange Owners:**
For example, if a major exchange holds $2,000,000 worth of STEEM and SBD, and their average daily STEEM/SBD withdrawals are $100,000 a day, they could set the limit to $200,000 a day. The automated withdrawal systems would be unaffected, and rarely - if ever - require human intervention.

In the above example, **only 10% of holdings are at risk**.

Exchange operators should store their Owner Key and Master password in a secure *(multi-sig encrypted)* cold *(offline)* storage, which can be accessed by the top executives only.

If the exchange is hacked, or if a rogue employee decides to rob his employer, the exchange and its users will suffer only a limited loss.

**Large Stakeholders**
This implementation also applies to savvy users, whom have larger amounts of STEEM and SBD on their accounts for market-making or investment purposes. These activities require access to unlocked wallet or in-memory storage of the active key - both being vulnerable to hacker/malware attacks.

----------

We will never be able to achieve bulletproof security, however, that doesn't mean we should wait until bad things happen. We need to be proactive and try and learn from others mistakes.
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 46 others
properties (23)
authorfurion
permlinksecurity-feature-proposal-to-reduce-the-risks-in-a-bitfinex-scenario-for-steem-and-sbd
categorysteemit
json_metadata{"tags":["steemit","steem","security"],"image":["http://i.imgur.com/Unj0IWF.jpg"]}
created2016-08-18 15:47:54
last_update2016-08-18 15:47:54
depth0
children8
last_payout2016-09-18 22:50:06
cashout_time1969-12-31 23:59:59
total_payout_value831.054 HBD
curator_payout_value155.324 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,886
author_reputation116,503,940,714,958
root_title"Security Feature Proposal to reduce the risks in a Bitfinex Scenario for STEEM and SBD"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id872,620
net_rshares88,306,880,771,858
author_curate_reward""
vote details (110)
@blocktrades ·
$0.03
Dan and I were discussing some ideas related to security of liquid funds yesterday. It's always good to get additional input.
👍  
properties (23)
authorblocktrades
permlinkre-furion-security-feature-proposal-to-reduce-the-risks-in-a-bitfinex-scenario-for-steem-and-sbd-20160818t195155768z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-18 19:51:54
last_update2016-08-18 19:51:54
depth1
children1
last_payout2016-09-18 22:50:06
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length125
author_reputation1,278,365,136,286,840
root_title"Security Feature Proposal to reduce the risks in a Bitfinex Scenario for STEEM and SBD"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id876,619
net_rshares54,597,858,386
author_curate_reward""
vote details (1)
@furion ·
I have a large (relatively speaking) BTC exposure, that I have been partially hedging with bitmex swaps.
I have been buying some SBD's sub $0.9 implied as well, to help and hedge the position. 

After the Bitfinex hack, I don't want to have any funds on exchanges, and since I use my private key in the browser a lot, I am wary of depositing SBD into my main account. Some sort of limit or security mechanism would be greatly appreciated.
properties (22)
authorfurion
permlinkre-blocktrades-re-furion-security-feature-proposal-to-reduce-the-risks-in-a-bitfinex-scenario-for-steem-and-sbd-20160818t202920322z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-18 20:29:18
last_update2016-08-18 20:29:18
depth2
children0
last_payout2016-09-18 22:50:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length438
author_reputation116,503,940,714,958
root_title"Security Feature Proposal to reduce the risks in a Bitfinex Scenario for STEEM and SBD"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id877,233
net_rshares0
@joelkatz ·
$0.03
It seems to me that they'd be better off just using cold wallets. But maybe you could argue that this is easier to set up and could also be used in addition to a cold wallet as a way to protect the hot wallet.
👍  
properties (23)
authorjoelkatz
permlinkre-furion-security-feature-proposal-to-reduce-the-risks-in-a-bitfinex-scenario-for-steem-and-sbd-20160819t095502163z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-19 09:55:09
last_update2016-08-19 09:55:09
depth1
children0
last_payout2016-09-18 22:50:06
cashout_time1969-12-31 23:59:59
total_payout_value0.024 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length209
author_reputation8,350,422,184,586
root_title"Security Feature Proposal to reduce the risks in a Bitfinex Scenario for STEEM and SBD"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id886,499
net_rshares68,013,137,397
author_curate_reward""
vote details (1)
@kita ·
$0.15
amazing Proposal you
👍  
properties (23)
authorkita
permlinkre-furion-security-feature-proposal-to-reduce-the-risks-in-a-bitfinex-scenario-for-steem-and-sbd-20160818t155108702z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-18 15:51:12
last_update2016-08-18 15:51:12
depth1
children0
last_payout2016-09-18 22:50:06
cashout_time1969-12-31 23:59:59
total_payout_value0.149 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation95,478,052,163
root_title"Security Feature Proposal to reduce the risks in a Bitfinex Scenario for STEEM and SBD"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id872,680
net_rshares290,670,532,497
author_curate_reward""
vote details (1)
@leprechaun ·
You are all missing the point.  If people do not want to trade the money, they will make them non-liquid.  If they do, then it they need to have it liquid.  Steem power, means there is no liquidity.  Paper wallets are a solution but were forbidden by the government where bitfinex operates.  The problem is bitfinex is operating in the wrong country.

Two factor authentication is only for you authenticating with bitfinex and not with the blockchain itself.  An insider can still steal what ever is liquid.
properties (22)
authorleprechaun
permlinkre-furion-security-feature-proposal-to-reduce-the-risks-in-a-bitfinex-scenario-for-steem-and-sbd-20160819t193335835z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-19 19:33:39
last_update2016-08-19 19:33:39
depth1
children0
last_payout2016-09-18 22:50:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length507
author_reputation42,997,909,320,148
root_title"Security Feature Proposal to reduce the risks in a Bitfinex Scenario for STEEM and SBD"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id894,592
net_rshares0
@rook · (edited)
One of the safest ways to secure transactions,  is to attach two factor authentication, or BIOMETRIC authentication in order to transfer funds outside of Steemit.

A lot of people might say that this limits privacy, but isn't the security of your net worth worthy of a tiny interval of authentication? ;)

As of now, the "keys" that allow transfering of funds are susceptible to a host of attacks, such as man in the middle attacks, or keylogging (backdoor, remote access tool) attacks. Adding a two factor authenticator could make the integrity of Steemit account transactions (especially when it comes time to transfer funds outside of Steemit) much more secure.

(The 2FA could even be anonymous, such as with a Yubico Key, or a printed "one time" grid).
👍  
properties (23)
authorrook
permlinkre-furion-security-feature-proposal-to-reduce-the-risks-in-a-bitfinex-scenario-for-steem-and-sbd-20160818t231609915z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-18 23:16:00
last_update2016-08-18 23:18:48
depth1
children1
last_payout2016-09-18 22:50:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length757
author_reputation86,316,278,264
root_title"Security Feature Proposal to reduce the risks in a Bitfinex Scenario for STEEM and SBD"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id879,695
net_rshares51,859,211
author_curate_reward""
vote details (1)
@steve-walschot ·
2FA will do nothing when holding the private keys, it's only frontend stuff but never helps on server level or RPC.
properties (22)
authorsteve-walschot
permlinkre-rook-re-furion-security-feature-proposal-to-reduce-the-risks-in-a-bitfinex-scenario-for-steem-and-sbd-20160819t200358787z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-19 20:04:06
last_update2016-08-19 20:04:06
depth2
children0
last_payout2016-09-18 22:50:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length115
author_reputation67,732,836,345,004
root_title"Security Feature Proposal to reduce the risks in a Bitfinex Scenario for STEEM and SBD"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id895,057
net_rshares0
@thecryptofiend ·
Good points and suggestions.  Like you said there is no way to guarantee security but one should take all possible measures to limit risk.  I suppose at least in Steemit there is sort of an active-limit imposed on your SP.
properties (22)
authorthecryptofiend
permlinkre-furion-security-feature-proposal-to-reduce-the-risks-in-a-bitfinex-scenario-for-steem-and-sbd-20160818t173955981z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-18 17:39:54
last_update2016-08-18 17:39:54
depth1
children0
last_payout2016-09-18 22:50:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length222
author_reputation323,603,913,866,384
root_title"Security Feature Proposal to reduce the risks in a Bitfinex Scenario for STEEM and SBD"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id874,365
net_rshares0