
MalwareBazaar is a public API providing collect and share malware samples.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://bazaar.abuse.ch/api/ | Primary API endpoint. |
curl -X GET "https://bazaar.abuse.ch/api/" \ -H "Accept: application/json"