Malware Forge
MalwareForge is a static and structural malware analysis engine that provides instant threat assessment without file execution. KEY FEATURES: • File Analysis - Submit files (up to 5MB free tier) and receive comprehensive risk scores, threat indicators, and detailed static analysis reports • Hash Lookups - Query SHA-256 or MD5 hashes against our analysis database for instant results • Risk…
Malware Forge endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
getHealth /health |
Returns the current status of the API and its services |
| Analysis | ||
| POST |
deleteAnalysis /analysis/{id}/delete |
Soft delete an analysis report. The report will be marked as deleted. |
| POST |
analyzeHash /analyze-hash |
Check if a file has already been analyzed by providing its SHA256 hash. Returns existing analysis if found, avoiding duplicate processing. |
| POST |
analyzeFile /analyze-file |
Upload a file for static and structural analysis. The file is queued for processing and an analysis ID is returned for status polling. **File size limits by plan:** - Free: 5 MB… |
| GET |
getAnalysis /analysis/{id} |
Get the current status and basic results of an analysis |
| Reports | ||
| GET |
getReport /analysis/{id}/report |
Get the complete detailed analysis report including all indicators |
Malware Forge pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $149 / month | — |
|
| ULTRA | $399 / month | — |
|
| MEGA | $999 / month | — |
|