Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lengyun123456/blockchain-security-awesome
A curated list of awesome things related to blockchain security
https://github.com/lengyun123456/blockchain-security-awesome
List: blockchain-security-awesome
Last synced: 10 days ago
JSON representation
A curated list of awesome things related to blockchain security
- Host: GitHub
- URL: https://github.com/lengyun123456/blockchain-security-awesome
- Owner: lengyun123456
- Created: 2018-04-25T09:21:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T17:24:15.000Z (over 6 years ago)
- Last Synced: 2024-12-02T23:01:06.393Z (19 days ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - blockchain-security-awesome - A curated list of awesome things related to blockchain security. (Other Lists / PowerShell Lists)
README
# blockchain-security-awesome
---
A curated list of awesome things related to blockchain security---
## Blogs
- [Security Archives - Ethereum Blog](https://blog.ethereum.org/category/security/)
- [Blockchain-sec](https://blockchain-sec.com/)
- [猎豹移动区块链中心](https://www.cmcmbc.com/zh-cn/blog/)
- [隐形人真忙-区块链安全](https://blog.csdn.net/u011721501/article/category/7483965)
- [Trailofbits-blockchain](https://blog.trailofbits.com/category/blockchain/)## Events
- [Blockchain-Graveyard](https://magoo.github.io/Blockchain-Graveyard/)
- [Coindesk](https://www.coindesk.com/?s=) //search keyword,like 'hack'、'attack'...
- [36kr-tag-anquan](https://36kr.com/tags/anquan)
- [cnn-bitcoin-crime](https://www.ccn.com/bitcoin-crime/)
- [scmagazineuk-cryptocurrency](https://www.scmagazineuk.com/cryptocurrency/topic/48080/)## Vulnerabilities
- [DASP](http://www.dasp.co/)
- [Smart Contract Best Practices](https://github.com/ConsenSys/smart-contract-best-practices)
- [BitcoinWiki-Weaknesses](https://en.bitcoin.it/wiki/Weaknesses)
- [BitcoinWiki-CVEs](https://en.bitcoin.it/wiki/Common_Vulnerabilities_and_Exposures)
- [Go-ethereum issue vuln](https://github.com/ethereum/go-ethereum/issues?utf8=%E2%9C%93&q=label%3Avuln)
- [Examples of Solidity security issues ](https://github.com/trailofbits/not-so-smart-contracts)
- [Scanning-ethereum-smart-contracts-for-vulnerabilities](https://hackernoon.com/scanning-ethereum-smart-contracts-for-vulnerabilities-b5caefd995df)
- [Smart Contract Security](https://blog.ethereum.org/2016/06/10/smart-contract-security/)
- [Solidity Security Considerations](http://solidity.readthedocs.io/en/latest/security-considerations.html)## Threats
- [Go-ethereum issue bug](https://github.com/ethereum/go-ethereum/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
- [Solidity issue bug](https://github.com/ethereum/solidity/issues?utf8=%E2%9C%93&q=label%3Abug+)
- [Reddit ethereum](https://www.reddit.com/r/ethereum/)
- [Bitcointalk](https://bitcointalk.org/index.php?board=6.0)
- [Stackexchange ethereum security](https://ethereum.stackexchange.com/questions/tagged/security)
- [Stackexchange bitcoin security](https://bitcoin.stackexchange.com/questions/tagged/security)## Paper
- [Hacking Blockchain](https://www.rsaconference.com/writable/presentations/file_upload/fon4-t11_hacking_blockchain.pdf)
- [BGP hijacking](https://en.wikipedia.org/wiki/BGP_hijacking)
- [Safe-wallet-white-paper](https://www.cmcmbc.com/zh-cn/blog/research/2018-04-18/79.html)
- [Blockchains-how-to-steal-millions-in-264-operations](https://research.kudelskisecurity.com/2018/01/16/blockchains-how-to-steal-millions-in-264-operations/)
- [Quantum attacks on Bitcoin, and how to protect against them](https://arxiv.org/pdf/1710.10377.pdf)
- [Eclipse Attacks on Bitcoin’s Peer-to-Peer Network](http://cs-people.bu.edu/heilman/eclipse/)## Report
- [Audit report of iohk’s etc wallet](https://research.kudelskisecurity.com/2018/01/26/audit-report-of-iohks-etc-wallet/)
- [Audit report of the waves platform](https://research.kudelskisecurity.com/2017/10/10/audit-report-of-the-waves-platform/)## Tools
- [Slither](https://trailofbits.wufoo.com/forms/m1qfujq31qyj9ee/) - Slither combines a set of proprietary static analyses on Solidity
- [Porosity](https://github.com/comaeio/porosity) - Decompiler and Security Analysis tool for Blockchain-based Ethereum Smart-Contracts
- [Echidna](https://github.com/trailofbits/echidna) - Ethereum fuzz testing framework
- [Oyente](https://github.com/melonproject/oyente) - An Analysis Tool for Smart Contracts