-
Notifications
You must be signed in to change notification settings - Fork 18
Data Structure
Luit Hollander edited this page Nov 7, 2018
·
2 revisions
Property | Required | Type | Description | Example Value |
---|---|---|---|---|
url |
✔️ | string | Full URL of entry | http://fake-mycrypto.com |
scheme |
❌ | string | Regex of url range that should be blocked | * |
coin |
❌ | string | Coin related to entry | ETH |
category |
❌ | string | Category of entry | Phishing |
subcategory |
❌ | string | Subcategory of entry | MyCrypto |
severity |
❌ | number | Severity of scam, 0-1 | 1 |
description |
❌ | string | Description of scam | Fake MyCrypto phishing for keys |
addresses |
❌ | array | Addresses related to entry | ['0xD0cC2B24980CBCCA47EF755Da88B220a82291407'] |
reporter |
✔️ | string | Instance that reported the entry | MyCrypto |
-
url: 'http://fake-mycrypto.com'
scheme: *
coin: ETH
category: Phishing
subcategory: MyCrypto
severity: 1
description: Fake MyCrypto phishing for keys
addresses:
- '0xD0cC2B24980CBCCA47EF755Da88B220a82291407'
reporter: MyCrypto