Connectors
MISP Connector
8 min
overview the misp connector facilitates interaction with the misp platform, enabling automated threat intelligence management and event handling misp (malware information sharing platform & threat sharing) is a comprehensive threat intelligence platform that facilitates the sharing of structured threat information among security professionals the misp turbine connector enables users to automate the ingestion, enrichment, and management of threat indicators within swimlane turbine by integrating with misp, security teams can streamline threat analysis, enhance incident response, and foster collaboration across the security community, leveraging misp's rich dataset of indicators and events prerequisites to effectively utilize the misp connector with swimlane turbine, ensure the following api key authentication url the base url of your misp instance api key your personal access key for the misp api enrichment architecture the enrichment process with misp is a two step approach due to how information is structured individual observables (called "attributes" in misp) do not provide sufficient verdict or enrichment value alone each attribute is linked to an "event" which contains the valuable enrichment context therefore, enrichment involves first retrieving the attribute, and then pulling the associated event to extract relevant details this connector uses a top level component to orchestrate the process, while an internal sub component performs the double api call and extracts only the most important data to avoid overwhelming the system capabilities the misp connector supports the following capabilities add attribute add event add event tag add tag to attribute delete attribute delete event edit attribute get a filtered and paginated list of attributes get a filtered and paginated list of objects get attribute get attribute by id get count of attributes by category get event by id get events get list of attribute types publish event remove event tag remove tag from attribute search events known issues some users may encounter "unauthorized" responses when attempting to access misp consider the following troubleshooting tips verify the api key belongs to a user account with an admin role check if the api key is restricted by ip allowlists refer to the misp interface's logging section for authentication issues api key generation when generating an api key in misp, ensure you are logged in as a user with sufficient privileges (preferably admin) you do not enable restrictive ip allowlists unless necessary screenshot of a known working asset configuration is recommended to verify correct setup notes for full api specification, refer to the official documentation https //www misp project org/openapi/ https //www misp project org/openapi/