Skip to content

Commit ac82fbf

Browse files
committed
增加区块链安全内容
1 parent 8594a91 commit ac82fbf

14 files changed

+379
-1
lines changed

content/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ keywords:
6060

6161
{{< cards rows="4" >}}
6262
{{< card link="security_research/ai_security" title="AI安全" image="images/banner/5.jpg" subtitle="AI安全相关资料,重点包括大模型(LLM)/AIGC安全内容.">}}
63-
{{< card link="/" title="区块链安全" image="images/banner/6.jpg" subtitle="开发中,敬请期待." >}}
63+
{{< card link="security_research/blockchain_security" title="区块链安全" image="images/banner/6.jpg" subtitle="区块链(Blockchain Security)/Web3/数字货币安全相关文章与资源列表." >}}
6464
{{< card link="/" title="待开发知识" image="images/banner/7.jpg" subtitle="开发中,敬请期待.">}}
6565
{{< card link="/" title="待开发知识" image="images/banner/8.jpg" subtitle="开发中,敬请期待.">}}
6666
{{< /cards >}}

content/security_research/_index.md

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ keywords:
1717
- 大模型安全
1818
- 大语言模型安全
1919
- LLM安全
20+
- 区块链安全
21+
- 智能合约安全
22+
- 钱包安全
23+
- 数字货币安全
24+
- Web3安全
2025
---
2126

2227
👋 你好!欢迎来到 安全手册 - SEC.CAFE 安全咖啡!
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: 区块链安全
3+
weight: 1
4+
description: 区块链安全相关文章与资源列表
5+
keywords:
6+
- 区块链安全
7+
- 智能合约安全
8+
- 钱包安全
9+
- 数字货币安全
10+
- Web3安全
11+
---
12+
13+
区块链(Blockchain Security)/Web3/数字货币安全相关文章与资源列表
14+
<!--more-->
15+
16+
## 作者及修订记录
17+
{{% details title="详情" %}}
18+
- [Fooying](https://fooying.com) 收集和编写主要内容
19+
{{% /details %}}
20+
21+
> 感谢参与贡献的每一位作者!请尊重原创,引用转载请保留来源!
22+
23+
24+
## 目录
25+
探索以下各节以学习「区块链安全」内容:
26+
27+
28+
29+
30+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
title: 安全攻防
3+
weight: 2
4+
description: 区块链/Web3安全开发、审计与漏洞相关内容
5+
keywords:
6+
- smart contract security
7+
- 智能合约安全
8+
- Token 安全
9+
- DeFi 安全
10+
---
11+
12+
13+
## 安全开发指南与验证标准
14+
- [以太坊智能合约 —— 最佳安全开发指南](https://github.com/Consensys/smart-contract-best-practices/blob/master/README-zh.md)
15+
- [加密货币安全标准 The CryptoCurrency Security Standard](https://cryptoconsortium.github.io/CCSS/)
16+
- [SCSVS 智能合约安全验证标准](https://github.com/securing/SCSVS)
17+
- [EOS 智能合约最佳安全开发指南](https://github.com/slowmist/eos-smart-contract-security-best-practices)
18+
19+
## 安全审计与测试
20+
- [慢雾智能合约审计项](https://cn.slowmist.com/service-smart-contract-security-audit.html)
21+
- [慢雾智能合约审计开放报告](https://github.com/slowmist/Knowledge-Base/tree/master/open-report)
22+
- [基于区块链的加密货币安全审计指南](https://github.com/slowmist/Cryptocurrency-Security-Audit-Guide/blob/main/README_CN.md)
23+
- [Papers and Tools for Smart Contract Security Analysis](https://github.com/shlee-lab/Smart-contract-security-analysis)
24+
- [Solidity 安全审计checklist](https://github.com/evm-security/security-checklist)
25+
- [SCSTG 智能合约安全测试指南](https://github.com/InspexCo/SCSTG)
26+
27+
## 漏洞
28+
- [Smart Contract Weakness Classification (SWC) 智能合约漏洞分类](https://swcregistry.io/)
29+
- [Decentralized Application Security Project Top 10 of 2018](https://dasp.co/)
30+
- [慢雾科技漏洞研究报告](https://github.com/slowmist/papers)
31+
- 智能合约漏洞列表
32+
- [smart-contract-vulnerabilities](https://github.com/kadenzipfel/smart-contract-vulnerabilities)
33+
- [SCV-List](https://github.com/sirhashalot/SCV-List)
34+
- [关于区块链以太坊安全类问题](https://github.com/Lianantech/ETH-Security)
35+
36+
37+
## 脑图与架构图
38+
### 常见智能合约漏洞
39+
> 来自 https://github.com/Anugrahsr/Awesome-web3-Security
40+
41+
![](/images/Vulnerabilities_in_Smart_contracts.png "常见智能合约漏洞")
42+
43+
### DAPP安全攻防
44+
> 来自 https://github.com/slowmist/Knowledge-Base
45+
46+
![](/images/dapp_attack_defense.png "DAPP安全攻防")
47+
48+
### 钱包安全
49+
> 来自 https://github.com/slowmist/Knowledge-Base
50+
51+
![](/images/exchange_wallet_attack_defense.png "钱包安全")
52+
53+
54+
55+
56+
57+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: 指南与框架
3+
weight: 1
4+
description: 区块链安全指南与框架
5+
keywords:
6+
- 区块链安全标准
7+
- 区块链安全指南
8+
- 加密货币安全标准
9+
- 区块链安全框架爱
10+
---
11+
12+
## 指南与导读
13+
- [慢雾安全团队知识库](https://github.com/slowmist/Knowledge-Base) 慢雾是国内最专业的区块链安全公司,该知识库包含了区块链相关安全研究、报告、翻译资料等
14+
- [识骨寻踪:解剖区块链安全](https://mp.weixin.qq.com/s/8eFt03if7YgMzDMwJ76joQ)
15+
- [区块链黑暗森林自救手册](https://github.com/slowmist/Blockchain-dark-forest-selfguard-handbook)
16+
- [慢雾加密资产安全解决方案]https://github.com/slowmist/cryptocurrency-security
17+
- [Web3 Security](https://github.com/brycewai/Web3-Security) 一个Web3安全入门指引
18+
19+
## 一些资源列表
20+
- [Web3 Security Resources Hub](https://github.com/Raiders0786/web3-security-resources)
21+
- [Awesome cryptocurrency security](https://github.com/nongiach/awesome-cryptocurrency-security)
22+
- [cryptocurrency-security](https://github.com/5049504F/cryptocurrency-security)
23+
- [Web3 Security Library](https://github.com/immunefi-team/Web3-Security-Library)
24+
- [Web3 Security Resources](https://github.com/wallet-guard/web3-security)
25+
- [web3-user-security](https://github.com/Xen0ph0n/web3-user-security)
26+
- [Awesome-Smart-Contract-Security](https://github.com/saeidshirazi/Awesome-Smart-Contract-Security)
27+
- [BlockChain-Security-List](https://github.com/slowmistio/BlockChain-Security-List)
28+
- [awesome-blockchain-security](https://github.com/chainflag/awesome-blockchain-security)
29+
- [Awesome-Blockchain-Security](https://github.com/bunturx/Awesome-Blockchain-Security)
30+
- [BlockChainSec](https://github.com/Al1ex/BlockChainSec) 中文项目
31+
- [Awesome Blockchain Security](https://github.com/Aloneposix/Awesome-Blockchain-Security)
32+
- [Awesome-Blockchain-Security](https://github.com/Casuwin/Awesome-Blockchain-Security)
33+
- [Awesome EVM Security](https://github.com/kareniel/awesome-evm-security)
34+
35+
- [Awesome Blockchain Bug Bounty](https://github.com/slowmist/awesome-blockchain-bug-bounty) 相关赏金计划列表
36+
37+
## 框架与脑图
38+
### 区块链项目安全
39+
> 来自 https://mp.weixin.qq.com/s/8eFt03if7YgMzDMwJ76joQ
40+
41+
![](/images/blockchain_sec_tree.png "区块链项目安全")
42+
43+
44+
45+
### 区块链作恶
46+
> 来自 https://github.com/slowmist/Knowledge-Base/blob/master/mindmaps/evil_blockchain.png
47+
48+
![](/images/evil_blockchain.png "区块链作恶")
49+
50+
51+
### 慢雾加密资产安全解决方案
52+
> 来自 https://github.com/slowmist/cryptocurrency-security
53+
54+
![](/images/Cryptocurrency-Security.png "慢雾加密资产安全解决方案")
55+
56+
57+
58+
59+
60+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,188 @@
1+
---
2+
title: 安全工具
3+
weight: 4
4+
description: 区块链/Web3安全工具
5+
keywords:
6+
- smart contract security
7+
- 智能合约安全
8+
- Token 安全
9+
- DeFi 安全
10+
- Web3安全工具
11+
---
12+
13+
> 内容主要来自 [Web3-Security-Tools](https://github.com/Quillhash/Web3-Security-Tools),做部分补充
14+
15+
## 总览
16+
![](/images/Web3_Security_Tools.png "区块链/Web3安全工具")
17+
18+
## VM相关
19+
- [ZIION VM](https://www.ziion.org/)
20+
21+
## 区块链取证工具
22+
23+
### 区块链浏览器
24+
25+
- [Etherscan](https://etherscan.io/)
26+
- [btc.com](https://btc.com/)
27+
- [Bscscan](https://bscscan.com/)
28+
- [Polygonscan](https://polygonscan.com/)
29+
- *通用浏览器*
30+
1. [Blockchain.com](https://www.blockchain.com/explorer)
31+
2. [Blockchair.com](https://blockchair.com/)
32+
33+
### 智能合约反编译
34+
35+
- [Dedaub](https://library.dedaub.com/decompile)
36+
- [Panoramix](https://github.com/palkeo/panoramix)
37+
- [abi-decompiler](https://github.com/Decurity/abi-decompiler)
38+
- [Eveem](http://www.eveem.org/) Solidity反编译器
39+
40+
41+
### 浏览器插件
42+
43+
- [Tenderly](https://chrome.google.com/webstore/detail/tenderly-debugger/miiolgcpknpjjfagkaddfgakbdenenfn)
44+
- [MetaDock](https://chrome.google.com/webstore/detail/metadock/fkhgpeojcbhimodmppkbbliepkpcgcoo)
45+
- [Sentio](https://chromewebstore.google.com/detail/sentio/kkdofmcnddcnldoingfpiojnnkdcbhnf)
46+
- [Blockchair](https://chrome.google.com/webstore/detail/blockchair/fhhkkooikehnkaodebbfnkinedlllcfk)
47+
- [Impersonator](https://chrome.google.com/webstore/detail/impersonator/hgihfkmoibhccfdohjdbklmmcknjjmgl)
48+
49+
### Rug 检查工具
50+
51+
- [Rug Pull Finder](https://www.rugpullfinder.io/confirmedrugpulls)
52+
- [bscheck](http://bscheck.eu/)
53+
- [rugscreen](http://rugscreen.com/)
54+
- [QuillCheck](https://quillaudits.com/tools/quillcheck/)
55+
- [poocoin’s rugcheck](https://poocoin.app/rugcheck)
56+
- [tokensniffer](https://tokensniffer.com/)
57+
- [rugpulldetector](http://rugpulldetector.com/)
58+
- [rugdoc honeypot checker](https://rugdoc.io/honeypot/)
59+
60+
### Txn 可视化工具
61+
62+
- [MistTrack](https://misttrack.io/)
63+
- [ethtx.info](https://ethtx.info/)
64+
- [Front-running explorer](https://zeromev.org/)
65+
- [Phalcon BlockSec](https://phalcon.blocksec.com/?s=09)
66+
- [Bitquery Explorer](https://explorer.bitquery.io/)
67+
- [Tx eth samczsun](https://tx.eth.samczsun.com/)
68+
- [Tenderly](https://tenderly.co/)
69+
- [Sentio](https://app.sentio.xyz/explorer)
70+
- [Socketscan](https://socketscan.io/)
71+
- [3D VR blockchain visualization](https://ethresear.ch/t/open-source-3d-and-vr-blockchain-visualizations/3297/2)
72+
- [eigenphi.io](https://eigenphi.io/)
73+
- [nansen.ai](https://nansen.ai)
74+
- [**Officer CIA’s Investigation tools list**](https://github.com/OffcierCia/On-Chain-Investigations-Tools-List)
75+
76+
77+
### Toke 流程可视化
78+
79+
- [breadcrumbs.app](https://www.breadcrumbs.app/)
80+
- [bloxy.info](https://bloxy.info/)
81+
- [ethtective.com](http://ethtective.com/)
82+
83+
84+
### 杂项工具
85+
86+
- [ETH Toolbox](https://eth-toolbox.com/)
87+
- [DethCode](https://github.com/dethcrypto/dethcode)
88+
- [Cryptocurrencies OSINT](https://start.me/p/ek4rxK/cryptocurrency-osint)
89+
- [DeBank](https://debank.com/)
90+
- [Tutela](https://tutela.xyz/)
91+
92+
---
93+
94+
## 智能合约审计工具
95+
96+
### 测试框架
97+
98+
- [Foundry](https://github.com/foundry-rs/foundry)
99+
- [Hardhat](https://hardhat.org/)
100+
- [Brownie](https://eth-brownie.readthedocs.io/en/stable/)
101+
- [Truffle](https://trufflesuite.com/)
102+
103+
### Fuzzers
104+
105+
- [Echidna](https://github.com/crytic/echidna)
106+
- [Foundry Fuzz](https://book.getfoundry.sh/forge/fuzz-testing)
107+
- [ChainFuzz](https://github.com/ChainSecurity/ChainFuzz)
108+
- [Harvey](https://mariachris.github.io/Pubs/FSE-2020-Harvey.pdf)
109+
- [sFuzz](https://ink.library.smu.edu.sg/cgi/viewcontent.cgi?article=6068&context=sis_research)
110+
111+
### VS Code 插件
112+
113+
- [Solidity Visual Developer](https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-visual-auditor)
114+
- [Slither VSC](https://marketplace.visualstudio.com/items?itemName=trailofbits.slither-vscode)
115+
- [Inline Bookmarks](https://github.com/tintinweb/vscode-inline-bookmarks)
116+
- [Solidity Metrics](https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-metrics)
117+
- [EthOver](https://marketplace.visualstudio.com/items?itemName=tintinweb.vscode-ethover)
118+
- [GraphViz Interactive Preview](https://marketplace.visualstudio.com/items?itemName=tintinweb.graphviz-interactive-preview)
119+
- [Mythx VSC](https://marketplace.visualstudio.com/items?itemName=MythX.mythxvsc)
120+
- [Remix VSC](https://marketplace.visualstudio.com/items?itemName=RemixProject.ethereum-remix)
121+
122+
### 格式化及格式检查
123+
124+
- [EthLint](https://github.com/duaraghav8/Ethlint)
125+
- [solidity-coverage](https://github.com/sc-forks/solidity-coverage)
126+
- [Prettier](https://prettier.io/)[Solidity Plugin](https://github.com/prettier-solidity/prettier-plugin-solidity)
127+
- [Doc-Gen](https://mtmacdonald.github.io/docgen/docs/index.html)
128+
- [Solhint](https://github.com/protofire/solhint)
129+
- [sol function profiler](https://github.com/EricR/sol-function-profiler)
130+
- [BSOL](https://github.com/Giulio2002/bsol) 一个为Solidity代码片段和智能合约编写基准测试的工具
131+
132+
### 可视化工具
133+
134+
- [Solidity Visual Developer](https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-visual-auditor)
135+
- [Sūrya](https://github.com/ConsenSys/surya)
136+
- [Solgraph](https://github.com/raineorshine/solgraph)
137+
- [EVM Lab](https://github.com/ethereum/evmlab)
138+
- [Ethereum-graph-debugger](https://github.com/fergarrui/ethereum-graph-debugger)
139+
140+
### 动静态分析
141+
142+
- [Slither](https://github.com/crytic/slither)
143+
- [MythX](https://mythx.io/)
144+
- [Mythril](https://github.com/ConsenSys/mythril)
145+
- [Manticore](https://github.com/trailofbits/manticore)
146+
- [securify2](https://github.com/eth-sri/securify2)
147+
- [Eth Security Toolbox](https://github.com/trailofbits/eth-security-toolbox)
148+
- [smartcheck](https://github.com/smartdec/smartcheck)
149+
- [solidityscan.com](https://solidityscan.com/)
150+
- [Fuzzinglab’s Octopus](https://github.com/FuzzingLabs/octopus)
151+
- [Pakala](https://github.com/palkeo/pakala) 以太坊攻击性漏洞扫描器,详见[使用Pakala窃取以太坊](https://www.palkeo.com/en/projets/ethereum/stealing_ether.html)
152+
- [Karl](https://github.com/cleanunicorn/karl) 智能合约安全漏洞检查工具
153+
- [Verisol](https://github.com/microsoft/verisol) 来自微软的Solidity智能合约的正式验证和分析工具
154+
155+
### 审计指南
156+
157+
- [The Auditors Book](https://theauditorbook.com/)
158+
- [Solodit.xyz](https://solodit.xyz/dashboard)
159+
- [Audit Hero](https://audit-hero.com/search-findings)
160+
- [Solidity Attack Vectors](https://github.com/Quillhash/Solidity-Attack-Vectors)
161+
- [Audit Checklist](https://github.com/tamjid0x01/SmartContracts-audit-checklist)
162+
- [Awesome Solidity Gas Optimizations](https://github.com/iskdrews/awesome-solidity-gas-optimization)
163+
- [Secureum Blogs](https://substack.com/profile/23643769-rajeev-secureum)
164+
- [Diligence - Smart Contract Best Practices](https://consensys.github.io/smart-contract-best-practices/attacks/)
165+
- [Blockchain Hacking QuickStart Guide](https://start.blockchainhax.com)
166+
- [How to Become a Smart Contract Auditor by Cmichel](https://cmichel.io/how-to-become-a-smart-contract-auditor/)
167+
168+
---
169+
170+
## 钱包安全
171+
- [Stelo Labs](https://stelolabs.com/)
172+
- [BlowFish](https://blowfish.xyz/)
173+
- [Pocket Universe](https://www.pocketuniverse.app/)
174+
- [Wallet Guard](https://walletguard.app/)
175+
- [Interlock](https://www.interlock.network/)
176+
- [Revoke.cash](https://revoke.cash/)
177+
- [Novus](https://www.usenovus.io)
178+
- [Web3 Antivirus](https://web3antivirus.io/)
179+
- [PeckShield Alert](https://chrome.google.com/webstore/detail/peckshieldalert/dakkielolpafjbgnjnakddabmbbkcioe)
180+
181+
182+
### 更多参考
183+
184+
[https://github.com/OffcierCia/On-Chain-Investigations-Tools-List](https://github.com/OffcierCia/On-Chain-Investigations-Tools-List)
185+
[https://github.com/shantanhunt/Smart-Contract-Auditor-Tools-and-Techniques](https://github.com/shantanhunt/Smart-Contract-Auditor-Tools-and-Techniques)
186+
[https://github.com/Anugrahsr/Awesome-web3-Security](https://github.com/Anugrahsr/Awesome-web3-Security) </br>
187+
[https://github.com/RektifyAI/auditing-demystified](https://github.com/RektifyAI/auditing-demystified)
188+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: 学习与培训
3+
weight: 3
4+
description: 区块链/Web3安全学习与培训资源
5+
keywords:
6+
- smart contract security
7+
- 智能合约安全
8+
- Token 安全
9+
- DeFi 安全
10+
- DeFi Security
11+
---
12+
13+
## CTF与靶场
14+
- [damn vulnerable defi](https://github.com/OpenZeppelin/damn-vulnerable-defi)
15+
- [Ethernaut Solutions](https://cmichel.io/ethernaut-solutions/)
16+
- [Capture The Ether Solutions](https://cmichel.io/capture-the-ether-solutions/)
17+
- [DeFi-Security-Summit-Stanford](https://github.com/secureum/DeFi-Security-Summit-Stanford)
18+
- [Smart Contract Hacker Playground](https://github.com/thec00n/Smart-Contract-Hacker-Playground)
19+
- [Hacking-Smart-Contracts](https://github.com/Innovation-Web-3-0-Blockchain/Hacking-Smart-Contracts)
20+
- [Blocksec CTFs](https://github.com/blockthreat/blocksec-ctfs)
21+
22+
23+
## 相关课程/roadmap
24+
- [Web3安全讲座汇编](https://github.com/YAcademy-Residents/web3-security-talks)
25+
- [web3-security-roadmap](https://github.com/mattaereal/my-web3-security-roadmap)
26+
- [Solidity Security By Example](https://github.com/serial-coder/solidity-security-by-example)
27+
- [blockchain-security](https://github.com/hoytech/blockchain-security)
28+
- [Blockchain-Security-Papers](https://github.com/MiaZmy1221/Blockchain-Security-Papers)
29+
30+
31+
## 书籍
32+
- [智能合约安全分析和审计指南](https://book.douban.com/subject/34613820/)
33+
34+
35+
36+
37+
38+
506 KB
Loading
Loading

static/images/Web3_Security_Tools.png

969 KB
Loading

static/images/blockchain_sec_tree.png

761 KB
Loading

static/images/dapp_attack_defense.png

85.8 KB
Loading

static/images/evil_blockchain.png

1.37 MB
Loading
79.1 KB
Loading

0 commit comments

Comments
 (0)