Aller au contenu principal

Playground API

GET/api/check
Endpoint
Paramètres

sans clé · quota anonyme gratuit

Réponse

— lancez une requête pour voir le JSON en direct

Analyse complèteGETinactif
La spécification fusionne Rust (api.ismalicious.com) et les routes anti-arnaque Next.js sur ismalicious.com/api (/analyze, téléphone, crypto, e-mail). Choisissez le bon serveur dans Scalar avant « Try it ». Exemples rédigés également dans la documentation API.
Référence

Tous les endpoints appelables depuis ce playground

41 opérations réparties en 18 groupes, générées depuis isMalicious - Threat Intelligence API v1.2.0 — le document OpenAPI que charge la référence interactive ci-dessus.

Production server
https://api.ismalicious.com
Next.js web API (analyze / phone / crypto / email)
https://ismalicious.com/api
En-tête d’authentification
X-API-KEY
MéthodeEndpointRôle
monitoringWatch ownership and authenticated monitoring
POST/monitoring/claim-pendingVerified pending watches transferred, possibly partially
checkThreat intelligence check endpoints for IPs, domains, URLs, and file hashes
GET/bulk/checkBulk check limits and usage
POST/bulk/checkBulk entity check
GET/checkFull Threat Analysis
GET/check/certificatesCheck Certificates
GET/check/locationCheck Geolocation
GET/check/reputationCheck Reputation
GET/check/streamReport stream (SSE)
GET/check/vulnerabilitiesCheck Vulnerabilities
GET/check/whoisCheck WHOIS
searchSearch for similar malicious domains
POST/searchSearch Keywords
blocklistDownload blocklists and read their generation stats
GET/blocklist/download/{filename}Download Blocklist
GET/blocklist/statsGet Blocklist Stats
submitSubmit new threat intelligence sources
POST/submitSubmit Sources
gateisinjected gate: prompt-injection scanning and link reputation for AI agents (own scan meter)
GET/gate/quotaGET /gate/quota
POST/gate/scanPOST /gate/scan
GET/gate/urlGET /gate/url?u=
platformDataset freshness and data-ops pipeline status
GET/platform/data-freshnessDataset freshness, version, and SLA status
GET/platform/data-ops/pipelineData operations pipeline phases and last recorded run
casesSOC case workspace: cases and their evidence timeline
GET/casesCase workspace list, wrapped as `{"cases": […]}`
POST/casesCreated case
PATCH/cases/{id}Updated case
POST/cases/{id}/evidenceUpdated case with appended evidence
action-centerPrioritized SOC action queue
GET/action-center/overviewPrioritized SOC action center overview
alertsAlerting trends and metrics
GET/alerts/trendsOpened/resolved per day plus MTTR percentiles for the signed-in scope
webhooksWebhook event catalog
GET/user/webhooks/eventsSupported webhook events, signature scheme, and management path
briefsExecutive risk briefs
GET/risk-brief/latestLatest organization risk brief summary
trustTrust assessment contract
GET/trust/assessment/schemaCanonical trust assessment field contract
taxiiTAXII 2.1 / STIX 2.1 threat-intelligence feed (Pro and Enterprise). Never decrements the monthly request quota
GET/taxiiTAXII discovery
GET/taxii/api-rootTAXII API root
GET/taxii/api-root/collectionsList TAXII collections
GET/taxii/api-root/collections/{collectionId}Get a TAXII collection
GET/taxii/api-root/collections/{collectionId}/objectsGet collection objects (STIX bundle)
statsPublic dataset statistics — no authentication, not metered
GET/statsPublic dataset statistics
cvePublic CVE catalog statistics (EPSS, exploitation signals, time series) — no authentication, not metered
GET/cve/stats/epssCVE EPSS statistics
GET/cve/stats/timeseriesCVE time series
Scam IntelligenceNext.js routes for analyze / email / phone / crypto (ismalicious.com/api).
POSTismalicious.com/api/analyzeUnified analyze (auto-detect type)
GETismalicious.com/api/check/cryptoCheck crypto wallet address
GETismalicious.com/api/check/emailCheck email address
GETismalicious.com/api/check/phoneCheck phone number risk
Account
POSTismalicious.com/api/keys/instantGet an API key instantly (email only)

Appeler un endpoint sans le playground

# X-API-KEY carries Base64(apiKey:apiSecret)
curl -H "X-API-KEY: $ISMALICIOUS_KEY" \
  "https://api.ismalicious.com/check?query=example.com"