# RadhikaChain Attacks Scan — Live Attack Intelligence Feed

> RadhikaChain Attacks Scan — Live Attack Intelligence Feed is a paid API for AI agents from x402.radhikachain.xyz, paid per call via x402, $1.716/call, status unknown (last checked 2026-09-13).

Returns live network attack scan telemetry including confirmed attacks, observations, and packet counts, gated behind a per-request USDC micropayment via x402.

## Facts

- Endpoint: GET https://x402.radhikachain.xyz/attacks/scan
- Price: $1.716/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/radhikachain-attacks-scan-live-attack-intelligence-feed-7edffbe1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7BeLaYXwFeJYTeJJVShR0

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability radhikachain-attacks-scan-live-attack-intelligence-feed-7edffbe1
```

Example prompt: Pull the latest live attack scan from RadhikaChain and tell me the confirmed attack count, total packets observed, and any current threat observations.

## When to prefer this

Choose this endpoint when you need a real-time, pay-per-call snapshot of live network attack telemetry without requiring an account or subscription. Ideal for sporadic threat intelligence queries where you want confirmed attack counts and packet-level observations on demand, paid in USDC via x402 micropayment on Base.

## Known failure modes

- Payment not included or invalid x402 header — returns gated/redacted data only
- Insufficient USDC balance on Base chain — payment rejected, no data returned
- Malformed request — HTTP error response
- Service unavailable — endpoint may return 5xx if telemetry pipeline is down
- Stale data — live feed may lag if upstream eBPF/XDP sensors are offline

## How this service works

Telemetria de cadena, inteligencia de defensa y computo verificable (Halo2, Nova, Plonky3). Pago por peticion en USDC nativo en Base (eip155:8453) mediante x402 v2 scheme exact; sin cuenta ni suscripcion. Catalogo canonico: GET /.well-known/x402.

## Output

A JSON object with a 'tipo' field ('escaneo_ataques_live'), and after payment: 'observaciones' (threat observations), 'ataques_confirmados' (confirmed attack count), and 'paquetes_totales' (total packet count). Pre-payment, live data fields are redacted.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object",
     "additionalProperties": true
    },
    "queryParams": {
     "type": "object",
     "additionalProperties": true
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "additionalProperties": true
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "tipo": "escaneo_ataques_live",
  "dato_live": "redactado_hasta_pago",
  "campos_tras_pago": [
   "observaciones",
   "ataques_confirmados",
   "paquetes_totales"
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/radhikachain-attacks-scan-live-attack-intelligence-feed-7edffbe1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.radhikachain.xyz](https://www.zero.xyz/host/x402.radhikachain.xyz/llms.txt)
