---
title: "Bogon IP Addresses"
slug: "/blog/bogon-ip-addresses"
description: "Bogon IP Addresses are the set of IP Addresses not assigned to any entity by Internet Assigned Numbers Authority (IANA) and RIR (Regional Internet Registry)."
---

# Bogon IP Addresses

By [Sheharyar Malik](https://www.linkedin.com/in/sheharyar-malik-haniel/) Senior Software Engineer

Posted on December 6, 2024 | 2 min read

![Bogon IP Addresses](https://blogs.ipgeolocation.io/blogs-site/content/images/2026/06/what-are-bogon-ip-addresses.svg)

* * *

## Bogon IP Addresses

Bogon IP Addresses are the set of IP Addresses not assigned to any entity by Internet Assigned Numbers Authority (IANA) and RIR ([Regional Internet Registry](https://ipgeolocation.io/guides/what-is-a-regional-internet-registry)). This unallocated address space is called the bogus space. Bogons also include reserved private address and link-local address ranges (Martian Packets). IANA might assign Bogon IP addresses to an entity or RIR with the passage of time.

* * *

## Here are the bogon IP address ranges:

* * *

## IPv4 Bogon Ranges

| Netblock | Description |
| --- | --- |
| 0.0.0.0/8 | "This" network |
| 10.0.0.0/8 | Private-use networks |
| 100.64.0.0/10 | Carrier-grade NAT |
| 127.0.0.0/8 | Loopback |
| 127.0.53.53 | Name collision occurrence |
| 169.254.0.0/16 | Link local |
| 172.16.0.0/12 | Private-use networks |
| 192.0.0.0/24 | IETF protocol assignments |
| 192.0.2.0/24 | TEST-NET-1 |
| 192.168.0.0/16 | Private-use networks |
| 198.18.0.0/15 | Network interconnect device benchmark testing |
| 198.51.100.0/24 | TEST-NET-2 |
| 203.0.113.0/24 | TEST-NET-3 |
| 224.0.0.0/4 | Multicast |
| 240.0.0.0/4 | Reserved for future use |
| 255.255.255.255/32 | Limited broadcast |

* * *

## IPv6 Bogon Ranges

| Netblock | Description |
| --- | --- |
| ::/128 | Node-scope unicast unspecified address |
| ::1/128 | Node-scope unicast loopback address |
| ::ffff:0:0/96 | IPv4-mapped addresses |
| ::/96 | IPv4-compatible addresses |
| 100::/64 | Remotely triggered black hole addresses |
| 2001:10::/28 | Overlay routable cryptographic hash identifiers (ORCHID) |
| 2001:db8::/32 | Documentation prefix |
| fc00::/7 | Unique local addresses (ULA) |
| fe80::/10 | Link-local unicast |
| fec0::/10 | Site-local unicast (deprecated) |
| ff00::/8 | Multicast (Note: ff0e::/16 is global scope and may appear on the global internet.) |

* * *

## IPv6 Additional Bogon Ranges

| Netblock | Description |
| --- | --- |
| 2002::/24 | 6to4 bogon (0.0.0.0/8) |
| 2002:a00::/24 | 6to4 bogon (10.0.0.0/8) |
| 2002:7f00::/24 | 6to4 bogon (127.0.0.0/8) |
| 2002:a9fe::/32 | 6to4 bogon (169.254.0.0/16) |
| 2002:ac10::/28 | 6to4 bogon (172.16.0.0/12) |
| 2002:c000::/40 | 6to4 bogon (192.0.0.0/24) |
| 2002:c000:200::/40 | 6to4 bogon (192.0.2.0/24) |
| 2002:c0a8::/32 | 6to4 bogon (192.168.0.0/16) |
| 2002:c612::/31 | 6to4 bogon (198.18.0.0/15) |
| 2002:c633:6400::/40 | 6to4 bogon (198.51.100.0/24) |
| 2002:cb00:7100::/40 | 6to4 bogon (203.0.113.0/24) |
| 2002:e000::/20 | 6to4 bogon (224.0.0.0/4) |
| 2002:f000::/20 | 6to4 bogon (240.0.0.0/4) |
| 2002:ffff:ffff::/48 | 6to4 bogon (255.255.255.255/32) |
| 2001::/40 | Teredo bogon (0.0.0.0/8) |
| 2001:0:a00::/40 | Teredo bogon (10.0.0.0/8) |
| 2001:0:7f00::/40 | Teredo bogon (127.0.0.0/8) |
| 2001:0:a9fe::/48 | Teredo bogon (169.254.0.0/16) |
| 2001:0:ac10::/44 | Teredo bogon (172.16.0.0/12) |
| 2001:0:c000::/56 | Teredo bogon (192.0.0.0/24) |
| 2001:0:c000:200::/56 | Teredo bogon (192.0.2.0/24) |
| 2001:0:c0a8::/48 | Teredo bogon (192.168.0.0/16) |
| 2001:0:c612::/47 | Teredo bogon (198.18.0.0/15) |
| 2001:0:c633:6400::/56 | Teredo bogon (198.51.100.0/24) |
| 2001:0:cb00:7100::/56 | Teredo bogon (203.0.113.0/24) |
| 2001:0:e000::/36 | Teredo bogon (224.0.0.0/4) |
| 2001:0:f000::/36 | Teredo bogon (240.0.0.0/4) |
| 2001:0:ffff:ffff::/64 | Teredo bogon (255.255.255.255/32) |

### Related Articles

[![Residential Proxy Detection: How It Works, Why It's Hard](https://blogs.ipgeolocation.io/blogs-site/content/images/2026/07/how-residential-proxy-detection-works-comp.png)](https://ipgeolocation.io/blog/how-residential-proxy-detection-works)

[Residential Proxy Detection: How It Works, Why It's Hard](https://ipgeolocation.io/blog/how-residential-proxy-detection-works)

Residential proxies make automated traffic look like real households, which is exactly why IP reputation checks miss them. Here is how detection actually works: provider attribution, network and behavior signals, live connection analysis, and confidence scores instead of binary blocks.

Posted on July 27, 2026

By [Maaz ur Rehman](https://www.linkedin.com/in/muhammad-maaz-995494214/)

[Read More](https://ipgeolocation.io/blog/how-residential-proxy-detection-works)

[![What Is VPN Detection and How Does It Work?](https://blogs.ipgeolocation.io/blogs-site/content/images/2026/07/what-is-vpn-detection.png)](https://ipgeolocation.io/blog/what-is-vpn-detection-and-how-does-it-work)

[What Is VPN Detection and How Does It Work?](https://ipgeolocation.io/blog/what-is-vpn-detection-and-how-does-it-work)

VPN detection identifies traffic routed through VPN servers before it reaches your app. Here is how the two signal families work, what they miss, and what to do with a positive result.

Posted on July 27, 2026

By [Maaz ur Rehman](https://www.linkedin.com/in/muhammad-maaz-995494214/)

[Read More](https://ipgeolocation.io/blog/what-is-vpn-detection-and-how-does-it-work)

[![iCloud Private Relay vs Cloudflare WARP, Explained](https://blogs.ipgeolocation.io/blogs-site/content/images/2026/07/icloud-private-relay-vs-cloudflare-warp-compared.png)](https://ipgeolocation.io/blog/icloud-private-relay-vs-cloudflare-warp-explained)

[iCloud Private Relay vs Cloudflare WARP, Explained](https://ipgeolocation.io/blog/icloud-private-relay-vs-cloudflare-warp-explained)

iCloud Private Relay and Cloudflare WARP both hide a visitor's real IP address, but they are built for different jobs and hide it in different ways. Private Relay is a Safari-only, two-hop privacy relay. WARP is a whole-device tunnel through Cloudflare's network. Both keep the user near their real region, and, as you will see below, our detection API flags both as relays. If you run a website, an app, or a fraud pipeline, you meet both of these in your logs, not in an app store. This piece look

Posted on July 23, 2026

By [Sheharyar Malik](https://www.linkedin.com/in/sheharyar-malik-haniel/)

[Read More](https://ipgeolocation.io/blog/icloud-private-relay-vs-cloudflare-warp-explained)

[![IP Geolocation Data: Built, Not Guessed](https://blogs.ipgeolocation.io/blogs-site/content/images/2026/07/how-ip-geolocation-data-is-built-not-guessed-1.png)](https://ipgeolocation.io/blog/how-ip-geolocation-data-is-built)

[IP Geolocation Data: Built, Not Guessed](https://ipgeolocation.io/blog/how-ip-geolocation-data-is-built)

A lot of weak "IP geolocation data" is just a whois guess dressed up with marketing. Here is how we actually build ours, layer by layer, from registry data and geofeeds to active measurement and verification, and how accurate it really is.

Posted on July 13, 2026

By Mudassar Tariq

[Read More](https://ipgeolocation.io/blog/how-ip-geolocation-data-is-built)

[![What Is a CGI Proxy and Is It Still a Threat?](https://blogs.ipgeolocation.io/blogs-site/content/images/2026/06/CGI-Feature.png)](https://ipgeolocation.io/blog/what-is-a-cgi-proxy)

[What Is a CGI Proxy and Is It Still a Threat?](https://ipgeolocation.io/blog/what-is-a-cgi-proxy)

A CGI proxy is an old-school web proxy you use through a web page, and it leaves an obvious trace. The destination sees the proxy server's IP, not the visitor's. Here is how it works, whether it still matters, and how to flag the traffic.

Posted on June 10, 2026

By [Maaz ur Rehman](https://www.linkedin.com/in/muhammad-maaz-995494214/)

[Read More](https://ipgeolocation.io/blog/what-is-a-cgi-proxy)

[![Benefits of IP Geolocation: 8 Real Business Outcomes](https://blogs.ipgeolocation.io/blogs-site/content/images/2026/06/1.jpg)](https://ipgeolocation.io/blog/benefits-of-ip-geolocation-8-real-business-outcomes)

[Benefits of IP Geolocation: 8 Real Business Outcomes](https://ipgeolocation.io/blog/benefits-of-ip-geolocation-8-real-business-outcomes)

Eight benefits of IP geolocation that translate directly into revenue, security, and compliance outcomes, with an industry matrix showing which ones matter most for eCommerce, SaaS, AdTech, Fintech, Streaming, and regulated industries.

Posted on June 9, 2026

By [Abdullah Afzal](https://www.linkedin.com/in/abdullah-a-08ba162b7?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app)

[Read More](https://ipgeolocation.io/blog/benefits-of-ip-geolocation-8-real-business-outcomes)
