TheDocumentation Index
Fetch the complete documentation index at: https://docs.opensourcemalware.com/llms.txt
Use this file to discover all available pages before exploring further.
threat-data endpoint returns the full threat record for a verified threat, including all associated IOCs. Pass a threat_id from a check-malicious response to retrieve the complete intelligence for that threat.
Subscription Required: This is a paid endpoint available to Researcher Pro and Enterprise users.
- Retrieve IOCs for blocking and detection: Pull all indicators associated with a threat to feed into your firewall rules, SIEM detections, or EDR policies.
- Enrich threat reports: Get the full threat description, severity, tags, and IOC list for a package flagged during dependency scanning.
- Power automated response: Integrate into incident response workflows to automatically retrieve and act on threat intelligence when a malicious resource is detected.
Pro or Enterprise required
This endpoint is restricted to users with Pro or Enterprise roles. Standard API tokens will receive a 403 Forbidden response.
Query parameters
threat_id is required. UUID of the threat to retrieve (e.g. from a check-malicious response).
Response examples
Success (200)
Error responses
cURL example
Typical workflow
- Use
check-maliciousto check if a package/resource is malicious and get thethreat_idfrom the response - Pass the
threat_idtothreat-datato retrieve the full threat description and all IOCs - Use the IOCs for automated blocking, detection rules, or threat hunting in your environment

