Skip to content
PhishDestroy edited this page Nov 8, 2025 · 6 revisions

PhishDestroy - We Act Before Victims Appear

PhishDestroy Banner

Typing SVG

Domains Since Response Protection

Mobile Phone With Arrow • Telegram

Robot • Report Bot

Up Button• Website

Hatching Chick Twitter


Tear Off CalendarOur Story - From Steam Scammers to Global Protection

2019: The Beginning

We started as volunteers fighting Steam scammers and spammy ads. What began as a small mission grew into something much bigger.

2020-2022: Evolution

From simple scam reporting to sophisticated threat intelligence. We gained unprecedented access to scammer infrastructure - not as employees, but through security research. Root-level access to drainer panels, phishing kits, and operator infrastructure.

Bar Chart 2023-2024: Scale & Impact

  • 500,000+ phishing domains neutralized
  • 25+ full network takedowns
  • 15+ threat actor cells mapped
  • 50+ crypto-drainer kits destroyed

2025: Today

Operating 24/7 with automated systems, partner networks, and community power. We don't wait for victims - we act so there are no victims at all.


Card Index Dividers Available Blocklists

Typing SVG

Glowing Star Main Lists (Real-time Updates)

List Domains Format Download
Core Database 40,000+ JSON list.json
Plain Text 40,000+ TXT list.txt

Man Technologist Community Aggregated (Hourly Updates)

Feed Sources Domains Download
Community Blocklist MetaMask, PhishTank, OpenPhish + 47 more 100,000+ blocklist.json
Live Verified DNS-checked active threats 35,000+ live_blocklist.json

Magnifying Glass Tilted Right How We Hunt

Typing SVG

Man Police Officer Detection Methods

🎯 Paid Ads Monitoring     → Google, Meta, X networks
💬 Social Media Scanning   → Telegram, Discord, Twitter  
📧 Email Campaign Tracking → Phishing newsletters
🌐 DNS Monitoring         → New domain registrations
🔒 SSL Certificate Watch  → Certificate transparency logs
🤖 Community Reports      → @PhishDestroy_bot

Partner Network

  • Domain Registrars - Immediate suspension (24h ICANN requirement)
  • Hosting Providers - Content removal within hours
  • Security Vendors - 50+ blocklist integrations
  • Wallet Providers - User warnings for crypto threats

Locked With Key Evidence Preservation

Every site archived with:

  • JavaScript encryption keys
  • Operator IDs and C2 panels
  • Infrastructure mapping
  • On-chain transaction tracking
  • Complete evidence packages for law enforcement

Graduation Cap Integration Guides

Pi-hole

# Add PhishDestroy to your blocklists
sudo pihole -a adlist add https://raw.githubusercontent.com/phishdestroy/destroylist/main/list.txt
sudo pihole -g

AdGuard Home

  1. Settings → DNS blocklists → Add custom list
  2. URL: https://raw.githubusercontent.com/phishdestroy/destroylist/main/list.txt
  3. Name: PhishDestroy

uBlock Origin

  1. Settings → Filter lists → Import
  2. Add: https://raw.githubusercontent.com/phishdestroy/destroylist/main/list.txt

Python Integration

import requests
import json

# Download our blocklist
response = requests.get('https://raw.githubusercontent.com/phishdestroy/destroylist/main/list.json')
phishing_domains = set(response.json())

def is_phishing(domain):
    """Check if domain is in PhishDestroy database"""
    if domain in phishing_domains:
        return True
    # Check subdomains
    parts = domain.split('.')
    for i in range(1, len(parts)):
        if '.'.join(parts[i:]) in phishing_domains:
            return True
    return False

# Example usage
if is_phishing("scam-site.com"):
    print("⚠️ PHISHING DETECTED - BLOCKED BY PHISHDESTROY")

Chart Decreasing Impact Statistics

Newspaper Achievements

Typing SVG

Metric Count Impact
Domains Neutralized 500,000+ Millions protected
Active Monitoring 40,000/day Real-time protection
Network Takedowns 25+ Major operations disrupted
Threat Actors Mapped 15+ cells Criminal networks exposed
Drainer Kits Killed 50+ Crypto theft prevented
False Positive Rate <0.1% Accuracy guaranteed

Chart Increasing Growth Timeline

Typing SVG

2019: 5,000 domains    ▓░░░░░░░░░
2020: 18,000 domains   ▓▓▓░░░░░░░
2021: 75,000 domains   ▓▓▓▓▓░░░░░
2022: 150,000 domains  ▓▓▓▓▓▓▓░░░
2023: 300,000 domains  ▓▓▓▓▓▓▓▓░░
2024: 450,000 domains  ▓▓▓▓▓▓▓▓▓░
2025: 500,000+ domains ▓▓▓▓▓▓▓▓▓▓

Megaphone Report Phishing

High Voltage Fastest Method - Telegram Bot

Send domain to @PhishDestroy_bot

There’s a ranking and damage tracking system.
When you reach 100 points, you unlock auto-approval for domains and access to the Batch Report feature.
The bot also includes a scammer damage tracking system that calculates the total impact of your reports — showing how much damage you’ve dealt to scam networks based on verified domain takedowns.

Scoring rules:
+1 point for each correctly reported scam domain
–2 points for each incorrect domain report
If you have Trusted status and make a False Positive report, your points are fully reset to zero as a penalty.

Typing SVG

Memo What We Need

  • Domain/URL - The phishing site or scam

Hourglass Done Response Time

  • Bot acknowledgment: Instant
  • Initial scan: 2-5 minutes
  • Verification: 10-15 minutes
  • Global blocking: <1 hour

Face With Peeking Eye False Positive? Pleading Face

Free Appeal Process

Typing SVG

  1. Visit phishdestroy.io/appeals
  2. Provide:
    • Your domain
    • Business explanation
  3. Review time: 24-48 hours
  4. Cost: FREE (we never charge)

Shushing Face For Scammers Reading This

Keep reporting each other. It helps us cluster your networks faster.

In 5/5 CIS groups analyzed:

  • Revenue filters skim your funds upstream
  • You see <5% of total take
  • You are disposable to your operators
  • Your "partners" are your biggest threat

Robot Automation

GitHub Actions Integration

name: Update PhishDestroy Blocklist
on:
  schedule:
    - cron: '0 */6 * * *'  # Every 6 hours
  workflow_dispatch:

jobs:
  update:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      
      - name: Download PhishDestroy list
        run: |
          wget -O phishing.json https://raw.githubusercontent.com/phishdestroy/destroylist/main/list.json
          echo "![](https://telegram-emojis.vercel.app/api/check-mark-button) Downloaded $(jq '. | length' phishing.json) domains"
      
      - name: Update protection
        run: |
          # Your integration logic here
          echo "Protection updated!"

Other Projects

Project Description Link
ScamIntelLogs Telegram scammer chat archives GitHub
Twitter Archive 138K phishing reports from @CarlyGriggs13 GitHub
Medium Archive Phishing cleanup on Medium platform Archive

Join the Fight

How You Can Help

  1. Report domains@PhishDestroy_bot
  2. Share our lists → Protect your community
  3. Integrate blocklists → In your tools
  4. Follow updates@destroy_phish
  5. Spread awareness → Share with others

alt

Links & Resources

GitHub Telegram Bot Website Twitter


License

MIT License - Free, open, yours to hack!


alt

"We act so there are no victims at all."

PhishDestroy Team • Operating Since 2019 • Independent • Public • Non-commercial

Together We Make the Internet Safer