Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    CastError
Message:      Couldn't cast
schemaVersion: int64
label: string
message: string
color: string
to
{'text': Value('string')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1893, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 764, in write_table
                  self.write_rows_on_file()  # in case there are buffered rows to write first
                  ^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 663, in write_rows_on_file
                  self._write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              schemaVersion: int64
              label: string
              message: string
              color: string
              to
              {'text': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1895, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 4 new columns ({'color', 'message', 'schemaVersion', 'label'}) and 1 missing columns ({'text'}).
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/phishdestroy/destroylist/list.json (at revision 958730b83707ab46e2e90ffcd3ac02a8126f98eb), [/tmp/hf-datasets-cache/medium/datasets/38533679164048-config-parquet-and-info-phishdestroy-destroylist-6fdfe8ae/hub/datasets--phishdestroy--destroylist/snapshots/958730b83707ab46e2e90ffcd3ac02a8126f98eb/community/blocklist.json (origin=hf://datasets/phishdestroy/destroylist@958730b83707ab46e2e90ffcd3ac02a8126f98eb/community/blocklist.json), /tmp/hf-datasets-cache/medium/datasets/38533679164048-config-parquet-and-info-phishdestroy-destroylist-6fdfe8ae/hub/datasets--phishdestroy--destroylist/snapshots/958730b83707ab46e2e90ffcd3ac02a8126f98eb/community/live_blocklist.json (origin=hf://datasets/phishdestroy/destroylist@958730b83707ab46e2e90ffcd3ac02a8126f98eb/community/live_blocklist.json), /tmp/hf-datasets-cache/medium/datasets/38533679164048-config-parquet-and-info-phishdestroy-destroylist-6fdfe8ae/hub/datasets--phishdestroy--destroylist/snapshots/958730b83707ab46e2e90ffcd3ac02a8126f98eb/content_active.json (origin=hf://datasets/phishdestroy/destroylist@958730b83707ab46e2e90ffcd3ac02a8126f98eb/content_active.json), /tmp/hf-datasets-cache/medium/datasets/38533679164048-config-parquet-and-info-phishdestroy-destroylist-6fdfe8ae/hub/datasets--phishdestroy--destroylist/snapshots/958730b83707ab46e2e90ffcd3ac02a8126f98eb/dns/active_domains.json (origin=hf://datasets/phishdestroy/destroylist@958730b83707ab46e2e90ffcd3ac02a8126f98eb/dns/active_domains.json), /tmp/hf-datasets-cache/medium/datasets/38533679164048-config-parquet-and-info-phishdestroy-destroylist-6fdfe8ae/hub/datasets--phishdestroy--destroylist/snapshots/958730b83707ab46e2e90ffcd3ac02a8126f98eb/dns/content_active.json (origin=hf://datasets/phishdestroy/destroylist@958730b83707ab46e2e90ffcd3ac02a8126f98eb/dns/content_active.json), /tmp/hf-datasets-cache/medium/datasets/38533679164048-config-parquet-and-info-phishdestroy-destroylist-6fdfe8ae/hub/datasets--phishdestroy--destroylist/snapshots/958730b83707ab46e2e90ffcd3ac02a8126f98eb/dns/dead_domains.json (origin=hf://datasets/phishdestroy/destroylist@958730b83707ab46e2e90ffcd3ac02a8126f98eb/dns/dead_domains.json), /tmp/hf-datasets-cache/medium/datasets/38533679164048-config-parquet-and-info-phishdestroy-destroylist-6fdfe8ae/hub/datasets--phishdestroy--destroylist/snapshots/958730b83707ab46e2e90ffcd3ac02a8126f98eb/dns/today_added.json (origin=hf://datasets/phishdestroy/destroylist@958730b83707ab46e2e90ffcd3ac02a8126f98eb/dns/today_added.json), /tmp/hf-datasets-cache/medium/datasets/38533679164048-config-parquet-and-info-phishdestroy-destroylist-6fdfe8ae/hub/datasets--phishdestroy--destroylist/snapshots/958730b83707ab46e2e90ffcd3ac02a8126f98eb/dns/week_added.json (origin=hf://datasets/phishdestroy/destroylist@958730b83707ab46e2e90ffcd3ac02a8126f98eb/dns/week_added.json), /tmp/hf-datasets-cache/medium/datasets/38533679164048-config-parquet-and-info-phishdestroy-destroylist-6fdfe8ae/hub/datasets--phishdestroy--destroylist/snapshots/958730b83707ab46e2e90ffcd3ac02a8126f98eb/list.json (origin=hf://datasets/phishdestroy/destroylist@958730b83707ab46e2e90ffcd3ac02a8126f98eb/list.json)]
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1914, in _prepare_split_single
                  num_examples, num_bytes = writer.finalize()
                                            ^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 781, in finalize
                  self.write_rows_on_file()
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 663, in write_rows_on_file
                  self._write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              schemaVersion: int64
              label: string
              message: string
              color: string
              to
              {'text': Value('string')}
              because column names don't match
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1739, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1925, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

text
string
0-0.coinbase-com.info
0-105.com
0-73-fr-66.vercel.app
0-autht-lo-xfin-ity-w0965.vercel.app
0-chain.com
0-chain.com.k1n6a.com
0-coinbase.com
0-collab.land
0-cz.com
0-de.fi
0-gaswap.io
0-scotiabank.com
0-td.com
0-zerolend.xyz
0.0.16.standardweb3.com
0.1trx.im
0.232.205.92.host.secureserver.net
0.ai
0.feixue316p.cloudns.biz
0.feixue317p.cloudns.biz
0.feixue318p.cloudns.biz
0.fres-news.com
0.netlify.app
0.paypal-order.antimoney-laundering.org
00-coinbase.com
00-e8k.pages.dev
00-id13365.ca
00.ai
00.io.kr
000.pe
000.software
0000-qmklga94.4everland.app
0000-wispy-dust-1495.fly.dev
0000.tokenpocket1.yfzsjx.com
0000000000000.link
00000000000000000000000.fielty.mx
00000000000000000000000.pages.dev
0000000000000000000000000.findyourjacket.com
000000000000000000000deadburn.pages.dev
000000000000000001919000000000000000000000000000000.weebly.com
00000000000000000update.emy.ba
0000000000000190000010111.weebly.com
000000002022222222220000.weebly.com
00000001-0ff1-c4300-00073106b7c528-5ec7-495f-91000q.ponyviaggi.com
000000011.xyz
0000018c12a24dc4.com
000001k.pages.dev
0000038.coinbase.pro
0000064562301.help
0000066.framer.ai
00000964.com
00000ca.info
00000e-tr.ca
00000etran.online
00000int-ca.info
00000inter.info
00001-31u.pages.dev
000011-coinbase.com
000012-coinbase.com
000012948645-coinbase.com
000013-coinbase.com
00001e-tr.ca
00003.godaddysites.com
0000e-tr.info
0000e-tr.online
0000et-int.ca
0000h00003.byethost7.com
0000in-et.info
0001-5xv.pages.dev
000111.pages.net.br
000121-coinbase.com
00012948645-coinbase.com
0001997.com
0001etca.info
0001in-et.info
000414-coinbase.com
000515-coinbase.com
0005157.com
0006.uk
000717-coinbase.com
0007e5fd.pinit.eth.limo
000811893962007154932393170597959432.hanefra7bikiemta.com
000818-coinbase.com
0009090998.click
0009xx.weebly.com
000etca.info
000etrca.info
000faucet.xyz
000nethost.com
000webhostapp.com
000www-formulario-davivienda-d1e419f4b.duckdns.org
000xxxbodddxx00.webcindario.com
001-coinbase.com
001-test-010.com
001107018.studentserver.com.au
001122102120.duckdns.org
0012948645-coinbase.com
001412.opensea-gifts.com
00155.cn
001892.com
End of preview.

PhishDestroy Blocklist Dataset

Real-time feed of phishing, crypto drainer, and scam domains detected by PhishDestroy.

Updated hourly from GitHub.

Statistics

Metric Count
Total Domains 127,511
DNS Active 69,023
Content Active 69,575
Dead Domains 58,121
Community Blocklist 872,914
Added Today 4
Added This Week 4

Last updated: 2026-04-12 17:30 UTC

Files

File Description
list.json Full domain list (JSON array)
domains.txt Plain text, one domain per line
urls.txt Full URLs with protocol
domains.csv ML-ready CSV with metadata
dns/active_domains.json DNS-verified active domains
dns/content_active.json Domains with verified malicious content
dns/dead_domains.json Inactive/dead domains
dns/today_added.json New domains added today
dns/week_added.json New domains this week
community/blocklist.json Community-submitted blocklist
community/live_blocklist.json Community verified live

Usage

Python (datasets)

from datasets import load_dataset

# Load full dataset
ds = load_dataset("phishdestroy/destroylist")

# Or load specific file
import json
from huggingface_hub import hf_hub_download

path = hf_hub_download(
    repo_id="phishdestroy/destroylist",
    filename="list.json",
    repo_type="dataset"
)
with open(path) as f:
    domains = json.load(f)

Pandas

import pandas as pd
from huggingface_hub import hf_hub_download

path = hf_hub_download(
    repo_id="phishdestroy/destroylist",
    filename="domains.csv",
    repo_type="dataset"
)
df = pd.read_csv(path)
print(df.head())

curl

# Download domains list
curl -L https://huggingface.co/datasets/phishdestroy/destroylist/resolve/main/domains.txt

# Download as JSON
curl -L https://huggingface.co/datasets/phishdestroy/destroylist/resolve/main/list.json

Links

License

MIT License - Free for commercial and non-commercial use.

Citation

@dataset{phishdestroy_blocklist,
  title = {PhishDestroy Blocklist},
  author = {PhishDestroy Team},
  year = {2024},
  url = {https://huggingface.co/datasets/phishdestroy/destroylist}
}
Downloads last month
1,164