精选国家/地区报告2026-03-21 · 阅读约 10 分钟

AFRINIC's allocation pace in 2026 - slowest growth since 2019, and the long tail is shrinking

AFRINIC delegated fewer prefixes in Q1 than in any quarter since the runout era. We unpack what that means and which countries are most affected.

VM
Vincentas Martinkėnas2026-03-21

If you only read one paragraph: the IPv4 secondary market in Q1 2026 was unusually concentrated. Three recipient organizations absorbed 41% of all addresses transferred this quarter, the long tail of small transfers continued to thin out, and one network - we'll call it the surprise - picked up a /15 from a registry it has never previously held resources in.

A summary in one paragraph

In total, 2,847,168 IPv4 addresses changed hands across all five regional registries between 2026-01-01 and 2026-03-31. That's down 12% from Q4 2025, but the median transfer size is up 30% - a smaller number of larger deals.

The shape of the quarter

Three patterns dominated Q1:

  • Cloud absorption. One hyperscaler took two /15s and four /16s - all from organizations that hadn't routed those prefixes in 18+ months.
  • Holding-company restructure. Several previously distinct organization handles within ARIN merged under the same parent, with the addresses re-issued accordingly.
  • Cross-RIR motion. Eight transfers crossed registry boundaries (mostly RIPE → APNIC), a 33% increase quarter-over-quarter.
The transfer log is a financial paper trail rendered in pipe-delimited text. If you read it casually it looks like noise; if you read it carefully it tells you about restructures, about cloud expansion plans, and occasionally about whose IPv4 holdings have gone permanently dark. - from the asn.zone methodology page

Three patterns

1. Hyperscaler absorption

The same three companies appear at the top of the recipient list every quarter, and Q1 was no exception. What changed: their pace. The hyperscaler that took the most addresses this quarter took twice as much as in any prior quarter - entirely from US-resident organizations that had stopped advertising those blocks.

-- top recipients by IPv4 hosts received in Q1 2026
select
  to_org_name,
  sum(ipv4_hosts) as hosts_in,
  count(*) as n_transfers
from transfers
where transfer_date between '2026-01-01' and '2026-03-31'
  and ipv4_hosts is not null
group by 1 order by hosts_in desc limit 10;

2. Holding-company restructure

This is the quietest of the three patterns and probably the most informative. Where you see a single organization suddenly owning prefixes that previously sat under five different handles, you're almost always looking at the aftermath of a financial event - most often a private-equity rollup or a divestment.

How we detect this
For each pair of (from-handle, to-handle) we check whether they share a parent organization in ARIN's POC records or in our CAIDA-derived org mapping. Same parent = re-issuance, not a real-world transfer.

3. Cross-RIR motion

RIPE → APNIC remains the dominant cross-border direction; the reverse is rare. The size distribution of cross-RIR transfers has shifted toward smaller blocks (mostly /22 and /24) - consistent with the working theory that what's being moved here is operational capacity for specific subsidiaries, not strategic warehousing.

The new one

One organization - a network that has, for as long as we have data, only ever held LACNIC resources - picked up a /15 from a RIPE-region seller. The post-transfer routing tells the story: the new holder is announcing the prefix from PoPs in São Paulo and Buenos Aires, but with origins set as if the prefix originated from the European holder.

This is the kind of pattern that the transfer log alone wouldn't reveal - you need the BGP layer to see what's happening operationally. We'll cover the technical mechanics, and the implications for everyone running RPKI ROAs, in the next post.

Methodology

All numbers in this report come from the public RIR transfer logs (ARIN's specified-transfers.json, RIPE's transfers.json, APNIC's per-day transfers_*.json) and our own ingestion of the BGP RIS RIB at four-hour cadence. Methodology details & reproducibility on the about page →

Reproducible queries

If you have an asn.zone API key, you can pull every datapoint in this report yourself. The endpoint is /v1/transfers; filter by date_from, date_to, and optionally by resource_type. The full Python notebook used to generate the figures is on GitHub.


VM
Vincentas Martinkėnas

Founder of asn.zone. Network and registry data background. Lithuania-based. Writes about routing, registries, and the operational layer most people don't think about.

更多文章 →

继续阅读

Q1·26
IPv4 转让

The 2026 IPv4 transfer market: who moved, what they moved, and where it ended up

We cross-referenced every 8.16 transfer in Q1 2026 with the post-transfer routing announcement. Three patterns emerge - and one of them is genuinely new.

·阅读约 14 分钟
2606:4700::
对等互联

Cloudflare's IPv6 footprint, mapped: 47 announced /48s and 12 we couldn't trace back

A walk through every IPv6 prefix announced by AS13335, what they're used for, and the curious cluster that doesn't show up in any RDAP record.

·阅读约 9 分钟
+65,536
IPv4 转让

Amazon picks up another /16 from a defunct ISP - full transfer chain

A 65,536-address block changed hands last week. We trace the resource from its 2003 allocation through six counterparties to its current home in AWS us-east-1.

·阅读约 7 分钟