# MalwareBazaar API **Provider:** MalwareBazaar **Category:** security **Base URL:** `https://bazaar.abuse.ch` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 100 queries/min (API key) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://bazaar.abuse.ch/api/ ## Description MalwareBazaar is a project of abuse.ch with the goal of sharing malware samples ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://bazaar.abuse.ch/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://bazaar.abuse.ch' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — MalwareBazaar by abuse.ch. Malware sample repository and API. No cost, requires API key. Funded by the security community. --- *Source: [API Map](https://apimap.dev/apis/malwarebazaar/) — CC BY 4.0*