← Back to marketplace

Ot-intel-api.onrender.com

external
by Onrender13 endpoints100% uptime482ms avg

Price

from $0.0100

up to $0.0500 per request

Network

base

Category

other

On-chain txns

39

Uptime

100%

Avg latency

482ms

Checks

88

Status

Healthy

Base URL

https://ot-intel-api.onrender.com

Endpoints (13)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

POST/actor
base$0.0200

Threat actor profiles from Telegram. Filters: name, nation_state(kp|ru|cn|ir), motivation(financial|espionage|hacktivism), ttp, severity, limit. Returns items[] with actor{}, ttps[], target{sectors,countries}.

POST/breach
base$0.0300

Breach disclosures from Telegram. Filters: sector, country, organization, severity, min_confidence, since, limit. Returns items[] with target{sectors,countries,organizations}, leak iocs[], confidence.

POST/c2
base$0.0200

C2 infrastructure from Telegram. Filters: framework(cobalt_strike|sliver|havoc|brute_ratel), severity, min_confidence, since, tag, limit, offset. Returns items[] with C2 IPs/domains, MITRE TTPs, confidence.

POST/feed
base$0.0500

Full intel feed across all categories. Filters: category(ioc|c2|actor|breach|intent), severity, min_confidence, since, tag, tlp, limit, offset. Returns all record types newest first. Use for SIEM ingestion.

POST/intent
base$0.0500

Pre-attack intent signals from Telegram: access sales, 0days, ransomware targeting. Filters: sector, country, organization, intent_type(access_sale|0day|ransomware|exploit), limit. Signals appear before attacks.

POST/ioc
base$0.0100

IOC feed from Telegram CTI channels. Filters: type(ip|domain|url|hash|cve), severity, min_confidence, since, tlp, tag, channel, limit, offset. Returns items[] with iocs[], ttps[], confidence, severity, tlp, tags[].

POST/ot/actor
base$0.0300

ICS threat actor profile lookup. Pass ?name=SANDWORM. Fetches live data from MITRE ATT&CK for ICS (STIX bundle) + CISA ICS advisories, enriched by DeepSeek. Returns: MITRE technique mappings (ICS-specific T-codes), known malware/tools, related groups, recommended OT detections, attribution, physical impact assessment, and last known activity. Works for any known ICS threat actor — not limited to a fixed list. Alias lookup supported (e.g. Volt Typhoon → VOLTZITE, APT44 → SANDWORM).

POST/ot/actor/sector
base$0.0300

ICS threat actors by sector. Pass ?sector=energy. Returns all known ICS threat groups targeting that sector from MITRE ATT&CK for ICS, filtered and enriched by DeepSeek. Sectors: energy, water, manufacturing, oil-and-gas, chemical, transportation, nuclear.

POST/ot/advisory
base$0.0200

Latest CISA ICS-CERT security advisories filtered by vendor or sector. Pass ?vendor=siemens or ?sector=energy (or both). Pulls live from the CISA ICS advisories RSS feed, parses advisory IDs, CVSS scores, CVE lists, severity, and vendor match. Returns up to 25 results. Use limit= to control count.

POST/ot/cve
base$0.0200

OT-contextualised CVE triage for ICS/SCADA environments. Pass ?id=CVE-XXXX-XXXX. Returns OT-adjusted severity (recalculated from NVD CVSS for the affected ICS layer), cyber-physical impact category, patch feasibility without downtime, CISA KEV status, and a prioritised recommended action. Enriched by DeepSeek LLM for ICS-specific context. Every call returns fresh data from NVD, CISA-KEV, and DeepSeek.

POST/ot/device
base$0.0500

Internet-exposed OT device lookup by vendor and model. Pass ?vendor=siemens&model=s7-1200. Returns default credential risk with exploitation notes (e.g. Unitronics password 1111 actively exploited by IRGC), at-risk OT protocols with port numbers, and a prioritised hardening action. Covers Siemens, Schneider, Rockwell, Honeywell, GE, Unitronics, Beckhoff.

POST/ot/ioc
base$0.0100

IOC enrichment with ICS/OT campaign context. Pass ?value=1.2.3.4&type=ip (or type=domain). Queries AlienVault OTX (reputation, pulse count, OT-tagged feeds) + AbuseIPDB (abuse confidence score, ISP, Tor node detection) + DeepSeek CTI analysis for known ICS threat actor association and campaign context. Returns structured verdict on whether the IOC is linked to OT-targeting campaigns. Cheapest endpoint at $0.01.

POST/ot/patch
base$0.0500

OT/ICS patch feasibility assessment for a CVE ID. Pass ?id=CVE-XXXX-XXXX. Returns patch availability (from NVD references), vendor advisory URLs, OT-safe workarounds, patch complexity for the affected ICS layer, estimated downtime in minutes, whether safe to patch live, recommended maintenance window, deployment strategy, CISA KEV status, and a risk-vs-disruption score (1–10 with rationale). DeepSeek-enriched.

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10

# call it
npx @apihubio/cli call https://ot-intel-api.onrender.com \
  -X POST \
  -d '{ /* check provider docs for input */ }'

# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://ot-intel-api.onrender.com
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";

const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);

const res = await x402Fetch("https://ot-intel-api.onrender.com", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.