Bogon IP
Also known as: Bogon, Martian address
An IP address that should not be appearing on the public internet — either from a reserved range, an unallocated block, or a private range — and which routers should drop.
Last updated:
What is a bogon?
A bogon is an IP address that has no legitimate reason to appear as the source of public internet traffic. Seeing a bogon source address in your logs almost always means one of three things: a misconfigured network, a source-address spoofing attempt (usually preparing a DDoS amplification attack), or a hobbyist probe.
Bogons come from several categories:
- Private ranges that leaked into the public internet:
10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 - Loopback:
127.0.0.0/8 - Link-local:
169.254.0.0/16 - Benchmark / TEST-NET:
192.0.2.0/24,198.51.100.0/24,203.0.113.0/24(the ones you see in documentation) - Multicast:
224.0.0.0/4 - Unallocated space — ranges that no RIR has assigned to any ISP or organization
Why bogon lists are useful
Network operators publish bogon lists so firewall and BGP filters can drop traffic from these ranges at the edge. The two main sources are:
- Team Cymru's Bogon Reference — one of the canonical lists, with BGP, DNS, and HTTP-based distribution methods so routers can fetch current data automatically
- IANA's Special Purpose Address Registry — the authoritative list of reserved blocks
Bogon filters catch a surprising amount of junk:
- Spoofed attack traffic from amplification DDoS campaigns
- Misconfigured devices that leaked their internal addresses
- Early-warning signals of BGP hijacks or routing leaks
Fullbogons vs. bogons
There are two flavors:
- Bogons — only the reserved ranges (stable set defined by IANA)
- Fullbogons — reserved ranges plus any address space not yet allocated to an RIR. The fullbogon list changes as IANA assigns new
/8s (IPv4) or/12s (IPv6), and any source address from such unallocated space is definitionally illegitimate
Our IP lookup flags bogon results so you can immediately spot spoofed source addresses in logs.