# RadhikaChain Confirmed Attacks Feed

> RadhikaChain Confirmed Attacks Feed is a paid API for AI agents from x402.radhikatmosphere.com, paid per call via x402, $3.432/call, status unknown (last checked 2026-09-15).

Returns a real-time list of confirmed network attack events (e.g. SSH brute-force) with per-IP metadata, witness nodes, packet counts, and geographic threat distribution scores.

## Facts

- Endpoint: GET https://x402.radhikatmosphere.com/attacks/confirmed
- Price: $3.432/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/radhikachain-confirmed-attacks-feed-6d3c205a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tJ8d-mJpFWIhpYl6-KJ5K

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-confirmed-attacks-feed-6d3c205a
```

Example prompt: Pull the latest confirmed attack events from RadhikaChain and show me the attacker IPs, attack types, packet counts, and which witness nodes flagged them.

## When to prefer this

Choose this endpoint when you need real-time, multi-witness-verified confirmed attack telemetry with geographic threat distribution — especially for SSH brute-force and similar network intrusion events. Prefer this over generic threat feeds when you need prana scoring, witness-node corroboration, and pay-per-call access without account setup.

## Known failure modes

- Payment not included or invalid x402 payment header returns 402 Payment Required
- No confirmed attacks in the current window returns an empty confirmados array
- Network or server error returns 5xx status
- Invalid or expired USDC payment on Base chain results in payment rejection

## 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 'confirmados' array, each entry containing: attacker IP, Unix timestamp, attack type (e.g. ssh_bruteforce), prana threat score, geographic distribution of attack traffic across cities, packet count, list of witness node identifiers, and witness count.

## 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": {
  "confirmados": [
   {
    "ip": "45.198.224.26",
    "ts": 1786204349,
    "tipo": "ssh_bruteforce",
    "prana": 3.039,
    "reparto": {
     "tokio": 0.7013,
     "amsterdam": 1.6364,
     "frankfurt": 0.7013
    },
    "paquetes": 13,
    "testigos": [
     "amsterdam",
     "frankfurt",
     "tokio"
    ],
    "n_testigos": 3
   },
   {
    "ip": "187.190.159.254",
    "ts": 1786204349,
    "tipo": "ssh_bruteforce",
    "prana": 4.048,
    "reparto": {
     "tokio": 1.012,
     "toronto": 1.012,
     "amsterdam": 1.012,
     "frankfurt": 1.012
    },
    "paquetes": 12,
    "testigos": [
     "amsterdam",
     "frankfurt",
     "tokio",
     "toronto"
    ],
    "n_testigos": 4
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/radhikachain-confirmed-attacks-feed-6d3c205a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.radhikatmosphere.com](https://www.zero.xyz/host/x402.radhikatmosphere.com/llms.txt)
