WhoisFreaks Databases - Threat Feed API

The Databases - Threat Feed API from WhoisFreaks — 6 operation(s) for databases - threat feed.

Operations 6

GET /v3.4/download/threat-feed/phishing Download the daily phishing threat feed (CSV) #
GET /v3.4/download/threat-feed/phishing/sample Download a sample of the phishing threat feed (CSV) #
GET /v3.4/download/threat-feed/malware Download the daily malware threat feed (CSV) #
GET /v3.4/download/threat-feed/malware/sample Download a sample of the malware threat feed (CSV) #
GET /v3.4/download/threat-feed/spam Download the daily spam threat feed (CSV) #
GET /v3.4/download/threat-feed/spam/sample Download a sample of the spam threat feed (CSV) #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/whoisfreaks-databases-threat-feed-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

whoisfreaks-databases-threat-feed-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: WhoisFreaks Databases - Threat Feed API
  description: 'Complete WhoisFreaks API — WHOIS, DNS, SSL, Geolocation, Typosquatting,

    IP Intelligence, Domain Reputation, and bulk database downloads.


    ## Authentication

    All requests require an `apiKey` query parameter.


    ## Resources

    - Docs: https://whoisfreaks.com/documentation

    - Billing: https://billing.whoisfreaks.com

    - Support: support@whoisfreaks.com

    '
  version: 1.0.0
  contact:
    name: WhoisFreaks Support
    email: support@whoisfreaks.com
    url: https://whoisfreaks.com
  license:
    name: MIT
    url: https://opensource.org/licenses/MIT
servers:
- url: https://api.whoisfreaks.com
  description: API Solutions (live lookups)
- url: https://files.whoisfreaks.com
  description: Database file downloads
security:
- ApiKeyAuth: []
tags:
- name: Databases - Threat Feed
paths:
  /v3.4/download/threat-feed/phishing:
    get:
      tags:
      - Databases - Threat Feed
      operationId: downloadThreatFeedPhishing
      summary: Download the daily phishing threat feed (CSV)
      parameters:
      - name: date
        in: query
        required: false
        schema:
          type: string
        description: Feed date (yyyy-MM-dd); defaults to latest available
      responses:
        '200':
          description: Phishing threat feed as CSV (domain,threat_type,confidence,first_seen,last_seen,No_of_threat_matched_pivots)
          content:
            application/octet-stream:
              schema:
                type: string
                format: binary
  /v3.4/download/threat-feed/phishing/sample:
    get:
      tags:
      - Databases - Threat Feed
      operationId: downloadThreatFeedPhishingSample
      summary: Download a sample of the phishing threat feed (CSV)
      parameters: []
      responses:
        '200':
          description: Sample phishing threat feed as CSV
          content:
            application/octet-stream:
              schema:
                type: string
                format: binary
  /v3.4/download/threat-feed/malware:
    get:
      tags:
      - Databases - Threat Feed
      operationId: downloadThreatFeedMalware
      summary: Download the daily malware threat feed (CSV)
      parameters:
      - name: date
        in: query
        required: false
        schema:
          type: string
        description: Feed date (yyyy-MM-dd); defaults to latest available
      responses:
        '200':
          description: Malware threat feed as CSV (domain,threat_type,confidence,first_seen,last_seen,No_of_threat_matched_pivots)
          content:
            application/octet-stream:
              schema:
                type: string
                format: binary
  /v3.4/download/threat-feed/malware/sample:
    get:
      tags:
      - Databases - Threat Feed
      operationId: downloadThreatFeedMalwareSample
      summary: Download a sample of the malware threat feed (CSV)
      parameters: []
      responses:
        '200':
          description: Sample malware threat feed as CSV
          content:
            application/octet-stream:
              schema:
                type: string
                format: binary
  /v3.4/download/threat-feed/spam:
    get:
      tags:
      - Databases - Threat Feed
      operationId: downloadThreatFeedSpam
      summary: Download the daily spam threat feed (CSV)
      parameters:
      - name: date
        in: query
        required: false
        schema:
          type: string
        description: Feed date (yyyy-MM-dd); defaults to latest available
      responses:
        '200':
          description: Spam threat feed as CSV (domain,threat_type,confidence,first_seen,last_seen,No_of_threat_matched_pivots)
          content:
            application/octet-stream:
              schema:
                type: string
                format: binary
  /v3.4/download/threat-feed/spam/sample:
    get:
      tags:
      - Databases - Threat Feed
      operationId: downloadThreatFeedSpamSample
      summary: Download a sample of the spam threat feed (CSV)
      parameters: []
      responses:
        '200':
          description: Sample spam threat feed as CSV
          content:
            application/octet-stream:
              schema:
                type: string
                format: binary
components:
  securitySchemes:
    ApiKeyAuth:
      type: apiKey
      in: query
      name: apiKey