netz.halowerk.com publishes 10 machine-payable endpoints over the x402 protocol, priced from $0.003 to $0.006 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /v1/asn-neighbours | GET | $0.004 | 402 |
| /v1/bgp-origin | GET | $0.004 | 402 |
| /v1/bgp-update-anomaly | GET | $0.005 | 402 |
| /v1/hijack-suspicion | GET | $0.006 | 402 |
| /v1/ipv6-readiness | GET | $0.005 | 402 |
| /v1/modbus-decode | GET | $0.004 | 402 |
| /v1/prefix-ownership | GET | $0.005 | 402 |
| /v1/prefix-visibility | GET | $0.004 | 402 |
| /v1/route-leak-risk | GET | $0.006 | 402 |
| /v1/rpki-validity | GET | $0.003 | 402 |
Returns the neighbouring autonomous systems observed next to a given AS in BGP paths, each with the number of observers that saw the adjacency and how often it appeared, which together indicate how so…
Resolves a prefix to its announcing autonomous systems and puts that answer in context. The current state gives every origin AS seen for the prefix, the number of more specific and less specific prefi…
Counts BGP updates for a prefix or an autonomous system in a recent window and compares them against a baseline built from a longer preceding period for the same resource. The comparison is deliberate…
Collects the observable signs of a route hijack for one prefix and reports which of them are present, with the measurement behind each. Four signs carry different weight. RPKI invalidity is the only h…
Measures IPv6 adoption for an AS in a way that survives contact with reality. Counting v6 prefixes is close to meaningless on its own, because a single allocation can hold more addresses than the enti…
Parses one frame up to 4096 bytes without contacting equipment. Modbus TCP includes MBAP fields and length validation; RTU includes CRC-16 validation; common function codes expose addresses, quantitie…
Combines the registry view and the routing view of a prefix into one answer, keeping them apart because they are not the same thing and their disagreement is the finding. From the registry come the ho…
Reports the propagation of a prefix as the fraction of RIS observers that see it, separately for IPv4 and IPv6, because the absolute peer count moves with the size of the measurement network and is no…
Looks at every AS path observed for a prefix and reports the ones that do not fit. Four patterns are checked. A path loop, where an AS appears twice with other ASes in between, which prepending does n…
Validates the pair of prefix and origin AS against the RPKI repository and returns the verdict together with every ROA that bears on it: the authorised origin, the prefix it covers and the maximum len…