Phisherman
APIAPI for checking IP, domain, and URL reputation against phishing threats
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)
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
Tool Info
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