AbuseIPDB
IP/domain/URL reputation
| Category | Anti-malware |
|---|---|
| Authentication | apiKey |
| HTTPS | Yes |
| CORS | no |
| Difficulty | intermediate |
| Official URL | https://malshare.com/doc.php |
| Added Date | 2026-04-01 |
| Last Verified | 2026-04-01 |
MalShare is a anti-malware API described as: Malware Archive / file sourcing. It is useful when you need programmatic access to malware archive / file sourcing from applications, dashboards, or internal tools. The published entry point or documentation is hosted at malshare.com, 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://malshare.com/";
// 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
Malware execution and analysis
Google Link/Domain Flagging
Provide malware datasets and threat intelligence feeds
IP/domain/URL reputation
IP/domain/URL reputation
Malware execution and analysis
Google Link/Domain Flagging
Provide malware datasets and threat intelligence feeds
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