MISP export requires a Pro subscription. Upgrade at socdefenders.ai.
Endpoint
GET /api/v1/iocs/misp
The response is a MISP-compatible JSON event containing one attribute per IOC.
Authentication
Pass your API key as a Bearer token in theAuthorization header.
Query parameters
Example request
Importing into MISP
1
Download the MISP event file
Run the curl command above to save the MISP JSON event to a local file, or copy the endpoint URL for direct URL import.
2
Open your MISP instance
Navigate to Sync Actions → Import from file (or Import from URL if you want MISP to fetch directly).
3
Select the event file
Upload the downloaded JSON file, or paste the full endpoint URL including your
Authorization header if your MISP version supports authenticated URL imports.4
Review and publish
MISP previews the event attributes before committing. Review the attribute count and types, then click Publish to add the event to your instance.