InternetDataInternetData

Bogon IP

Reserved, private, or otherwise non-routable IP ranges that should never appear as source or destination on the public internet.

Explore API
IDbogon_ip_v1
Formatscsvgz, mmdb
Update FrequencyDaily
Last UpdatedSeptember 21st 2026 (today)
Entries44
File Size (csvgz)762 B
File Size (mmdb)3.44 KB

Overview

Useful as a sanity filter on inbound traffic and logs — packets sourced from bogon ranges are typically misconfigured or spoofed.

Formats

curl -L -o bogon_ip_v1.csv.gz -X GET "https://internetdata.io/api/v2/database/download?id=bogon_ip_v1&format=csvgz&apikey=$APIKEY"
Schema
NameTypeDescription
start_ipipaddressStart IP of the bogon range.
end_ipipaddressEnd IP of the bogon range.
namestringHuman-readable name of the bogon range (e.g. "Private-use Networks", "IPv4-mapped Address").
Samples
start_ipend_ipname
64:ff9b::64:ff9b::ffff:ffffIPv4-IPv6 Translat.
8000::9fff:ffff:ffff:ffff:ffff:ffff:ffff:ffffNon-GUA
::::Unspecified Address
5f00::5f00:ffff:ffff:ffff:ffff:ffff:ffff:ffffSegment Routing (SRv6) SIDs
c000::dfff:ffff:ffff:ffff:ffff:ffff:ffff:ffffNon-GUA
curl -L -o bogon_ip_v1.mmdb -X GET "https://internetdata.io/api/v2/database/download?id=bogon_ip_v1&format=mmdb&apikey=$APIKEY"
Schema
NameTypeDescription
namestringHuman-readable name of the bogon range.
Samples
name
IPv4-IPv6 Translat.
Non-GUA
Unspecified Address
Segment Routing (SRv6) SIDs
Non-GUA

On this page