Skip to content
Michael - Blurpesec edited this page Jul 25, 2018 · 2 revisions

EtherScamDB - An Ethereum Scam Database

Purpose:

EtherScamDB is a tool that aims to address the lack of available open-source security tools.

Usage:

How to use:

  1. Navigate to the hosted version at https://etherscamdb.info

  2. Clone the repo with git clone https://github.com/mrluit/etherscamdb.git, cd to the correct directory, install dependencies with npm install, and run it locally with node run. Navigate to localhost:8080 to use locally.

To check if a webpage is a categorized or not:

Search for the domain using the interface at https://etherscamdb.info/search.

OR

Navigate to https://etherscamdb.info/domain/mycrypto.com , replacing mycrypto.com with the domain you wish to check.

To check if an eth address is a scam or not:

Search for the ETH address using the interface at https://etherscamdb.info/search

OR

Navigate to https://etherscamdb.info/address/0x4bbeEB066eD09B7AEd07bF39EEe0460DFa261520 , replacing 0x4bbeEB066eD09B7AEd07bF39EEe0460DFa261520 with the address you wish to check.

To check if an IP hosts a scam or not:

Search for the IP using the interface at https://etherscamdb.info/search

OR

Navigate to https://etherscamdb.info/ip/163.172.154.128, replacing 163.172.154.128 with the address you wish to check.