# RadhikaChain Dislocations — Network Attack Intelligence Feed

> RadhikaChain Dislocations — Network Attack Intelligence Feed is a paid API for AI agents from x402.radhikachain.xyz, paid per call via x402, $7.54/call, status unknown (last checked 2026-09-15).

Returns a real-time feed of detected network attack events (RPC probes, policy drops, etc.) across RadhikaChain fleet nodes, including source IPs, attack type, node location, packet counts, and a 'prana' intensity score.

## Facts

- Endpoint: GET https://x402.radhikachain.xyz/dislocations
- Price: $7.54/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/radhikachain-dislocations-network-attack-intelligence-feed-f519bb6f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lEY0GEFMTjG22qArkSJQ6

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-dislocations-network-attack-intelligence-feed-f519bb6f
```

Example prompt: Pull the latest network attack dislocation feed from RadhikaChain and show me which IPs are probing the seed nodes right now, including the attack type and how many packets were flagged.

## When to prefer this

Choose this endpoint when you need real-time, pay-per-call network intrusion and attack telemetry specific to RadhikaChain's fleet nodes without requiring an account or subscription. It is ideal for security automation pipelines, firewall enrichment, or threat dashboards that need fresh hostile IP lists and attack classifications on demand. Prefer it over subscription-based threat feeds when you want granular, per-call cost control priced in USDC on Base.

## Known failure modes

- Payment not received or x402 handshake fails → 402 Payment Required with x402 challenge
- Insufficient USDC balance on Base (eip155:8453) → payment rejection before data is returned
- No attacks detected in current window → attacks array may be empty
- Node telemetry lag → data may reflect slightly stale snapshot
- Invalid or missing x402 v2 scheme headers → authentication error

## 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 containing an 'attacks' array where each element includes: a Unix timestamp (ts), a comma-separated list of source IPs (ips), attack classification (kind, e.g. 'rpc_probe' or 'policy_drop'), the fleet node name (node), a floating-point prana intensity score, and raw packet count. No pagination metadata — returns the current snapshot.

## 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": {
  "attacks": [
   {
    "ts": 1787885098,
    "ips": "160.119.76.107,143.244.163.81,96.224.82.250,141.98.83.48,64.62.197.222",
    "kind": "rpc_probe",
    "node": "seed-us-mia",
    "prana": 2.78367336709509,
    "packets": 826
   },
   {
    "ts": 1787885098,
    "ips": "160.119.76.107,143.244.163.81,96.224.82.250,141.98.83.48,64.62.197.222",
    "kind": "policy_drop",
    "node": "seed-us-mia",
    "prana": 0.7119307625621286,
    "packets": 4223
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/radhikachain-dislocations-network-attack-intelligence-feed-f519bb6f/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)
