Hybrid Analysis
File and URL malware analysis powered by Falcon Sandbox
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Security
- Documentation / URL
- https://www.hybrid-analysis.com/docs/api/v2
Overview
Hybrid Analysis provides malware analysis — key-based (the host 301s to the non-www domain, then 403 without a key, verified).
Quick Start
Hash search (replace YOUR_KEY):
curl "https://hybrid-analysis.com/api/v2/search/hash?hash=YOUR_HASH" \
-H "api-key: YOUR_KEY" \
-H "user-agent: YOUR_APP"
Authentication
- Register at hybrid-analysis.com → API key + app name.
- Send them as
api-key/user-agentheaders.
⚠️ Gotcha (verified): the host 301s to the non-www domain — use
hybrid-analysis.com(orcurl -L).
Rate Limits & Notes
- Key-based with a free tier (check the docs).
- File/URL analysis.
FAQ
Is Hybrid Analysis free? Key-based with a free tier per the docs.
Why 301/403? The host redirects to non-www (verified); a key is required.
What’s the auth style?
api-key + user-agent headers.
More in Security
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Application Environment Verification Android library and API to verify the safety of user devices, detect rooted devices and other risks | API Key | Yes | Yes | ↗ |
| BinaryEdge Provide access to BinaryEdge 40fy scanning platform | API Key | Yes | Yes | ↗ |
| BitWarden Best open-source password manager | OAuth | Yes | Unknown | ↗ |
| Botd Botd is a browser library for JavaScript bot detection | API Key | Yes | Yes | ↗ |
| Bugcrowd Bugcrowd API for interacting and tracking the reported issues programmatically | API Key | Yes | Unknown | ↗ |