scan-cyber-threats
Use this skill when the user asks about live cyber-threat activity: malware indicators of compromise (URLhaus, Feodotracker), active command-and-control infrastructure, or CISA known-exploited vulnerabilities.
Authentication
Server-to-server callers (agents, scripts, SDKs) MUST present an API key in the X-WorldMonitor-Key header. Authorization: Bearer … is for MCP/OAuth or Clerk JWTs — not raw API keys.
X-WorldMonitor-Key: wm_0123456789abcdef0123456789abcdef01234567
Issue a key at https://www.worldmonitor.app/pro.
Endpoint
GET https://api.worldmonitor.app/api/cyber/v1/list-cyber-threats
Parameters
| Name | In | Required | Shape | Notes |
|---|---|---|---|---|
type | query | no | threat type filter | e.g. malware URL, C2, KEV. |
source | query | no | feed source filter | e.g. urlhaus, feodotracker, cisa. |
min_severity | query | no | severity floor | Drops lower-severity indicators. |
start / end | query | no | ISO date | First/last-seen window. |
page_size / cursor | query | no | pagination | Response carries a pagination cursor. |
jmespath | query | no | JMESPath expression, ≤ 1024 c… |