```json
{
"service_type": "platform",
"base_url": "https://phishstats.info",
"auth_method": "none",
"auth_config": {},
"endpoints": [
{
"path": "/api/phishing",
"method": "GET",
"description": "Real-time phishing feed returning JSON entries with URLs, IPs, domains, and scoring."
},
{
"path": "/search",
"method": "GET",
"description": "Web UI search of the phishing database by URL, IP, domain, or keyword."
},
{
"path": "/api-docs",
"method": "GET",
"description": "Interactive API documentation and example requests."
},
{
"path": "/about",
"method": "GET",
"description": "Information on the project history, mission, and community contribution.",
"auth_method": "none"
},
{
"path": "/faq",
"method": "GET",
"description": "Frequently asked questions covering rate limits, data freshness, and scoring."
}
],
"pricing_model": {
"type": "free",
"details": {
"description": "Completely free and open to the infosec community. No API keys or registration required.",
"cost": 0,
"key_requirement": "none",
"usage_limits": "As per FAQ, API rate limiting applies to prevent abuse but is not commercialized."
}
},
"rate_limits": {
"unknown": "Not publicly specified; FAQ indicates practical limits to protect service availability."
},
"capabilities": [
"Real-time phishing intelligence feed",
"JSON REST API for phishing data",
"Phishing database search across URLs, IPs, and domains",
"Phishing score/scoring system",
"Web-based search interface",
"Historical phishing data since 2014",
"Security research and threat hunting support",
"Community-driven data enrichment",
"SOC/SIEM/SOAR integration via API"
],
"raw_analysis": "PhishStats is a long-standing (since 2014) free phishing intelligence platform serving the information security community. It operates with no authentication, providing open access to a real-time phishing feed via a simple JSON REST API and a web search interface. The service is mature and trusted by researchers, SOC analysts, and threat hunters. It offers capabilities for threat hunting, incident response, and SIEM/SOAR integrations. The platform appears to be free with no pricing tiers, likely funded by community support or institutional backing. Rate limits are not explicitly documented, suggesting they are managed on an availability basis. The absence of auth simplifies integration but means data is public and not for private tracking. Its maturity and longevity make it a reliable, low-friction source for phishing indicators, though it lacks advanced features like API keys, subscription dashboards, or enterprise SLAs. Overall, it is a valuable free resource for security monitoring and research rather than a commercial product."
}
```