Skip to content

Commit

Permalink
Attack types fixes (#218)
Browse files Browse the repository at this point in the history
* fixed attack types matching

* added private key leak attack type
  • Loading branch information
JediFaust authored Aug 17, 2023
1 parent 49b36ee commit 34e00c0
Show file tree
Hide file tree
Showing 28 changed files with 84 additions and 83 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Before committing to the wikis, please ensure your submission meets the followin
| `date` | yes | YYYY-MM-DD | 2012-07-16 |
`target-entities` | yes | Entities that were targeted by the attackers. Multiple values allowed | `Binance`, `Localbitcoins`, `Ethereum`|
`entity-types`| yes | General category describing targeted entity. Check existing ones in the examples and suggest yours if not present. Multiple values allowed | `Custodian`, `DeFi`, `GameFi`, `Exchange`, `Wallet`, `Blockchain`, `Bridge`, `Yield Aggregator`, `Lending Platform`, `Stablecoin`, `Token`, `NFT` |
`attack-types` | yes | Common hacking technique, check existing ones in the examples and suggest yours if not present. Multiple values allowed | `51%`, `Wallet Hack`, `Web Infrastructure Attack`, `Smart Contract Exploit`, `Flash Loan Attack`, `Phishing`, `Signature Verification Issue`, `Brute Force`, `Race Condition Exploit`|
`attack-types` | yes | Common hacking technique, check existing ones in the examples and suggest yours if not present. Multiple values allowed | `51%`, `Wallet Hack`,`Private Key Leak`, `Infrastructure Attack`, `Smart Contract Exploit`, `Flash Loan Attack`, `Phishing`, `Signature Verification Issue`, `Brute Force`, `Race Condition Exploit`|
`title` | yes | Article Title | `BitGrail Hack Results in $170 Million Loss` |

- Focus on **facts and numbers** instead of vague phrases and value judgments (such as "huge losses", "important lesson"). Facts mostly include named entities (people, companies, places, addresses, etc.) Simply repeating what the attacked entity had to say is not enough. Try finding messages from those who spotted anomalies before any official announcements, 3rd party audits, statements from other entities, sources of structured data that show the impact of the attack on prices, volumes, hashrates, etc.
Expand Down
2 changes: 1 addition & 1 deletion content/attacks/posts/2011-10-05-Bitcoin7.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ entity-types:
- Custodian
attack-types:
- Wallet Hack
- Web Infrastructure Attack
- Infrastructure Attack
title: Bitcoin7 Hacked, Losing 5000 BTC
---

Expand Down
2 changes: 1 addition & 1 deletion content/attacks/posts/2012-07-16-BTC-e.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ target-entities: BTC-e
entity-types:
- Custodian
- Exchange
attack-types: Web Infrastructure Attack
attack-types: Infrastructure Attack
title: BTC-e hacked, losing around 4,500 BTC
---

Expand Down
2 changes: 1 addition & 1 deletion content/attacks/posts/2012-09-19-Silk-Road.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ entity-types:
- Darknet
- Market
attack-types:
- Web Infrastructure Attack
- Infrastructure Attack
- Race Condition Exploit
title: "50,000 Bitcoin Wire Fraud: Record Cryptocurrency Seizure in U.S. History"
---
Expand Down
2 changes: 1 addition & 1 deletion content/attacks/posts/2014-02-28-MtGox.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ target-entities: MtGox
entity-types:
- Custodian
- Exchange
attack-types: Web Infrastructure Attack
attack-types: Infrastructure Attack
title: Mt. Gox hacked, losing over $450 million worth of Bitcoin
---

Expand Down
2 changes: 1 addition & 1 deletion content/attacks/posts/2016-08-02-Bitfinex.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ entity-types:
- Custodian
- Exchange
attack-types:
- Web Infrastructure Attack
- Infrastructure Attack
title: "Bitfinex Hack Led To 119,756 Bitcoin Stolen"
---

Expand Down
4 changes: 3 additions & 1 deletion content/attacks/posts/2019-03-24-DragonEx.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ target-entities: DragonEx
entity-types:
- Custodian
- Exchange
attack-types: Phishing
attack-types:
- Phishing
- Private Key Leak
title: "DragonEx Hacked for $7 Million"
---

Expand Down
6 changes: 3 additions & 3 deletions content/attacks/posts/2020-08-31-2gether.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
date: 2020-08-31
target-entities: 2gether
entity-types:
- Custodian
- Exchange
attack-types: Web Infrastructure Attack
- Custodian
- Exchange
attack-types: Infrastructure Attack
title: 2gether hacked, losing over €1.183 million worth of cryptocurrencies
---

Expand Down
8 changes: 4 additions & 4 deletions content/attacks/posts/2020-09-25-KuCoin.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
date: 2020-09-26
target-entities: KuCoin
entity-types:
- Custodian
- Exchange
- Custodian
- Exchange
attack-types: Wallet Hack
tags:
- North Korea
- Lazarus Group
- North Korea
- Lazarus Group
title: "KuCoin Suffers $281 Million Hack"
---

Expand Down
4 changes: 2 additions & 2 deletions content/attacks/posts/2021-04-13-Africrypt.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
date: 2021-04-13
target-entities: Africrypt
entity-types:
- Custodian
- Exchange
- Custodian
- Exchange
attack-types: Wallet Hack
title: "Africrypt Founders Vanished with $3.6 Billion in Bitcoin"
---
Expand Down
8 changes: 4 additions & 4 deletions content/attacks/posts/2021-04-28-Uranium-Finance.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
date: 2021-04-28
target-entities:
- Uranium Finance
- Uranium Finance
entity-types:
- DeFi
- Exchange
- DeFi
- Exchange
attack-types:
- Smart Contract Exploit
- Smart Contract Exploit
title: "Uranium Finance Exploit Resulting in a $57.2 Million Loss"
---

Expand Down
5 changes: 2 additions & 3 deletions content/attacks/posts/2021-08-10-poly-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
date: 2021-08-10
target-entities: Poly Network
entity-types:
- DeFi
- Bridge
- DeFi
- Bridge
attack-types: Smart Contract Exploit

title: "Poly Network Hack - $610 Million Stolen in 2021"
---

Expand Down
4 changes: 2 additions & 2 deletions content/attacks/posts/2021-08-18-Liquid.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
date: 2021-08-18
target-entities: Liquid
entity-types:
- Custodian
- Exchange
- Custodian
- Exchange
attack-types: Wallet Hack
title: "Liquid Exchange Hacked for $97 Million"
---
Expand Down
4 changes: 2 additions & 2 deletions content/attacks/posts/2021-12-04-Bitmart-Exchange.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
date: 2021-12-04
target-entities: BitMart
entity-types:
- Custodian
- Exchange
- Custodian
- Exchange
attack-types: Wallet Hack
title: "BitMart Exchange Suffers $196 Million Security Breach"
---
Expand Down
12 changes: 6 additions & 6 deletions content/attacks/posts/2021-12-05-Polygon.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
date: 2021-12-05
target-entities:
- Polygon
- Plasma Bridge
- Polygon
- Plasma Bridge
entity-types:
- Blockchain
- Bridge
- Blockchain
- Bridge
attack-types:
- Smart Contract Exploit
- Signature Verification Issue
- Smart Contract Exploit
- Signature Verification Issue
title: "Polygon hacked for over 800,000 MATIC"
---

Expand Down
4 changes: 2 additions & 2 deletions content/attacks/posts/2021-12-11-AscendEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
date: 2021-12-11
target-entities: Polygon
entity-types:
- Custodian
- Exchange
- Custodian
- Exchange
attack-types: Wallet Hack
title: "AscendEX Hack: $77 Million Stolen in Hot Wallet Breach"
---
Expand Down
4 changes: 2 additions & 2 deletions content/attacks/posts/2022-01-28-Qubit.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
date: 2022-01-28
target-entities: Qubit Finance
entity-types:
- DeFi
- Lending Platform
- DeFi
- Lending Platform
attack-types: Smart Contract Exploit
title: "Hackers Breach Qubit Finance Platform, Stealing $80 Million"
---
Expand Down
8 changes: 4 additions & 4 deletions content/attacks/posts/2022-02-02-Wormhole.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
date: 2022-02-02
target-entities: Wormhole
entity-types:
- DeFi
- Bridge
- DeFi
- Bridge
attack-types:
- Smart Contract Exploit
- Signature Verification Issue
- Smart Contract Exploit
- Signature Verification Issue
title: "Wormhole Hack: Code Vulnerability Has Led to $325 Million Stolen"
---

Expand Down
20 changes: 10 additions & 10 deletions content/attacks/posts/2022-03-23-Ronin.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
date: 2022-03-23
tags:
- North Korea
- Lazarus Group
- North Korea
- Lazarus Group
target-entities:
- Ronin Network
- Ronin Bridge
- Axie Infinity
- Ronin Network
- Ronin Bridge
- Axie Infinity
entity-types:
- Blockchain
- Bridge
- GameFi
- Blockchain
- Bridge
- GameFi
attack-types:
- 51%
- Wallet Hack
- 51%
- Wallet Hack
title: "Ronin Network suffers 51% attack, $625 million stolen"
---

Expand Down
4 changes: 2 additions & 2 deletions content/attacks/posts/2022-04-17-Beanstalk.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
date: 2022-04-17
target-entities: Beanstalk Farms
entity-types:
- DeFi
- Yield Aggregator
- DeFi
- Yield Aggregator
attack-types: Flash Loan Attack
title: "Beanstalk Farms Lost $182 Million Due To The Governance Mechanism"
---
Expand Down
6 changes: 3 additions & 3 deletions content/attacks/posts/2022-06-23-Harmony-Horizon.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ entity-types:
- Bridge
attack-types: Smart Contract Exploit
tags:
- North Korea
- Lazarus Group
- APT38
- North Korea
- Lazarus Group
- APT38
title: "Harmony's Horizon Bridge was the victim of a massive cyberattack from North Korea"
---

Expand Down
8 changes: 4 additions & 4 deletions content/attacks/posts/2022-09-20-Wintermute.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
date: 2022-09-20
target-entities: Wintermute
entity-types:
- Custodian
- Exchange
- Exchange
- Custodian
attack-types:
- Wallet Hack
- Brute Force
- Wallet Hack
- Brute Force
title: "Wintermute Incurs $160 Million Loss from Brute Force Private Key Compromise Linked to Profanity's Vulnerability"
---

Expand Down
8 changes: 4 additions & 4 deletions content/attacks/posts/2022-10-06-BSC-Token-Hub.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
date: 2022-10-06
target-entities:
- Binance Smart Chain
- Token Hub Bridge
- Binance Smart Chain
- Token Hub Bridge
entity-types:
- Blockchain
- Bridge
- Blockchain
- Bridge
attack-types: Signature Verification Issue
title: "BSC Token Hub Hit By $586 Million Bridge Hack"
---
Expand Down
4 changes: 2 additions & 2 deletions content/attacks/posts/2022-11-01-Deribit.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
date: 2022-11-01
target-entities: Deribit
entity-types:
- Custodian
- Exchange
- Custodian
- Exchange
attack-types: Wallet Hack
title: "Deribit Hack: $28 Million Stolen in Hot Wallet Attack"
---
Expand Down
4 changes: 2 additions & 2 deletions content/attacks/posts/2023-03-13-Euler-Finance.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
date: 2023-03-13
target-entities: Euler Finance
entity-types:
- DeFi
- Lending Platform
- DeFi
- Lending Platform
attack-types: Flash Loan Attack
title: "Euler Finance Exploited with Flash Loan Attack Resulting in Loss of $196 Million"
---
Expand Down
8 changes: 4 additions & 4 deletions content/attacks/posts/2023-03-28-Safemoon.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
date: 2023-03-28
target-entities:
- Safemoon
- Safemoon
entity-types:
- DeFi
- Token
- DeFi
- Token
attack-types:
- Smart Contract Exploit
- Smart Contract Exploit
title: "SafeMoon's Smart Contract Exploit: An $8.9M Heist and Unexpected Return of Funds"
---

Expand Down
10 changes: 5 additions & 5 deletions content/attacks/posts/2023-06-02-Atomic-Wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
date: 2023-06-02
target-entities: Atomic Wallet
entity-types:
- DeFi
- Wallet
- DeFi
- Wallet
attack-types:
- Wallet Hack
- Wallet Hack
tags:
- North Korea
- Lazarus Group
- North Korea
- Lazarus Group
title: "Atomic Wallet Suffers Over $100 Million Security Breach"
---

Expand Down
12 changes: 6 additions & 6 deletions content/attacks/posts/2023-07-22-AlphaPo.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
date: 2023-07-22
tags:
- Lazarus Group
- North Korea
- Lazarus Group
- North Korea
target-entities:
- AlphaPo
- CoinsPaid
- AlphaPo
- CoinsPaid
entity-types:
- Custodian
- Crypto Payment Platform
- Custodian
- Crypto Payment Platform
attack-types: Wallet Hack
title: "AlphaPo Hot Wallets Breached Resulting in a Loss of Over $60 Million"
---
Expand Down

0 comments on commit 34e00c0

Please sign in to comment.