MalShare

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

About this API

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.

Use Cases

  • Add malware archive / file sourcing to a anti-malware discovery or reference application.
  • Build an internal script or scheduled job that pulls data from MalShare for reporting or content updates.
  • Prototype a small web or mobile experience that surfaces malware archive / file sourcing to end users.

Code Examples

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);

Similar APIs

AbuseIPDB

IP/domain/URL reputation

apiKey HTTPS CORS: unknown

CAPEsandbox

Malware execution and analysis

apiKey HTTPS CORS: unknown

MalDatabase

Provide malware datasets and threat intelligence feeds

apiKey HTTPS CORS: unknown

Other APIs in Anti-malware

AbuseIPDB

IP/domain/URL reputation

apiKey HTTPS CORS: unknown

CAPEsandbox

Malware execution and analysis

apiKey HTTPS CORS: unknown

MalDatabase

Provide malware datasets and threat intelligence feeds

apiKey HTTPS CORS: unknown

MalwareBazaar

Collect and share malware samples

apiKey HTTPS CORS: unknown

Metacert

Metacert Link Flagging

apiKey HTTPS CORS: unknown

NoPhishy

Check links to see if they're known phishing attempts

apiKey HTTPS CORS: yes

Phisherman

IP/domain/URL reputation

apiKey HTTPS CORS: unknown

Scanii

Simple REST API that can scan submitted documents/files for the presence of threats

apiKey HTTPS CORS: yes