--- title: Malware Bazaar description: '' slug: /help/docs/platform-services/automation-service/app-central/integrations/malware-bazaar/ canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/malware-bazaar/ --- import useBaseUrl from '@docusaurus/useBaseUrl'; Malware Bazaar icon ***Version: 1.3 Updated: April 30, 2026*** MalwareBazaar is a project from abuse.ch with the goal of sharing malware samples with the infosec community, AV vendors and threat intelligence providers. ## Actions * **Get Hash Info** *(Enrichment)* - You can check if a particular malware sample is known to MalwareBazaar by query the API for the corresponding hash. * **Query Filetype** *(Enrichment)* - You can get a list of recent malware samples (max 1'000) having a specific filetype by query the API. * **Query Signature** *(Enrichment)* - You can get a list of recent malware samples (max 1'000) associated with a specific signature by query the API. * **Query Tag** *(Enrichment)* - You can get a list of malware samples (max 1'000) associated with a specific tag by query the API. ## MalwareBazaar configuration 1. Visit [Abuse](https://auth.abuse.ch) website. 1. Sign up using your favorite account.
Malware bazaar 1 1. Click on your **account** profile. 1. Copy the content of the [**Your API-Key**](https://bazaar.abuse.ch/api/#auth_key) field.
Malware bazaar 2 ## Configure MalwareBazaar in Automation Service and Cloud SOAR import IntegrationsAuth from '../../../../reuse/integrations-authentication.md'; import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md'; import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md'; import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md'; import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md'; import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md'; * * **URL**. Enter the base API URL. The default value is `https://mb-api.abuse.ch/` * **API Key**. Enter the [API key](https://bazaar.abuse.ch/api/#auth_key) you [obtained previously](#malwarebazaar-configuration). * * * MalwareBazaar configuration For information about MalwareBazaar, see [MalwareBazaar documentation](https://bazaar.abuse.ch/api/). ## Category Threat Intelligence-Reputation ## Change Log * September 01, 2020 (v1.0) - First Upload * June 14, 2023 (v1.1) - Added 3 actions: + Query Filetype + Query Tag + Query Signature * July 5, 2023 (v1.2) - Removed leading/trailing spaces * April 30, 2026 (v1.3) - Upgraded the `python3_generic` Docker image (Python 3.8) to `python3_12_generic` (Python 3.12) to address Python 3.8 end-of-life and improve security and performance.