18b77efc3df7f3bb6a679bc1992f8e22Monitor this cryptoUnified check for emails, phone numbers, and crypto wallets.
Details
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')Subdomain enumeration surfaces forgotten dev servers, dangling DNS, and shadow IT before attackers do. Passive and active recon techniques compared.
Rebranded browser extensions are harvesting session cookies and OAuth tokens after silent updates. Here is how to detect and respond before EDR ever sees it.
urlscan.io sandboxes a URL and captures the DOM. isMalicious adds a verdict, AI analysis, redirect-chain tracking, and a blocklist feed on top. Here is how the two fit together.