Phishing Domains Feed

Free real-time feed of active suspicious phishing sites - download in TXT, JSON, or CSV format

Updated 2026-04-24 20:23 UTC
580
Active URLs
26
Brands
139
IP addresses
43
Hosting providers

Download

All feeds are updated hourly and served via Cloudflare for fast, reliable delivery.

TXT

Plain text - one URL per line. Ideal for simple blocklists and scripts.

Download feed.txt

JSON

Structured data with enrichment (IP, ASN, GeoIP, detection sources).

Download feed.json

CSV

Spreadsheet-ready. All fields with UTF-8 encoding and proper escaping.

Download feed.csv

Fields

Every record in the JSON and CSV feeds includes these fields:

Field Type Description
urlstringFull suspicious URL
domainstringDomain (includes subdomains)
companystringTargeted brand (lowercase slug)
datestringLast check timestamp (ISO 8601, UTC)
first_seenstringFirst detection timestamp (ISO 8601, UTC)
uuidstringUnique identifier
ipstringIP address resolved at detection time
countrystringCountry of the hosting IP
asnstringAutonomous System Number
orgstringHosting provider / organization
certstringTLS certificate issuer
malicious_googlebooleanFlagged by Google Safe Browsing
malicious_openphishbooleanListed in OpenPhish feed
malicious_phishtankbooleanListed in PhishTank feed
malicious_tweetfeedbooleanReported on TweetFeed
malicious_urlscanbooleanDetected by urlscan.io

JSON example

{
  "url": "https://paypal.com-authenticator.my.id",
  "domain": "paypal.com-authenticator.my.id",
  "company": "paypal",
  "date": "2026-04-04T14:54:49.363437+00:00",
  "first_seen": "2026-04-04T14:54:49.363437+00:00",
  "uuid": "cf7bf933-e820-42ff-9c73-0596563cc2d7",
  "ip": "103.186.0.228",
  "country": "Indonesia",
  "asn": "136052",
  "org": "PT Cloud Hosting Indonesia",
  "cert": "Let's Encrypt",
  "malicious_google": false,
  "malicious_openphish": false,
  "malicious_phishtank": false,
  "malicious_tweetfeed": false,
  "malicious_urlscan": true
}

Need more control?

Use the REST API to filter by brand, date range, or pagination - with the same data and formats.

GeoIP data provided by ipinfo.io. Threat intelligence from Google Safe Browsing, OpenPhish, PhishTank, TweetFeed, and urlscan.io.