CryptoScamDB / blacklist

A dataset of various malicious cryptocurrency-related URLs and Twitter profiles
54 stars 18 forks source link

CSDB-92 - Coin type is now in addresses #146

Closed 409H closed 5 years ago

409H commented 5 years ago

As many scams now target multiple chains, I have put the network name in the addresses array.

Parsed snippet:

[
  {
    "category": "Phishing", 
    "subcategory": "MyEtherWallet", 
    "name": "xn--myetherwallt-leb.com", 
    "reporter": "MyCrypto", 
    "url": "http://xn--myetherwallt-leb.com", 
    "description": "Google reports site as insecure"
  }, 
  {
    "category": "Phishing", 
    "subcategory": "MyEtherWallet", 
    "name": "myelherwallel.com", 
    "reporter": "MyCrypto", 
    "url": "http://myelherwallel.com", 
    "addresses": {
      "ETH": [
        "0xD0cC2B24980CBCCA47EF755Da88B220a82291407"
      ]
    }
  }, 
  {
    "category": "Phishing", 
    "subcategory": "MyEtherWallet", 
    "name": "myetherwallet.cam", 
    "reporter": "MyCrypto", 
    "url": "http://myetherwallet.cam", 
    "description": "redirecting to real site but that happened before"
  }
]