Phisherman

API

API for checking IP, domain, and URL reputation against phishing threats

Visit Website

Overview

Phisherman API provides real-time reputation checks for IP addresses, domains, and URLs to identify phishing, malware, and scam threats. Key endpoints include /check/ip, /check/domain, and /check/url, returning JSON responses with threat severity scores, classification (phish, malware, safe), and detection metadata. Ideal for integrating into security tools (email filters, browser extensions), threat intelligence platforms, or application firewalls to block malicious resources and protect users from cyberattacks.

Example Integration (JavaScript)

script.js JS

fetch('https://phisherman.gg/')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful API
  • JSON response format
  • IP/domain/URL reputation checks
  • Real-time threat data
  • Threat classification

Frequently Asked Questions

? Is Phisherman API free to use?

Yes, Phisherman offers a free tier with basic rate limits. Paid plans are available for higher throughput and advanced features.

? Does it require an API Key?

Yes, an API key is required. You can obtain one by registering on the official Phisherman website for free.

? What is the response format?

The API returns responses in JSON format, including threat classification, severity scores, and detection metadata.

Top Alternatives

People Also Ask about Phisherman

Phisherman 2025 review

Tool Info

Pricing Freemium
Category Anti-Malware
Platform Public API

Pros

  • Real-time threat detection
  • Easy integration with security tools
  • Covers multiple threat vectors
  • Free tier available

Cons

  • Rate limits on free tier
  • Limited advanced features in basic plans
  • No SLA for non-paid users

More Anti-Malware Tools