CYFARE Advanced Threat API
Overview Welcome to the Cyfare Enterprise Unified API, a comprehensive Threat Intelligence Platform designed to streamline cybersecurity workflows. CyFare delivers a powerful suite of security and threat intelligence tools accessible through a single, unified endpoint. Whether you are conducting malware analysis, researching the latest vulnerabilities, hunting for specific exploits, or securely…
CYFARE Advanced Threat API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
ping /ping.php |
Returns service status. No authentication required. Use this to verify the API is reachable. |
| Threat | ||
| GET |
lookupThreat /threat.php |
Look up a file hash (MD5 or SHA256) against the CyFare malware database. Also accessible as `endpoint=ultrahash`. |
| Advisory | ||
| GET |
searchAdvisory /advisory.php |
Search the vulnerability advisory database including CVEs and GitHub Security Advisories. Supports full-text search, severity filtering, date ranges, and pagination. |
| Exploit | ||
| GET |
searchExploit /exploit.php |
Search exploits, shellcodes, and Google Hacking Database (GHDB) entries. |
| Upload | ||
| GET |
downloadFile /download.php |
Download a previously uploaded file using its share token. |
| POST |
uploadFile /upload.php |
Upload a file (max 10 MB) to secure storage. Returns a share token for later retrieval. |
CYFARE Advanced Threat API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $29 / month | 30 / minute |
|
| PRO Recommended | $99 / month | 60 / minute |
|
| ULTRA | $299 / month | 300 / minute |
|
| MEGA | $500 / month | — |
|