AbuseIPDB
IP/domain/URL reputation
| Category | Anti-malware |
|---|---|
| Authentication | apiKey |
| HTTPS | Yes |
| CORS | unknown |
| Difficulty | intermediate |
| Official URL | https://capev2.readthedocs.io/en/latest/usage/api.html |
| Added Date | 2026-04-01 |
| Last Verified | 2026-04-01 |
CAPEsandbox is a anti-malware API described as: Malware execution and analysis. It is useful when you need programmatic access to malware execution and analysis from applications, dashboards, or internal tools. The published entry point or documentation is hosted at capev2.readthedocs.io, which makes it a practical starting point for evaluating available endpoints and response formats. The listing indicates API-key-based access, which is typical for server-side integrations, scheduled jobs, and controlled client applications.
const url = "https://capev2.readthedocs.io/en/latest/usage/";
// Replace headers or query params with the values required by this API.
const response = await fetch(url, {
headers: {
"X-API-Key": "YOUR_API_KEY"
}
});
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); IP/domain/URL reputation
IP/domain/URL reputation
Google Link/Domain Flagging
Provide malware datasets and threat intelligence feeds
Malware Archive / file sourcing
IP/domain/URL reputation
IP/domain/URL reputation
Google Link/Domain Flagging
Provide malware datasets and threat intelligence feeds
Malware Archive / file sourcing
Collect and share malware samples
Metacert Link Flagging
Check links to see if they're known phishing attempts
IP/domain/URL reputation
Simple REST API that can scan submitted documents/files for the presence of threats