One platform. One API. From real-time reputation checks to CVE monitoring, ransomware intel, and STIX/TAXII feeds.
IPs, domains, URLs, file hashes — refreshed continuously
NVD, CISA KEV, EPSS, GHSA, CERT-FR, OTX, and many more
Globally distributed edge for sub-second responses
Stream API and webhooks for instant propagation
Twelve capabilities, one platform. Available on every paid plan unless noted.
Register, copy your API key from the dashboard, and run any of these. Free tier works for all of them.
curl -H "X-API-Key: $ISMALICIOUS_KEY" \
"https://api.ismalicious.com/check/reputation?query=8.8.8.8"import os, requests
r = requests.get(
"https://api.ismalicious.com/check/reputation",
params={"query": "8.8.8.8"},
headers={"X-API-Key": os.environ["ISMALICIOUS_KEY"]},
)
print(r.json())import { IsMalicious } from "@ismalicious/sdk-js"
const client = new IsMalicious({ apiKey: process.env.ISMALICIOUS_KEY })
const result = await client.check("8.8.8.8")
console.log(result)Talks to the tools your team already runs. Standards-first via STIX/TAXII, plus typed SDKs and signed webhooks.
Looking for a specific connector? Browse all integrations →
Same API, different jobs. Pick the role-specific guide that matches your work.
Enrich alerts, automate triage, hunt threats with sub-second context.
See guideDrop indicator feeds into Splunk, Elastic, Sentinel, Wazuh, or your own pipeline.
See guideBreach exposure, disposable domains, and DNS hygiene at the gateway.
See guideDrop-in IP and domain blocklists for pfSense, iptables, Palo Alto, AWS, and more.
See guideMulti-tenant threat intel with white-label-ready APIs and bulk pricing.
See guideREST API, typed SDK, OpenAPI spec, and a free tier with API key access.
See guideOn-premise option, custom SLAs, dedicated support, STIX/TAXII feeds.
See guidePivot from a single IOC to full TTP context with AI/MITRE mapping in one call.
See guide| Capability | Free | Pro | Enterprise |
|---|---|---|---|
| Reputation checks (all entity types) | 30/month | 10K/month | Custom |
| API access | Rate-limited | ✓ | ✓ |
| Monitoring & email alerts | 5 assets | 100 assets | Custom |
| CVE Watch | 50 CPEs | ✓ | Custom |
| Bulk lookups | 10/request | 100/request | Custom |
| Webhooks | — | Up to 10 | Custom |
| Stream API (SSE) | — | ✓ | ✓ |
| STIX / TAXII | — | ✓ | ✓ |
| AI-generated assessment | — | ✓ | ✓ |
| Ransomware intelligence | ✓ | ✓ | ✓ |
| Email risk analysis | ✓ | ✓ | ✓ |
| Phone & crypto scam checks | ✓ | ✓ | ✓ |
| Unified analyze API | ✓ | ✓ | ✓ |
| Downloadable blocklists | — | ✓ | ✓ |
Need unlimited / on-prem / custom rate limits? See Enterprise →
Hands-on playbooks with copy-paste curl, Python, YARA, and SIEM examples — wired to the same API documented above.
Browse all playbooksQuick answers about features, plans, and integrations.
No credit card required. 30 checks/month, every feature you can run on the free plan.