All Projects → MyEtherWallet → Ethereum Lists

MyEtherWallet / Ethereum Lists

Licence: mit
A repository for maintaining lists of things like malicious URLs, fake token addresses, and so forth. We love lists.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ethereum Lists

Modlishka
Modlishka. Reverse Proxy.
Stars: ✭ 3,634 (+1111.33%)
Mutual labels:  security-tools, phishing
Isthislegit
Dashboard to collect, analyze, and respond to reported phishing emails.
Stars: ✭ 251 (-16.33%)
Mutual labels:  security-tools, phishing
Spoofcheck
Simple script that checks a domain for email protections
Stars: ✭ 437 (+45.67%)
Mutual labels:  security-tools, phishing
Chronicle
Public append-only ledger microservice built with Slim Framework
Stars: ✭ 429 (+43%)
Mutual labels:  chain, security-tools
Opensquat
Detection of phishing domains and domain squatting. Supports permutations such as homograph attack, typosquatting and bitsquatting.
Stars: ✭ 149 (-50.33%)
Mutual labels:  security-tools, phishing
Etherscamdb
Keep track of all current ethereum scams in a large database
Stars: ✭ 121 (-59.67%)
Mutual labels:  ethereum, phishing
Awesome Cryptoeconomics
📚 A curated collection of links for cryptoeconomists
Stars: ✭ 291 (-3%)
Mutual labels:  ethereum
Heralding
Credentials catching honeypot
Stars: ✭ 297 (-1%)
Mutual labels:  security-tools
Awesome Blockchains
A collection about awesome blockchains - open distributed public databases w/ crypto hashes incl. git ;-). Blockchains are the new tulips 🌷🌷🌷. Distributed is the new centralized.
Stars: ✭ 3,243 (+981%)
Mutual labels:  ethereum
Coinpricebar
💰 Cryptocurrency prices on MacBook Touch Bar
Stars: ✭ 290 (-3.33%)
Mutual labels:  ethereum
Phishing.database
Phishing Domains, urls websites and threats database. We use the PyFunceble testing tool to validate the status of all known Phishing domains and provide stats to reveal how many unique domains used for Phishing are still active.
Stars: ✭ 296 (-1.33%)
Mutual labels:  phishing
Dotdotslash
Search for Directory Traversal Vulnerabilities
Stars: ✭ 297 (-1%)
Mutual labels:  security-tools
Solidity Repl
Ethereum Solidity REPL
Stars: ✭ 294 (-2%)
Mutual labels:  ethereum
Optimal Buy Cbpro
Scheduled buying of BTC, ETH, and LTC from Coinbase Pro, optimally!
Stars: ✭ 288 (-4%)
Mutual labels:  ethereum
Bandit
Bandit is a tool designed to find common security issues in Python code.
Stars: ✭ 3,763 (+1154.33%)
Mutual labels:  security-tools
Parity Signer
Air-gapped crypto wallet.
Stars: ✭ 286 (-4.67%)
Mutual labels:  ethereum
Web3.swift
A pure swift Ethereum Web3 library
Stars: ✭ 295 (-1.67%)
Mutual labels:  ethereum
Web3j
Lightweight Java and Android library for integration with Ethereum clients
Stars: ✭ 3,537 (+1079%)
Mutual labels:  ethereum
Uport Connect
Main uPort library for front end developers
Stars: ✭ 295 (-1.67%)
Mutual labels:  ethereum
H2csmuggler
HTTP Request Smuggling over HTTP/2 Cleartext (h2c)
Stars: ✭ 292 (-2.67%)
Mutual labels:  security-tools

Ethereum-lists

Travis (.org) GitHub GitHub contributors

A repository for maintaining lists of things like malicious URLs, fake token addresses, and so forth. We love lists.

Found a Phishing URL? See a fake ICO address?

Everyone is encouraged to make a PR or issue to add an address or URL to the list. This process is far easier than you might imagine!

  1. If you do not already have a Github account, sign up. (it's free and easy!)

  2. Navigate to the src folder and pick which one you'd like to add:

    • addresses folder is for the darklisting or whitelisting ethereum addresses
    • contracts folder is for the different network contracts
    • tokens folder is for the different network tokens
    • urls folder is for the darklisting or whitelisting ethereum urls
    1. For urls or addresses:

      • Click on the file you wish to update:

      • If you would like to make an addition:
        a. Copy the top most item starting with the first { and ending with the },
        b. Paste it right above the first item
        c. Replace that information with the new information
        d. Some add'l notes on specific files are below. Please skim if you don't know what the fields are.

      • If you would like to make a correction or remove an item:

        a. Scroll to the item in question
        b. Edit the item or remove the item by selecting the top { and ending with the }, and deleting that chunk.
        c. Some add'l notes on specific files are below. Please skim if you don't know what the fields are.

      • Scroll to the bottom. under "Commit changes" enter a reason you are making this change.

        • Example: "Adding myetherscam.com to darklist. See [link to tweet / reddit post / screenshot]."

        • You can also provide more details in the box below. Please provide as much detail / evidence as reasonable so reviewers can verify quickly.

        • Click the green "Propose File change" button.

        • This next page is a review of what you did. Proofread and stuff.

        • Click the "Create Pull Request" button.....twice.

        • That's it. You successfully made a new pull request!

    2. For tokens or contracts:

      • Click on the network where you would like to implement a change.
      • If you would like to make an addition:

      a. Click create new file on the upper right side of the screen.

      b. Name your file with the ethereum address with a .json extension. e.g: 0xDECAF9CD2367cdbb726E904cD6397eDFcAe6068D.json

      c. Some add'l notes on specific files are below. Please skim if you don't know what the fields are.

    • If you would like to make a correction or remove an item:

      a. Navigate to the file. b. Click the pencil to edit or the trash can to delete.

      • When editing, update the relevant information.
    • Scroll to the bottom. under "Commit changes" enter a reason you are making this change.

    • Example: "Adding myetherscam.com to darklist. See [link to tweet / reddit post / screenshot]."

    • You can also provide more details in the box below. Please provide as much detail / evidence as reasonable so reviewers can verify quickly.

      • Click the green "Propose File change" button.

      • This next page is a review of what you did. Proofread and stuff.

      • Click the "Create Pull Request" button.....twice.

      • That's it. You successfully made a new pull request!

Address Darklist

src/addresses/addresses-darklist.json

  • Purpose: A list of addresses that deserve to be accompanied by a warning.
  • Example:
    • Fake twitter handle ShiftShape is DMing telling people to send ETH to 0x1234... for discount.
    • VitalikBooty DMs you a link telling you to enter your private key in order to 2FA your wallet.
  • Not for:
    • Tracking addresses of phishers or scammers.
    • Reporting where stolen funds were sent to.

Address Lightlist

src/addresses/addresses-lightlist.json

  • Purpose:

    • A list of addresses that are the "legitimate" addresses.
    • Optionally accompanied by a recommended gas price for sending to (for token contributions mostly)
  • Example:

    • Upcoming token sale wants to ensure people sending to their address know to use a gas price of 200000.

Best if you use github account that is part of token team or tweet or email us or something to verify. We should all get in the habit of cross-referencing provided information.

URL Darklist

src/addresses/urls-darklist.json

  • Purpose:
    • A list of URLs known to be fake, malicious, phishing.
  • Example:
    • myetherphish[.]com
  • Not for:
    • Opinions on whether a project / token sale is a bad project.

URL Lightlist

src/addresses/urls-lightlist.json

  • Purpose:
    • A list URLs that are caught by the Levenshtein algorithm above or are known to be the "legitimate" URLs.
    • Usually are added if a URL is added to the above.
  • Example:
    • myetherwallet.com
  • Not for:
    • Promoting your social media shit.

Contract ABIs

ABIs associated with contract addresses.

Information (all optional except for name, symbol, address, decimals):
  • name: Contract name
  • address: Ethereum (or other chain) address of a contract.
  • comment: Any notes or comment about the contract
  • abi: The contract abi

Please make sure that you name the files by its address. You can see examples here: https://github.com/MyEtherWallet/ethereum-lists/tree/master/src/tokens

Tokens

Information related to tokens. ERC-20 compliant only (For now).

Information (all optional except for name, symbol, address, decimals):
  • symbol: Short ticker style symbol of token.
  • name: Token name.
  • address: Ethereum (or other chain) address of ERC-20 token.
  • decimal: The decimals of the token.
  • logo: An optional logo of your token. Must be a square (recommended: 128x128) PNG w/ transparent background. Please compress using https://tinypng.com/
  • support: A support email, support URL, or other way people can get assistance regarding the token.
  • social: Where details about the token is

Please make sure that you name the files by its address. You can see examples here: https://github.com/MyEtherWallet/ethereum-lists/tree/master/src/tokens

Development

on terminal, run: git clone [email protected]:MyEtherWallet/ethereum-lists.git; cd ethereum-lists
and then run: npm run compile; npm run test:checkToken; npm run test:checkContract; npm run lint to compile

A last note

This list is maintained by volunteers in the cryptocurrency community & people like you around the internet. It may not always be up to date, and it may occasionally get it wrong. If you find an error or omission, please open an issue or make a PR with any corrections.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].