-
Notifications
You must be signed in to change notification settings - Fork 19
Data Collection Pipeline
PhishDestroy edited this page Nov 29, 2025
·
1 revision
DestroyScammers uses a multi-stage OSINT pipeline:
Domains are collected from:
- URLScan public API
- WebArchive (archived phishing pages)
- WHOIS enumeration through WHOXY (https://www.whoxy.com/)
- Blacklists and threat feeds
- Repository: https://github.com/phishdestroy/destroylist
Each domain is enriched with:
- WHOIS data (registrar, registrant patterns, creation dates)
- IP + hosting AS
- NS/Registrar patterns
- Geolocation (if resolvable)
- Brand impersonation tags
- Risk scores from known sources
The pipeline collects:
- Screenshots of phishing pages
- HTML source
- JS drainer fingerprints
- Extracted wallet addresses
- Links to cloned pages
Domains are grouped by:
- WHOIS patterns
- Shared JS code
- Shared hosting clusters
- Reused phishing templates
- Reused email accounts
- URLScan patterns
Each cluster = one actor.
Each actor is stored as:
data/actors/<actor>.json
Format includes:
- domains
- brand_impersonation
- blacklist_sources
- screenshots
- risk_score
- infrastructure metadata