CrabInHoney/urlbert-tiny-v6
Feature Extraction • 2.03M • Updated • 430 • 1
text stringlengths 4 164 |
|---|
0-105.com |
0-autht-lo-xfin-ity-w0965.vercel.app |
0-collab.land |
0-cz.com |
0.0.16.standardweb3.com |
0.1trx.im |
0.232.205.92.host.secureserver.net |
0.cc |
0.feixue316p.cloudns.biz |
0.feixue317p.cloudns.biz |
0.feixue318p.cloudns.biz |
0.fres-news.com |
00.ai |
0000-wispy-dust-1495.fly.dev |
0000.vc |
00000000000000000000000.fielty.mx |
00000000000000000000000.pages.dev |
0000000000000000000000000.findyourjacket.com |
000000000000000001919000000000000000000000000000000.weebly.com |
00000000000000000update.emy.ba |
000000011.xyz |
0000066.framer.ai |
00003.godaddysites.com |
0000h00003.byethost7.com |
000111.pages.net.br |
00057365.com |
0006.uk |
000811893962007154932393170597959432.hanefra7bikiemta.com |
0009xx.weebly.com |
000xxxbodddxx00.webcindario.com |
000zoom-invite-us.us |
001-test-010.com |
0010-8y95-a36x.11alia-tiffincrane-com-s-account.workers.dev |
001107018.studentserver.com.au |
001122102120.duckdns.org |
00155.cn |
001892.com |
001k-exchange.club |
001k-exchangee.pro |
001kp.cc |
001mobilephone.com |
001user.moonfruit.com |
001wintop.com |
002.195533.xyz |
00281.cc |
003-bca.net |
0033.top |
003569.icefactory.cl |
0039.vip |
004.settrade-services.com |
0041c765.vercel.app |
004605.com |
00474.com |
004ca7f.netsolhost.com |
004e3a.icefactory.cl |
005350049846275.nikkgpkvzv.957733539760618.avpcwvidxgiu.williamhnelson.org |
006-2yu.pages.dev |
006.zzz.com.ua |
006l5.mjt.lu |
0076678.com |
007k7.com |
007sbw.cn |
007xueche.cn |
00800.vip |
00808.vip |
008491133.cloudns.nz |
008896-coinbase.com |
008963466.weebly.com |
008kp.cc |
008ogwe.icu |
009090334mn.vercel.app |
0099xxy78.weebly.com |
00d94bf3262617342.tempsite.link |
00k-ny8-327hi-c2lc-f65-yogh2g.pages.dev |
00loo0j.weebly.com |
00m-i-cloud.mipaginaweb.us |
01-collab.land |
01-pontosagora.dynv6.net |
01.apswatchclub.shop |
01.pilot45.com |
01001000.world |
0101.systems |
0103659.com |
010365vip.vip |
010aa.cn |
010wanbo.com |
0110live.com |
01122200.com |
01163203.com |
0123656.com |
012678.xyz |
01281coinbase.com |
013224.icefactory.cl |
0139234.cc |
0140.ee |
0145-53l.pages.dev |
014oo.blogspot.com |
017-online.shop |
0188265.cc |
018f3b18cc2962586.temporary.link |
Real-time feed of phishing, crypto drainer, and scam domains detected by PhishDestroy.
Updated hourly from GitHub.
| Metric | Count |
|---|---|
| Total Domains | 204,669 |
| DNS Active | 126,539 |
| Content Active | 88,358 |
| Dead Domains | 78,090 |
| Community Blocklist | 1,082,988 |
| Added Today | 4 |
| Added This Week | 4 |
Last updated: 2026-09-13 06:30 UTC
| 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 |
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)
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())
# 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
MIT License - Free for commercial and non-commercial use.
@dataset{phishdestroy_blocklist,
title = {PhishDestroy Blocklist},
author = {PhishDestroy Team},
year = {2024},
url = {https://huggingface.co/datasets/phishdestroy/destroylist}
}