12d8f743f9abbf1cb92c342a86687dcbMonitor this cryptoUnified check for emails, phone numbers, and crypto wallets.
Analyzing crypto…
Use analyze, checkPhone, and checkCrypto on the web API host (webBaseUrl). Domain/IP check stays on api.ismalicious.com.
const client = new IsMalicious({
apiKey, apiSecret,
// webBaseUrl defaults to https://ismalicious.com/api
})
await client.analyze('user@example.com')
await client.checkPhone('+14155552671')
await client.checkCrypto('0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045')A free account includes the full picture for every check you run — no credit card required.
Spamhaus DROP and SBL are the standard for mail and network DNSBL blocking. isMalicious adds REST enrichment, URL scoring, CVE context, and STIX feeds. Most mature stacks use both at different layers.

Replace long-lived cloud secrets with GitHub Actions OIDC while constraining claims, permissions, environments, reusable workflows, and incident response.

Turn Kubernetes audit logs into detections for privilege abuse, secret access, persistence, risky exec, and control-plane compromise.