CVE and exploitation-in-the-wild signals from Telegram CTI channels
CVE and exploitation-in-the-wild signals from Telegram CTI channels. Filters: severity, min_confidence, since, tag(cve|exploit|poc|patch), ttp, type(cve), limit, offset. Returns CVE IDs, affected products, exploit status.
30000 (raw units)
price
2
calls / 30d
2
unique payers
2026-08-30
updated
Provider
telesint-api.onrender.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x7F74cE6d34ee0180f0217A16Ce05f3B91272570F",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "30000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"limit": 20,
"min_confidence": 60,
"offset": 0,
"severity": "high",
"since": "2026-05-01T00:00:00Z",
"tag": "cve",
"type": "cve"
},
"type": "http"
},
"output": {
"example": {
"endpoint": "vulnerability",
"items": [
{
"category": "vulnerability",
"channel": "https://t[.]me/vxunderground",
"confidence": 91,
"id": "v1u2l3n4-5678-90ab-cdef-vuln56789012",
"iocs": [
{
"context": "Critical RCE in PAN-OS",
"type": "cve",
"value": "CVE-2026-1234"
},
{
"context": "PoC repository",
"type": "url",
"value": "https://github[.]com/exploit-db/CVE-2026-1234"
}
],
"severity": "critical",
"summary": "PoC released for CVE-2026-1234 (CVSS 9.8): unauthenticated RCE in Palo Alto PAN-OS. Exploitation observed in the wild targeting government networks.",
"tags": [
"cve",
"rce",
"palo-alto",
"pan-os",
"poc",
"exploit-in-the-wild"
],
"tlp": "WHITE",
"ts": "2026-05-27T10:00:00Z",
"ttps": [
{
"id": "T1190",
"name": "Exploit Public-Facing Application",
"tactic": "Initial Access"
},
{
"id": "T1203",
"name": "Exploitation for Client Execution",
"tactic": "Execution"
}
]
}
],
"limit": 20,
"offset": 0,
"source": "TeleSint",
"total": 34
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"limit": {
"description": "Page size, default 20, max 100",
"type": "number"
},
"min_confidence": {
"description": "Minimum AI confidence score 0-100",
"type": "number"
},
"offset": {
"description": "Pagination offset, default 0",
"type": "number"
},
"severity": {
"description": "Minimum severity: critical | high | medium | low | info",
"type": "string"
},
"since": {
"description": "ISO 8601 timestamp filter, e.g. 2026-05-01T00:00:00Z",
"type": "string"
},
"tag": {
"description": "Tag keyword filter, e.g. cve, exploit, poc, patch, zero-day",
"type": "string"
},
"ttp": {
"description": "MITRE ATT&CK technique ID prefix, e.g. T1190, T1203",
"type": "string"
},
"type": {
"description": "IOC type filter: cve",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://telesint-api.onrender.com/vulnerability" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://telesint-api.onrender.com/vulnerability");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://telesint-api.onrender.com/vulnerability")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/5055.json, and this resource appears in /discovery/resources and /discovery/search.