Cryptocurrency Scam Dataset
A Comprehensive Collection of Verified Crypto Scam URLs and Phishing Sites
@kaggle.zongaobian_cryptocurrency_scam_dataset
A Comprehensive Collection of Verified Crypto Scam URLs and Phishing Sites
@kaggle.zongaobian_cryptocurrency_scam_dataset
This dataset provides a verified list of cryptocurrency-related scam sites and phishing URLs, sourced from CryptoScamDB. It is designed to help researchers, developers, and cybersecurity professionals identify and analyze fraudulent activities within the cryptocurrency space. Given the growing prominence of cryptocurrency scams, this dataset serves as a valuable tool for building preventative measures, studying scam trends, and enhancing public awareness. Each entry includes information on the scam type, associated cryptocurrency addresses, and additional metadata to aid in a thorough analysis.
CREATE TABLE uris (
"name" VARCHAR,
"url" VARCHAR,
"category" VARCHAR,
"subcategory" VARCHAR,
"description" VARCHAR,
"addresses" VARCHAR,
"reporter" VARCHAR
);CREATE TABLE urls (
"name" VARCHAR,
"url" VARCHAR,
"category" VARCHAR,
"subcategory" VARCHAR,
"description" VARCHAR,
"addresses" VARCHAR,
"reporter" VARCHAR
);Anyone who has the link will be able to view this.